Pull request #3373 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 94b9d4dbb121687aa959c989a31be590d863cb3b+c419618f783e51adc3e0be9d68d8defacfb69d2d (c3bfb62f73bd536ba5f5c06a54e2388753d915d4) 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-3373/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-3373/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-428’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-427’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-433 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [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 > 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/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 94b9d4dbb121687aa959c989a31be590d863cb3b Merge succeeded, producing 94b9d4dbb121687aa959c989a31be590d863cb3b Checking out Revision 94b9d4dbb121687aa959c989a31be590d863cb3b (PR-3373) > git config core.sparsecheckout # timeout=10 > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # 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:03:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:03:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:03:03 ========================================================= 06:03:03 EdgeX Global Pipelines Version Info 06:03:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:03:05 ------------------- 06:03:05 stable info: 06:03:05 ------------------- 06:03:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:03:05 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:03:05 Message: update stable to v1.0.186 06:03:06 ------------------- 06:03:06 experimental info: 06:03:06 ------------------- 06:03:06 Commited By: **** collab-it+edgex@linuxfoundation.org 06:03:06 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:03:06 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:03:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3373 [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3373 [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3373 [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 94b9d4dbb121687aa959c989a31be590d863cb3b [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 94b9d4d [Pipeline] echo 06:03:07 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:03:08 provisioning config files... 06:03:08 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2795279727675631431tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:03:08 ---> docker-login.sh 06:03:08 nexus3.edgexfoundry.org:10001 06:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:08 Configure a credential helper to remove this warning. See 06:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:08 06:03:08 Login Succeeded 06:03:08 nexus3.edgexfoundry.org:10002 06:03:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:08 Configure a credential helper to remove this warning. See 06:03:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:08 06:03:08 Login Succeeded 06:03:09 nexus3.edgexfoundry.org:10003 06:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:09 Configure a credential helper to remove this warning. See 06:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:09 06:03:09 Login Succeeded 06:03:09 nexus3.edgexfoundry.org:10004 06:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:09 Configure a credential helper to remove this warning. See 06:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:09 06:03:09 Login Succeeded 06:03:09 docker.io 06:03:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:03:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:03:09 Configure a credential helper to remove this warning. See 06:03:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:03:09 06:03:09 Login Succeeded 06:03:09 ---> docker-login.sh ends [Pipeline] } 06:03:09 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:03:10 ++ 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:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/core-command/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo core-command,cmd/core-command/Dockerfile 06:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/core-data/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo core-data,cmd/core-data/Dockerfile 06:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/core-metadata/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo core-metadata,cmd/core-metadata/Dockerfile 06:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/security-bootstrapper/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/security-proxy-setup/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/support-notifications/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo support-notifications,cmd/support-notifications/Dockerfile 06:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/support-scheduler/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:03:10 + for file in '`ls cmd/**/Dockerfile`' 06:03:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:03:10 ++ cut -d/ -f2 06:03:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:03:10 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:03:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:11 06:03:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:03:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:11 latest: Pulling from edgex-devops/git-semver 06:03:11 31603596830f: Pulling fs layer 06:03:11 2a8b12db71e7: Pulling fs layer 06:03:11 6ca5941a6612: Pulling fs layer 06:03:11 ecc8261a40a4: Pulling fs layer 06:03:11 ecc8261a40a4: Waiting 06:03:11 2a8b12db71e7: Verifying Checksum 06:03:11 2a8b12db71e7: Download complete 06:03:11 31603596830f: Verifying Checksum 06:03:11 31603596830f: Download complete 06:03:11 ecc8261a40a4: Verifying Checksum 06:03:11 ecc8261a40a4: Download complete 06:03:11 6ca5941a6612: Verifying Checksum 06:03:11 6ca5941a6612: Download complete 06:03:12 31603596830f: Pull complete 06:03:12 2a8b12db71e7: Pull complete 06:03:13 6ca5941a6612: Pull complete 06:03:13 ecc8261a40a4: Pull complete 06:03:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:03:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:03:13 prd-centos7-docker-4c-2g-433 does not seem to be running inside a container 06:03:13 $ 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:03:15 $ docker top 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:03:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:15 [ssh-agent] Looking for ssh-agent implementation... 06:03:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:16 $ docker exec 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 ssh-agent 06:03:16 SSH_AUTH_SOCK=/tmp/ssh-K5NaV7TT8UKs/agent.13 06:03:16 SSH_AGENT_PID=19 06:03:16 Running ssh-add (command line suppressed) 06:03:16 Identity added: /w/workspace/edgex-go/1@tmp/private_key_9101341296219072202.key (/w/workspace/edgex-go/1@tmp/private_key_9101341296219072202.key) 06:03:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:16 + git tag --points-at HEAD [Pipeline] } 06:03:16 $ docker exec --env ******** --env ******** 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 ssh-agent -k 06:03:17 unset SSH_AUTH_SOCK; 06:03:17 unset SSH_AGENT_PID; 06:03:17 echo Agent pid 19 killed; 06:03:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:03:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:03:17 [ssh-agent] Looking for ssh-agent implementation... 06:03:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:03:17 $ docker exec 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 ssh-agent 06:03:17 SSH_AUTH_SOCK=/tmp/ssh-QyiyTRqxYLST/agent.49 06:03:17 SSH_AGENT_PID=55 06:03:17 Running ssh-add (command line suppressed) 06:03:17 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2905526987580445256.key (/w/workspace/edgex-go/1@tmp/private_key_2905526987580445256.key) 06:03:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:03:18 + git semver init 06:03:18 # -> Open(): unable to determine branch for HEAD 06:03:18 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:03:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:03:18 # $SEMVER_REMOTE_NAME = origin 06:03:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:03:18 # $SEMVER_USER_NAME = edgex-jenkins 06:03:18 # $SEMVER_BRANCH = PR-3373 06:03:18 # $SEMVER_TEMP = /tmp/semver-393820251 06:03:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:03:50 # '/tmp/semver-393820251' -> '/w/workspace/edgex-go/1/.semver' 06:03:50 # -> Force: false 06:03:50 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:03:50 $ docker exec --env ******** --env ******** 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 ssh-agent -k 06:03:50 unset SSH_AUTH_SOCK; 06:03:50 unset SSH_AGENT_PID; 06:03:50 echo Agent pid 55 killed; 06:03:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:03:51 + git semver [Pipeline] } 06:03:51 $ docker stop --time=1 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 06:03:53 $ docker rm -f 0085ff6b589947648700b621cf750d26a4faaf5b709ff6c6cf00113cd0704fd4 [Pipeline] // withDockerContainer [Pipeline] sh 06:03:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:03:54 Stashed 1 file(s) [Pipeline] echo 06:03:54 [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:03:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:03:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:03:55 + sudo service docker restart 06:03:55 + true 06:03:55 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:03:56 ========================================================= 06:03:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:03:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:03:56 + 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:04:00 Sending build context to Docker daemon 329.4MB 06:04:00 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:04:00 Step 2/6 : FROM ${BASE} 06:04:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:04:00 188c0c94c7c5: Pulling fs layer 06:04:00 0ef7d3d256c8: Pulling fs layer 06:04:00 de9db76c5a1d: Pulling fs layer 06:04:00 bca2f99d35d6: Pulling fs layer 06:04:00 93359f2a8cfa: Pulling fs layer 06:04:00 7c6f9722023f: Pulling fs layer 06:04:00 a35cf1a2eb13: Pulling fs layer 06:04:00 93359f2a8cfa: Waiting 06:04:00 7c6f9722023f: Waiting 06:04:00 a35cf1a2eb13: Waiting 06:04:00 bca2f99d35d6: Waiting 06:04:00 de9db76c5a1d: Verifying Checksum 06:04:00 de9db76c5a1d: Download complete 06:04:00 0ef7d3d256c8: Verifying Checksum 06:04:00 0ef7d3d256c8: Download complete 06:04:00 93359f2a8cfa: Verifying Checksum 06:04:00 93359f2a8cfa: Download complete 06:04:00 188c0c94c7c5: Verifying Checksum 06:04:00 188c0c94c7c5: Download complete 06:04:00 7c6f9722023f: Verifying Checksum 06:04:00 7c6f9722023f: Download complete 06:04:01 188c0c94c7c5: Pull complete 06:04:01 0ef7d3d256c8: Pull complete 06:04:02 a35cf1a2eb13: Verifying Checksum 06:04:02 a35cf1a2eb13: Download complete 06:04:02 de9db76c5a1d: Pull complete 06:04:02 bca2f99d35d6: Verifying Checksum 06:04:02 bca2f99d35d6: Download complete 06:04:07 bca2f99d35d6: Pull complete 06:04:07 93359f2a8cfa: Pull complete 06:04:07 7c6f9722023f: Pull complete 06:04:09 Still waiting to schedule task 06:04:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:04:12 a35cf1a2eb13: Pull complete 06:04:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:04:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:04:12 ---> a62c8e92a672 06:04:12 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:04:12 ---> Running in 5443c11a874b 06:04:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:04:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:04:14 (1/12) Installing libmagic (5.38-r0) 06:04:14 (2/12) Installing file (5.38-r0) 06:04:14 (3/12) Installing libc-dev (0.7.2-r3) 06:04:14 (4/12) Installing g++ (9.3.0-r2) 06:04:18 (5/12) Installing fortify-headers (1.1-r0) 06:04:18 (6/12) Installing patch (2.7.6-r6) 06:04:19 (7/12) Installing build-base (0.5-r2) 06:04:19 (8/12) Installing libsodium (1.0.18-r0) 06:04:19 (9/12) Installing pkgconf (1.7.2-r0) 06:04:19 (10/12) Installing libsodium-dev (1.0.18-r0) 06:04:19 (11/12) Installing libzmq (4.3.3-r0) 06:04:19 (12/12) Installing zeromq-dev (4.3.3-r0) 06:04:19 Executing busybox-1.31.1-r19.trigger 06:04:19 OK: 233 MiB in 51 packages 06:04:24 Removing intermediate container 5443c11a874b 06:04:24 ---> 8f5c5efc756d 06:04:24 Step 4/6 : WORKDIR /edgex-go 06:04:24 ---> Running in 79f2315eb485 06:04:24 Removing intermediate container 79f2315eb485 06:04:24 ---> cc18aa653fdb 06:04:24 Step 5/6 : COPY go.mod . 06:04:24 ---> 860648a7a49a 06:04:24 Step 6/6 : RUN go mod download 06:04:24 ---> Running in 9787e0c3b668 06:04:46 Removing intermediate container 9787e0c3b668 06:04:46 ---> d861d393596f 06:04:46 Successfully built d861d393596f 06:04:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:04:46 + docker inspect -f . ci-base-image-x86_64 06:04:46 . [Pipeline] withDockerContainer 06:04:46 prd-centos7-docker-4c-2g-433 does not seem to be running inside a container 06:04:46 $ 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:04:47 $ docker top 1b46bd476a6fb49a45c391bbf4582c1e6b863e242124d215b8dbde4a9ebcb60b -eo pid,comm [Pipeline] { [Pipeline] sh 06:04:48 + go version 06:04:48 go version go1.15.5 linux/amd64 [Pipeline] } 06:04:48 $ docker stop --time=1 1b46bd476a6fb49a45c391bbf4582c1e6b863e242124d215b8dbde4a9ebcb60b 06:04:50 $ docker rm -f 1b46bd476a6fb49a45c391bbf4582c1e6b863e242124d215b8dbde4a9ebcb60b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:04:50 + docker inspect -f . ci-base-image-x86_64 06:04:50 . [Pipeline] withDockerContainer 06:04:50 prd-centos7-docker-4c-2g-433 does not seem to be running inside a container 06:04:50 $ 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:04:51 $ docker top a6895a2f23470efe58a17c5779329755ceb4315c091dcd36907562b689f54892 -eo pid,comm [Pipeline] { [Pipeline] echo 06:04:52 ========================================================= 06:04:52 [edgeXBuildGoParallel] Running Tests and Build... 06:04:52 ========================================================= [Pipeline] sh 06:04:52 + make test 06:04:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:05:04 ? github.com/edgexfoundry/edgex-go [no test files] 06:05:27 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:05:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:05:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:05:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:05:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:05:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:05:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:05:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:05:43 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:05:43 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:05:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.143s coverage: 45.9% of statements 06:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:05:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:05:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements 06:05:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.110s coverage: 100.0% of statements 06:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.248s coverage: 27.1% of statements 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.100s coverage: 100.0% of statements 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.123s coverage: 100.0% of statements 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 71.3% of statements 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.218s coverage: 82.9% of statements 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:05:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements 06:05:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:05:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.386s coverage: 28.6% of statements 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:05:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:05:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:05:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.203s coverage: 86.7% of statements 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:05:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.179s coverage: 97.5% of statements 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:05:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.082s coverage: 78.3% of statements 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:05:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.465s coverage: 92.8% of statements 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:05:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:05:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.9% of statements 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:05:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:05:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements 06:05:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.091s coverage: 79.5% of statements 06:05:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.070s coverage: 94.1% of statements 06:05:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements 06:05:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.086s coverage: 87.5% of statements 06:06:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements 06:06:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 06:06:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.399s coverage: 81.9% of statements 06:06:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.107s coverage: 92.9% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.100s coverage: 87.2% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.126s coverage: 84.6% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.6% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.258s coverage: 64.4% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.045s coverage: 73.7% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.466s coverage: 69.0% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 38.4% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.048s coverage: 89.5% of statements 06:06:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:06:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements 06:06:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.167s coverage: 47.0% of statements 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:06:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.079s coverage: 100.0% of statements 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:06:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:06:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:06:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.100s coverage: 10.5% of statements 06:06:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:06:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.232s coverage: 87.7% of statements 06:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:06:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.138s coverage: 29.1% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.112s coverage: 99.0% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.174s coverage: 95.6% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:06:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 06:06:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 28.1% of statements 06:06:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements 06:06:28 GO111MODULE=on go vet ./... 06:07:07 gofmt -l . 06:07:07 [ "`gofmt -l .`" = "" ] 06:07:08 ./bin/test-go-mod-tidy.sh 06:07:09 ./bin/test-attribution-txt.sh [Pipeline] sh 06:07:11 + ls -al . 06:07:11 total 796 06:07:11 drwxrwxr-x 10 1001 1001 4096 Apr 16 06:07 . 06:07:11 drwxr-xr-x 4 root root 28 Apr 16 06:04 .. 06:07:11 -rw-rw-r-- 1 1001 1001 11 Apr 16 06:02 .dockerignore 06:07:11 drwxrwxr-x 8 1001 1001 179 Apr 16 06:03 .git 06:07:11 drwxrwxr-x 3 1001 1001 125 Apr 16 06:02 .github 06:07:11 -rw-rw-r-- 1 1001 1001 818 Apr 16 06:02 .gitignore 06:07:11 drwx------ 3 1001 1001 60 Apr 16 06:03 .semver 06:07:11 -rw-rw-r-- 1 1001 1001 166 Apr 16 06:02 .sonarcloud.properties 06:07:11 -rw-rw-r-- 1 1001 1001 8494 Apr 16 06:02 Attribution.txt 06:07:11 -rw-rw-r-- 1 1001 1001 3804 Apr 16 06:02 CONTRIBUTING.md 06:07:11 -rw-rw-r-- 1 1001 1001 931 Apr 16 06:02 Dockerfile.build 06:07:11 -rw-rw-r-- 1 1001 1001 863 Apr 16 06:02 Jenkinsfile 06:07:11 -rw-rw-r-- 1 1001 1001 10775 Apr 16 06:02 LICENSE 06:07:11 -rw-rw-r-- 1 1001 1001 5774 Apr 16 06:02 Makefile 06:07:11 -rw-rw-r-- 1 1001 1001 6548 Apr 16 06:02 README.md 06:07:11 -rw-rw-r-- 1 1001 1001 6755 Apr 16 06:02 SECURITY.md 06:07:11 -rw-rw-r-- 1 1001 1001 5 Apr 16 06:03 VERSION 06:07:11 -rw-rw-r-- 1 1001 1001 4131 Apr 16 06:02 ZMQWindows.md 06:07:11 drwxrwxr-x 2 1001 1001 117 Apr 16 06:02 bin 06:07:11 drwxrwxr-x 14 1001 1001 4096 Apr 16 06:02 cmd 06:07:11 -rw-r--r-- 1 root root 686607 Apr 16 06:06 coverage.out 06:07:11 -rw-r--r-- 1 root root 1058 Apr 16 06:07 go.mod 06:07:11 -rw-r--r-- 1 root root 22036 Apr 16 06:07 go.sum 06:07:11 drwxrwxr-x 8 1001 1001 127 Apr 16 06:02 internal 06:07:11 drwxrwxr-x 4 1001 1001 26 Apr 16 06:02 openapi 06:07:11 drwxrwxr-x 4 1001 1001 71 Apr 16 06:02 snap 06:07:11 -rw-rw-r-- 1 1001 1001 168 Apr 16 06:02 version.go [Pipeline] sh 06:07:11 + '[' -e coverage.out ] 06:07:11 + chown 1001:1001 coverage.out [Pipeline] stash 06:07:12 Stashed 1 file(s) [Pipeline] sh 06:07:12 + make build 06:07:12 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:07:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-442 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [Pipeline] { [Pipeline] ws 06:07:13 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:07:16 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:07:19 using credential edgex-jenkins-ssh 06:07:19 Cloning the remote Git repository 06:07:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:07:20 > git init /w/workspace/edgex-go/1 # timeout=10 06:07:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:07:20 > git --version # timeout=10 06:07:20 > git --version # 'git version 2.17.1' 06:07:20 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:07:31 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:07:31 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:07:34 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:07:35 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:07:37 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:07: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:07:40 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:07: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:07:44 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:07:45 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:07:46 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 94b9d4dbb121687aa959c989a31be590d863cb3b 06:07:47 Merge succeeded, producing 94b9d4dbb121687aa959c989a31be590d863cb3b 06:07:47 Checking out Revision 94b9d4dbb121687aa959c989a31be590d863cb3b (PR-3373) 06:07:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:07:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:07:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:07:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:07:45 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:07:46 > git config core.sparsecheckout # timeout=10 06:07:46 > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 06:07:47 > git remote # timeout=10 06:07:47 > git config --get remote.origin.url # timeout=10 06:07:47 using GIT_SSH to set credentials SSH Credentials for GitHub 06:07:47 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 06:07:47 > git rev-parse HEAD^{commit} # timeout=10 06:07:47 > git config core.sparsecheckout # timeout=10 06:07:47 > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 [Pipeline] } 06:07:48 $ docker stop --time=1 a6895a2f23470efe58a17c5779329755ceb4315c091dcd36907562b689f54892 06:07:49 $ docker rm -f a6895a2f23470efe58a17c5779329755ceb4315c091dcd36907562b689f54892 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:07:51 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 06:07:51 > git --version # timeout=10 06:07:51 > git --version # 'git version 2.17.1' 06:07:51 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:07:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:07:51 06:07:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 06:07:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:07:52 latest: Pulling from edgex-devops/edgex-compose 06:07:52 cbdbe7a5bc2a: Pulling fs layer 06:07:52 ca9280d653b3: Pulling fs layer 06:07:52 7e9c9ca2126c: Pulling fs layer 06:07:52 cbdbe7a5bc2a: Verifying Checksum 06:07:52 cbdbe7a5bc2a: Download complete [Pipeline] script [Pipeline] { [Pipeline] sh 06:07:52 cbdbe7a5bc2a: Pull complete 06:07:52 ca9280d653b3: Download complete 06:07:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:07:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:07:54 + sudo service docker restart 06:07:54 + true 06:07:54 7e9c9ca2126c: Verifying Checksum 06:07:54 7e9c9ca2126c: Download complete 06:07:54 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:07:56 provisioning config files... 06:07:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2831436880819421874tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:07:56 ---> docker-login.sh 06:07:56 nexus3.edgexfoundry.org:10001 06:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:57 Configure a credential helper to remove this warning. See 06:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:57 06:07:57 Login Succeeded 06:07:57 nexus3.edgexfoundry.org:10002 06:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:58 Configure a credential helper to remove this warning. See 06:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:58 06:07:58 Login Succeeded 06:07:58 nexus3.edgexfoundry.org:10003 06:07:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:58 Configure a credential helper to remove this warning. See 06:07:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:58 06:07:58 Login Succeeded 06:07:58 nexus3.edgexfoundry.org:10004 06:07:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:07:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:07:59 Configure a credential helper to remove this warning. See 06:07:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:07:59 06:07:59 Login Succeeded 06:07:59 docker.io 06:07:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:00 Configure a credential helper to remove this warning. See 06:08:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:00 06:08:00 Login Succeeded 06:08:00 ---> docker-login.sh ends [Pipeline] } 06:08:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:08:00 ========================================================= 06:08:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:08:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:08:00 + 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:08:02 7e9c9ca2126c: Pull complete 06:08:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:08:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:08:02 prd-centos7-docker-4c-2g-433 does not seem to be running inside a container 06:08:02 $ 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:08:03 Sending build context to Docker daemon 167.2MB 06:08:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:08:03 Step 2/6 : FROM ${BASE} 06:08:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:08:03 5f621e34cdf4: Pulling fs layer 06:08:03 a4357932f1b6: Pulling fs layer 06:08:03 18c013af1878: Pulling fs layer 06:08:03 00ac8860ef70: Pulling fs layer 06:08:03 63d7cb157983: Pulling fs layer 06:08:03 b116817d02f9: Pulling fs layer 06:08:03 00ac8860ef70: Waiting 06:08:03 63d7cb157983: Waiting 06:08:03 745a02a5169b: Pulling fs layer 06:08:03 b116817d02f9: Waiting 06:08:03 745a02a5169b: Waiting 06:08:03 18c013af1878: Verifying Checksum 06:08:03 18c013af1878: Download complete 06:08:03 a4357932f1b6: Verifying Checksum 06:08:03 a4357932f1b6: Download complete 06:08:03 63d7cb157983: Verifying Checksum 06:08:03 63d7cb157983: Download complete 06:08:03 b116817d02f9: Verifying Checksum 06:08:03 b116817d02f9: Download complete 06:08:03 5f621e34cdf4: Verifying Checksum 06:08:03 5f621e34cdf4: Download complete 06:08:03 $ docker top 49d4071a0ca0a5a9e53c61d537537df560f8eec4bb842056600f60337f584a5e -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:04 + docker-compose build --help 06:08:04 + grep parallel 06:08:04 5f621e34cdf4: Pull complete 06:08:04 a4357932f1b6: Pull complete 06:08:05 18c013af1878: Pull complete 06:08:05 --parallel Build images in parallel. [Pipeline] } 06:08:05 $ docker stop --time=1 49d4071a0ca0a5a9e53c61d537537df560f8eec4bb842056600f60337f584a5e 06:08:05 745a02a5169b: Verifying Checksum 06:08:05 745a02a5169b: Download complete 06:08:06 $ docker rm -f 49d4071a0ca0a5a9e53c61d537537df560f8eec4bb842056600f60337f584a5e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:08:07 00ac8860ef70: Download complete 06:08:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:08:07 . [Pipeline] withDockerContainer 06:08:07 prd-centos7-docker-4c-2g-433 does not seem to be running inside a container 06:08:07 $ 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:08:08 $ docker top 4a7d98ab168b2f861834d6877596608e4f8621439cae2bff0625da0c8523f81d -eo pid,comm [Pipeline] { [Pipeline] sh 06:08:09 + docker-compose -f ./docker-compose-build.yml build --parallel 06:08:10 Building docker-core-command-go ... 06:08:10 Building docker-core-data-go ... 06:08:10 Building docker-core-metadata-go ... 06:08:10 Building docker-security-bootstrapper-go ... 06:08:10 Building docker-security-proxy-setup-go ... 06:08:10 Building docker-security-secretstore-setup-go ... 06:08:10 Building docker-support-notifications-go ... 06:08:10 Building docker-support-scheduler-go ... 06:08:10 Building docker-sys-mgmt-agent-go ... 06:08:10 Building docker-core-command-go 06:08:10 Building docker-support-scheduler-go 06:08:10 Building docker-core-metadata-go 06:08:10 Building docker-security-bootstrapper-go 06:08:10 Building docker-sys-mgmt-agent-go 06:08:17 00ac8860ef70: Pull complete 06:08:17 63d7cb157983: Pull complete 06:08:17 b116817d02f9: Pull complete 06:08:22 745a02a5169b: Pull complete 06:08:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:08:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:08:22 ---> b7e6874047d6 06:08:22 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:08:25 ---> Running in 65383b2adad7 06:08:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:08:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:08:27 (1/12) Installing libmagic (5.38-r0) 06:08:28 (2/12) Installing file (5.38-r0) 06:08:28 (3/12) Installing libc-dev (0.7.2-r3) 06:08:28 (4/12) Installing g++ (9.3.0-r2) 06:08:32 (5/12) Installing fortify-headers (1.1-r0) 06:08:32 (6/12) Installing patch (2.7.6-r6) 06:08:32 (7/12) Installing build-base (0.5-r2) 06:08:32 (8/12) Installing libsodium (1.0.18-r0) 06:08:32 (9/12) Installing pkgconf (1.7.2-r0) 06:08:32 (10/12) Installing libsodium-dev (1.0.18-r0) 06:08:32 (11/12) Installing libzmq (4.3.3-r0) 06:08:32 (12/12) Installing zeromq-dev (4.3.3-r0) 06:08:32 Executing busybox-1.31.1-r19.trigger 06:08:32 OK: 217 MiB in 51 packages 06:08:37 Removing intermediate container 65383b2adad7 06:08:37 ---> 7fbb149797fa 06:08:37 Step 4/6 : WORKDIR /edgex-go 06:08:37 ---> Running in 9f772df9bfeb 06:08:37 Removing intermediate container 9f772df9bfeb 06:08:37 ---> a7f69c8c1103 06:08:37 Step 5/6 : COPY go.mod . 06:08:37 ---> dea5374637a9 06:08:37 Step 6/6 : RUN go mod download 06:08:38 ---> Running in 413f043840dd 06:08:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:08:57 ---> d861d393596f 06:08:57 Step 3/22 : WORKDIR /edgex-go 06:08:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:08:57 ---> d861d393596f 06:08:57 Step 3/23 : WORKDIR /edgex-go 06:08:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:08:57 ---> d861d393596f 06:08:57 Step 3/23 : WORKDIR /edgex-go 06:08:57 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:57 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:08:57 ---> d861d393596f 06:08:57 Step 3/31 : WORKDIR /edgex-go 06:08:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:08:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:08:57 ---> d861d393596f 06:08:57 Step 3/23 : WORKDIR /edgex-go 06:08:57 ---> Running in fc7829388b37 06:08:57 ---> Running in 2291e1bc4314 06:08:57 ---> Running in 0f31a1d503cb 06:08:57 ---> Running in 950d5c14ba4a 06:08:57 ---> Running in ea8e0160b7e9 06:08:57 Removing intermediate container fc7829388b37 06:08:57 ---> 3d16b06b9376 06:08:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:57 Removing intermediate container 2291e1bc4314 06:08:57 ---> 1731f4a5a9eb 06:08:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:57 Removing intermediate container 0f31a1d503cb 06:08:57 ---> 28a6a43cfe24 06:08:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:57 Removing intermediate container 950d5c14ba4a 06:08:57 ---> 2b334f1860b6 06:08:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:57 Removing intermediate container ea8e0160b7e9 06:08:57 ---> 104644efe125 06:08:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:08:57 ---> Running in 648e412ad6dc 06:08:57 ---> Running in 1bbba20492c8 06:08:57 ---> Running in 9b939dd0e779 06:08:57 ---> Running in 933ff4f26b08 06:08:57 ---> Running in 0a790174e5f6 06:08:57 Removing intermediate container 1bbba20492c8 06:08:57 ---> b83490cad8b6 06:08:57 Step 5/23 : RUN apk add --update --no-cache make git 06:08:57 Removing intermediate container 933ff4f26b08 06:08:57 ---> f37f2e489bba 06:08:57 Step 5/23 : RUN apk add --update --no-cache make git 06:08:57 ---> Running in 45dff8206764 06:08:57 Removing intermediate container 648e412ad6dc 06:08:57 ---> 93f184279c04 06:08:57 Step 5/23 : RUN apk add --update --no-cache make bash git 06:08:57 ---> Running in af1955a0561c 06:08:57 Removing intermediate container 0a790174e5f6 06:08:57 ---> 10451c5862c2 06:08:57 Step 5/22 : RUN apk add --update --no-cache make git 06:08:57 Removing intermediate container 9b939dd0e779 06:08:57 ---> 0ea72bc866fb 06:08:57 Step 5/31 : RUN apk add --update --no-cache make git 06:08:57 ---> Running in 3b0eb9fb0eae 06:08:57 ---> Running in 5a70cdcec8fb 06:08:58 ---> Running in 5bfc802ac7f8 06:08:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:59 OK: 233 MiB in 51 packages 06:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:08:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:09:00 OK: 233 MiB in 51 packages 06:09:00 OK: 233 MiB in 51 packages 06:09:00 OK: 233 MiB in 51 packages 06:09:00 Removing intermediate container 3b0eb9fb0eae 06:09:00 ---> 18abc72ed762 06:09:00 Step 6/23 : COPY go.mod . 06:09:00 OK: 233 MiB in 51 packages 06:09:00 Removing intermediate container af1955a0561c 06:09:00 ---> 62190c723ce7 06:09:00 Step 6/23 : COPY go.mod . 06:09:01 ---> 667f45638bf6 06:09:01 Step 7/23 : RUN go mod download 06:09:01 ---> d5397c197e46 06:09:01 Step 7/23 : RUN go mod download 06:09:01 ---> Running in 174ed3e7ec73 06:09:01 Removing intermediate container 5bfc802ac7f8 06:09:01 ---> 464f556fc447 06:09:01 Step 6/31 : COPY go.mod . 06:09:01 ---> Running in 601e22eb5250 06:09:01 Removing intermediate container 5a70cdcec8fb 06:09:01 ---> 5e222cb8b1d8 06:09:01 Step 6/22 : COPY go.mod . 06:09:02 Removing intermediate container 45dff8206764 06:09:02 ---> e01eb3839c81 06:09:02 Step 6/23 : COPY go.mod . 06:09:02 ---> 482db2207089 06:09:02 Step 7/31 : RUN go mod download 06:09:02 ---> 5b9a62fb8c67 06:09:02 Step 7/22 : RUN go mod download 06:09:02 ---> Running in d841cf90b410 06:09:02 ---> Running in d395a91db3de 06:09:02 ---> 99ffd8bcc2c1 06:09:02 Step 7/23 : RUN go mod download 06:09:02 ---> Running in 6c8e1a0d7d7a 06:09:04 Removing intermediate container 413f043840dd 06:09:04 ---> 35e0523521b1 06:09:04 Successfully built 35e0523521b1 06:09:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:09:05 Removing intermediate container 601e22eb5250 06:09:05 ---> 6a839c9dae13 06:09:05 Step 8/23 : COPY . . 06:09:05 Removing intermediate container d841cf90b410 06:09:05 ---> 715e3229295b 06:09:05 Step 8/31 : COPY . . 06:09:05 Removing intermediate container 6c8e1a0d7d7a 06:09:05 ---> 6e47024adb64 06:09:05 Step 8/23 : COPY . . 06:09:05 + docker inspect -f . ci-base-image-arm64 06:09:05 . [Pipeline] withDockerContainer 06:09:05 Removing intermediate container 174ed3e7ec73 06:09:05 ---> 524e3cefc624 06:09:05 Step 8/23 : COPY . . 06:09:05 prd-ubuntu18.04-docker-arm64-4c-16g-442 does not seem to be running inside a container 06:09:05 $ 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-arm64 cat 06:09:07 $ docker top eada8aa3ab340835e4ba4401a2e5d9bcca42c4721a2a19bd3b69df3347dbf31e -eo pid,comm [Pipeline] { [Pipeline] sh 06:09:08 + go version 06:09:08 go version go1.15.5 linux/arm64 [Pipeline] } 06:09:08 $ docker stop --time=1 eada8aa3ab340835e4ba4401a2e5d9bcca42c4721a2a19bd3b69df3347dbf31e 06:09:08 Removing intermediate container d395a91db3de 06:09:08 ---> fde24a0ab017 06:09:08 Step 8/22 : COPY . . 06:09:10 $ docker rm -f eada8aa3ab340835e4ba4401a2e5d9bcca42c4721a2a19bd3b69df3347dbf31e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:09:10 + docker inspect -f . ci-base-image-arm64 06:09:10 . [Pipeline] withDockerContainer 06:09:11 prd-ubuntu18.04-docker-arm64-4c-16g-442 does not seem to be running inside a container 06:09:11 $ 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-arm64 cat 06:09:12 $ docker top 88e020dda2c963b5d29eab648da8afed7548129cf1ec1811c56c16bcbcdcc78b -eo pid,comm [Pipeline] { [Pipeline] echo 06:09:12 ========================================================= 06:09:12 [edgeXBuildGoParallel] Running Tests and Build... 06:09:12 ========================================================= [Pipeline] sh 06:09:13 + make test 06:09:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:09:36 ? github.com/edgexfoundry/edgex-go [no test files] 06:09:48 ---> 67c0736d16ea 06:09:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:09:48 ---> Running in de16685e8aa0 06:09:48 ---> 9046759a93fb 06:09:48 Step 9/23 : RUN make cmd/core-command/core-command 06:09:48 ---> 16c53423d51e 06:09:48 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:09:48 ---> 0046c16602f9 06:09:48 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:09:48 ---> 46f699a56cc4 06:09:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:09:48 ---> Running in 941d80632d36 06:09:48 ---> Running in 192c73d124df 06:09:48 ---> Running in 03c0c949a00a 06:09:48 ---> Running in 12ff4b43587c 06:09: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:09:49 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:49 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: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 06:09:49 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:10:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:10:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:10:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:10:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:10:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:10:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:10:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:10:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:10:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:10:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:10:46 Removing intermediate container 03c0c949a00a 06:10:46 ---> 96be14f31400 06:10:46 06:10:46 Step 10/31 : FROM alpine:3.12 06:10:46 3.12: Pulling from library/alpine 06:10:46 Removing intermediate container 192c73d124df 06:10:46 ---> d6747be34421 06:10:46 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:10:47 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:10:48 Status: Downloaded newer image for alpine:3.12 06:10:48 ---> 13621d1b12d4 06:10:48 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:10:49 ---> Running in 95105f9d6dd0 06:10:50 ---> Running in 98803021f4bc 06:10:51 Removing intermediate container 941d80632d36 06:10:51 ---> 21e14d8dd873 06:10:51 06:10:51 Step 10/23 : FROM alpine:3.12 06:10:51 ---> 13621d1b12d4 06:10:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:10:51 Removing intermediate container 12ff4b43587c 06:10:51 ---> 8f76af4efdec 06:10:51 06:10:51 Step 10/22 : FROM alpine:3.12 06:10:51 ---> 13621d1b12d4 06:10:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:10:51 Removing intermediate container 98803021f4bc 06:10:51 ---> b2df52597527 06:10:51 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:10:51 Removing intermediate container de16685e8aa0 06:10:51 ---> 6df4cfa32756 06:10:51 06:10:51 Step 10/23 : FROM alpine:3.12 06:10:51 ---> 13621d1b12d4 06:10:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:10:51 ---> Running in b258beab991e 06:10:51 ---> Running in c68ad9c88845 06:10:51 ---> Running in 2c50fb7a8cf1 06:10:51 ---> Running in bc23450ee102 06:10:51 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:10:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:10:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:10:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:10:52 (1/1) Installing dumb-init (1.2.2-r1) 06:10:52 Executing busybox-1.31.1-r20.trigger 06:10:52 OK: 6 MiB in 15 packages 06:10:52 (1/1) Installing dumb-init (1.2.2-r1) 06:10:52 Executing busybox-1.31.1-r20.trigger 06:10:52 OK: 6 MiB in 15 packages 06:10:52 (1/2) Installing dumb-init (1.2.2-r1) 06:10:52 (2/2) Installing su-exec (0.2-r1) 06:10:52 Executing busybox-1.31.1-r20.trigger 06:10:52 OK: 6 MiB in 16 packages 06:10:53 (1/1) Installing dumb-init (1.2.2-r1) 06:10:53 Executing busybox-1.31.1-r20.trigger 06:10:53 OK: 6 MiB in 15 packages 06:10:54 Removing intermediate container b258beab991e 06:10:54 ---> e96e7e135c04 06:10:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:10:54 Removing intermediate container 2c50fb7a8cf1 06:10:54 ---> 4934b8571bf4 06:10:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:10:54 ---> Running in 8a76047ca926 06:10:54 Removing intermediate container c68ad9c88845 06:10:54 ---> 1c7a1b9786df 06:10:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:10:54 ---> Running in 5c9ce1074ac8 06:10:54 Removing intermediate container bc23450ee102 06:10:54 ---> fb69dd42a4db 06:10:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:10:54 ---> Running in 36e8a44d536d 06:10:54 ---> Running in a0b3a410fd86 06:10:54 Removing intermediate container 95105f9d6dd0 06:10:54 ---> b433132dacd3 06:10:54 06:10:54 Step 11/23 : FROM docker:20.10.0 06:10:54 Removing intermediate container 8a76047ca926 06:10:54 ---> f8181a4e7e00 06:10:54 Step 13/23 : ENV APP_PORT=48082 06:10:54 20.10.0: Pulling from library/docker 06:10:54 Removing intermediate container 5c9ce1074ac8 06:10:54 ---> bfbe6408685e 06:10:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:10:54 ---> Running in 5a5084e184b9 06:10:54 Removing intermediate container 36e8a44d536d 06:10:54 ---> f9b0e3fa1f05 06:10:54 Step 13/22 : ENV APP_PORT=48085 06:10:55 Removing intermediate container a0b3a410fd86 06:10:55 ---> 482c3d50d40f 06:10:55 Step 13/23 : ENV APP_PORT=48081 06:10:56 ---> Running in da15d9b9cb1a 06:10:56 ---> Running in c51111b2c55f 06:10:56 ---> Running in 3490fce25653 06:10:56 Removing intermediate container 5a5084e184b9 06:10:56 ---> b35263800038 06:10:56 Step 14/23 : EXPOSE $APP_PORT 06:10:56 ---> Running in 3850bfb09d21 06:10:57 Removing intermediate container da15d9b9cb1a 06:10:57 ---> 6634eee56be2 06:10:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:10:57 Removing intermediate container c51111b2c55f 06:10:57 ---> 716aab2d625f 06:10:57 Step 14/22 : EXPOSE $APP_PORT 06:10:57 Removing intermediate container 3490fce25653 06:10:57 ---> c0ae18f92750 06:10:57 Step 14/23 : EXPOSE $APP_PORT 06:10:57 Removing intermediate container 3850bfb09d21 06:10:57 ---> 609cb5f76eea 06:10:57 Step 15/23 : WORKDIR / 06:10:57 ---> Running in 249e1dfefaec 06:10:57 ---> Running in c4e538fc27ba 06:10:57 ---> Running in a4ed9c268791 06:10:57 ---> Running in 932e91befd5c 06:10:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 45.9% of statements 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:10:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:10:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.117s coverage: 19.8% of statements 06:10:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.235s coverage: 100.0% of statements 06:10:58 Removing intermediate container 249e1dfefaec 06:10:58 ---> 12c2505c3c3e 06:10:58 Step 15/23 : WORKDIR / 06:10:58 Removing intermediate container c4e538fc27ba 06:10:58 ---> cc204149bf24 06:10:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:10:58 ---> Running in 2c861ee02202 06:10:58 Removing intermediate container 932e91befd5c 06:10:58 ---> 175ed0d45d36 06:10:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:10:59 Removing intermediate container 2c861ee02202 06:10:59 ---> f706a55a35fd 06:10:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:10:59 ---> 829cdc4c2bf4 06:10:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:10:59 ---> 17bf0ceec155 06:10:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:10:59 ---> 12b49a7a8151 06:10:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:10:59 Removing intermediate container a4ed9c268791 06:10:59 ---> 5a88ef46e6b0 06:10:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:11:00 ---> Running in 716179bb5bea 06:11:00 ---> 07a29059864c 06:11:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:11:00 ---> daa9cd1d79b5 06:11:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:11:00 ---> 337658df72cb 06:11:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:11:00 Removing intermediate container 716179bb5bea 06:11:00 ---> 2cb0d0bebe0c 06:11:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:11:00 ---> 6328844c626a 06:11:00 Step 19/23 : ENTRYPOINT ["/core-command"] 06:11:01 ---> 618a70d49d19 06:11:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:11:01 ---> 26c5972cfc4c 06:11:01 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:11:01 ---> Running in 47263ab61135 06:11:01 ---> Running in 4a6e90dc55ec 06:11:01 ---> Running in 9e0018549c2e 06:11:01 ---> dd7b37415167 06:11:01 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:11:01 ---> Running in 725a0c16c420 06:11:01 Removing intermediate container 47263ab61135 06:11:01 ---> fd5d1669846b 06:11:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:11:01 Removing intermediate container 4a6e90dc55ec 06:11:01 ---> ad507556019c 06:11:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:11:01 Removing intermediate container 9e0018549c2e 06:11:01 ---> 0d9a68136487 06:11:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:11:02 ---> Running in dc66bf0ebab8 06:11:02 ---> Running in 7f88e32fbfcf 06:11:02 ---> Running in 7084ee62868a 06:11:03 Removing intermediate container 7084ee62868a 06:11:03 ---> 30b4ec737e90 06:11:03 Step 21/23 : LABEL arch=x86_64 06:11:03 Removing intermediate container 7f88e32fbfcf 06:11:03 ---> d2c272dbf932 06:11:03 Step 21/23 : LABEL arch=x86_64 06:11:03 Removing intermediate container dc66bf0ebab8 06:11:03 ---> 7d0bce69652d 06:11:03 Step 20/22 : LABEL arch=x86_64 06:11:03 ---> Running in 98b59d3c889b 06:11:03 ---> Running in 7b687d7559c6 06:11:03 ---> Running in 2c22acda372e 06:11:03 Removing intermediate container 2c22acda372e 06:11:03 ---> 6cd23a41707d 06:11:03 Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:11:03 Removing intermediate container 98b59d3c889b 06:11:03 ---> 26ddf37f757b 06:11:03 Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:11:03 Removing intermediate container 7b687d7559c6 06:11:03 ---> 16cd97b65d14 06:11:03 Step 21/22 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:11:04 ---> Running in 2407dc8c7fa2 06:11:04 Removing intermediate container 725a0c16c420 06:11:04 ---> c3f5abff2a8d 06:11:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:11:04 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:11:04 Status: Downloaded newer image for docker:20.10.0 06:11:04 ---> aefe523efa57 06:11:04 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:11:04 ---> Running in af6b94fc8a91 06:11:04 ---> Running in 3d731fc327f4 06:11:04 ---> Running in a50b3e175a79 06:11:04 Removing intermediate container 2407dc8c7fa2 06:11:04 ---> 530cabe7ed03 06:11:04 Step 23/23 : LABEL version=0.0.0 06:11:04 Removing intermediate container af6b94fc8a91 06:11:04 ---> 82a9a7f64c58 06:11:04 Step 23/23 : LABEL version=0.0.0 06:11:04 Removing intermediate container 3d731fc327f4 06:11:04 ---> aafec1f43e25 06:11:04 Step 22/22 : LABEL version=0.0.0 06:11:04 ---> Running in 84616e2cec44 06:11:04 ---> Running in 8692ecbae590 06:11:04 ---> 396676bfb178 06:11:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:11:04 Removing intermediate container a50b3e175a79 06:11:04 ---> 9187a5a918d3 06:11:04 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 06:11:05 ---> Running in 3ad370067fe2 06:11:05 ---> Running in c9dab07a5280 06:11:05 Removing intermediate container 84616e2cec44 06:11:05 ---> 2a853af9b8aa 06:11:05 06:11:05 Removing intermediate container 8692ecbae590 06:11:05 ---> b19cca092602 06:11:05 06:11:05 Removing intermediate container 3ad370067fe2 06:11:05 ---> af9d8c6861bb 06:11:05 06:11:05 Successfully built 2a853af9b8aa 06:11:05 ---> 43ad32e90f60 06:11:05 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:11:05 Successfully built b19cca092602 06:11:05 Successfully tagged docker-core-command-go:latest 06:11:05 Building docker-security-secretstore-setup-go 06:11:05  Building docker-core-command-go ... done Successfully tagged docker-core-metadata-go:latest 06:11:05  Building docker-core-metadata-go ... done Building docker-support-notifications-go 06:11:05 Successfully built af9d8c6861bb 06:11:05 Successfully tagged docker-support-scheduler-go:latest 06:11:05 Building docker-core-data-go 06:11:06  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:11:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:11:06 ---> 7ee1dba10a3e 06:11:06 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:11:06 (1/39) Installing readline (8.0.4-r0) 06:11:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.516s coverage: 27.1% of statements 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:11:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.162s coverage: 100.0% of statements 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:11:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.199s coverage: 100.0% of statements 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:11:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.283s coverage: 71.3% of statements 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:11:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:11:06 (2/39) Installing bash (5.0.17-r0) 06:11:06 Executing bash-5.0.17-r0.post-install 06:11:06 (3/39) Installing nghttp2-libs (1.41.0-r0) 06:11:06 (4/39) Installing libcurl (7.76.1-r0) 06:11:06 (5/39) Installing curl (7.76.1-r0) 06:11:06 (6/39) Installing dumb-init (1.2.2-r1) 06:11:06 (7/39) Installing libbz2 (1.0.8-r1) 06:11:06 (8/39) Installing expat (2.2.9-r1) 06:11:06 (9/39) Installing libffi (3.3-r2) 06:11:06 (10/39) Installing gdbm (1.13-r1) 06:11:06 (11/39) Installing xz-libs (5.2.5-r0) 06:11:06 (12/39) Installing sqlite-libs (3.32.1-r0) 06:11:06 (13/39) Installing python3 (3.8.8-r0) 06:11:06 ---> a95bfda4436a 06:11:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:11:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.9% of statements 06:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:11:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.130s coverage: 78.9% of statements 06:11:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:11:16 ---> ac892f03bf45 06:11:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:11:16 (14/39) Installing py3-appdirs (1.4.4-r1) 06:11:16 (15/39) Installing py3-ordered-set (4.0.1-r0) 06:11:16 (16/39) Installing py3-parsing (2.4.7-r0) 06:11:16 (17/39) Installing py3-six (1.15.0-r0) 06:11:16 (18/39) Installing py3-packaging (20.4-r0) 06:11:16 (19/39) Installing py3-setuptools (47.0.0-r0) 06:11:16 (20/39) Installing py3-chardet (3.0.4-r4) 06:11:17 (21/39) Installing py3-idna (2.9-r0) 06:11:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.073s coverage: 28.6% of statements 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:11:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.294s coverage: 100.0% of statements 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:11:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.199s coverage: 100.0% of statements 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:11:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:11:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:11:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.247s coverage: 78.3% of statements 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:11:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:11:18 (22/39) Installing py3-certifi (2020.4.5.1-r0) 06:11:18 (23/39) Installing py3-urllib3 (1.25.9-r0) 06:11:18 (24/39) Installing py3-requests (2.23.0-r0) 06:11:18 (25/39) Installing py3-msgpack (1.0.0-r0) 06:11:19 (26/39) Installing py3-lockfile (0.12.2-r3) 06:11:19 (27/39) Installing py3-cachecontrol (0.12.6-r0) 06:11:19 ---> Running in 70e2a6268087 06:11:19 (28/39) Installing py3-colorama (0.4.3-r0) 06:11:19 (29/39) Installing py3-distlib (0.3.0-r0) 06:11:19 (30/39) Installing py3-distro (1.5.0-r1) 06:11:19 (31/39) Installing py3-webencodings (0.5.1-r3) 06:11:20 (32/39) Installing py3-html5lib (1.0.1-r4) 06:11:20 (33/39) Installing py3-pytoml (0.1.21-r0) 06:11:20 (34/39) Installing py3-pep517 (0.8.2-r0) 06:11:20 (35/39) Installing py3-progress (1.5-r0) 06:11:20 (36/39) Installing py3-toml (0.10.1-r0) 06:11:20 (37/39) Installing py3-retrying (1.3.3-r0) 06:11:20 (38/39) Installing py3-contextlib2 (0.6.0-r0) 06:11:20 (39/39) Installing py3-pip (20.1.1-r0) 06:11:21 Removing intermediate container 70e2a6268087 06:11:21 ---> 1cf1596a2471 06:11:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:11:21 Executing busybox-1.31.1-r19.trigger 06:11:21 OK: 72 MiB in 59 packages 06:11:24 ---> da3b1d003d9a 06:11:24 Step 26/31 : RUN chmod +x /entrypoint.sh 06:11:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.189s coverage: 92.8% of statements 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:11:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.126s coverage: 58.8% of statements 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:11:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.178s coverage: 0.9% of statements 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:11:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.123s coverage: 47.1% of statements 06:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.155s coverage: 79.5% of statements 06:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.117s coverage: 94.1% of statements 06:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements 06:11:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements 06:11:30 ---> Running in 3486c208706b 06:11:31 Collecting docker-compose==1.23.2 06:11:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:11:32 Collecting dockerpty<0.5,>=0.4.1 06:11:32 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:11:36 Collecting cached-property<2,>=1.2.0 06:11:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:11:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:11:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:11:37 ---> d861d393596f 06:11:37 Step 3/22 : WORKDIR /edgex-go 06:11:37 ---> Using cache 06:11:37 ---> 104644efe125 06:11:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:37 ---> Using cache 06:11:37 ---> 10451c5862c2 06:11:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:11:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:11:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:11:37 ---> d861d393596f 06:11:37 Step 3/24 : WORKDIR /edgex-go 06:11:37 ---> Using cache 06:11:37 ---> 104644efe125 06:11:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:37 ---> Using cache 06:11:37 ---> 10451c5862c2 06:11:37 Step 5/24 : RUN apk add --update --no-cache make git 06:11:37 ---> Using cache 06:11:37 ---> 5e222cb8b1d8 06:11:37 Step 6/24 : COPY go.mod . 06:11:37 ---> Using cache 06:11:37 ---> 5b9a62fb8c67 06:11:37 Step 7/24 : RUN go mod download 06:11:37 ---> Using cache 06:11:37 ---> fde24a0ab017 06:11:37 Step 8/24 : COPY . . 06:11:37 ---> Using cache 06:11:37 ---> 46f699a56cc4 06:11:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:11:38 Collecting websocket-client<1.0,>=0.32.0 06:11:38 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:11:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:11:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:11:38 ---> d861d393596f 06:11:38 Step 3/23 : WORKDIR /edgex-go 06:11:38 ---> Using cache 06:11:38 ---> 104644efe125 06:11:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:11:38 ---> Using cache 06:11:38 ---> 10451c5862c2 06:11:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:11:39 Removing intermediate container 3486c208706b 06:11:39 ---> dc3158c758bc 06:11:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:11:39 ---> Running in a64b7945c36d 06:11:39 ---> Running in 944ac2bf7dc3 06:11:39 Collecting jsonschema<3,>=2.5.1 06:11:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:11:39 ---> Running in d107d84fb73f 06:11:39 Collecting docopt<0.7,>=0.6.1 06:11:39 ---> Running in 3f067022b7b1 06:11:39 Downloading docopt-0.6.2.tar.gz (25 kB) 06:11:40 Removing intermediate container 3f067022b7b1 06:11:40 ---> a2d7496bed16 06:11:40 Step 28/31 : CMD ["gate"] 06:11:40 ---> Running in f94399de1523 06:11:40 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:11:40 Removing intermediate container f94399de1523 06:11:40 ---> 74226ddef4df 06:11:40 Step 29/31 : LABEL arch=x86_64 06:11:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:11:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:11:40 Collecting PyYAML<4,>=3.10 06:11:40 Downloading PyYAML-3.13.tar.gz (270 kB) 06:11:41 ---> Running in 63bdba9d26f9 06:11:41 Removing intermediate container 63bdba9d26f9 06:11:41 ---> 5e0c1d854980 06:11:41 Step 30/31 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.140s coverage: 94.4% of statements 06:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.165s coverage: 44.8% of statements 06:11:42 OK: 233 MiB in 51 packages 06:11:42 ---> Running in 60ff9700e40a 06:11:42 Collecting docker<4.0,>=3.6.0 06:11:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:11:42 OK: 233 MiB in 51 packages 06:11:42 Collecting texttable<0.10,>=0.9.0 06:11:42 Downloading texttable-0.9.1.tar.gz (11 kB) 06:11:42 Removing intermediate container 60ff9700e40a 06:11:42 ---> 82cfc5c73e01 06:11:42 Step 31/31 : LABEL version=0.0.0 06:11:43 ---> Running in fdf00c9e4b97 06:11:43 Removing intermediate container a64b7945c36d 06:11:43 ---> 96b8595b51bf 06:11:43 Step 6/22 : COPY go.mod . 06:11:43 Removing intermediate container d107d84fb73f 06:11:43 ---> f259375b36d7 06:11:43 Step 6/23 : COPY go.mod . 06:11:43 Removing intermediate container fdf00c9e4b97 06:11:43 ---> dc17772679b9 06:11:43 06:11:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:11:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:11:44 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:11:44 Collecting docker-pycreds>=0.4.0 06:11:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:11:44 ---> 035d52197595 06:11:44 Step 7/23 : RUN go mod download 06:11:44 ---> 773a896daee4 06:11:44 Step 7/22 : RUN go mod download 06:11:44 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:11:44 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:11:44 Successfully built dc17772679b9 06:11:44 Successfully tagged docker-security-bootstrapper-go:latest 06:11:44 Building docker-security-proxy-setup-go 06:11:44  Building docker-security-bootstrapper-go ... done  ---> Running in 7d7f42c4f773 06:11:44 ---> Running in 3d7ac43d5149 06:11:44 Collecting idna<2.8,>=2.5 06:11:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:11:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.496s coverage: 81.9% of statements 06:11:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:11:45 Collecting urllib3<1.25,>=1.21.1 06:11:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:11:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:11:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:11:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:11:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:11:45 Installing collected packages: dockerpty, cached-property, websocket-client, jsonschema, docopt, PyYAML, docker-pycreds, idna, urllib3, requests, docker, texttable, docker-compose 06:11:45 Running setup.py install for dockerpty: started 06:11:47 Running setup.py install for dockerpty: finished with status 'done' 06:11:47 Running setup.py install for docopt: started 06:11:49 Running setup.py install for docopt: finished with status 'done' 06:11:49 Running setup.py install for PyYAML: started 06:11:50 Removing intermediate container 7d7f42c4f773 06:11:50 ---> e519bec4fa42 06:11:50 Step 8/22 : COPY . . 06:11:50 Running setup.py install for PyYAML: finished with status 'done' 06:11:51 Attempting uninstall: idna 06:11:51 Found existing installation: idna 2.9 06:11:51 Uninstalling idna-2.9: 06:11:52 Successfully uninstalled idna-2.9 06:11:53 Attempting uninstall: urllib3 06:11:53 Found existing installation: urllib3 1.25.9 06:11:53 Uninstalling urllib3-1.25.9: 06:11:53 Successfully uninstalled urllib3-1.25.9 06:11:54 Removing intermediate container 3d7ac43d5149 06:11:54 ---> d5d82e884f94 06:11:54 Step 8/23 : COPY . . 06:11:54 Attempting uninstall: requests 06:11:54 Found existing installation: requests 2.23.0 06:11:54 Uninstalling requests-2.23.0: 06:11:54 Successfully uninstalled requests-2.23.0 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.190s coverage: 92.9% of statements 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.151s coverage: 75.5% of statements 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.123s coverage: 80.8% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.189s coverage: 84.6% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.260s coverage: 91.6% of statements 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.592s coverage: 64.4% of statements 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:11:55 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 06:11:59 Running setup.py install for texttable: started 06:12:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.919s coverage: 69.0% of statements 06:12:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:12:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:12:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:12:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.435s coverage: 38.4% of statements 06:12:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:12:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:12:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.154s coverage: 89.5% of statements 06:12:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:12:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements 06:12:04 Running setup.py install for texttable: finished with status 'done' 06:12:08 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:12:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.436s coverage: 47.0% of statements 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:12:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:12:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:12:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.120s coverage: 10.5% of statements 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:12:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:12:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:12:09 ---> d861d393596f 06:12:09 Step 3/21 : WORKDIR /edgex-go 06:12:09 ---> Using cache 06:12:09 ---> 104644efe125 06:12:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:12:09 ---> Using cache 06:12:09 ---> 10451c5862c2 06:12:09 Step 5/21 : RUN apk add --update --no-cache make git 06:12:09 ---> Using cache 06:12:09 ---> 5e222cb8b1d8 06:12:09 Step 6/21 : COPY go.mod . 06:12:09 ---> Using cache 06:12:09 ---> 5b9a62fb8c67 06:12:09 Step 7/21 : RUN go mod download 06:12:09 ---> Using cache 06:12:09 ---> fde24a0ab017 06:12:09 Step 8/21 : COPY . . 06:12:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.477s coverage: 87.7% of statements 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:12:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:12:09 ---> Using cache 06:12:09 ---> 46f699a56cc4 06:12:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:12:10 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:10 ---> Running in 4d008578c943 06:12:14 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:12:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.294s coverage: 29.1% of statements 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:12:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.161s coverage: 99.0% of statements 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:12:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.203s coverage: 100.0% of statements 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:12:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.321s coverage: 95.6% of statements 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:12:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:12:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:12:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:12:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:12:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 06:12:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.117s coverage: 28.1% of statements 06:12:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 06:12:19 GO111MODULE=on go vet ./... 06:12:29 Removing intermediate container 944ac2bf7dc3 06:12:29 ---> e9034df12841 06:12:29 06:12:29 Step 10/24 : FROM alpine:3.12 06:12:29 ---> 13621d1b12d4 06:12:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:12:30 ---> 4ede7344d1f9 06:12:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:12:30 ---> Running in a7e0e5bb55b2 06:12:31 ---> Running in 0b64469e2f62 06:12:31 ---> bea0f6bb087e 06:12:31 Step 9/23 : RUN make cmd/core-data/core-data 06:12:32 ---> Running in 13cc4a33dedd 06:12:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:32 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:12:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:33 (1/6) Installing ca-certificates (20191127-r4) 06:12:33 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:12:33 (3/6) Installing libcurl (7.76.1-r0) 06:12:33 (4/6) Installing curl (7.76.1-r0) 06:12:33 (5/6) Installing dumb-init (1.2.2-r1) 06:12:33 (6/6) Installing su-exec (0.2-r1) 06:12:33 Executing busybox-1.31.1-r20.trigger 06:12:33 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:12:33 Executing ca-certificates-20191127-r4.trigger 06:12:33 OK: 7 MiB in 20 packages 06:12:34 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:34 Removing intermediate container c9dab07a5280 06:12:34 ---> cd33e073c7c6 06:12:34 Step 14/23 : ENV APP_PORT=48090 06:12:35 ---> Running in 014a9d4efe64 06:12:36 Removing intermediate container 014a9d4efe64 06:12:36 ---> c7009127b5cf 06:12:36 Step 15/23 : EXPOSE $APP_PORT 06:12:36 ---> Running in 7de25fcbbd62 06:12:36 Removing intermediate container a7e0e5bb55b2 06:12:36 ---> 7c305fadd535 06:12:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:12:37 ---> Running in a76299f03463 06:12:37 Removing intermediate container 7de25fcbbd62 06:12:37 ---> 48a0198f79b7 06:12:37 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:12:37 Removing intermediate container a76299f03463 06:12:37 ---> 8ed7e4be66a7 06:12:37 Step 13/24 : WORKDIR / 06:12:37 ---> Running in d3498b7f23ae 06:12:38 Removing intermediate container d3498b7f23ae 06:12:38 ---> 8571314818b8 06:12:38 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:40 ---> 03b64f5e43d2 06:12:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:12:40 ---> 039ca054c683 06:12:40 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:40 ---> 0f1c05d65ddf 06:12:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:12:41 ---> 64c27ef6da1a 06:12:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:12:43 ---> 4b4382a3f9a1 06:12:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:12:43 ---> e0694199a968 06:12:43 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 06:12:43 ---> Running in 4a8e1470a195 06:12:44 Removing intermediate container 4d008578c943 06:12:44 ---> 4acb5711e673 06:12:44 06:12:44 Step 10/21 : FROM alpine:3.12 06:12:44 ---> 13621d1b12d4 06:12:44 Step 11/21 : RUN apk add --update --no-cache curl 06:12:44 ---> Running in 1b17c5d4df3a 06:12:44 Removing intermediate container 4a8e1470a195 06:12:44 ---> 38d2b090c843 06:12:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:12:44 ---> ad74d2f0283a 06:12:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:12:44 ---> Running in 551aff0e560e 06:12:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:12:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:12:46 (1/4) Installing ca-certificates (20191127-r4) 06:12:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:12:46 (3/4) Installing libcurl (7.76.1-r0) 06:12:46 (4/4) Installing curl (7.76.1-r0) 06:12:46 Executing busybox-1.31.1-r20.trigger 06:12:46 Executing ca-certificates-20191127-r4.trigger 06:12:46 OK: 7 MiB in 18 packages 06:12:47 Removing intermediate container 551aff0e560e 06:12:47 ---> 8f48c1a4d6a4 06:12:47 Step 21/23 : LABEL arch=x86_64 06:12:47 ---> 859e97cd4d48 06:12:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:12:47 ---> Running in 9ffd277896a9 06:12:48 Removing intermediate container 9ffd277896a9 06:12:48 ---> 8bfe4da4e012 06:12:48 Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:12:48 ---> Running in 6125bc5229d4 06:12:48 ---> 86e34e87bb2a 06:12:48 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:48 ---> Running in cf4a9379f130 06:12:49 Removing intermediate container 6125bc5229d4 06:12:49 ---> 163be90cf9f8 06:12:49 Step 23/23 : LABEL version=0.0.0 06:12:49 ---> Running in 26655caea06b 06:12:49 Removing intermediate container 1b17c5d4df3a 06:12:49 ---> 2b09fc8ace0d 06:12:49 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:12:50 ---> Running in a7a62c1cd505 06:12:50 Removing intermediate container 26655caea06b 06:12:50 ---> 211a1bb00d45 06:12:50 06:12:50 Removing intermediate container a7a62c1cd505 06:12:50 ---> 19aeb910d784 06:12:50 Step 13/21 : WORKDIR /edgex 06:12:50 Successfully built 211a1bb00d45 06:12:51 Successfully tagged docker-sys-mgmt-agent-go:latest 06:12:51  Building docker-sys-mgmt-agent-go ... done  ---> Running in 90be0dc79bdc 06:12:51 Removing intermediate container 90be0dc79bdc 06:12:51 ---> c8ace2e83801 06:12:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:12:51 Removing intermediate container cf4a9379f130 06:12:51 ---> 87c9f9625233 06:12:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:12:51 ---> Running in c4b67afa7a53 06:12:51 ---> 97242e6e1874 06:12:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:12:51 Removing intermediate container c4b67afa7a53 06:12:51 ---> daf08215ea70 06:12:51 Step 22/24 : LABEL arch=x86_64 06:12:52 ---> Running in d77dc7b290ec 06:12:52 Removing intermediate container d77dc7b290ec 06:12:52 ---> 54770ba01dcf 06:12:52 Step 23/24 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:12:52 ---> 9f03838e6147 06:12:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:12:52 ---> Running in 3d4b3989265f 06:12:52 Removing intermediate container 3d4b3989265f 06:12:52 ---> 6a0c654b778d 06:12:52 Step 24/24 : LABEL version=0.0.0 06:12:53 ---> Running in bd6f5f48b3c6 06:12:53 ---> e98d6e31e6e9 06:12:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:12:53 Removing intermediate container bd6f5f48b3c6 06:12:53 ---> 8b9dd5bf3de5 06:12:53 06:12:53 ---> Running in cea3e4e91165 06:12:54 Successfully built 8b9dd5bf3de5 06:12:54 Successfully tagged docker-security-secretstore-setup-go:latest 06:12:54  Building docker-security-secretstore-setup-go ... done Removing intermediate container cea3e4e91165 06:12:54 ---> 51e573f5733e 06:12:54 Step 18/21 : CMD ["--init=true"] 06:12:55 ---> Running in e737265da4c9 06:12:55 Removing intermediate container e737265da4c9 06:12:55 ---> bf668a519738 06:12:55 Step 19/21 : LABEL arch=x86_64 06:12:55 ---> Running in a66ac4d113da 06:12:56 Removing intermediate container a66ac4d113da 06:12:56 ---> 213a9f2e1b42 06:12:56 Step 20/21 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:12:56 ---> Running in 40a1a0c9dcaa 06:12:56 Removing intermediate container 40a1a0c9dcaa 06:12:56 ---> 6314c7ec23b3 06:12:56 Step 21/21 : LABEL version=0.0.0 06:12:56 ---> Running in 78147b33bc37 06:12:56 Removing intermediate container 78147b33bc37 06:12:56 ---> 3209ac59b60c 06:12:56 06:12:56 Successfully built 3209ac59b60c 06:12:56 Successfully tagged docker-security-proxy-setup-go:latest 06:13:00  Building docker-security-proxy-setup-go ... done Removing intermediate container 0b64469e2f62 06:13:00 ---> b2fceade4749 06:13:00 06:13:00 Step 10/22 : FROM alpine:3.12 06:13:00 ---> 13621d1b12d4 06:13:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:13:00 ---> Running in d59cbbbef02c 06:13:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:01 (1/2) Installing ca-certificates (20191127-r4) 06:13:01 (2/2) Installing dumb-init (1.2.2-r1) 06:13:01 Executing busybox-1.31.1-r20.trigger 06:13:01 Executing ca-certificates-20191127-r4.trigger 06:13:01 OK: 6 MiB in 16 packages 06:13:04 Removing intermediate container 13cc4a33dedd 06:13:04 ---> cd0f296e563e 06:13:04 06:13:04 Step 10/23 : FROM alpine:3.12 06:13:04 ---> 13621d1b12d4 06:13:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:13:04 Removing intermediate container d59cbbbef02c 06:13:04 ---> eaa08f04e491 06:13:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:13:04 ---> Running in e9efb15d5ee2 06:13:04 ---> Running in 080d848ecda9 06:13:04 Removing intermediate container e9efb15d5ee2 06:13:04 ---> ad5874b00823 06:13:04 Step 12/23 : ENV APP_PORT=48080 06:13:04 Removing intermediate container 080d848ecda9 06:13:04 ---> 21bc4e51ace5 06:13:04 Step 13/22 : ENV APP_PORT=48060 06:13:04 ---> Running in d8046a48f9ee 06:13:04 ---> Running in a22a8444d3b1 06:13:04 Removing intermediate container d8046a48f9ee 06:13:04 ---> 51c2e1fa3377 06:13:04 Step 13/23 : EXPOSE $APP_PORT 06:13:04 Removing intermediate container a22a8444d3b1 06:13:04 ---> a67d9ef4b19f 06:13:04 Step 14/22 : EXPOSE $APP_PORT 06:13:04 ---> Running in d8385d067d8b 06:13:04 ---> Running in c903ea756760 06:13:04 Removing intermediate container d8385d067d8b 06:13:04 ---> 1fcc070df465 06:13:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:13:04 Removing intermediate container c903ea756760 06:13:04 ---> 0dcad9b0a0ae 06:13:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:13:05 ---> Running in 00bbe5baad75 06:13:05 ---> d759d371c420 06:13:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:13:06 ---> da3b69aea3e0 06:13:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:13:06 Removing intermediate container 00bbe5baad75 06:13:06 ---> abc6f368c734 06:13:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:13:07 ---> 33cefd86fc4b 06:13:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:13:07 ---> Running in e0bcb396705a 06:13:07 ---> Running in 875eed643dc8 06:13:07 Removing intermediate container 875eed643dc8 06:13:07 ---> 28b04dfeb1ca 06:13:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:13:07 ---> Running in ccf779deb9fe 06:13:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:13:07 Removing intermediate container ccf779deb9fe 06:13:07 ---> 8d0d1115c7af 06:13:07 Step 20/22 : LABEL arch=x86_64 06:13:07 ---> Running in b292be3985f8 06:13:08 Removing intermediate container b292be3985f8 06:13:08 ---> 1d7889f152c9 06:13:08 Step 21/22 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:13:08 ---> Running in a5d6cc40abd5 06:13:08 Removing intermediate container a5d6cc40abd5 06:13:08 ---> 6ed39c773253 06:13:08 Step 22/22 : LABEL version=0.0.0 06:13:08 ---> Running in fe74ee97904d 06:13:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:13:08 Removing intermediate container fe74ee97904d 06:13:08 ---> 065c89a3bd59 06:13:08 06:13:08 Successfully built 065c89a3bd59 06:13:08 Successfully tagged docker-support-notifications-go:latest 06:13:08  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 06:13:08 (2/6) Installing libgcc (9.3.0-r2) 06:13:08 (3/6) Installing libsodium (1.0.18-r0) 06:13:09 (4/6) Installing libstdc++ (9.3.0-r2) 06:13:10 (5/6) Installing libzmq (4.3.3-r0) 06:13:10 (6/6) Installing zeromq (4.3.3-r0) 06:13:10 Executing busybox-1.31.1-r20.trigger 06:13:10 OK: 8 MiB in 20 packages 06:13:10 Removing intermediate container e0bcb396705a 06:13:10 ---> 4b1b074748c3 06:13:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:13:10 ---> 0233c1c2c014 06:13:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:13:11 ---> 7a10a1f2b9ea 06:13:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:13:11 ---> 7bf9f71ff86b 06:13:11 Step 19/23 : ENTRYPOINT ["/core-data"] 06:13:12 ---> Running in 52d413372df0 06:13:12 Removing intermediate container 52d413372df0 06:13:12 ---> 2775bfccc38d 06:13:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:13:12 ---> Running in 4f40c102c1e2 06:13:12 Removing intermediate container 4f40c102c1e2 06:13:12 ---> f4808e51c0e4 06:13:12 Step 21/23 : LABEL arch=x86_64 06:13:12 ---> Running in 20a31760debe 06:13:13 Removing intermediate container 20a31760debe 06:13:13 ---> e8966da698d5 06:13:13 Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:13:13 ---> Running in 27dc87d5aaf5 06:13:13 Removing intermediate container 27dc87d5aaf5 06:13:13 ---> d9aff071943a 06:13:13 Step 23/23 : LABEL version=0.0.0 06:13:13 ---> Running in 8f2d32e138f9 06:13:13 Removing intermediate container 8f2d32e138f9 06:13:13 ---> 33c51b0b4671 06:13:13 06:13:13 Successfully built 33c51b0b4671 06:13:13 Successfully tagged docker-core-data-go:latest 06:13:14  Building docker-core-data-go ... done  [Pipeline] } 06:13:14 $ docker stop --time=1 4a7d98ab168b2f861834d6877596608e4f8621439cae2bff0625da0c8523f81d 06:13:15 $ docker rm -f 4a7d98ab168b2f861834d6877596608e4f8621439cae2bff0625da0c8523f81d [Pipeline] // withDockerContainer [Pipeline] sh 06:13:16 + docker images 06:13:16 + grep docker 06:13:17 docker-core-data-go latest 33c51b0b4671 4 seconds ago 22.7MB 06:13:17 docker-support-notifications-go latest 065c89a3bd59 9 seconds ago 18MB 06:13:17 docker-security-proxy-setup-go latest 3209ac59b60c 21 seconds ago 25.6MB 06:13:17 docker-security-secretstore-setup-go latest 8b9dd5bf3de5 24 seconds ago 25.9MB 06:13:17 docker-sys-mgmt-agent-go latest 211a1bb00d45 27 seconds ago 312MB 06:13:17 docker-security-bootstrapper-go latest dc17772679b9 About a minute ago 19.1MB 06:13:17 docker-support-scheduler-go latest af9d8c6861bb 2 minutes ago 17.4MB 06:13:17 docker-core-command-go latest 2a853af9b8aa 2 minutes ago 17.3MB 06:13:17 docker-core-metadata-go latest b19cca092602 2 minutes ago 19MB 06:13:17 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:13:32 Still waiting to schedule task 06:13:32 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:13:41 gofmt -l . 06:13:41 [ "`gofmt -l .`" = "" ] 06:13:41 ./bin/test-go-mod-tidy.sh 06:13:41 ./bin/test-attribution-txt.sh [Pipeline] sh 06:13:41 + ls -al . 06:13:41 total 824 06:13:41 drwxrwxr-x 9 1001 1001 4096 Apr 16 06:13 . 06:13:41 drwxr-xr-x 4 root root 4096 Apr 16 06:09 .. 06:13:41 -rw-rw-r-- 1 1001 1001 11 Apr 16 06:07 .dockerignore 06:13:41 drwxrwxr-x 8 1001 1001 4096 Apr 16 06:07 .git 06:13:41 drwxrwxr-x 3 1001 1001 4096 Apr 16 06:07 .github 06:13:41 -rw-rw-r-- 1 1001 1001 818 Apr 16 06:07 .gitignore 06:13:41 -rw-rw-r-- 1 1001 1001 166 Apr 16 06:07 .sonarcloud.properties 06:13:41 -rw-rw-r-- 1 1001 1001 8494 Apr 16 06:07 Attribution.txt 06:13:41 -rw-rw-r-- 1 1001 1001 3804 Apr 16 06:07 CONTRIBUTING.md 06:13:41 -rw-rw-r-- 1 1001 1001 931 Apr 16 06:07 Dockerfile.build 06:13:41 -rw-rw-r-- 1 1001 1001 863 Apr 16 06:07 Jenkinsfile 06:13:41 -rw-rw-r-- 1 1001 1001 10775 Apr 16 06:07 LICENSE 06:13:41 -rw-rw-r-- 1 1001 1001 5774 Apr 16 06:07 Makefile 06:13:41 -rw-rw-r-- 1 1001 1001 6548 Apr 16 06:07 README.md 06:13:41 -rw-rw-r-- 1 1001 1001 6755 Apr 16 06:07 SECURITY.md 06:13:41 -rw-rw-r-- 1 1001 1001 5 Apr 16 06:03 VERSION 06:13:41 -rw-rw-r-- 1 1001 1001 4131 Apr 16 06:07 ZMQWindows.md 06:13:41 drwxrwxr-x 2 1001 1001 4096 Apr 16 06:07 bin 06:13:41 drwxrwxr-x 14 1001 1001 4096 Apr 16 06:07 cmd 06:13:41 -rw-r--r-- 1 root root 686607 Apr 16 06:12 coverage.out 06:13:41 -rw-r--r-- 1 root root 1058 Apr 16 06:13 go.mod 06:13:41 -rw-r--r-- 1 root root 22036 Apr 16 06:13 go.sum 06:13:41 drwxrwxr-x 8 1001 1001 4096 Apr 16 06:07 internal 06:13:41 drwxrwxr-x 4 1001 1001 4096 Apr 16 06:07 openapi 06:13:41 drwxrwxr-x 4 1001 1001 4096 Apr 16 06:07 snap 06:13:41 -rw-rw-r-- 1 1001 1001 168 Apr 16 06:07 version.go [Pipeline] sh 06:13:42 + '[' -e coverage.out ] 06:13:42 + chown 1001:1001 coverage.out [Pipeline] stash 06:13:42 Warning: overwriting stash ‘coverage-report’ 06:13:43 Stashed 1 file(s) [Pipeline] sh 06:13:44 + make build 06:13:44 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:13:54 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:14:19 Running on prd-ubuntu18.04-docker-8c-8g-449 in /w/workspace/edgexfoundry_edgex-go_PR-3373 [Pipeline] { [Pipeline] ws 06:14:20 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:14:21 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:22 using credential edgex-jenkins-ssh 06:14:22 Cloning the remote Git repository 06:14:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:14:22 > git init /w/workspace/edgex-go/1 # timeout=10 06:14:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:14:22 > git --version # timeout=10 06:14:22 > git --version # 'git version 2.17.1' 06:14:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:14:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:14:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:14:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:14:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:14:26 using GIT_SSH to set credentials SSH Credentials for GitHub 06:14:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3373/head:refs/remotes/origin/PR-3373 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:14:27 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit 94b9d4dbb121687aa959c989a31be590d863cb3b 06:14:27 Merge succeeded, producing 94b9d4dbb121687aa959c989a31be590d863cb3b 06:14:27 Checking out Revision 94b9d4dbb121687aa959c989a31be590d863cb3b (PR-3373) 06:14:27 > git config core.sparsecheckout # timeout=10 06:14:27 > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 06:14:27 > git remote # timeout=10 06:14:27 > git config --get remote.origin.url # timeout=10 06:14:27 using GIT_SSH to set credentials SSH Credentials for GitHub 06:14:27 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 06:14:27 > git rev-parse HEAD^{commit} # timeout=10 06:14:27 > git config core.sparsecheckout # timeout=10 06:14:27 > git checkout -f 94b9d4dbb121687aa959c989a31be590d863cb3b # timeout=10 06:14:30 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:14:31 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 06:14:31 > git --version # timeout=10 06:14:31 > git --version # 'git version 2.17.1' 06:14:31 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:14: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:14:32 + echo snap-build.sh 06:14:32 snap-build.sh 06:14:32 + SNAP_BASE_DIR=. 06:14:32 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:14:32 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:14:32 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:14:32 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:14:32 + cd /w/workspace/edgex-go/1 06:14:32 + sudo apt-get remove -qy --purge lxd lxd-client 06:14:32 Reading package lists... 06:14:32 Building dependency tree... 06:14:32 Reading state information... 06:14:32 The following packages were automatically installed and are no longer required: 06:14:32 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:14:32 uidmap xdelta3 06:14:32 Use 'sudo apt autoremove' to remove them. 06:14:32 The following packages will be REMOVED: 06:14:32 lxd* lxd-client* 06:14:32 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:14:32 After this operation, 31.7 MB disk space will be freed. 06:14:34 (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:14:34 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:14:35 Removing lxd dnsmasq configuration 06:14:35 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:14:35 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:14:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:14:36 (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:14:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:14:37 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:14:37 Processing triggers for systemd (237-3ubuntu10.42) ... 06:14:37 Processing triggers for ureadahead (0.100.0-21) ... 06:14:39 + sudo snap remove --purge lxd 06:14:39 snap "lxd" is not installed 06:14:39 + sudo groupadd --force --system lxd 06:14:39 ++ whoami 06:14:39 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:14:39 + newgrp - lxd 06:14:39 + sudo snap install lxd 06:14:42 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:14:46 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:14:52 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:14:55 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:15:01 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:15:06 2021-04-16T06:15:03Z INFO Waiting for automatic snapd restart... [Pipeline] } 06:15:07 $ docker stop --time=1 88e020dda2c963b5d29eab648da8afed7548129cf1ec1811c56c16bcbcdcc78b 06:15:10 $ docker rm -f 88e020dda2c963b5d29eab648da8afed7548129cf1ec1811c56c16bcbcdcc78b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:15:12 06:15:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:15:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:15:13 latest: Pulling from edgex-devops/edgex-compose-arm64 06:15:13 29e5d40040c1: Pulling fs layer 06:15:13 1ce36da41761: Pulling fs layer 06:15:13 25b303627fd3: Pulling fs layer 06:15:13 29e5d40040c1: Verifying Checksum 06:15:13 29e5d40040c1: Download complete 06:15:13 1ce36da41761: Verifying Checksum 06:15:13 1ce36da41761: Download complete 06:15:13 29e5d40040c1: Pull complete 06:15:15 1ce36da41761: Pull complete 06:15:15 25b303627fd3: Verifying Checksum 06:15:15 25b303627fd3: Download complete 06:15:24 lxd 4.13 from Canonical* installed 06:15:24 + sudo lxd init --auto 06:15:25 25b303627fd3: Pull complete 06:15:25 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:15:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:15:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:15:25 prd-ubuntu18.04-docker-arm64-4c-16g-442 does not seem to be running inside a container 06:15:25 $ 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-arm64:latest cat 06:15:28 $ docker top f192ba3a63b627854d3d3634ae0267da8f3d8afef18ee25cf18d0635a3993a5c -eo pid,comm [Pipeline] { [Pipeline] sh 06:15:29 + docker-compose build --help 06:15:29 + grep parallel 06:15:32 + sudo snap install --classic snapcraft 06:15:33 --parallel Build images in parallel. [Pipeline] } 06:15:33 $ docker stop --time=1 f192ba3a63b627854d3d3634ae0267da8f3d8afef18ee25cf18d0635a3993a5c 06:15:35 $ docker rm -f f192ba3a63b627854d3d3634ae0267da8f3d8afef18ee25cf18d0635a3993a5c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:15:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:15:36 . [Pipeline] withDockerContainer 06:15:36 prd-ubuntu18.04-docker-arm64-4c-16g-442 does not seem to be running inside a container 06:15:36 $ 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-arm64:latest cat 06:15:38 $ docker top 901d867a2660bcbf0ca553af8e4f19ba502f221805ef7a23c596b33b1969e69b -eo pid,comm [Pipeline] { [Pipeline] sh 06:15:39 + docker-compose -f ./docker-compose-build.yml build --parallel 06:15:42 Building docker-core-command-go ... 06:15:42 Building docker-core-data-go ... 06:15:42 Building docker-core-metadata-go ... 06:15:42 Building docker-security-bootstrapper-go ... 06:15:42 Building docker-security-proxy-setup-go ... 06:15:42 Building docker-security-secretstore-setup-go ... 06:15:42 Building docker-support-notifications-go ... 06:15:42 Building docker-support-scheduler-go ... 06:15:42 Building docker-sys-mgmt-agent-go ... 06:15:42 Building docker-sys-mgmt-agent-go 06:15:42 Building docker-support-notifications-go 06:15:42 Building docker-core-command-go 06:15:42 Building docker-core-metadata-go 06:15:42 Building docker-security-proxy-setup-go 06:15:50 snapcraft 4.6.2 from Canonical* installed 06:15:50 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 06:15:50 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 06:15:50 % Total % Received % Xferd Average Speed Time Time Time Current 06:15:50 Dload Upload Total Spent Left Speed 06:15:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4786 0 --:--:-- --:--:-- --:--:-- 4786 06:15:50 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M 06:15:50 ./yq_linux_amd64 06:15:50 + sudo snapcraft prime --use-lxd 06:15:50 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:15:50 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:15:50 - README.md 06:15:50 06:15:50 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:15:50 Launching a container. 06:16:02 Waiting for container to be ready 06:16:02 To start your first instance, try: lxc launch ubuntu:18.04 06:16:02 06:16:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:16:05 Waiting for network to be ready... 06:16:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:16:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 06:16:06 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:16:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 06:16:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 06:16:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 06:16:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 06:16:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 06:16:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 06:16:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 06:16:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:16:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:16:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:16:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:16:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:16:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:16:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:16:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:16:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:16:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2035 kB] 06:16:07 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 06:16:07 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 06:16:07 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 06:16:07 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 06:16:07 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 06:16:07 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 06:16:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 06:16:09 Fetched 24.4 MB in 4s (6203 kB/s) 06:16:10 Reading package lists... 06:16:11 Reading package lists... 06:16:11 Building dependency tree... 06:16:11 Reading state information... 06:16:11 The following additional packages will be installed: 06:16:11 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:16:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:16:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:16:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:16:11 Suggested packages: 06:16:11 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:16:11 Recommended packages: 06:16:11 gnupg libsasl2-modules 06:16:11 The following NEW packages will be installed: 06:16:11 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:16:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:16:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:16:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:16:11 The following packages will be upgraded: 06:16:11 gpg gpg-agent gpgconf libudev1 06:16:11 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 06:16:11 Need to get 3529 kB of archives. 06:16:11 After this operation, 13.3 MB of additional disk space will be used. 06:16:11 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:16:11 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:16:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 06:16:11 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:16:11 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 06:16:11 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 06:16:12 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:16:12 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:16:12 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 06:16:12 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 06:16:12 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 06:16:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:16:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:16:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:16:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:16:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:16:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:16:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:16:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:16:12 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:16:12 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:16:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 06:16:12 debconf: delaying package configuration, since apt-utils is not installed 06:16:12 Fetched 3529 kB in 1s (3049 kB/s) 06:16:12 (Reading database ... 12511 files and directories currently installed.) 06:16:12 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 06:16:12 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 06:16:12 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 06:16:13 Selecting previously unselected package udev. 06:16:13 (Reading database ... 12511 files and directories currently installed.) 06:16:13 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 06:16:13 Unpacking udev (237-3ubuntu10.46) ... 06:16:13 Selecting previously unselected package libfuse2:amd64. 06:16:13 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:16:13 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:16:13 Selecting previously unselected package fuse. 06:16:13 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:16:13 Unpacking fuse (2.9.7-1ubuntu1) ... 06:16:13 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 06:16:13 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:16:13 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 06:16:13 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:16:13 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 06:16:13 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:16:13 Selecting previously unselected package libksba8:amd64. 06:16:13 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:16:13 Unpacking libksba8:amd64 (1.3.5-2) ... 06:16:13 Selecting previously unselected package libroken18-heimdal:amd64. 06:16:13 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:13 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:16:14 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:14 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:16:14 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:14 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:16:14 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:14 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libwind0-heimdal:amd64. 06:16:14 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:14 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:16:14 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:14 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:16:14 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:14 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:16:14 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:16:14 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:16:14 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:14 Selecting previously unselected package libsasl2-modules-db:amd64. 06:16:14 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:16:14 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:16:14 Selecting previously unselected package libsasl2-2:amd64. 06:16:14 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:16:14 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:16:15 Selecting previously unselected package libldap-common. 06:16:15 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 06:16:15 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 06:16:15 Selecting previously unselected package libldap-2.4-2:amd64. 06:16:15 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 06:16:15 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 06:16:15 Selecting previously unselected package dirmngr. 06:16:15 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 06:16:15 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 06:16:15 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 06:16:15 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 06:16:15 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:16:15 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:16:15 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:16:15 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 06:16:15 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:15 Setting up libksba8:amd64 (1.3.5-2) ... 06:16:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:16:15 Setting up udev (237-3ubuntu10.46) ... 06:16:15 invoke-rc.d: policy-rc.d denied execution of start. 06:16:16 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:16 Processing triggers for systemd (237-3ubuntu10) ... 06:16:16 Setting up fuse (2.9.7-1ubuntu1) ... 06:16:16 Setting up gpg (2.2.4-1ubuntu1.4) ... 06:16:16 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:16 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:16 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:16 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:16 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:16 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:16 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:16:16 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 06:16:16 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 06:16:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:16:17 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:16:17 settings in the [Install] section, and DefaultInstance for template units). 06:16:17 This means they are not meant to be enabled using systemctl. 06:16:17 Possible reasons for having this kind of units are: 06:16:17 1) A unit may be statically enabled by being symlinked from another unit's 06:16:17 .wants/ or .requires/ directory. 06:16:17 2) A unit's purpose may be to act as a helper for some other unit which has 06:16:17 a requirement dependency on it. 06:16:17 3) A unit may be started when needed via activation (socket, path, timer, 06:16:17 D-Bus, udev, scripted systemctl call, ...). 06:16:17 4) In case of template units, the unit is meant to be enabled with some 06:16:17 instance name specified. 06:16:17 Reading package lists... 06:16:17 Building dependency tree... 06:16:17 Reading state information... 06:16:17 The following additional packages will be installed: 06:16:17 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:16:17 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:16:17 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:16:17 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:16:17 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:16:17 Suggested packages: 06:16:17 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:16:17 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:16:17 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:16:17 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:16:17 systemd-container policykit-1 06:16:17 Recommended packages: 06:16:17 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:16:17 The following NEW packages will be installed: 06:16:17 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:16:17 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:16:17 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:16:17 multiarch-support openssh-client python3 python3-minimal python3.6 06:16:17 python3.6-minimal snapd squashfs-tools sudo 06:16:17 The following packages will be upgraded: 06:16:17 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:16:17 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 06:16:17 Need to get 35.2 MB of archives. 06:16:17 After this operation, 141 MB of additional disk space will be used. 06:16:17 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:16:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 06:16:18 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:16:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:16:18 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:16:18 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:16:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 06:16:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:16:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 06:16:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:16:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:16:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:16:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:16:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:16:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 06:16:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:16:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 06:16:18 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 06:16:18 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 06:16:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 06:16:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:16:18 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:16:18 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:16:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:16:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:16:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:16:18 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:16:19 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:16:19 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:16:19 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:16:19 debconf: delaying package configuration, since apt-utils is not installed 06:16:19 Fetched 35.2 MB in 1s (25.1 MB/s) 06:16:19 (Reading database ... 12757 files and directories currently installed.) 06:16:19 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 06:16:19 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 06:16:20 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 06:16:20 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 06:16:20 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 06:16:20 (Reading database ... 12757 files and directories currently installed.) 06:16:20 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 06:16:20 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 06:16:20 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 06:16:20 (Reading database ... 12757 files and directories currently installed.) 06:16:20 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 06:16:20 Unpacking apt (1.6.13) over (1.6.1) ... 06:16:21 Setting up apt (1.6.13) ... 06:16:21 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:16:21 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:16:21 (Reading database ... 12764 files and directories currently installed.) 06:16:21 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 06:16:21 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 06:16:21 Selecting previously unselected package libpython3.6-minimal:amd64. 06:16:21 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:16:21 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:16:21 Selecting previously unselected package libexpat1:amd64. 06:16:21 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:16:21 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:16:23 Selecting previously unselected package python3.6-minimal. 06:16:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:16:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 06:16:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 06:16:23 Checking for services that may need to be restarted...done. 06:16:23 Checking for services that may need to be restarted...done. 06:16:23 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:16:24 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:16:24 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 06:16:24 Selecting previously unselected package python3-minimal. 06:16:24 (Reading database ... 13012 files and directories currently installed.) 06:16:24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:16:24 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:16:24 Selecting previously unselected package mime-support. 06:16:24 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:16:24 Unpacking mime-support (3.60ubuntu1) ... 06:16:24 Selecting previously unselected package libmpdec2:amd64. 06:16:24 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:16:24 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:16:24 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:16:24 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:16:24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:16:24 Selecting previously unselected package python3.6. 06:16:24 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 06:16:24 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 06:16:25 Selecting previously unselected package libpython3-stdlib:amd64. 06:16:25 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:16:25 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:16:25 Setting up python3-minimal (3.6.7-1~18.04) ... 06:16:25 Selecting previously unselected package python3. 06:16:25 (Reading database ... 13442 files and directories currently installed.) 06:16:25 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:16:25 Unpacking python3 (3.6.7-1~18.04) ... 06:16:25 Selecting previously unselected package multiarch-support. 06:16:25 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:16:25 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:16:25 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:16:25 Selecting previously unselected package liblzo2-2:amd64. 06:16:25 (Reading database ... 13479 files and directories currently installed.) 06:16:25 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:16:25 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:16:25 Selecting previously unselected package libbsd0:amd64. 06:16:25 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:16:25 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:16:25 Selecting previously unselected package sudo. 06:16:25 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 06:16:25 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 06:16:25 Selecting previously unselected package apparmor. 06:16:25 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:16:25 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:16:26 Selecting previously unselected package libedit2:amd64. 06:16:26 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:16:26 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:16:26 Selecting previously unselected package libkrb5support0:amd64. 06:16:26 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:16:26 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:16:26 Selecting previously unselected package libk5crypto3:amd64. 06:16:26 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:16:26 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:16:26 Selecting previously unselected package libkeyutils1:amd64. 06:16:26 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:16:26 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:16:26 Selecting previously unselected package libkrb5-3:amd64. 06:16:26 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:16:26 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:16:26 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:16:26 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:16:27 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:16:27 Selecting previously unselected package libssl1.0.0:amd64. 06:16:27 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 06:16:27 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 06:16:27 Selecting previously unselected package openssh-client. 06:16:27 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:16:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:16:27 Selecting previously unselected package squashfs-tools. 06:16:27 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:16:27 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:16:27 Selecting previously unselected package snapd. 06:16:27 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 06:16:27 Unpacking snapd (2.48.3+18.04) ... 06:16:29 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:16:29 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 06:16:29 Setting up mime-support (3.60ubuntu1) ... 06:16:29 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 06:16:29 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:16:29 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:16:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:16:29 Setting up systemd (237-3ubuntu10.46) ... 06:16:29 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:16:30 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:16:30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:16:30 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:16:30 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 06:16:30 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:16:30 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 06:16:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:16:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:16:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:16:31 Setting up python3 (3.6.7-1~18.04) ... 06:16:31 running python rtupdate hooks for python3.6... 06:16:31 running python post-rtupdate hooks for python3.6... 06:16:31 Setting up apparmor (2.12-4ubuntu5.1) ... 06:16:32 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:16:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:16:33 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:16:33 Setting up snapd (2.48.3+18.04) ... 06:16:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:16:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:16:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:16:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:16:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:16:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:16:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:16:34 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:16:34 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:16:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:16:35 /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:16:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:16:35 Processing triggers for systemd (237-3ubuntu10.46) ... 06:16:36 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 06:16:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:16:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:16:36 Fetched 88.7 kB in 1s (171 kB/s) 06:16:37 Reading package lists... 06:16:37 Reading package lists... 06:16:37 Building dependency tree... 06:16:37 Reading state information... 06:16:37 Calculating upgrade... 06:16:37 The following packages will be upgraded: 06:16:37 advancecomp base-files bash binutils binutils-common 06:16:37 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:16:37 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:16:37 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 06:16:37 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 06:16:37 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 06:16:37 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 06:16:37 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 06:16:37 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 06:16:37 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 06:16:37 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 06:16:37 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 06:16:37 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 06:16:37 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 06:16:37 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 06:16:38 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:16:38 Need to get 64.0 MB of archives. 06:16:38 After this operation, 5034 kB of additional disk space will be used. 06:16:38 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:16:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 06:16:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:16:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:16:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:16:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:16:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:16:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:16:38 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:16:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:16:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:16:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:16:38 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:16:38 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:16:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:16:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:16:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 06:16:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:16:39 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:16:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:16:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:16:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:16:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:16:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:16:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:16:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:16:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:16:39 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:16:39 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:16:39 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:16:39 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:16:39 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:16:39 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:16:39 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:16:39 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:16:39 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 06:16:39 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 06:16:39 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:16:39 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:16:39 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:16:39 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 06:16:39 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:16:39 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:16:39 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:16:39 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:16:39 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:16:39 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:16:39 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:16:39 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:16:39 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:16:39 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:16:39 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 06:16:39 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:16:39 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:16:39 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:16:39 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:16:39 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 06:16:39 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 06:16:39 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:16:39 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:16:39 Get:61 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:16:39 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:16:39 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:16:39 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:16:39 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:16:39 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:16:39 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:16:39 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 06:16:39 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 06:16:39 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 06:16:39 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:16:39 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 06:16:39 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:16:39 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 06:16:39 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:16:39 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 06:16:39 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:16:39 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:16:39 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:16:39 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:16:39 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:16:39 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 06:16:39 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:16:39 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:16:39 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:16:39 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 06:16:39 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 06:16:39 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 06:16:39 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:16:39 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:16:40 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:16:40 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:16:40 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:16:40 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:16:40 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:16:40 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:16:41 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:16:41 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:16:41 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:16:41 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:16:41 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:16:41 debconf: delaying package configuration, since apt-utils is not installed 06:16:41 Fetched 64.0 MB in 3s (21.0 MB/s) 06:16:41 (Reading database ... 13912 files and directories currently installed.) 06:16:41 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:16:41 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:16:41 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:16:41 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:16:41 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 06:16:41 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 06:16:42 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:42 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:42 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:42 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:43 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:43 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:43 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:43 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:16:43 (Reading database ... 13911 files and directories currently installed.) 06:16:43 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:43 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:16:43 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:16:43 (Reading database ... 13911 files and directories currently installed.) 06:16:43 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:44 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:44 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:44 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:16:44 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:16:44 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:16:44 (Reading database ... 13911 files and directories currently installed.) 06:16:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:16:45 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:16:45 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:16:45 (Reading database ... 13911 files and directories currently installed.) 06:16:45 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:16:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:16:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:16:45 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:16:45 Setting up base-files (10.1ubuntu2.10) ... 06:16:46 Installing new version of config file /etc/issue ... 06:16:46 Installing new version of config file /etc/issue.net ... 06:16:46 Installing new version of config file /etc/lsb-release ... 06:16:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:16:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:16:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:16:46 Removing obsolete conffile /etc/default/motd-news ... 06:16:46 (Reading database ... 13912 files and directories currently installed.) 06:16:46 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:16:46 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:16:46 Setting up bash (4.4.18-2ubuntu1.2) ... 06:16:46 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:16:46 (Reading database ... 13912 files and directories currently installed.) 06:16:46 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:46 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:16:46 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:16:46 (Reading database ... 13912 files and directories currently installed.) 06:16:46 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 06:16:47 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 06:16:47 Setting up tar (1.29b-2ubuntu0.2) ... 06:16:47 (Reading database ... 13912 files and directories currently installed.) 06:16:47 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:16:47 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:16:47 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:16:47 (Reading database ... 13912 files and directories currently installed.) 06:16:47 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:16:47 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:16:47 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:16:47 (Reading database ... 13912 files and directories currently installed.) 06:16:47 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:16:47 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:16:47 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:16:48 (Reading database ... 13912 files and directories currently installed.) 06:16:48 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:16:48 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:16:48 Setting up grep (3.1-2build1) ... 06:16:48 (Reading database ... 13912 files and directories currently installed.) 06:16:48 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:16:48 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:16:48 Setting up login (1:4.5-1ubuntu2) ... 06:16:48 (Reading database ... 13912 files and directories currently installed.) 06:16:48 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:16:48 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:16:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:16:48 (Reading database ... 13912 files and directories currently installed.) 06:16:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:16:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:16:49 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:16:49 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:16:49 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:16:49 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:16:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:16:50 (Reading database ... 13912 files and directories currently installed.) 06:16:50 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:16:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:16:51 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:16:51 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:16:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:16:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:16:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:16:51 (Reading database ... 13912 files and directories currently installed.) 06:16:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:16:51 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:16:52 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:16:52 (Reading database ... 13912 files and directories currently installed.) 06:16:52 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:52 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:16:52 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:16:52 (Reading database ... 13912 files and directories currently installed.) 06:16:52 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:52 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:16:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:16:52 (Reading database ... 13912 files and directories currently installed.) 06:16:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:16:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:16:53 (Reading database ... 13912 files and directories currently installed.) 06:16:53 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:53 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:16:53 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:16:53 (Reading database ... 13912 files and directories currently installed.) 06:16:53 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:16:53 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:16:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:16:53 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:16:53 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:16:53 (Reading database ... 13912 files and directories currently installed.) 06:16:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:16:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:16:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:16:53 (Reading database ... 13912 files and directories currently installed.) 06:16:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:16:53 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:16:54 (Reading database ... 13912 files and directories currently installed.) 06:16:54 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:54 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:16:54 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:16:54 (Reading database ... 13912 files and directories currently installed.) 06:16:54 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:54 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:16:54 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:16:55 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:16:55 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:16:55 (Reading database ... 13912 files and directories currently installed.) 06:16:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:16:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:16:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:16:55 (Reading database ... 13912 files and directories currently installed.) 06:16:55 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:16:55 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:16:56 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:16:56 (Reading database ... 13914 files and directories currently installed.) 06:16:56 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:16:56 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:16:56 Setting up debconf (1.5.66ubuntu1) ... 06:16:56 (Reading database ... 13914 files and directories currently installed.) 06:16:56 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 06:16:56 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:16:56 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 06:16:56 (Reading database ... 13914 files and directories currently installed.) 06:16:56 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 06:16:56 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:16:57 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 06:16:57 (Reading database ... 13914 files and directories currently installed.) 06:16:57 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:16:57 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:16:57 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:16:57 (Reading database ... 13914 files and directories currently installed.) 06:16:57 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:16:57 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:16:57 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:16:57 (Reading database ... 13914 files and directories currently installed.) 06:16:57 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:16:57 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:16:57 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:16:57 (Reading database ... 13914 files and directories currently installed.) 06:16:57 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:16:57 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:16:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 06:16:58 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 06:16:58 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:16:58 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:16:58 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:16:58 (Reading database ... 13914 files and directories currently installed.) 06:16:58 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:16:58 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:16:58 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:16:58 (Reading database ... 13914 files and directories currently installed.) 06:16:58 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:16:58 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:16:58 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:16:59 (Reading database ... 13914 files and directories currently installed.) 06:16:59 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:16:59 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:16:59 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:16:59 (Reading database ... 13914 files and directories currently installed.) 06:16:59 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 06:16:59 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 06:16:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 06:16:59 (Reading database ... 13914 files and directories currently installed.) 06:16:59 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:16:59 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:16:59 Setting up passwd (1:4.5-1ubuntu2) ... 06:17:00 (Reading database ... 13914 files and directories currently installed.) 06:17:00 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 06:17:00 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 06:17:00 Setting up gpgv (2.2.4-1ubuntu1.4) ... 06:17:00 (Reading database ... 13914 files and directories currently installed.) 06:17:00 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 06:17:00 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 06:17:00 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 06:17:00 (Reading database ... 13914 files and directories currently installed.) 06:17:00 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 06:17:00 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 06:17:00 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 06:17:00 (Reading database ... 13914 files and directories currently installed.) 06:17:00 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:17:00 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:17:00 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:17:00 (Reading database ... 13914 files and directories currently installed.) 06:17:00 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:17:00 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:17:00 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:17:01 (Reading database ... 13914 files and directories currently installed.) 06:17:01 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 06:17:01 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 06:17:01 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 06:17:01 (Reading database ... 13914 files and directories currently installed.) 06:17:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:17:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:17:01 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:17:01 (Reading database ... 13914 files and directories currently installed.) 06:17:01 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 06:17:01 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 06:17:01 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 06:17:01 (Reading database ... 13914 files and directories currently installed.) 06:17:01 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 06:17:01 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 06:17:01 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 06:17:01 (Reading database ... 13915 files and directories currently installed.) 06:17:01 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:17:01 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:17:02 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:17:02 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:17:02 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 06:17:02 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 06:17:02 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 06:17:02 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 06:17:02 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:17:02 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:17:02 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:17:02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:17:02 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:17:02 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:17:02 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:17:03 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:17:03 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:17:03 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:17:03 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:17:03 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:17:03 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:17:03 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:17:03 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 06:17:03 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 06:17:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:17:04 ---> 35e0523521b1 06:17:04 Step 3/23 : WORKDIR /edgex-go 06:17:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:17:04 ---> 35e0523521b1 06:17:04 Step 3/21 : WORKDIR /edgex-go 06:17:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:17:04 ---> 35e0523521b1 06:17:04 Step 3/23 : WORKDIR /edgex-go 06:17:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:17:04 ---> 35e0523521b1 06:17:04 Step 3/23 : WORKDIR /edgex-go 06:17:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:17:04 ---> 35e0523521b1 06:17:04 Step 3/22 : WORKDIR /edgex-go 06:17:04 ---> Running in 7c6615bad240 06:17:04 ---> Running in 756da08912aa 06:17:04 ---> Running in 953c20c136ce 06:17:04 ---> Running in fb2dd5ebef0b 06:17:04 ---> Running in b4a4b3342b55 06:17:04 Removing intermediate container fb2dd5ebef0b 06:17:04 Removing intermediate container 756da08912aa 06:17:04 ---> 7a2ffef47073 06:17:04 ---> 461b2fca3dc1 06:17:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:04 Removing intermediate container 7c6615bad240 06:17:04 ---> bedf60c4e5d8 06:17:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:04 Removing intermediate container b4a4b3342b55 06:17:04 ---> 7f2162ee928e 06:17:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:04 Removing intermediate container 953c20c136ce 06:17:04 ---> f5a7b3024be6 06:17:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:04 ---> Running in 14ff9d883517 06:17:04 ---> Running in 2a71c73cccc9 06:17:04 ---> Running in 9872f63bdf51 06:17:04 ---> Running in 14a786c413ad 06:17:04 ---> Running in 42bd58a73d7c 06:17:04 Removing intermediate container 14ff9d883517 06:17:04 ---> 47fad1366b57 06:17:04 Step 5/23 : RUN apk add --update --no-cache make bash git 06:17:04 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:17:04 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:17:04 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:17:04 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:17:04 ---> Running in a3c2f1b57f31 06:17:05 Removing intermediate container 9872f63bdf51 06:17:05 ---> f13da9176230 06:17:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:17:05 Removing intermediate container 2a71c73cccc9 06:17:05 ---> 83f03646ce67 06:17:05 Step 5/21 : RUN apk add --update --no-cache make git 06:17:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:17:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:17:05 ---> Running in 4628ee4c9b8e 06:17:05 ---> Running in 73c10fb24bb7 06:17:05 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:17:05 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:17:05 Removing intermediate container 14a786c413ad 06:17:05 ---> 89af8b8e78cb 06:17:05 Step 5/23 : RUN apk add --update --no-cache make git 06:17:05 Removing intermediate container 42bd58a73d7c 06:17:05 ---> 5ffff5f60f42 06:17:05 Step 5/23 : RUN apk add --update --no-cache make git 06:17:05 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:17:05 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:17:05 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 06:17:05 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 06:17:06 ---> Running in 0217175d392e 06:17:06 ---> Running in a1fe76e44221 06:17:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:06 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:06 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:06 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:07 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:17:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:17:08 OK: 217 MiB in 51 packages 06:17:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:09 OK: 217 MiB in 51 packages 06:17:09 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:09 OK: 217 MiB in 51 packages 06:17:09 OK: 217 MiB in 51 packages 06:17:10 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:17:10 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:17:10 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:17:10 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:17:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:17:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:17:10 OK: 217 MiB in 51 packages 06:17:10 Removing intermediate container a3c2f1b57f31 06:17:10 ---> 26b5a4d88671 06:17:10 Step 6/23 : COPY go.mod . 06:17:10 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:17:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:17:10 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:17:10 Removing intermediate container 73c10fb24bb7 06:17:10 ---> fdf8450040da 06:17:10 Step 6/21 : COPY go.mod . 06:17:11 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:17:11 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:17:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:17:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:17:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:17:11 Removing intermediate container a1fe76e44221 06:17:11 ---> a166807e00e6 06:17:11 Step 6/23 : COPY go.mod . 06:17:11 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:17:11 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:17:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:17:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:17:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:17:11 Removing intermediate container 0217175d392e 06:17:11 ---> 5d529b755365 06:17:11 Step 6/23 : COPY go.mod . 06:17:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:17:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:17:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:17:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:17:11 Setting up tzdata (2021a-0ubuntu0.18.04) ... 06:17:11 06:17:11 Current default time zone: 'Etc/UTC' 06:17:11 ---> 86a9658fd88a 06:17:11 Step 7/23 : RUN go mod download 06:17:11 Local time is now: Fri Apr 16 06:17:11 UTC 2021. 06:17:11 Universal Time is now: Fri Apr 16 06:17:11 UTC 2021. 06:17:11 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:17:11 06:17:11 Setting up systemd-sysv (237-3ubuntu10.46) ... 06:17:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:17:11 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 06:17:11 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:17:11 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:17:11 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:17:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:17:12 ---> Running in 20281172ef34 06:17:12 ---> d3d5026c76e3 06:17:12 Step 7/21 : RUN go mod download 06:17:12 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:17:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:17:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:17:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:17:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:17:12 Removing intermediate container 4628ee4c9b8e 06:17:12 ---> e2bfc395c35f 06:17:12 Step 6/22 : COPY go.mod . 06:17:12 ---> Running in b29b262b57d8 06:17:12 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:17:12 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 06:17:12 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:17:12 Setting up patch (2.7.6-2ubuntu1.1) ... 06:17:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:17:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:17:12 ---> a5d6dc057003 06:17:12 Step 7/23 : RUN go mod download 06:17:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 06:17:12 Installing new version of config file /etc/ssl/openssl.cnf ... 06:17:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:17:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:17:12 Setting up ca-certificates (20210119~18.04.1) ... 06:17:12 ---> 890dbcc48f3a 06:17:12 Step 7/23 : RUN go mod download 06:17:12 ---> Running in 52bb2e112b6b 06:17:13 ---> Running in b44484f386b7 06:17:13 ---> 42e8ed6e2c05 06:17:13 Step 7/22 : RUN go mod download 06:17:13 ---> Running in 4f425945a5a3 06:17:14 Updating certificates in /etc/ssl/certs... 06:17:15 23 added, 27 removed; done. 06:17:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:17:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:17:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:17:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:17:15 Setting up pkgbinarymangler (138.18.04.1) ... 06:17:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:17:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 06:17:15 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:17:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:17:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:17:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:17:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:17:15 Setting up perl (5.26.1-6ubuntu0.5) ... 06:17:15 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 06:17:15 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:17:15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:17:15 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 06:17:15 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:17:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:17:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:17:15 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:17:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:17:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:17:16 Processing triggers for systemd (237-3ubuntu10.46) ... 06:17:16 Processing triggers for mime-support (3.60ubuntu1) ... 06:17:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 06:17:16 Updating certificates in /etc/ssl/certs... 06:17:16 Removing intermediate container 20281172ef34 06:17:16 ---> a10bdd3da343 06:17:16 Step 8/23 : COPY . . 06:17:16 0 added, 0 removed; done. 06:17:16 Running hooks in /etc/ca-certificates/update.d... 06:17:16 done. 06:17:16 Removing intermediate container b29b262b57d8 06:17:16 ---> 8bcd4bbcba55 06:17:16 Step 8/21 : COPY . . 06:17:17 Reading package lists... 06:17:17 Building dependency tree... 06:17:17 Reading state information... 06:17:17 The following NEW packages will be installed: 06:17:17 apt-transport-https 06:17:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:17:17 Need to get 1692 B of archives. 06:17:17 After this operation, 154 kB of additional disk space will be used. 06:17:17 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 06:17:17 debconf: delaying package configuration, since apt-utils is not installed 06:17:17 Fetched 1692 B in 0s (8350 B/s) 06:17:17 Selecting previously unselected package apt-transport-https. 06:17:17 (Reading database ... 13920 files and directories currently installed.) 06:17:17 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 06:17:17 Unpacking apt-transport-https (1.6.13) ... 06:17:17 Setting up apt-transport-https (1.6.13) ... 06:17:17 Removing intermediate container b44484f386b7 06:17:17 ---> 4c0b25aa4e11 06:17:17 Step 8/23 : COPY . . 06:17:18 Waiting for network to be ready... 06:17:18 Removing intermediate container 52bb2e112b6b 06:17:18 ---> a39638a0b5a9 06:17:18 Step 8/23 : COPY . . 06:17:19 Removing intermediate container 4f425945a5a3 06:17:19 ---> 1c1fd582f47b 06:17:19 Step 8/22 : COPY . . 06:17:33 2021-04-16T06:17:21Z INFO Waiting for automatic snapd restart... 06:17:33 snapd 2.49.2 from Canonical* installed 06:17:33 "snapd" switched to the "latest/stable" channel 06:17:33 06:17:34 core18 20210309 from Canonical* installed 06:17:34 "core18" switched to the "latest/stable" channel 06:17:34 06:17:38 snapcraft 4.6.2 from Canonical* installed 06:17:38 "snapcraft" switched to the "latest/stable" channel 06:17:38 06:17:42 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:42 - README.md 06:17:42 06:17:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:17:45 ---> f112e2dbbda0 06:17:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:17:45 ---> 9e1677069386 06:17:45 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:17:45 ---> 395cfebf31e8 06:17:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:17:45 ---> 58e40b04fd4d 06:17:45 Step 9/23 : RUN make cmd/core-command/core-command 06:17:45 ---> 102d8c3f3eca 06:17:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:17:45 ---> Running in 9642a69daaaf 06:17:45 ---> Running in b1d50828c5ac 06:17:45 ---> Running in d653d0549b27 06:17:45 ---> Running in c6d61898170c 06:17:45 ---> Running in 4f48068f2725 06:17:46 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:17:46 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:17:46 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:17:46 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:17:46 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:17:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:17:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:17:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:17:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:17:49 Fetched 88.7 kB in 0s (193 kB/s) 06:17:49 Reading package lists... 06:17:49 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:17:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:17:56 Reading package lists... 06:17:56 Building dependency tree... 06:17:56 Reading state information... 06:17:56 Suggested packages: 06:17:56 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:17:56 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:17:56 Recommended packages: 06:17:56 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:17:56 The following NEW packages will be installed: 06:17:56 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:17:56 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:17:56 pkg-config zip 06:17:56 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:17:56 Need to get 7663 kB of archives. 06:17:56 After this operation, 43.8 MB of additional disk space will be used. 06:17:56 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:17:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 06:17:56 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:17:56 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:17:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:17:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:17:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:17:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:17:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:17:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:17:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 06:17:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 06:17:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 06:17:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:17:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:17:57 debconf: delaying package configuration, since apt-utils is not installed 06:17:57 Fetched 7663 kB in 1s (6963 kB/s) 06:17:57 Selecting previously unselected package libglib2.0-0:amd64. 06:17:57 (Reading database ... 13924 files and directories currently installed.) 06:17:57 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 06:17:57 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 06:17:57 Selecting previously unselected package libpsl5:amd64. 06:17:57 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:17:57 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:17:57 Selecting previously unselected package libnghttp2-14:amd64. 06:17:57 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:17:57 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:17:57 Selecting previously unselected package librtmp1:amd64. 06:17:57 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:17:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:17:58 Selecting previously unselected package libcurl3-gnutls:amd64. 06:17:58 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 06:17:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 06:17:58 Selecting previously unselected package liberror-perl. 06:17:58 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:17:58 Unpacking liberror-perl (0.17025-1) ... 06:17:58 Selecting previously unselected package git-man. 06:17:58 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 06:17:58 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 06:17:58 Selecting previously unselected package git. 06:17:58 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 06:17:58 Unpacking git (1:2.17.1-1ubuntu0.8) ... 06:17:59 Selecting previously unselected package libnorm1:amd64. 06:17:59 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:17:59 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:17:59 Selecting previously unselected package libpgm-5.2-0:amd64. 06:17:59 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:17:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:17:59 Selecting previously unselected package libsodium23:amd64. 06:17:59 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:17:59 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:17:59 Selecting previously unselected package libzmq5:amd64. 06:17:59 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:17:59 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:17:59 Selecting previously unselected package libzmq3-dev:amd64. 06:17:59 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:17:59 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:17:59 Selecting previously unselected package pkg-config. 06:17:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:17:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:17:59 Selecting previously unselected package zip. 06:17:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:17:59 Unpacking zip (3.0-11build1) ... 06:17:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:18:00 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 06:18:00 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:18:00 Setting up liberror-perl (0.17025-1) ... 06:18:00 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:18:00 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 06:18:00 No schema files found: doing nothing. 06:18:00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:18:00 Setting up zip (3.0-11build1) ... 06:18:00 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:18:00 Setting up libsodium23:amd64 (1.0.16-2) ... 06:18:00 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:18:00 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:18:00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 06:18:00 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:18:00 Setting up git (1:2.17.1-1ubuntu0.8) ... 06:18:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:18:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:18:07 git set to automatically installed. 06:18:07 git-man set to automatically installed. 06:18:07 libcurl3-gnutls set to automatically installed. 06:18:07 liberror-perl set to automatically installed. 06:18:07 libglib2.0-0 set to automatically installed. 06:18:07 libnghttp2-14 set to automatically installed. 06:18:07 libnorm1 set to automatically installed. 06:18:07 libpgm-5.2-0 set to automatically installed. 06:18:07 libpsl5 set to automatically installed. 06:18:07 librtmp1 set to automatically installed. 06:18:07 libsodium23 set to automatically installed. 06:18:07 libzmq3-dev set to automatically installed. 06:18:07 libzmq5 set to automatically installed. 06:18:07 pkg-config set to automatically installed. 06:18:07 zip set to automatically installed. 06:19:23 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:19:29 snapd is not logged in, snap install commands will use sudo 06:19:30 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:19:38 Removing intermediate container 9642a69daaaf 06:19:38 ---> f4070dbc9715 06:19:38 06:19:38 Step 10/21 : FROM alpine:3.12 06:19:38 3.12: Pulling from library/alpine 06:19:38 Removing intermediate container b1d50828c5ac 06:19:38 ---> 95b4d3c3e3ba 06:19:38 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:19:38 ---> Running in b8eca9c2d84f 06:19:40 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:19:40 Status: Downloaded newer image for alpine:3.12 06:19:40 ---> 9852663dfa18 06:19:40 Step 11/21 : RUN apk add --update --no-cache curl 06:19:41 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:19:41 ---> Running in 6fb9242bbc25 06:19:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:44 (1/4) Installing ca-certificates (20191127-r4) 06:19:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:19:44 (3/4) Installing libcurl (7.76.1-r0) 06:19:44 (4/4) Installing curl (7.76.1-r0) 06:19:44 Executing busybox-1.31.1-r20.trigger 06:19:44 Executing ca-certificates-20191127-r4.trigger 06:19:44 OK: 7 MiB in 18 packages 06:19:45 Removing intermediate container d653d0549b27 06:19:45 ---> 6425d9dc6b76 06:19:45 06:19:45 Step 10/23 : FROM alpine:3.12 06:19:45 ---> 9852663dfa18 06:19:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:19:46 ---> Running in e91104721b63 06:19:46 Removing intermediate container b8eca9c2d84f 06:19:46 ---> 45c0d0d928b8 06:19:46 06:19:46 Step 11/23 : FROM docker:20.10.0 06:19:46 20.10.0: Pulling from library/docker 06:19:46 Removing intermediate container 4f48068f2725 06:19:46 ---> f9bba64d00b8 06:19:46 06:19:46 Step 10/22 : FROM alpine:3.12 06:19:46 ---> 9852663dfa18 06:19:46 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:19:47 ---> Running in ee5e4fa7505b 06:19:48 Removing intermediate container 6fb9242bbc25 06:19:48 ---> 4e804b87c766 06:19:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:49 snap "core18" has no updates available 06:19:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:19:49 ---> Running in a21268bb763e 06:19:49 (1/2) Installing ca-certificates (20191127-r4) 06:19:49 (1/1) Installing dumb-init (1.2.2-r1) 06:19:49 (2/2) Installing dumb-init (1.2.2-r1) 06:19:49 Executing busybox-1.31.1-r20.trigger 06:19:49 Executing busybox-1.31.1-r20.trigger 06:19:49 OK: 5 MiB in 15 packages 06:19:49 Executing ca-certificates-20191127-r4.trigger 06:19:50 OK: 6 MiB in 16 packages 06:19:51 Removing intermediate container a21268bb763e 06:19:51 ---> 8e41d01aafdb 06:19:51 Step 13/21 : WORKDIR /edgex 06:19:51 ---> Running in e10ea16ef849 06:19:52 Removing intermediate container e91104721b63 06:19:52 ---> 0772b7e2250e 06:19:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:19:52 Removing intermediate container e10ea16ef849 06:19:52 ---> 5e016b6f6a58 06:19:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:19:52 ---> Running in 752c38434708 06:19:53 Removing intermediate container ee5e4fa7505b 06:19:53 ---> 48ecffcf754b 06:19:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:19:53 ---> Running in 6de2f6ee29a0 06:19:53 Removing intermediate container c6d61898170c 06:19:53 ---> 8b90cc1180ad 06:19:53 06:19:53 Step 10/23 : FROM alpine:3.12 06:19:53 ---> 9852663dfa18 06:19:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:19:53 ---> Using cache 06:19:53 ---> 0772b7e2250e 06:19:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:19:53 ---> Using cache 06:19:53 ---> 5372273473ae 06:19:53 Step 13/23 : ENV APP_PORT=48081 06:19:53 Removing intermediate container 752c38434708 06:19:53 ---> 5372273473ae 06:19:53 Step 13/23 : ENV APP_PORT=48082 06:19:53 ---> 59d92b8d33be 06:19:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:19:54 ---> Running in 4a9f9872db70 06:19:54 ---> Running in 49f7daf8783b 06:19:54 Removing intermediate container 6de2f6ee29a0 06:19:54 ---> 5490441576d2 06:19:54 Step 13/22 : ENV APP_PORT=48060 06:19:54 ---> Running in d5a758910232 06:19:54 Removing intermediate container 49f7daf8783b 06:19:54 ---> 1626e9f77bda 06:19:54 Step 14/23 : EXPOSE $APP_PORT 06:19:54 Removing intermediate container 4a9f9872db70 06:19:54 ---> 71fe5bfe7b48 06:19:54 Step 14/23 : EXPOSE $APP_PORT 06:19:54 ---> Running in 92c44c8ffdde 06:19:54 ---> Running in f86cc2fa3935 06:19:55 Removing intermediate container d5a758910232 06:19:55 ---> 297c30ada251 06:19:55 Step 14/22 : EXPOSE $APP_PORT 06:19:55 ---> 4d8cd135519d 06:19:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:19:55 ---> Running in c7f25a51318a 06:19:55 Removing intermediate container 92c44c8ffdde 06:19:55 ---> 497ae76dd145 06:19:55 Step 15/23 : WORKDIR / 06:19:55 Removing intermediate container f86cc2fa3935 06:19:55 ---> f5fbef106dbd 06:19:55 Step 15/23 : WORKDIR / 06:19:56 ---> Running in 57c17286af14 06:19:56 ---> Running in a1e486f5782b 06:19:56 Removing intermediate container c7f25a51318a 06:19:56 ---> 2bc12a4ba6a8 06:19:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:19:56 ---> 25a371019237 06:19:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:19:56 Removing intermediate container a1e486f5782b 06:19:56 ---> 8a19bb63098d 06:19:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:19:56 Removing intermediate container 57c17286af14 06:19:56 ---> 45d68d5dfc56 06:19:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:19:56 ---> Running in 1a718fbd4c05 06:19:56 ---> 9e71168f6421 06:19:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:19:57 Removing intermediate container 1a718fbd4c05 06:19:57 ---> 8b8d80a08f50 06:19:57 Step 18/21 : CMD ["--init=true"] 06:19:57 ---> d19fd81b1ff3 06:19:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:19:57 ---> Running in 4a211f595f7d 06:19:58 ---> efb06ac4a346 06:19:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:19:58 Removing intermediate container 4a211f595f7d 06:19:58 ---> e2bd50d34923 06:19:58 Step 19/21 : LABEL arch=arm64 06:19:59 ---> fe10b708450b 06:19:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:19:59 ---> Running in 4469fef2d386 06:19:59 ---> e1879d7da3bb 06:19:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml ---> 1f63f5481826 06:19:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:19:59 06:19:59 Removing intermediate container 4469fef2d386 06:19:59 ---> ab542cba2767 06:19:59 Step 20/21 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:19:59 ---> 05951b194b24 06:19:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:20:00 ---> Running in 51ed63424473 06:20:00 ---> Running in b5a9d86e3b5f 06:20:00 ---> a1d46cee1243 06:20:00 ---> a3c6e1608981 06:20:00 Step 19/23 : ENTRYPOINT ["/core-command"] 06:20:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:20:01 ---> Running in 1a3c6cce56ef 06:20:01 ---> Running in 2b08f2a696cc 06:20:01 Removing intermediate container 51ed63424473 06:20:01 ---> 277b58d30228 06:20:01 Removing intermediate container b5a9d86e3b5f 06:20:01 ---> ac5d19aa1b75 06:20:01 Step 21/21 : LABEL version=0.0.0 06:20:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:20:01 ---> Running in d7e89edc7683 06:20:01 ---> Running in d4b73fc4b300 06:20:01 Removing intermediate container 2b08f2a696cc 06:20:01 ---> b3946a0fcf7f 06:20:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:20:01 Removing intermediate container 1a3c6cce56ef 06:20:01 ---> 3b2f82d6feb1 06:20:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:20:01 ---> Running in 7ad4da25421c 06:20:01 ---> Running in 4ab3924c2598 06:20:01 Removing intermediate container d7e89edc7683 06:20:01 ---> e171f9177b98 06:20:01 Step 20/22 : LABEL arch=arm64 06:20:01 Removing intermediate container d4b73fc4b300 06:20:01 ---> 675ec5d01b80 06:20:01 06:20:01 ---> Running in 1deb61c3d387 06:20:02 Successfully built 675ec5d01b80 06:20:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:20:02  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 06:20:02 Removing intermediate container 7ad4da25421c 06:20:02 ---> 5aeb44901d0e 06:20:02 Step 21/23 : LABEL arch=arm64 06:20:02 Removing intermediate container 4ab3924c2598 06:20:02 ---> a1119223232c 06:20:02 Step 21/23 : LABEL arch=arm64 06:20:02 Removing intermediate container 1deb61c3d387 06:20:02 ---> 968594a08f16 06:20:02 Step 21/22 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:20:03 ---> Running in 6367d567659d 06:20:03 ---> Running in c6ab5269bf22 06:20:03 ---> Running in 1761e98c6522 06:20:03 Removing intermediate container c6ab5269bf22 06:20:03 ---> bf246523e106 06:20:03 Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:20:03 ---> Running in 6db04efe6d6f 06:20:04 Removing intermediate container 6367d567659d 06:20:04 ---> ea9d4373744c 06:20:04 Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:20:04 Removing intermediate container 1761e98c6522 06:20:04 ---> 69eda624bd1e 06:20:04 Step 22/22 : LABEL version=0.0.0 06:20:05 ---> Running in e2eefe5d0a47 06:20:05 ---> Running in f284eeea73da 06:20:05 Removing intermediate container 6db04efe6d6f 06:20:05 ---> 35f9c7432592 06:20:05 Step 23/23 : LABEL version=0.0.0 06:20:06 ---> Running in ae29b3aa3980 06:20:06 Removing intermediate container e2eefe5d0a47 06:20:06 ---> fb3d8b064eb2 06:20:06 Step 23/23 : LABEL version=0.0.0 06:20:06 Removing intermediate container f284eeea73da 06:20:06 ---> 0454712a03ef 06:20:06 06:20:07 ---> Running in 6c84cea21fe6 06:20:07 Removing intermediate container ae29b3aa3980 06:20:07 ---> f01bcd54d888 06:20:07 06:20:07 Successfully built 0454712a03ef 06:20:07 Successfully tagged docker-support-notifications-go-arm64:latest 06:20:07  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 06:20:08 Successfully built f01bcd54d888 06:20:08 Successfully tagged docker-core-command-go-arm64:latest 06:20:08 Building docker-security-bootstrapper-go 06:20:08  Building docker-core-command-go ... done Removing intermediate container 6c84cea21fe6 06:20:08 ---> 654d09628255 06:20:08 06:20:08 Successfully built 654d09628255 06:20:08 Successfully tagged docker-core-metadata-go-arm64:latest 06:20:08 Building docker-support-scheduler-go 06:20:11 snapd is not logged in, snap install commands will use sudo 06:20:13  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:20:13 Status: Downloaded newer image for docker:20.10.0 06:20:13 ---> eeaf43b92773 06:20:13 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:20:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:20:15 ---> Running in 9a34b155d279 06:20:15 Removing intermediate container 9a34b155d279 06:20:15 ---> e3beb25347f8 06:20:15 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 06:20:16 ---> Running in 753a1a27c664 06:20:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:20:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:20:18 (1/39) Installing readline (8.0.4-r0) 06:20:18 (2/39) Installing bash (5.0.17-r0) 06:20:18 Executing bash-5.0.17-r0.post-install 06:20:18 (3/39) Installing nghttp2-libs (1.41.0-r0) 06:20:18 (4/39) Installing libcurl (7.76.1-r0) 06:20:18 (5/39) Installing curl (7.76.1-r0) 06:20:18 (6/39) Installing dumb-init (1.2.2-r1) 06:20:18 (7/39) Installing libbz2 (1.0.8-r1) 06:20:18 (8/39) Installing expat (2.2.9-r1) 06:20:18 (9/39) Installing libffi (3.3-r2) 06:20:18 (10/39) Installing gdbm (1.13-r1) 06:20:18 (11/39) Installing xz-libs (5.2.5-r0) 06:20:18 (12/39) Installing sqlite-libs (3.32.1-r0) 06:20:18 (13/39) Installing python3 (3.8.8-r0) 06:20:20 (14/39) Installing py3-appdirs (1.4.4-r1) 06:20:20 (15/39) Installing py3-ordered-set (4.0.1-r0) 06:20:20 (16/39) Installing py3-parsing (2.4.7-r0) 06:20:20 (17/39) Installing py3-six (1.15.0-r0) 06:20:20 (18/39) Installing py3-packaging (20.4-r0) 06:20:20 (19/39) Installing py3-setuptools (47.0.0-r0) 06:20:20 (20/39) Installing py3-chardet (3.0.4-r4) 06:20:20 (21/39) Installing py3-idna (2.9-r0) 06:20:20 (22/39) Installing py3-certifi (2020.4.5.1-r0) 06:20:20 (23/39) Installing py3-urllib3 (1.25.9-r0) 06:20:20 (24/39) Installing py3-requests (2.23.0-r0) 06:20:20 (25/39) Installing py3-msgpack (1.0.0-r0) 06:20:20 (26/39) Installing py3-lockfile (0.12.2-r3) 06:20:20 (27/39) Installing py3-cachecontrol (0.12.6-r0) 06:20:20 (28/39) Installing py3-colorama (0.4.3-r0) 06:20:20 (29/39) Installing py3-distlib (0.3.0-r0) 06:20:20 (30/39) Installing py3-distro (1.5.0-r1) 06:20:20 (31/39) Installing py3-webencodings (0.5.1-r3) 06:20:20 (32/39) Installing py3-html5lib (1.0.1-r4) 06:20:20 (33/39) Installing py3-pytoml (0.1.21-r0) 06:20:20 (34/39) Installing py3-pep517 (0.8.2-r0) 06:20:20 (35/39) Installing py3-progress (1.5-r0) 06:20:20 (36/39) Installing py3-toml (0.10.1-r0) 06:20:20 (37/39) Installing py3-retrying (1.3.3-r0) 06:20:20 (38/39) Installing py3-contextlib2 (0.6.0-r0) 06:20:20 (39/39) Installing py3-pip (20.1.1-r0) 06:20:20 Executing busybox-1.31.1-r19.trigger 06:20:20 OK: 72 MiB in 59 packages 06:20:25 Collecting docker-compose==1.23.2 06:20:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:20:25 Collecting texttable<0.10,>=0.9.0 06:20:25 Downloading texttable-0.9.1.tar.gz (11 kB) 06:20:28 Collecting cached-property<2,>=1.2.0 06:20:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:20:28 Collecting websocket-client<1.0,>=0.32.0 06:20:28 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:20:29 Collecting docker<4.0,>=3.6.0 06:20:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:20:30 Collecting PyYAML<4,>=3.10 06:20:30 Downloading PyYAML-3.13.tar.gz (270 kB) 06:20:34 Collecting dockerpty<0.5,>=0.4.1 06:20:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:20:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:20:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:20:37 Collecting jsonschema<3,>=2.5.1 06:20:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:20:37 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:20:37 Collecting docopt<0.7,>=0.6.1 06:20:37 Downloading docopt-0.6.2.tar.gz (25 kB) 06:20:40 Collecting docker-pycreds>=0.4.0 06:20:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:20:41 Collecting urllib3<1.25,>=1.21.1 06:20:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:20:41 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:20:41 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:20:41 Collecting idna<2.8,>=2.5 06:20:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:20:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:20:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:20:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:20:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:20:42 Installing collected packages: texttable, cached-property, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, dockerpty, jsonschema, docopt, docker-compose 06:20:42 Running setup.py install for texttable: started 06:20:44 Running setup.py install for texttable: finished with status 'done' 06:20:45 Attempting uninstall: urllib3 06:20:45 Found existing installation: urllib3 1.25.9 06:20:45 Uninstalling urllib3-1.25.9: 06:20:45 Successfully uninstalled urllib3-1.25.9 06:20:45 error: cannot install "go": cannot query the store for updates: got unexpected 06:20:45 HTTP status code 408 via POST to 06:20:45 "https://api.snapcraft.io/v2/snaps/refresh" 06:20:45 Error while installing snap 'go' from channel '1.15/stable' 06:20:45 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 06:20:46 Attempting uninstall: idna 06:20:46 Found existing installation: idna 2.9 06:20:46 Uninstalling idna-2.9: [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:20:46 Failed in branch amd64 06:20:46 Successfully uninstalled idna-2.9 06:20:48 Attempting uninstall: requests 06:20:48 Found existing installation: requests 2.23.0 06:20:48 Uninstalling requests-2.23.0: 06:20:48 Successfully uninstalled requests-2.23.0 06:20:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:20:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:20:50 ---> 35e0523521b1 06:20:50 Step 3/23 : WORKDIR /edgex-go 06:20:50 ---> Using cache 06:20:50 ---> 7f2162ee928e 06:20:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:20:50 ---> Using cache 06:20:50 ---> 89af8b8e78cb 06:20:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:20:51 Running setup.py install for PyYAML: started 06:20:53 Running setup.py install for PyYAML: finished with status 'done' 06:20:53 Running setup.py install for dockerpty: started 06:20:55 ---> Running in d828185bda8f 06:20:56 Running setup.py install for dockerpty: finished with status 'done' 06:20:56 Running setup.py install for docopt: started 06:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:20:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:20:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:20:58 ---> 35e0523521b1 06:20:58 Step 3/31 : WORKDIR /edgex-go 06:20:58 ---> Using cache 06:20:58 ---> 7f2162ee928e 06:20:58 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:20:58 ---> Using cache 06:20:58 ---> 89af8b8e78cb 06:20:58 Step 5/31 : RUN apk add --update --no-cache make git 06:20:58 ---> Using cache 06:20:58 ---> 5d529b755365 06:20:58 Step 6/31 : COPY go.mod . 06:20:58 ---> Using cache 06:20:58 ---> 890dbcc48f3a 06:20:58 Step 7/31 : RUN go mod download 06:20:58 ---> Using cache 06:20:58 ---> 4c0b25aa4e11 06:20:58 Step 8/31 : COPY . . 06:20:59 Running setup.py install for docopt: finished with status 'done' 06:20:59 ---> Using cache 06:20:59 ---> 58e40b04fd4d 06:20:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:20:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:20:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:20:59 ---> 35e0523521b1 06:20:59 Step 3/24 : WORKDIR /edgex-go 06:20:59 ---> Using cache 06:20:59 ---> 7f2162ee928e 06:20:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:20:59 ---> Using cache 06:20:59 ---> 89af8b8e78cb 06:20:59 Step 5/24 : RUN apk add --update --no-cache make git 06:20:59 ---> Using cache 06:20:59 ---> 5d529b755365 06:20:59 Step 6/24 : COPY go.mod . 06:20:59 ---> Using cache 06:20:59 ---> 890dbcc48f3a 06:20:59 Step 7/24 : RUN go mod download 06:20:59 ---> Using cache 06:20:59 ---> 4c0b25aa4e11 06:20:59 Step 8/24 : COPY . . 06:20:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:20:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:20:59 ---> 35e0523521b1 06:20:59 ---> Using cache 06:20:59 ---> 58e40b04fd4d 06:20:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:20:59 Step 3/22 : WORKDIR /edgex-go 06:20:59 ---> Using cache 06:20:59 ---> 7f2162ee928e 06:20:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:20:59 ---> Using cache 06:20:59 ---> 89af8b8e78cb 06:20:59 Step 5/22 : RUN apk add --update --no-cache make git 06:20:59 ---> Using cache 06:20:59 ---> 5d529b755365 06:20:59 Step 6/22 : COPY go.mod . 06:20:59 ---> Using cache 06:20:59 ---> 890dbcc48f3a 06:20:59 Step 7/22 : RUN go mod download 06:20:59 ---> Using cache 06:20:59 ---> 4c0b25aa4e11 06:20:59 Step 8/22 : COPY . . 06:20:59 ---> Using cache 06:20:59 ---> 58e40b04fd4d 06:20:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:20:59 OK: 217 MiB in 51 packages 06:21:00 ---> Running in dd5253fbf4ae 06:21:00 ---> Running in 14c14fb13da9 06:21:00 ---> Running in 8de6568f67c2 06:21:00 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:21:01 Removing intermediate container d828185bda8f 06:21:01 ---> 0515e7e35fbf 06:21:01 Step 6/23 : COPY go.mod . 06:21: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:21:02 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:02 ---> 3b01081c8661 06:21:02 Step 7/23 : RUN go mod download 06:21:02 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:02 ---> Running in 3629131bee32 06:21:08 Removing intermediate container 3629131bee32 06:21:08 ---> 4bc6d3db61ac 06:21:08 Step 8/23 : COPY . . 06:21:18 Removing intermediate container 753a1a27c664 06:21:18 ---> 31bf603a6757 06:21:18 Step 14/23 : ENV APP_PORT=48090 06:21:18 ---> Running in 996e8147b27e 06:21:19 Removing intermediate container 996e8147b27e 06:21:19 ---> a42186c00ca7 06:21:19 Step 15/23 : EXPOSE $APP_PORT 06:21:19 ---> Running in 3452e8e9a834 06:21:21 Removing intermediate container 3452e8e9a834 06:21:21 ---> 933247479353 06:21:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:21:24 ---> a94b564edb7a 06:21:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:21:26 ---> 21816de3161e 06:21:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:21:28 ---> 166c255fad95 06:21:28 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 06:21:29 ---> Running in ac2fa9f7b03a 06:21:30 Removing intermediate container ac2fa9f7b03a 06:21:30 ---> 3352ac7851b0 06:21:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:21:30 ---> Running in 7395f29aac50 06:21:31 ---> 6dbf740cfb95 06:21:31 Step 9/23 : RUN make cmd/core-data/core-data 06:21:31 Removing intermediate container 7395f29aac50 06:21:31 ---> 256903884b46 06:21:31 Step 21/23 : LABEL arch=arm64 06:21:31 ---> Running in bddafdb473bd 06:21:32 ---> Running in a6a61003303a 06:21:33 Removing intermediate container a6a61003303a 06:21:33 ---> d8cbaf7f3f29 06:21:33 Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:21:33 ---> Running in f998267fa9ae 06:21:33 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:33 Removing intermediate container f998267fa9ae 06:21:33 ---> 1b825b3bd112 06:21:33 Step 23/23 : LABEL version=0.0.0 06:21:34 ---> Running in 028867830a77 06:21:35 Removing intermediate container 028867830a77 06:21:35 ---> 284d3eb53890 06:21:35 06:21:35 Successfully built 284d3eb53890 06:21:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:22:32  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:22:36 Removing intermediate container 8de6568f67c2 06:22:36 ---> 4ceb71bf8f20 06:22:36 06:22:36 Step 10/31 : FROM alpine:3.12 06:22:36 ---> 9852663dfa18 06:22:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:22:37 ---> Running in 60bab7ea4a9e 06:22:39 Removing intermediate container 60bab7ea4a9e 06:22:39 ---> f8edd89a4b21 06:22:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:22:39 ---> Running in 3a54b3aac31e 06:22:40 Removing intermediate container 14c14fb13da9 06:22:40 ---> f4d071a4f301 06:22:40 06:22:40 Step 10/24 : FROM alpine:3.12 06:22:40 ---> 9852663dfa18 06:22:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:22:41 ---> Running in 7235c16b6481 06:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:42 (1/2) Installing dumb-init (1.2.2-r1) 06:22:42 (2/2) Installing su-exec (0.2-r1) 06:22:42 Executing busybox-1.31.1-r20.trigger 06:22:42 OK: 5 MiB in 16 packages 06:22:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:44 (1/6) Installing ca-certificates (20191127-r4) 06:22:44 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:22:44 (3/6) Installing libcurl (7.76.1-r0) 06:22:44 (4/6) Installing curl (7.76.1-r0) 06:22:44 (5/6) Installing dumb-init (1.2.2-r1) 06:22:44 (6/6) Installing su-exec (0.2-r1) 06:22:44 Executing busybox-1.31.1-r20.trigger 06:22:44 Executing ca-certificates-20191127-r4.trigger 06:22:44 Removing intermediate container dd5253fbf4ae 06:22:44 ---> 6def4bb5ff29 06:22:44 06:22:44 Step 10/22 : FROM alpine:3.12 06:22:44 ---> 9852663dfa18 06:22:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:22:44 ---> Using cache 06:22:44 ---> 0772b7e2250e 06:22:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:22:44 ---> Using cache 06:22:44 ---> 5372273473ae 06:22:44 Step 13/22 : ENV APP_PORT=48085 06:22:44 OK: 7 MiB in 20 packages 06:22:44 ---> Running in e4353f27cca5 06:22:45 Removing intermediate container 3a54b3aac31e 06:22:45 ---> fed911f4f70b 06:22:45 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:22:45 ---> Running in e51347a20e52 06:22:46 Removing intermediate container e4353f27cca5 06:22:46 ---> c2276ede7455 06:22:46 Step 14/22 : EXPOSE $APP_PORT 06:22:46 Removing intermediate container e51347a20e52 06:22:46 ---> adcca9ba39c9 06:22:46 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:22:46 ---> Running in 38e20ac5953e 06:22:46 ---> Running in fd72c344ec6b 06:22:47 Removing intermediate container fd72c344ec6b 06:22:47 ---> 4dd703b45897 06:22:47 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:22:47 Removing intermediate container 38e20ac5953e 06:22:47 ---> 6a2dc2a3f136 06:22:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:47 Removing intermediate container 7235c16b6481 06:22:47 ---> 59fd456df50d 06:22:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:22:47 ---> Running in eaa1d0bddc1e 06:22:48 ---> Running in b732fdcab7c1 06:22:48 Removing intermediate container b732fdcab7c1 06:22:48 ---> 7f9dcd6945d0 06:22:48 Step 13/24 : WORKDIR / 06:22:49 ---> Running in 61058006924d 06:22:49 ---> 8b0553981bda 06:22:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:22:50 Removing intermediate container 61058006924d 06:22:50 ---> 4109f28e5c6c 06:22:50 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:22:51 ---> b30a46fabc79 06:22:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:22:51 ---> b084b05cb8ed 06:22:51 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:22:52 Removing intermediate container eaa1d0bddc1e 06:22:52 ---> 04978e061db4 06:22:52 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:22:52 ---> Running in 4f663c278f34 06:22:52 ---> c63eb7db441d 06:22:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:22:52 ---> 062935833b93 06:22:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:22:52 ---> Running in 5651c3c85609 06:22:53 Removing intermediate container 4f663c278f34 06:22:53 ---> ae6c75fbb3f8 06:22:53 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:22:53 Removing intermediate container 5651c3c85609 06:22:53 ---> f018bc249524 06:22:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:22:53 ---> Running in a2178b4e6e01 06:22:53 ---> 9d058d7793f1 06:22:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:22:53 ---> 88dae39cce04 06:22:53 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:22:54 ---> Running in 8207c895fc19 06:22:54 Removing intermediate container a2178b4e6e01 06:22:54 ---> 85f38ba88e9c 06:22:54 Step 20/22 : LABEL arch=arm64 06:22:54 ---> Running in 0a63cb5517f0 06:22:55 Removing intermediate container 0a63cb5517f0 06:22:55 ---> 16932a7e79b0 06:22:55 Step 21/22 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:22:55 ---> b3d1d1aea84c 06:22:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:22:55 ---> Running in 41689b038f05 06:22:56 Removing intermediate container 41689b038f05 06:22:56 ---> bb247ac14f46 06:22:56 Step 22/22 : LABEL version=0.0.0 06:22:56 ---> Running in ef8557d14a9e 06:22:56 ---> d7b6943c972d 06:22:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:22:57 Removing intermediate container ef8557d14a9e 06:22:57 ---> 4864881fc3b5 06:22:57 06:22:57 Removing intermediate container 8207c895fc19 06:22:57 ---> 90a0959f7119 06:22:57 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:22:58 Successfully built 4864881fc3b5 06:22:58 Successfully tagged docker-support-scheduler-go-arm64:latest 06:22:58  Building docker-support-scheduler-go ... done  ---> acb1e57fa375 06:22:58 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:22:58 ---> Running in abdeee2f9b5d 06:22:58 ---> d2b3b403518d 06:22:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:23:00 ---> 0e523065fe69 06:23:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:23:01 Removing intermediate container abdeee2f9b5d 06:23:01 ---> 669cb682c7d9 06:23:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:23:01 ---> dfe6bf7b0d37 06:23:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:23:01 ---> Running in d9832164ec52 06:23:02 Removing intermediate container d9832164ec52 06:23:02 ---> 3f2d68d0e3c1 06:23:02 Step 22/24 : LABEL arch=arm64 06:23:02 ---> 4760ddaf22ee 06:23:02 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:23:02 ---> Running in b9812e7bcd6f 06:23:02 Removing intermediate container b9812e7bcd6f 06:23:02 ---> 993cbcfad574 06:23:02 Step 23/24 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:23:03 ---> Running in 4fd967870ce7 06:23:03 ---> 15bc38e3e4c4 06:23:03 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:23:03 ---> Running in dadbd55dc349 06:23:03 Removing intermediate container 4fd967870ce7 06:23:03 ---> d5b6e03d1060 06:23:03 Step 24/24 : LABEL version=0.0.0 06:23:04 ---> Running in 1cf503427887 06:23:04 Removing intermediate container dadbd55dc349 06:23:04 ---> cdd9c12631d5 06:23:04 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:23:04 Removing intermediate container 1cf503427887 06:23:04 ---> 83edc3dcc58c 06:23:04 06:23:05 Successfully built 83edc3dcc58c 06:23:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:23:05  Building docker-security-secretstore-setup-go ... done  ---> af83b1258100 06:23:05 Step 26/31 : RUN chmod +x /entrypoint.sh 06:23:06 ---> Running in aab5bf42b500 06:23:06 Removing intermediate container bddafdb473bd 06:23:06 ---> 6566c0777008 06:23:06 06:23:06 Step 10/23 : FROM alpine:3.12 06:23:06 ---> 9852663dfa18 06:23:06 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:23:06 ---> Running in 0888613600b7 06:23:07 Removing intermediate container 0888613600b7 06:23:07 ---> 0cd9a446a8ed 06:23:07 Step 12/23 : ENV APP_PORT=48080 06:23:07 ---> Running in 75cd4cd22db9 06:23:07 Removing intermediate container 75cd4cd22db9 06:23:07 ---> 9eddda3b3fd9 06:23:07 Step 13/23 : EXPOSE $APP_PORT 06:23:07 ---> Running in 4ea501e37bed 06:23:08 Removing intermediate container 4ea501e37bed 06:23:08 ---> f95215bf4cca 06:23:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:23:08 Removing intermediate container aab5bf42b500 06:23:08 ---> 0a2b80e88ee5 06:23:08 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:23:08 ---> Running in 7fa9c39405d6 06:23:09 ---> Running in 92f8203d45d0 06:23:09 Removing intermediate container 92f8203d45d0 06:23:09 ---> b56cd319ca52 06:23:09 Step 28/31 : CMD ["gate"] 06:23:10 ---> Running in fa039b465aff 06:23:10 Removing intermediate container fa039b465aff 06:23:10 ---> de947e8aa4f8 06:23:10 Step 29/31 : LABEL arch=arm64 06:23:10 ---> Running in 5896152f7456 06:23:11 Removing intermediate container 5896152f7456 06:23:11 ---> 08b62aa9944a 06:23:11 Step 30/31 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:23:11 Removing intermediate container 7fa9c39405d6 06:23:11 ---> 3a04a4575b9c 06:23:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:23:11 ---> Running in 27da898ef986 06:23:11 ---> Running in 46957b28f55f 06:23:12 Removing intermediate container 27da898ef986 06:23:12 ---> 47107c68a0dd 06:23:12 Step 31/31 : LABEL version=0.0.0 06:23:12 ---> Running in 1fe2e4c210c8 06:23:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:23:13 Removing intermediate container 1fe2e4c210c8 06:23:13 ---> a8c1e1f801c6 06:23:13 06:23:13 Successfully built a8c1e1f801c6 06:23:13 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:23:13  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:23:14 (1/6) Installing dumb-init (1.2.2-r1) 06:23:14 (2/6) Installing libgcc (9.3.0-r2) 06:23:14 (3/6) Installing libsodium (1.0.18-r0) 06:23:14 (4/6) Installing libstdc++ (9.3.0-r2) 06:23:14 (5/6) Installing libzmq (4.3.3-r0) 06:23:15 (6/6) Installing zeromq (4.3.3-r0) 06:23:15 Executing busybox-1.31.1-r20.trigger 06:23:15 OK: 8 MiB in 20 packages 06:23:16 Removing intermediate container 46957b28f55f 06:23:16 ---> 4a9dada10f0a 06:23:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:23:17 ---> f901ead3b0b6 06:23:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:23:18 ---> d4b921383f52 06:23:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:23:19 ---> 2c81222ad712 06:23:19 Step 19/23 : ENTRYPOINT ["/core-data"] 06:23:19 ---> Running in 34885b4858fa 06:23:19 Removing intermediate container 34885b4858fa 06:23:19 ---> 1a78b0a8a597 06:23:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:23:19 ---> Running in 68b79340f5b4 06:23:20 Removing intermediate container 68b79340f5b4 06:23:20 ---> 58009304080a 06:23:20 Step 21/23 : LABEL arch=arm64 06:23:20 ---> Running in f1801a09ae3c 06:23:21 Removing intermediate container f1801a09ae3c 06:23:21 ---> f01767ed82a5 06:23:21 Step 22/23 : LABEL git_sha=94b9d4dbb121687aa959c989a31be590d863cb3b 06:23:21 ---> Running in 47d83f60af55 06:23:21 Removing intermediate container 47d83f60af55 06:23:21 ---> abb15e2fef5c 06:23:21 Step 23/23 : LABEL version=0.0.0 06:23:21 ---> Running in 32d8feb7cbd4 06:23:22 Removing intermediate container 32d8feb7cbd4 06:23:22 ---> 613bd8afec66 06:23:22 06:23:22 Successfully built 613bd8afec66 06:23:22 Successfully tagged docker-core-data-go-arm64:latest 06:23:23  Building docker-core-data-go ... done  [Pipeline] } 06:23:23 $ docker stop --time=1 901d867a2660bcbf0ca553af8e4f19ba502f221805ef7a23c596b33b1969e69b 06:23:25 $ docker rm -f 901d867a2660bcbf0ca553af8e4f19ba502f221805ef7a23c596b33b1969e69b [Pipeline] // withDockerContainer [Pipeline] sh 06:23:25 + + grep dockerdocker images 06:23:25 06:23:25 docker-core-data-go-arm64 latest 613bd8afec66 4 seconds ago 21.4MB 06:23:25 docker-security-bootstrapper-go-arm64 latest a8c1e1f801c6 13 seconds ago 17.9MB 06:23:25 docker-security-secretstore-setup-go-arm64 latest 83edc3dcc58c 21 seconds ago 24.6MB 06:23:25 docker-support-scheduler-go-arm64 latest 4864881fc3b5 28 seconds ago 16.4MB 06:23:25 docker-sys-mgmt-agent-go-arm64 latest 284d3eb53890 About a minute ago 299MB 06:23:25 docker-core-metadata-go-arm64 latest 654d09628255 3 minutes ago 17.9MB 06:23:25 docker-core-command-go-arm64 latest f01bcd54d888 3 minutes ago 16.3MB 06:23:25 docker-support-notifications-go-arm64 latest 0454712a03ef 3 minutes ago 17MB 06:23:25 docker-security-proxy-setup-go-arm64 latest 675ec5d01b80 3 minutes ago 24.3MB 06:23:25 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:23:26 ---> job-cost.sh 06:23:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QjnJ 06:24:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:25:57 lf-activate-venv(): INFO: Adding /tmp/venv-QjnJ/bin to PATH 06:25:57 INFO: No Stack... 06:25:57 INFO: Retrieving Pricing Info for: lf-standard-4 06:25:57 INFO: Archiving Costs [Pipeline] sh 06:25:58 + cut -d, -f6 06:25:58 + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock 06:25:58 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3373-1-stack-cost] 06:25:58 Resource [jenkins-edgexfoundry-edgex-go-PR-3373-1-stack-cost] did not exist. Created. 06:25:58 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3373-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:25:58 + echo total: 0.20999999344348907 [Pipeline] stash 06:25:59 Stashed 1 file(s) [Pipeline] } 06:25:59 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3373-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:26:01 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:26:02 ---> package-listing.sh 06:26:02 ++ facter osfamily 06:26:02 ++ tr '[:upper:]' '[:lower:]' 06:26:02 + OS_FAMILY=redhat 06:26:02 + workspace=/w/workspace/edgex-go/1 06:26:02 + START_PACKAGES=/tmp/packages_start.txt 06:26:02 + END_PACKAGES=/tmp/packages_end.txt 06:26:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:26:02 + PACKAGES=/tmp/packages_start.txt 06:26:02 + '[' /w/workspace/edgex-go/1 ']' 06:26:02 + PACKAGES=/tmp/packages_end.txt 06:26:02 + case "${OS_FAMILY}" in 06:26:02 + rpm -qa 06:26:02 + sort 06:26:07 + '[' -f /tmp/packages_start.txt ']' 06:26:07 + '[' -f /tmp/packages_end.txt ']' 06:26:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:26:07 + '[' /w/workspace/edgex-go/1 ']' 06:26:07 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:26:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:26:07 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:26:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:26:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:26:08 06:26:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:26:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:26:08 alpine: Pulling from edgex-lftools-log-publisher 06:26:08 df20fa9351a1: Pulling fs layer 06:26:08 36b3adc4ff6f: Pulling fs layer 06:26:08 8ad3a11d3b57: Pulling fs layer 06:26:08 46f8f816bc3b: Pulling fs layer 06:26:08 93b61091891f: Pulling fs layer 06:26:08 93b9cdb0e59b: Pulling fs layer 06:26:08 5e14af77c1be: Pulling fs layer 06:26:08 01666e4c0597: Pulling fs layer 06:26:08 aa168da1d23b: Pulling fs layer 06:26:08 93b9cdb0e59b: Waiting 06:26:08 5e14af77c1be: Waiting 06:26:08 01666e4c0597: Waiting 06:26:08 aa168da1d23b: Waiting 06:26:08 46f8f816bc3b: Waiting 06:26:08 93b61091891f: Waiting 06:26:08 36b3adc4ff6f: Verifying Checksum 06:26:08 36b3adc4ff6f: Download complete 06:26:08 46f8f816bc3b: Verifying Checksum 06:26:08 46f8f816bc3b: Download complete 06:26:08 df20fa9351a1: Download complete 06:26:08 93b9cdb0e59b: Verifying Checksum 06:26:08 93b9cdb0e59b: Download complete 06:26:08 5e14af77c1be: Verifying Checksum 06:26:08 5e14af77c1be: Download complete 06:26:08 01666e4c0597: Verifying Checksum 06:26:08 01666e4c0597: Download complete 06:26:08 93b61091891f: Download complete 06:26:08 8ad3a11d3b57: Verifying Checksum 06:26:08 8ad3a11d3b57: Download complete 06:26:09 df20fa9351a1: Pull complete 06:26:09 36b3adc4ff6f: Pull complete 06:26:10 8ad3a11d3b57: Pull complete 06:26:10 46f8f816bc3b: Pull complete 06:26:11 aa168da1d23b: Verifying Checksum 06:26:11 aa168da1d23b: Download complete 06:26:12 93b61091891f: Pull complete 06:26:13 93b9cdb0e59b: Pull complete 06:26:13 5e14af77c1be: Pull complete 06:26:13 01666e4c0597: Pull complete 06:26:23 aa168da1d23b: Pull complete 06:26:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:26:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:26:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:26:23 prd-centos7-docker-4c-2g-433 does not seem to be running inside a container 06:26:23 $ 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:26:31 $ docker top 06c3499a44ec8cfe1b5b6af95bf83e9a482c18d47f39c085d60fc4491ecf247e -eo pid,comm [Pipeline] { [Pipeline] sh 06:26:32 + touch /tmp/pre-build-complete [Pipeline] sh 06:26:32 + mkdir -p /var/log/sa [Pipeline] sh 06:26:32 + ls /var/log/sa-host 06:26:32 + sadf -c /var/log/sa-host/sa16 06:26:32 file_magic: OK 06:26:32 HZ: Using current value: 100 06:26:32 file_header: OK 06:26:32 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:26:32 Statistics: 06:26:32 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... 06:26:32 File successfully converted to sysstat format version 12.2.1 06:26:32 + sadf -c /var/log/sa-host/sa23 06:26:32 file_magic: OK 06:26:32 HZ: Using current value: 100 06:26:32 file_header: OK 06:26:32 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:26:32 Statistics: 06:26:32 Hnuu...uuuununununu... 06:26:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:26:33 provisioning config files... 06:26:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7664263321855425569tmp [Pipeline] { [Pipeline] echo 06:26:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:26:33 ---> create-netrc.sh [Pipeline] } 06:26:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:26:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:26:34 ---> python-tools-install.sh [Pipeline] echo 06:26:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:26:34 ---> sudo-logs.sh 06:26:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:26:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:26:35 ---> job-cost.sh 06:26:35 lf-activate-venv: SKIPPING 06:26:35 DEBUG: total: 0.20999999344348907 06:26:35 INFO: Retrieving Stack Cost... 06:26:36 INFO: Retrieving Pricing Info for: v1-standard-2 06:26:37 INFO: Archiving Costs [Pipeline] echo 06:26:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:26:37 ---> logs-deploy.sh 06:26:37 lf-activate-venv: SKIPPING 06:26:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3373/1 06:26:37 INFO: archiving workspace using pattern(s): 06:26:39 Archives upload complete. 06:26:39 INFO: archiving logs to Nexus