Pull request #3112 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f+2a4efc596d6299a706f2b1b5ea90705279ab33b1 (294f19e5730530a353ff09d09a57f6baa7f43635) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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-3112/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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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-3112/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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 69a7e166112f335804d9fea76440e5140e47f034 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24527 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [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/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f Merge succeeded, producing 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f Checking out Revision 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f (PR-3112) > git config core.sparsecheckout # timeout=10 > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # 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 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:08:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:08:44 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:08:45 ========================================================= 06:08:45 EdgeX Global Pipelines Version Info 06:08:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:08:46 ------------------- 06:08:46 stable info: 06:08:46 ------------------- 06:08:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:08:46 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:08:46 Message: update stable to v1.0.179 06:08:47 ------------------- 06:08:47 experimental info: 06:08:47 ------------------- 06:08:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:08:47 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:08:47 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:08:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:08:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:08:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:08:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:08:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:08:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:08:50 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:08:50 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:08:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3112 [Pipeline] echo 06:08:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3112 [Pipeline] echo 06:08:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3112 [Pipeline] echo 06:08:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [Pipeline] echo 06:08:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 616cd62 [Pipeline] echo 06:08:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:08:51 provisioning config files... 06:08:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7186577031128681324tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:08:52 ---> docker-login.sh 06:08:52 nexus3.edgexfoundry.org:10001 06:08:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:53 Configure a credential helper to remove this warning. See 06:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:53 06:08:53 Login Succeeded 06:08:53 nexus3.edgexfoundry.org:10002 06:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:53 Configure a credential helper to remove this warning. See 06:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:53 06:08:53 Login Succeeded 06:08:53 nexus3.edgexfoundry.org:10003 06:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:53 Configure a credential helper to remove this warning. See 06:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:53 06:08:53 Login Succeeded 06:08:53 nexus3.edgexfoundry.org:10004 06:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:53 Configure a credential helper to remove this warning. See 06:08:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:53 06:08:53 Login Succeeded 06:08:53 docker.io 06:08:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:08:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:08:54 Configure a credential helper to remove this warning. See 06:08:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:08:54 06:08:54 Login Succeeded 06:08:54 ---> docker-login.sh ends [Pipeline] } 06:08:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:08:54 ++ 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:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/core-command/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo core-command,cmd/core-command/Dockerfile 06:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/core-data/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo core-data,cmd/core-data/Dockerfile 06:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/core-metadata/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo core-metadata,cmd/core-metadata/Dockerfile 06:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/security-bootstrapper/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/security-proxy-setup/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/support-notifications/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo support-notifications,cmd/support-notifications/Dockerfile 06:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/support-scheduler/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:08:54 + for file in '`ls cmd/**/Dockerfile`' 06:08:54 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:08:54 ++ cut -d/ -f2 06:08:54 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:08:54 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:08:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:56 06:08:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:08:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:56 latest: Pulling from edgex-devops/git-semver 06:08:56 31603596830f: Pulling fs layer 06:08:56 2a8b12db71e7: Pulling fs layer 06:08:56 6ca5941a6612: Pulling fs layer 06:08:56 ecc8261a40a4: Pulling fs layer 06:08:56 ecc8261a40a4: Waiting 06:08:56 2a8b12db71e7: Verifying Checksum 06:08:56 2a8b12db71e7: Download complete 06:08:56 31603596830f: Verifying Checksum 06:08:56 31603596830f: Download complete 06:08:56 ecc8261a40a4: Verifying Checksum 06:08:56 ecc8261a40a4: Download complete 06:08:56 6ca5941a6612: Verifying Checksum 06:08:56 6ca5941a6612: Download complete 06:08:56 31603596830f: Pull complete 06:08:56 2a8b12db71e7: Pull complete 06:08:57 6ca5941a6612: Pull complete 06:08:58 ecc8261a40a4: Pull complete 06:08:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:08:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:08:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:08:58 prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container 06:08:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:09:01 $ docker top 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:09:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:09:01 [ssh-agent] Looking for ssh-agent implementation... 06:09:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:09:02 $ docker exec 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be ssh-agent 06:09:02 SSH_AUTH_SOCK=/tmp/ssh-Y4bihFyyQOrv/agent.12 06:09:02 SSH_AGENT_PID=17 06:09:02 Running ssh-add (command line suppressed) 06:09:02 Identity added: /w/workspace/edgex-go/1@tmp/private_key_4340133591592205903.key (/w/workspace/edgex-go/1@tmp/private_key_4340133591592205903.key) 06:09:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:09:03 + git tag --points-at HEAD [Pipeline] } 06:09:03 $ docker exec --env ******** --env ******** 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be ssh-agent -k 06:09:03 unset SSH_AUTH_SOCK; 06:09:03 unset SSH_AGENT_PID; 06:09:03 echo Agent pid 17 killed; 06:09:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:09:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:09:03 [ssh-agent] Looking for ssh-agent implementation... 06:09:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:09:03 $ docker exec 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be ssh-agent 06:09:03 SSH_AUTH_SOCK=/tmp/ssh-M2XvzkKwpDSw/agent.47 06:09:03 SSH_AGENT_PID=53 06:09:04 Running ssh-add (command line suppressed) 06:09:04 Identity added: /w/workspace/edgex-go/1@tmp/private_key_2743375894046388704.key (/w/workspace/edgex-go/1@tmp/private_key_2743375894046388704.key) 06:09:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:09:04 + git semver init 06:09:04 # -> Open(): unable to determine branch for HEAD 06:09:04 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:09:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:09:04 # $SEMVER_REMOTE_NAME = origin 06:09:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:09:04 # $SEMVER_USER_NAME = edgex-jenkins 06:09:04 # $SEMVER_BRANCH = PR-3112 06:09:04 # $SEMVER_TEMP = /tmp/semver-137375317 06:09:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:09:26 # '/tmp/semver-137375317' -> '/w/workspace/edgex-go/1/.semver' 06:09:26 # -> Force: false 06:09:26 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:09:26 $ docker exec --env ******** --env ******** 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be ssh-agent -k 06:09:26 unset SSH_AUTH_SOCK; 06:09:26 unset SSH_AGENT_PID; 06:09:26 echo Agent pid 53 killed; 06:09:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:09:27 + git semver [Pipeline] } 06:09:27 $ docker stop --time=1 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be 06:09:29 $ docker rm -f 01a05bfff7a93f7152912bf959db7492d35a3c51e9446f6f44f9712df4ca19be [Pipeline] // withDockerContainer [Pipeline] sh 06:09:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:09:30 Stashed 1 file(s) [Pipeline] echo 06:09:31 [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:09:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:09:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:09:33 + true 06:09:33 + sudo service docker restart 06:09:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:09:34 ========================================================= 06:09:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:09:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:09:34 + 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:09:38 Sending build context to Docker daemon 327.4MB 06:09:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:09:38 Step 2/6 : FROM ${BASE} 06:09:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:09:38 188c0c94c7c5: Pulling fs layer 06:09:38 0ef7d3d256c8: Pulling fs layer 06:09:38 de9db76c5a1d: Pulling fs layer 06:09:38 bca2f99d35d6: Pulling fs layer 06:09:38 93359f2a8cfa: Pulling fs layer 06:09:38 7c6f9722023f: Pulling fs layer 06:09:38 a35cf1a2eb13: Pulling fs layer 06:09:38 93359f2a8cfa: Waiting 06:09:38 7c6f9722023f: Waiting 06:09:38 a35cf1a2eb13: Waiting 06:09:38 bca2f99d35d6: Waiting 06:09:38 de9db76c5a1d: Verifying Checksum 06:09:38 de9db76c5a1d: Download complete 06:09:38 0ef7d3d256c8: Download complete 06:09:38 93359f2a8cfa: Verifying Checksum 06:09:38 93359f2a8cfa: Download complete 06:09:38 7c6f9722023f: Verifying Checksum 06:09:38 7c6f9722023f: Download complete 06:09:38 188c0c94c7c5: Verifying Checksum 06:09:38 188c0c94c7c5: Download complete 06:09:39 188c0c94c7c5: Pull complete 06:09:39 0ef7d3d256c8: Pull complete 06:09:39 de9db76c5a1d: Pull complete 06:09:40 a35cf1a2eb13: Verifying Checksum 06:09:40 a35cf1a2eb13: Download complete 06:09:41 bca2f99d35d6: Verifying Checksum 06:09:41 bca2f99d35d6: Download complete 06:09:46 Still waiting to schedule task 06:09:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:09:46 bca2f99d35d6: Pull complete 06:09:46 93359f2a8cfa: Pull complete 06:09:46 7c6f9722023f: Pull complete 06:09:52 a35cf1a2eb13: Pull complete 06:09:52 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:09:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:09:52 ---> a62c8e92a672 06:09:52 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:09:52 ---> Running in 703c3a50d569 06:09:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:09:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:09:54 (1/12) Installing libmagic (5.38-r0) 06:09:54 (2/12) Installing file (5.38-r0) 06:09:54 (3/12) Installing libc-dev (0.7.2-r3) 06:09:54 (4/12) Installing g++ (9.3.0-r2) 06:10:03 (5/12) Installing fortify-headers (1.1-r0) 06:10:03 (6/12) Installing patch (2.7.6-r6) 06:10:03 (7/12) Installing build-base (0.5-r2) 06:10:03 (8/12) Installing libsodium (1.0.18-r0) 06:10:03 (9/12) Installing pkgconf (1.7.2-r0) 06:10:03 (10/12) Installing libsodium-dev (1.0.18-r0) 06:10:03 (11/12) Installing libzmq (4.3.3-r0) 06:10:04 (12/12) Installing zeromq-dev (4.3.3-r0) 06:10:04 Executing busybox-1.31.1-r19.trigger 06:10:04 OK: 233 MiB in 51 packages 06:10:08 Removing intermediate container 703c3a50d569 06:10:08 ---> b5c786081f44 06:10:08 Step 4/6 : WORKDIR /edgex-go 06:10:08 ---> Running in d6d353620297 06:10:08 Removing intermediate container d6d353620297 06:10:08 ---> 620a13b40bd9 06:10:08 Step 5/6 : COPY go.mod . 06:10:08 ---> 99ab3c9313f2 06:10:08 Step 6/6 : RUN go mod download 06:10:08 ---> Running in c18d39292492 06:10:30 Removing intermediate container c18d39292492 06:10:30 ---> 1a391fe09af8 06:10:30 Successfully built 1a391fe09af8 06:10:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:10:31 + docker inspect -f . ci-base-image-x86_64 06:10:31 . [Pipeline] withDockerContainer 06:10:31 prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container 06:10:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:10:32 $ docker top 364f72e4da951d8b81faa2f21ffcfed8d59e701ed76e5bcb8876fe895b0a67f8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:10:33 + go version 06:10:33 go version go1.15.5 linux/amd64 [Pipeline] } 06:10:33 $ docker stop --time=1 364f72e4da951d8b81faa2f21ffcfed8d59e701ed76e5bcb8876fe895b0a67f8 06:10:34 $ docker rm -f 364f72e4da951d8b81faa2f21ffcfed8d59e701ed76e5bcb8876fe895b0a67f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:10:35 + docker inspect -f . ci-base-image-x86_64 06:10:35 . [Pipeline] withDockerContainer 06:10:35 prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container 06:10:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:10:37 $ docker top 520acd54f964de0de7d6af7b6763381a837cf57abcbe7c0b41dc573d977064dd -eo pid,comm [Pipeline] { [Pipeline] echo 06:10:37 ========================================================= 06:10:37 [edgeXBuildGoParallel] Running Tests and Build... 06:10:37 ========================================================= [Pipeline] sh 06:10:37 + make test 06:10:37 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:10:50 ? github.com/edgexfoundry/edgex-go [no test files] 06:11:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:11:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:11:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:11:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:11:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:11:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:11:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:11:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:11:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:11:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:11:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:11:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:11:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:11:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:11:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.149s coverage: 46.0% of statements 06:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:11:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 06:11:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 06:11:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.293s coverage: 27.1% of statements 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:11:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:11:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:11:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 65.8% of statements 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:11:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:11:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 82.3% of statements 06:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:11:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.704s coverage: 28.6% of statements 06:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements 06:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 06:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:11:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.154s coverage: 86.7% of statements 06:11:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.166s coverage: 97.5% of statements 06:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.092s coverage: 78.3% of statements 06:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:11:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.679s coverage: 92.8% of statements 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:11:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:11:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.103s coverage: 0.1% of statements 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:11:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.047s coverage: 45.5% of statements 06:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.066s coverage: 79.5% of statements 06:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 06:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 06:11:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.050s coverage: 94.4% of statements 06:11:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.051s coverage: 44.8% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.099s coverage: 87.2% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.074s coverage: 75.5% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.2% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.137s coverage: 91.4% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.191s coverage: 63.5% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.432s coverage: 68.9% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 37.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.550s coverage: 84.0% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.153s coverage: 47.1% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.050s coverage: 29.1% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.086s coverage: 100.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.035s coverage: 0.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:12:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements 06:12:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 06:12:08 GO111MODULE=on go vet ./... 06:12:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24539 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws 06:12:35 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:12:40 using credential edgex-jenkins-ssh 06:12:40 Cloning the remote Git repository 06:12:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:12:40 > git init /w/workspace/edgex-go/1 # timeout=10 06:12:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:12:40 > git --version # timeout=10 06:12:40 > git --version # 'git version 2.17.1' 06:12:40 using GIT_SSH to set credentials SSH Credentials for GitHub 06:12:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:12:47 gofmt -l . 06:12:47 [ "`gofmt -l .`" = "" ] 06:12:47 ./bin/test-go-mod-tidy.sh 06:12:47 ./bin/test-attribution-txt.sh [Pipeline] sh 06:12:48 + ls -al . 06:12:48 total 680 06:12:48 drwxrwxr-x 10 1001 1001 4096 Feb 2 06:12 . 06:12:48 drwxr-xr-x 4 root root 28 Feb 2 06:10 .. 06:12:48 -rw-rw-r-- 1 1001 1001 11 Feb 2 06:08 .dockerignore 06:12:48 drwxrwxr-x 8 1001 1001 179 Feb 2 06:08 .git 06:12:48 drwxrwxr-x 3 1001 1001 125 Feb 2 06:08 .github 06:12:48 -rw-rw-r-- 1 1001 1001 872 Feb 2 06:08 .gitignore 06:12:48 drwx------ 3 1001 1001 60 Feb 2 06:09 .semver 06:12:48 -rw-rw-r-- 1 1001 1001 166 Feb 2 06:08 .sonarcloud.properties 06:12:48 -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:08 Attribution.txt 06:12:48 -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:08 CONTRIBUTING.md 06:12:48 -rw-rw-r-- 1 1001 1001 931 Feb 2 06:08 Dockerfile.build 06:12:48 -rw-rw-r-- 1 1001 1001 863 Feb 2 06:08 Jenkinsfile 06:12:48 -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:08 LICENSE 06:12:48 -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:08 Makefile 06:12:48 -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:08 README.md 06:12:48 -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:08 SECURITY.md 06:12:48 -rw-rw-r-- 1 1001 1001 5 Feb 2 06:09 VERSION 06:12:48 -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:08 ZMQWindows.md 06:12:48 drwxrwxr-x 2 1001 1001 117 Feb 2 06:08 bin 06:12:48 drwxrwxr-x 15 1001 1001 4096 Feb 2 06:08 cmd 06:12:48 -rw-r--r-- 1 root root 574984 Feb 2 06:12 coverage.out 06:12:48 -rw-r--r-- 1 root root 1054 Feb 2 06:12 go.mod 06:12:48 -rw-r--r-- 1 root root 19172 Feb 2 06:12 go.sum 06:12:48 drwxrwxr-x 8 1001 1001 127 Feb 2 06:08 internal 06:12:48 drwxrwxr-x 4 1001 1001 26 Feb 2 06:08 openapi 06:12:48 drwxrwxr-x 4 1001 1001 71 Feb 2 06:08 snap 06:12:48 -rw-rw-r-- 1 1001 1001 168 Feb 2 06:08 version.go [Pipeline] sh 06:12:48 + '[' -e coverage.out ] 06:12:48 + chown 1001:1001 coverage.out [Pipeline] stash 06:12:48 Stashed 1 file(s) [Pipeline] sh 06:12:49 + make build 06:12:49 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: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:13:02 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:13:04 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:13:06 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:13:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:13:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:13:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:13:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:13:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:13:06 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:13:06 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:13:07 Merge succeeded, producing 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:13:07 Checking out Revision 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f (PR-3112) 06:13:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:13:06 > git config core.sparsecheckout # timeout=10 06:13:06 > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 06:13:07 > git remote # timeout=10 06:13:07 > git config --get remote.origin.url # timeout=10 06:13:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:13:07 > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 06:13:07 > git rev-parse HEAD^{commit} # timeout=10 06:13:07 > git config core.sparsecheckout # timeout=10 06:13:07 > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 06:13:09 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:13: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:13:11 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 06:13:11 > git --version # timeout=10 06:13:11 > git --version # 'git version 2.17.1' 06:13:11 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { 06:13:12 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 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:13:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:13:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:13:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:13:14 + true 06:13:14 + sudo service docker restart 06:13:14 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:13:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:13:16 provisioning config files... 06:13:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2085257795490438129tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:13:16 ---> docker-login.sh 06:13:16 nexus3.edgexfoundry.org:10001 06:13:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 06:13:17 $ docker stop --time=1 520acd54f964de0de7d6af7b6763381a837cf57abcbe7c0b41dc573d977064dd 06:13:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:18 Configure a credential helper to remove this warning. See 06:13:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:18 06:13:18 Login Succeeded 06:13:18 nexus3.edgexfoundry.org:10002 06:13:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:19 Configure a credential helper to remove this warning. See 06:13:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:19 06:13:19 Login Succeeded 06:13:19 nexus3.edgexfoundry.org:10003 06:13:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:19 Configure a credential helper to remove this warning. See 06:13:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:19 06:13:19 Login Succeeded 06:13:19 nexus3.edgexfoundry.org:10004 06:13:19 $ docker rm -f 520acd54f964de0de7d6af7b6763381a837cf57abcbe7c0b41dc573d977064dd 06:13:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:13:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:19 Configure a credential helper to remove this warning. See 06:13:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:19 06:13:19 Login Succeeded 06:13:19 docker.io [Pipeline] // withDockerContainer [Pipeline] } 06:13:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 06:13:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:13:20 Configure a credential helper to remove this warning. See 06:13:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:13:20 06:13:20 Login Succeeded 06:13:20 ---> docker-login.sh ends [Pipeline] } 06:13:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] echo 06:13:23 ========================================================= 06:13:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:13:23 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 06:13:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:13:23 06:13:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:13:24 + 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:13:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:13:24 latest: Pulling from edgex-devops/edgex-compose 06:13:24 cbdbe7a5bc2a: Pulling fs layer 06:13:24 ca9280d653b3: Pulling fs layer 06:13:24 7e9c9ca2126c: Pulling fs layer 06:13:24 cbdbe7a5bc2a: Verifying Checksum 06:13:24 cbdbe7a5bc2a: Download complete 06:13:24 cbdbe7a5bc2a: Pull complete 06:13:24 ca9280d653b3: Verifying Checksum 06:13:24 ca9280d653b3: Download complete 06:13:26 Sending build context to Docker daemon 166MB 06:13:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:13:26 Step 2/6 : FROM ${BASE} 06:13:26 7e9c9ca2126c: Verifying Checksum 06:13:26 7e9c9ca2126c: Download complete 06:13:26 ca9280d653b3: Pull complete 06:13:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:13:26 5f621e34cdf4: Pulling fs layer 06:13:26 a4357932f1b6: Pulling fs layer 06:13:26 18c013af1878: Pulling fs layer 06:13:26 00ac8860ef70: Pulling fs layer 06:13:26 63d7cb157983: Pulling fs layer 06:13:26 b116817d02f9: Pulling fs layer 06:13:26 745a02a5169b: Pulling fs layer 06:13:26 00ac8860ef70: Waiting 06:13:26 63d7cb157983: Waiting 06:13:26 745a02a5169b: Waiting 06:13:26 b116817d02f9: Waiting 06:13:26 18c013af1878: Verifying Checksum 06:13:26 18c013af1878: Download complete 06:13:26 a4357932f1b6: Verifying Checksum 06:13:26 a4357932f1b6: Download complete 06:13:26 63d7cb157983: Verifying Checksum 06:13:26 63d7cb157983: Download complete 06:13:26 b116817d02f9: Download complete 06:13:26 5f621e34cdf4: Verifying Checksum 06:13:26 5f621e34cdf4: Download complete 06:13:26 5f621e34cdf4: Pull complete 06:13:27 a4357932f1b6: Pull complete 06:13:28 18c013af1878: Pull complete 06:13:28 745a02a5169b: Download complete 06:13:29 00ac8860ef70: Verifying Checksum 06:13:29 00ac8860ef70: Download complete 06:13:34 7e9c9ca2126c: Pull complete 06:13:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:13:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:13:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:13:35 prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container 06:13:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:13:37 $ docker top 0a21786a6da927c8111a884e9a8882b21357d0b14d9e979d67c6c62894b7e107 -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:37 + docker-compose build --help 06:13:37 + grep parallel 06:13:39 --parallel Build images in parallel. [Pipeline] } 06:13:39 $ docker stop --time=1 0a21786a6da927c8111a884e9a8882b21357d0b14d9e979d67c6c62894b7e107 06:13:39 00ac8860ef70: Pull complete 06:13:39 63d7cb157983: Pull complete 06:13:40 b116817d02f9: Pull complete 06:13:41 $ docker rm -f 0a21786a6da927c8111a884e9a8882b21357d0b14d9e979d67c6c62894b7e107 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:13:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:13:42 . [Pipeline] withDockerContainer 06:13:42 prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container 06:13:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:13:43 $ docker top 8e1da9360637d8cc40905f3372bf3795ed50c9492506273f4aa772df31e72fcc -eo pid,comm [Pipeline] { [Pipeline] sh 06:13:43 745a02a5169b: Pull complete 06:13:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:13:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:13:43 ---> b7e6874047d6 06:13:43 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:13:43 + docker-compose -f ./docker-compose-build.yml build --parallel 06:13:45 Building docker-core-command-go ... 06:13:45 Building docker-core-data-go ... 06:13:45 Building docker-core-metadata-go ... 06:13:45 Building docker-security-bootstrapper-go ... 06:13:45 Building docker-security-proxy-setup-go ... 06:13:45 Building docker-security-secretstore-setup-go ... 06:13:45 Building docker-support-notifications-go ... 06:13:45 Building docker-support-scheduler-go ... 06:13:45 Building docker-sys-mgmt-agent-go ... 06:13:45 Building docker-support-scheduler-go 06:13:45 Building docker-security-bootstrapper-go 06:13:45 Building docker-core-data-go 06:13:45 Building docker-core-metadata-go 06:13:45 Building docker-security-secretstore-setup-go 06:13:47 ---> Running in 33df904d7bdf 06:13:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:13:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:13:49 (1/12) Installing libmagic (5.38-r0) 06:13:49 (2/12) Installing file (5.38-r0) 06:13:50 (3/12) Installing libc-dev (0.7.2-r3) 06:13:50 (4/12) Installing g++ (9.3.0-r2) 06:14:02 (5/12) Installing fortify-headers (1.1-r0) 06:14:02 (6/12) Installing patch (2.7.6-r6) 06:14:02 (7/12) Installing build-base (0.5-r2) 06:14:02 (8/12) Installing libsodium (1.0.18-r0) 06:14:02 (9/12) Installing pkgconf (1.7.2-r0) 06:14:02 (10/12) Installing libsodium-dev (1.0.18-r0) 06:14:02 (11/12) Installing libzmq (4.3.3-r0) 06:14:02 (12/12) Installing zeromq-dev (4.3.3-r0) 06:14:02 Executing busybox-1.31.1-r19.trigger 06:14:02 OK: 217 MiB in 51 packages 06:14:06 Removing intermediate container 33df904d7bdf 06:14:06 ---> ec24237d8ea0 06:14:06 Step 4/6 : WORKDIR /edgex-go 06:14:06 ---> Running in 03be66bc517e 06:14:06 Removing intermediate container 03be66bc517e 06:14:06 ---> a1e1735bd034 06:14:06 Step 5/6 : COPY go.mod . 06:14:06 ---> f9f1325a14cc 06:14:06 Step 6/6 : RUN go mod download 06:14:06 ---> Running in 7d8221731fc6 06:14:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:14:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:14:24 ---> 1a391fe09af8 06:14:24 Step 3/24 : WORKDIR /edgex-go 06:14:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:14:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:14:24 ---> 1a391fe09af8 06:14:24 Step 3/23 : WORKDIR /edgex-go 06:14:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:14:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:14:24 ---> 1a391fe09af8 06:14:24 Step 3/22 : WORKDIR /edgex-go 06:14:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:14:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:14:24 ---> 1a391fe09af8 06:14:24 Step 3/23 : WORKDIR /edgex-go 06:14:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:14:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:14:24 ---> 1a391fe09af8 06:14:24 Step 3/31 : WORKDIR /edgex-go 06:14:24 ---> Running in a321b4b1f694 06:14:24 ---> Running in 6ecced0d6b12 06:14:24 ---> Running in c4086192ac13 06:14:24 ---> Running in 26bd6f74cc0a 06:14:24 ---> Running in db0ae6286e55 06:14:24 Removing intermediate container a321b4b1f694 06:14:24 ---> f602d43856fb 06:14:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:24 Removing intermediate container c4086192ac13 06:14:24 ---> e265bc896c65 06:14:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:24 Removing intermediate container db0ae6286e55 06:14:24 ---> 2f9ea74f2098 06:14:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:24 Removing intermediate container 6ecced0d6b12 06:14:24 ---> 1a21276a47cb 06:14:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:24 Removing intermediate container 26bd6f74cc0a 06:14:24 ---> cf7d62a48fd0 06:14:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:14:24 ---> Running in e3ceffb85d7c 06:14:24 ---> Running in 6e4d4d812519 06:14:24 ---> Running in 74488548b2f9 06:14:24 ---> Running in 9aac3a4386c3 06:14:24 ---> Running in 3033c1bd197c 06:14:27 Removing intermediate container 3033c1bd197c 06:14:27 ---> 6022b0de4e57 06:14:27 Step 5/31 : RUN apk add --update --no-cache make git 06:14:27 Removing intermediate container e3ceffb85d7c 06:14:27 ---> 4550d4d57753 06:14:27 Step 5/22 : RUN apk add --update --no-cache make git 06:14:27 Removing intermediate container 74488548b2f9 06:14:27 ---> 3028d3cb0ac0 06:14:27 Step 5/24 : RUN apk add --update --no-cache make git 06:14:27 ---> Running in e0e970f2a668 06:14:27 ---> Running in d1ac784288e5 06:14:27 Removing intermediate container 9aac3a4386c3 06:14:27 ---> 63404840b479 06:14:27 Step 5/23 : RUN apk add --update --no-cache make git 06:14:27 ---> Running in 7e2f900d4e77 06:14:27 Removing intermediate container 6e4d4d812519 06:14:27 ---> 4c1b83f7a89c 06:14:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:14:27 ---> Running in 13c012343381 06:14:27 ---> Running in 95baeb972d8e 06:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:14:31 OK: 233 MiB in 51 packages 06:14:31 OK: 233 MiB in 51 packages 06:14:31 OK: 233 MiB in 51 packages 06:14:31 OK: 233 MiB in 51 packages 06:14:31 OK: 233 MiB in 51 packages 06:14:32 Removing intermediate container 13c012343381 06:14:32 ---> 09de8777b51d 06:14:32 Step 6/23 : COPY go.mod . 06:14:32 Removing intermediate container d1ac784288e5 06:14:32 ---> d05dfd1df571 06:14:32 Step 6/22 : COPY go.mod . 06:14:32 Removing intermediate container e0e970f2a668 06:14:32 ---> 01e76647155a 06:14:32 Step 6/31 : COPY go.mod . 06:14:32 Removing intermediate container 7e2f900d4e77 06:14:32 ---> 52ca91f995d9 06:14:32 Step 6/24 : COPY go.mod . 06:14:32 Removing intermediate container 95baeb972d8e 06:14:32 ---> b4a120d0fd7d 06:14:32 Step 6/23 : COPY go.mod . 06:14:32 ---> 07ebb7b9fb7c 06:14:32 Step 7/23 : RUN go mod download 06:14:32 ---> 000a24c80b68 06:14:32 Step 7/22 : RUN go mod download 06:14:32 ---> Running in bd8855a3a1d8 06:14:33 ---> Running in 6466e799beba 06:14:33 ---> deb40c97b6b3 06:14:33 Step 7/31 : RUN go mod download 06:14:33 ---> 8170138445f5 06:14:33 Step 7/24 : RUN go mod download 06:14:33 ---> 7f29ba8153cf 06:14:33 Step 7/23 : RUN go mod download 06:14:33 Removing intermediate container 7d8221731fc6 06:14:33 ---> b038e12cecc8 06:14:33 Successfully built b038e12cecc8 06:14:33 Successfully tagged ci-base-image-arm64:latest 06:14:33 ---> Running in e9369a1b3754 06:14:33 ---> Running in 2466415f2604 06:14:33 ---> Running in 8c20492f0ffb [Pipeline] isUnix [Pipeline] sh 06:14:34 + docker inspect -f . ci-base-image-arm64 06:14:34 . [Pipeline] withDockerContainer 06:14:34 prd-ubuntu18.04-docker-arm64-4c-16g-24539 does not seem to be running inside a container 06:14:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:14:35 $ docker top b7159a83427014fc91a08f498d62b1fa3fdfa40b3688f219dc243901c6b0220d -eo pid,comm [Pipeline] { [Pipeline] sh 06:14:37 + go version 06:14:37 go version go1.15.5 linux/arm64 [Pipeline] } 06:14:37 $ docker stop --time=1 b7159a83427014fc91a08f498d62b1fa3fdfa40b3688f219dc243901c6b0220d 06:14:37 Removing intermediate container 6466e799beba 06:14:37 ---> a59a14785641 06:14:37 Step 8/22 : COPY . . 06:14:37 Removing intermediate container e9369a1b3754 06:14:37 ---> 162ae141df6b 06:14:37 Step 8/31 : COPY . . 06:14:37 Removing intermediate container 2466415f2604 06:14:37 ---> a3be788e7be0 06:14:37 Step 8/24 : COPY . . 06:14:37 Removing intermediate container bd8855a3a1d8 06:14:37 ---> 92deba863da5 06:14:37 Step 8/23 : COPY . . 06:14:37 Removing intermediate container 8c20492f0ffb 06:14:37 ---> 62f28af1ffc5 06:14:37 Step 8/23 : COPY . . 06:14:38 $ docker rm -f b7159a83427014fc91a08f498d62b1fa3fdfa40b3688f219dc243901c6b0220d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:14:40 + docker inspect -f . ci-base-image-arm64 06:14:40 . [Pipeline] withDockerContainer 06:14:40 prd-ubuntu18.04-docker-arm64-4c-16g-24539 does not seem to be running inside a container 06:14:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:14:42 $ docker top 4360bb15a5a4387fa79c71a8b3b92e8abc4ce30d92a55d40bdf4ce454fcd89ba -eo pid,comm [Pipeline] { [Pipeline] echo 06:14:42 ========================================================= 06:14:42 [edgeXBuildGoParallel] Running Tests and Build... 06:14:42 ========================================================= [Pipeline] sh 06:14:43 + make test 06:14:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:15:05 ? github.com/edgexfoundry/edgex-go [no test files] 06:15:16 ---> 89e50ed83ff8 06:15:16 Step 9/23 : RUN make cmd/core-data/core-data 06:15:16 ---> 1a78ba290a18 06:15:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:15:16 ---> 46b576de06e1 06:15:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 06:15:16 ---> 86176b7353d3 06:15:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:15:16 ---> Running in 31c24398bdd3 06:15:16 ---> Running in 84dfb52047cc 06:15:16 ---> Running in a12d482c7ea9 06:15:16 ---> Running in 964145dd6531 06:15:16 ---> 4e8be149f39d 06:15:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:15:16 ---> Running in 084fcfe7f898 06:15:18 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:15:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:15:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:15:18 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:15:18 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:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:15:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:15:57 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:15:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:16:02 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:16:02 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:16:02 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:16:07 Removing intermediate container 964145dd6531 06:16:07 ---> 013a8fad1f51 06:16:07 06:16:07 Step 10/24 : FROM alpine:3.12 06:16:07 3.12: Pulling from library/alpine 06:16:07 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:16:07 Status: Downloaded newer image for alpine:3.12 06:16:07 ---> 389fef711851 06:16:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:16:07 Removing intermediate container 084fcfe7f898 06:16:07 ---> 1879e7beef19 06:16:07 06:16:07 Step 10/22 : FROM alpine:3.12 06:16:07 ---> 389fef711851 06:16:07 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:16:08 ---> Running in a47ac9655fa4 06:16:08 ---> Running in 849a92dfedb6 06:16:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:16:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:16:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:16:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:16:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:16:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:16:14 Removing intermediate container 31c24398bdd3 06:16:14 ---> 3c1f86faa708 06:16:14 06:16:14 Step 10/31 : FROM alpine:3.12 06:16:14 ---> 389fef711851 06:16:14 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:14 (1/1) Installing dumb-init (1.2.2-r1) 06:16:14 (1/5) Installing ca-certificates (20191127-r4) 06:16:14 Executing busybox-1.31.1-r19.trigger 06:16:14 OK: 6 MiB in 15 packages 06:16:14 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:16:14 (3/5) Installing libcurl (7.69.1-r3) 06:16:14 (4/5) Installing curl (7.69.1-r3) 06:16:14 (5/5) Installing dumb-init (1.2.2-r1) 06:16:14 Executing busybox-1.31.1-r19.trigger 06:16:14 Executing ca-certificates-20191127-r4.trigger 06:16:14 Removing intermediate container 84dfb52047cc 06:16:14 ---> 6033fc673254 06:16:14 OK: 7 MiB in 19 packages 06:16:14 06:16:14 Step 10/23 : FROM alpine:3.12 06:16:14 ---> 389fef711851 06:16:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:16:14 ---> Running in 6766e7f30f8b 06:16:14 ---> Running in 494f7c4bb401 06:16:15 Removing intermediate container 6766e7f30f8b 06:16:15 ---> 53cdefed8136 06:16:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:16:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:16:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:16:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:16:16 ---> Running in 96a9a58876e0 06:16:16 Removing intermediate container a47ac9655fa4 06:16:16 ---> 8d4e8e492f00 06:16:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:16:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:16 Removing intermediate container 849a92dfedb6 06:16:16 ---> 45864d184db0 06:16:16 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:16:16 ---> Running in fd17faec2190 06:16:16 (1/1) Installing dumb-init (1.2.2-r1) 06:16:16 Executing busybox-1.31.1-r19.trigger 06:16:17 ---> Running in fb188a5e66e7 06:16:17 Removing intermediate container a12d482c7ea9 06:16:17 ---> 6fd142df09b3 06:16:17 06:16:17 Step 10/23 : FROM alpine:3.12 06:16:17 ---> 389fef711851 06:16:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:16:17 OK: 6 MiB in 15 packages 06:16:17 ---> Running in 3e9480126e75 06:16:17 Removing intermediate container fd17faec2190 06:16:17 ---> 7331be8e4f74 06:16:17 Step 13/22 : ENV APP_PORT=48085 06:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:17 ---> Running in 71af88e46183 06:16:17 Removing intermediate container fb188a5e66e7 06:16:17 ---> 5e429b5f5db2 06:16:17 Step 13/24 : WORKDIR / 06:16:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:17 Removing intermediate container 3e9480126e75 06:16:17 ---> 128131be5fd3 06:16:17 Step 12/23 : ENV APP_PORT=48080 06:16:17 ---> Running in 6276b25f8a28 06:16:17 ---> Running in e3063f92d5a0 06:16:17 (1/2) Installing dumb-init (1.2.2-r1) 06:16:17 (2/2) Installing su-exec (0.2-r1) 06:16:17 Executing busybox-1.31.1-r19.trigger 06:16:18 OK: 6 MiB in 16 packages 06:16:18 Removing intermediate container 71af88e46183 06:16:18 ---> 2f8fd1789fff 06:16:18 Step 14/22 : EXPOSE $APP_PORT 06:16:18 Removing intermediate container 494f7c4bb401 06:16:18 ---> 40834fcf2d9a 06:16:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:16:18 Removing intermediate container 6276b25f8a28 06:16:18 ---> a622d05d295f 06:16:18 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:16:18 ---> Running in c7ca5ed29b20 06:16:18 ---> Running in e9ead6fee190 06:16:18 Removing intermediate container e3063f92d5a0 06:16:18 ---> 55d530c683e9 06:16:18 Step 13/23 : EXPOSE $APP_PORT 06:16:19 ---> Running in 9a30f4a176bc 06:16:19 Removing intermediate container c7ca5ed29b20 06:16:19 ---> a958bcaa3bd8 06:16:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:16:19 Removing intermediate container e9ead6fee190 06:16:19 ---> 3b13eb572360 06:16:19 Step 13/23 : ENV APP_PORT=48081 06:16:19 ---> a6b93c94d300 06:16:19 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:16:19 ---> Running in 6473d9fb448d 06:16:19 Removing intermediate container 96a9a58876e0 06:16:19 ---> 4fb6afd3fcc4 06:16:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:16:19 Removing intermediate container 9a30f4a176bc 06:16:19 ---> fb931e69217d 06:16:19 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:19 ---> Running in 371116261a98 06:16:19 ---> Running in f3aaa817c315 06:16:20 ---> 1cf9476700f1 06:16:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:16:20 ---> b727f6efcdcc 06:16:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:16:20 Removing intermediate container 6473d9fb448d 06:16:20 ---> d1a6a9ecd686 06:16:20 Step 14/23 : EXPOSE $APP_PORT 06:16:20 ---> Running in 2b7984df9f5a 06:16:20 Removing intermediate container 371116261a98 06:16:20 ---> 976d5a42b1e1 06:16:20 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:16:20 ---> 9d1b8f7e733c 06:16:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:16:20 ---> Running in 3ca9bc31ec75 06:16:20 ---> 80e8c0c75e04 06:16:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:16:20 Removing intermediate container 2b7984df9f5a 06:16:20 ---> df4b688b7a1f 06:16:20 Step 15/23 : WORKDIR / 06:16:20 ---> Running in 739036c4ccbb 06:16:21 Removing intermediate container 3ca9bc31ec75 06:16:21 ---> 730f5e3660a7 06:16:21 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:16:21 ---> Running in 16d23f4abcbe 06:16:21 ---> c3a760a7ff1d 06:16:21 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:16:21 Removing intermediate container 739036c4ccbb 06:16:21 ---> 83e2c49d3dbb 06:16:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:16:21 ---> 96319df04051 06:16:21 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:16:21 ---> Running in 789557a82903 06:16:22 ---> af8ea35a3b34 06:16:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:16:22 Removing intermediate container 789557a82903 06:16:22 ---> adea16d75b2b 06:16:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:16:22 ---> Running in 14a9b7286fde 06:16:22 Removing intermediate container f3aaa817c315 06:16:22 ---> 5499f046accb 06:16:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:16:22 ---> e19c3647b003 06:16:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:16:22 ---> 4db1b4d2a572 06:16:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:16:22 ---> Running in 44b4882c9fa8 06:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.373s coverage: 46.0% of statements 06:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 06:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.215s coverage: 100.0% of statements 06:16:23 Removing intermediate container 14a9b7286fde 06:16:23 ---> 73ce13271415 06:16:23 Step 20/22 : LABEL arch=x86_64 06:16:23 ---> Running in d87740cfc867 06:16:23 ---> 10a766c0fe2b 06:16:23 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:16:23 ---> b044c242312e 06:16:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:16:23 Removing intermediate container 16d23f4abcbe 06:16:23 ---> cba862b2b6ad 06:16:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:16:23 Removing intermediate container d87740cfc867 06:16:23 ---> 86079a5ec5fe 06:16:23 Step 21/22 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:16:23 ---> Running in f6eb97e531f9 06:16:23 ---> Running in 5a3436c7af5b 06:16:23 ---> Running in 868d6874f03d 06:16:24 ---> Running in 1abb64d9348f 06:16:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:24 Removing intermediate container 5a3436c7af5b 06:16:24 ---> e37ef2ca19f8 06:16:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:16:24 Removing intermediate container 1abb64d9348f 06:16:24 ---> 544d8314e889 06:16:24 Step 22/22 : LABEL version=0.0.0 06:16:24 Removing intermediate container 868d6874f03d 06:16:24 ---> 325c97845211 06:16:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:16:24 ---> Running in 642441f9fe74 06:16:24 ---> Running in 58c795bf60f1 06:16:24 ---> 6446ac4ba5a9 06:16:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:16:24 Removing intermediate container 58c795bf60f1 06:16:24 ---> 14db193e1c07 06:16:24 Step 21/23 : LABEL arch=x86_64 06:16:24 Removing intermediate container 642441f9fe74 06:16:24 ---> b9986fd78b0f 06:16:24 06:16:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:25 ---> Running in 6180add7307b 06:16:25 Successfully built b9986fd78b0f 06:16:25 ---> Running in b7295357ddac 06:16:25 Successfully tagged docker-support-scheduler-go:latest 06:16:25  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 06:16:25 Removing intermediate container b7295357ddac 06:16:25 ---> 21daca09b6e2 06:16:25 Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:16:25 Removing intermediate container f6eb97e531f9 06:16:25 ---> 91217384c830 06:16:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:16:25 ---> Running in 9dd09b1e79f7 06:16:25 ---> Running in 5eef412f4759 06:16:25 Removing intermediate container 9dd09b1e79f7 06:16:25 ---> 1f65caccf74a 06:16:25 Step 23/23 : LABEL version=0.0.0 06:16:25 Removing intermediate container 5eef412f4759 06:16:25 ---> f2d75deff0fe 06:16:25 Step 22/24 : LABEL arch=x86_64 06:16:25 ---> Running in 18bc39c802cd 06:16:26 ---> Running in 05758ee3d163 06:16:26 Removing intermediate container 18bc39c802cd 06:16:26 ---> e01e2da8664c 06:16:26 06:16:26 (1/6) Installing dumb-init (1.2.2-r1) 06:16:26 (2/6) Installing libgcc (9.3.0-r2) 06:16:27 (3/6) Installing libsodium (1.0.18-r0) 06:16:27 Removing intermediate container 05758ee3d163 06:16:27 ---> d409ad174dc3 06:16:27 Step 23/24 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:16:27 Successfully built e01e2da8664c 06:16:27 Successfully tagged docker-core-metadata-go:latest 06:16:27 Building docker-sys-mgmt-agent-go 06:16:27  Building docker-core-metadata-go ... done  ---> Running in 7db8015ff443 06:16:27 (4/6) Installing libstdc++ (9.3.0-r2) 06:16:27 Removing intermediate container 6180add7307b 06:16:27 ---> 47378a1adee1 06:16:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:16:27 (5/6) Installing libzmq (4.3.3-r0) 06:16:28 (6/6) Installing zeromq (4.3.3-r0) 06:16:28 Executing busybox-1.31.1-r19.trigger 06:16:28 OK: 8 MiB in 20 packages 06:16:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.520s coverage: 27.1% of statements 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:16:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:16:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.170s coverage: 100.0% of statements 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:16:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:16:30 ---> 8cf1bd2ffbaa 06:16:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:16:30 Removing intermediate container 7db8015ff443 06:16:30 ---> 5a6c1cb79a01 06:16:30 Step 24/24 : LABEL version=0.0.0 06:16:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.211s coverage: 65.8% of statements 06:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:16:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:16:31 ---> Running in 0a7d314628ae 06:16:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.763s coverage: 82.3% of statements 06:16:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:16:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:16:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:16:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:16:32 ---> 921e48964390 06:16:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:16:32 Removing intermediate container 0a7d314628ae 06:16:32 ---> 7acefc366a70 06:16:32 06:16:32 Removing intermediate container 44b4882c9fa8 06:16:32 ---> 70b8728ca41d 06:16:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:16:33 Successfully built 7acefc366a70 06:16:33 Successfully tagged docker-security-secretstore-setup-go:latest 06:16:33  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 06:16:34 ---> 43c19df522d4 06:16:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 06:16:37 ---> 5228af4513fe 06:16:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:16:37 ---> e3fb9fa34f13 06:16:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:16:38 ---> 71f420e785f6 06:16:38 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:16:38 ---> 541344611372 06:16:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.087s coverage: 28.6% of statements 06:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements 06:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 06:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.271s coverage: 86.7% of statements 06:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements 06:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.183s coverage: 78.3% of statements 06:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:16:40 ---> Running in 58ea458508bc 06:16:42 ---> d9e5b1c19ba0 06:16:42 Step 19/23 : ENTRYPOINT ["/core-data"] 06:16:43 ---> Running in f809011f79aa 06:16:43 Removing intermediate container 58ea458508bc 06:16:43 ---> bb52db1da60a 06:16:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:16:43 Removing intermediate container f809011f79aa 06:16:43 ---> 38bd10f8c209 06:16:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:16:45 ---> Running in 0decadf65e0b 06:16:46 ---> 21237dd2924e 06:16:46 Step 26/31 : RUN chmod +x /entrypoint.sh 06:16:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:16:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:16:47 ---> 1a391fe09af8 06:16:47 Step 3/22 : WORKDIR /edgex-go 06:16:47 ---> Using cache 06:16:47 ---> cf7d62a48fd0 06:16:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:47 ---> Using cache 06:16:47 ---> 6022b0de4e57 06:16:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:16:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:16:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:16:47 ---> 1a391fe09af8 06:16:47 Step 3/26 : WORKDIR /edgex-go 06:16:47 ---> Using cache 06:16:47 ---> cf7d62a48fd0 06:16:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:47 ---> Using cache 06:16:47 ---> 6022b0de4e57 06:16:47 Step 5/26 : RUN apk add --update --no-cache make bash git 06:16:48 ---> Running in c40ae9a581be 06:16:48 Removing intermediate container 0decadf65e0b 06:16:48 ---> 339b0f675ac5 06:16:48 Step 21/23 : LABEL arch=x86_64 06:16:48 ---> Running in 441e85e9f9f1 06:16:48 ---> Running in 88a43d3d11a3 06:16:48 ---> Running in 77a25d8e817d 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.239s coverage: 92.8% of statements 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.176s coverage: 0.1% of statements 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:16:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.104s coverage: 45.5% of statements 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 79.5% of statements 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.072s coverage: 94.1% of statements 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 06:16:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements 06:16:50 Removing intermediate container 77a25d8e817d 06:16:50 ---> 1c70f3154f54 06:16:50 Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:16:50 ---> Running in 32da46809a31 06:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:16:51 Removing intermediate container 32da46809a31 06:16:51 ---> 13cd41661927 06:16:51 Step 23/23 : LABEL version=0.0.0 06:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:16:52 ---> Running in 2e98f4864514 06:16:52 OK: 233 MiB in 51 packages 06:16:52 OK: 233 MiB in 51 packages 06:16:53 Removing intermediate container 2e98f4864514 06:16:53 ---> 47a4dc91f467 06:16:53 06:16:53 Removing intermediate container c40ae9a581be 06:16:53 ---> d978605a0668 06:16:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:16:53 Successfully built 47a4dc91f467 06:16:54 ---> Running in 6152c95af953 06:16:54 Successfully tagged docker-core-data-go:latest 06:16:54 Building docker-core-command-go 06:16:55  Building docker-core-data-go ... done Removing intermediate container 441e85e9f9f1 06:16:55 ---> 09f6853680f9 06:16:55 Step 6/22 : COPY go.mod . 06:16:55 Removing intermediate container 6152c95af953 06:16:55 ---> 5ce28a8334c3 06:16:55 Step 28/31 : CMD ["gate"] 06:16:55 Removing intermediate container 88a43d3d11a3 06:16:55 ---> 31f7a29ffc91 06:16:55 Step 6/26 : COPY go.mod . 06:16:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:16:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:16:56 ---> 1a391fe09af8 06:16:56 Step 3/21 : WORKDIR /edgex-go 06:16:56 ---> Using cache 06:16:56 ---> cf7d62a48fd0 06:16:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:16:56 ---> Using cache 06:16:56 ---> 6022b0de4e57 06:16:56 Step 5/21 : RUN apk add --update --no-cache make git 06:16:56 ---> Using cache 06:16:56 ---> 01e76647155a 06:16:56 Step 6/21 : COPY go.mod . 06:16:56 ---> Using cache 06:16:56 ---> deb40c97b6b3 06:16:56 Step 7/21 : RUN go mod download 06:16:56 ---> Using cache 06:16:56 ---> 162ae141df6b 06:16:56 Step 8/21 : COPY . . 06:16:56 ---> Using cache 06:16:56 ---> 46b576de06e1 06:16:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:16:56 ---> cc9d39d9363c 06:16:56 Step 7/22 : RUN go mod download 06:16:57 ---> Running in 354a34f71fd2 06:16:57 ---> Running in f755fa05c8ff 06:16:57 ---> Running in 2f3fe3181ef8 06:16:57 ---> a3cee8f198d4 06:16:57 Step 7/26 : RUN go mod download 06:16:57 ---> Running in 4d47aedfdb35 06:16:57 Removing intermediate container 354a34f71fd2 06:16:57 ---> bafebc3d42c6 06:16:57 Step 29/31 : LABEL arch=x86_64 06:16:59 ---> Running in 20f0e0e6699a 06:16:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:16:59 Removing intermediate container 20f0e0e6699a 06:16:59 ---> a6fb73a6129d 06:16:59 Step 30/31 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:17:00 ---> Running in 01000a53acef 06:17:01 Removing intermediate container 01000a53acef 06:17:01 ---> c26d6a1611d9 06:17:01 Step 31/31 : LABEL version=0.0.0 06:17:01 ---> Running in 5931611c9c6b 06:17:02 Removing intermediate container 5931611c9c6b 06:17:02 ---> 6cf2fa1a04f6 06:17:02 06:17:02 Removing intermediate container 4d47aedfdb35 06:17:02 ---> dd41a126096f 06:17:02 Step 8/26 : COPY . . 06:17:02 Successfully built 6cf2fa1a04f6 06:17:02 Successfully tagged docker-security-bootstrapper-go:latest 06:17:02 Removing intermediate container 2f3fe3181ef8 06:17:02 ---> 7712f6e3c1d2 06:17:02 Step 8/22 : COPY . . 06:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 06:17:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.084s coverage: 87.2% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.127s coverage: 84.2% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.589s coverage: 63.5% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:17:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 37.0% of statements 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:17:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.570s coverage: 84.0% of statements 06:17:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements 06:17:18  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:17:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:17:18 ---> 1a391fe09af8 06:17:18 Step 3/23 : WORKDIR /edgex-go 06:17:18 ---> Using cache 06:17:18 ---> cf7d62a48fd0 06:17:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:17:18 ---> Using cache 06:17:18 ---> 6022b0de4e57 06:17:18 Step 5/23 : RUN apk add --update --no-cache make git 06:17:18 ---> Using cache 06:17:18 ---> 01e76647155a 06:17:18 Step 6/23 : COPY go.mod . 06:17:18 ---> Using cache 06:17:18 ---> deb40c97b6b3 06:17:18 Step 7/23 : RUN go mod download 06:17:18 ---> Using cache 06:17:18 ---> 162ae141df6b 06:17:18 Step 8/23 : COPY . . 06:17:18 ---> Using cache 06:17:18 ---> 46b576de06e1 06:17:18 Step 9/23 : RUN make cmd/core-command/core-command 06:17:20 ---> Running in 458459ac889d 06:17:20 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:17:22 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:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.301s coverage: 47.1% of statements 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:17:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.148s coverage: 100.0% of statements 06:17:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.060s coverage: 29.1% of statements 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.178s coverage: 99.0% of statements 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.133s coverage: 100.0% of statements 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.151s coverage: 100.0% of statements 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:17:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements 06:17:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 06:17:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 06:17:32 GO111MODULE=on go vet ./... 06:17:41 Removing intermediate container f755fa05c8ff 06:17:41 ---> f5476aec8321 06:17:41 06:17:41 Step 10/21 : FROM alpine:3.12 06:17:41 ---> 389fef711851 06:17:41 Step 11/21 : RUN apk add --update --no-cache curl 06:17:42 ---> Running in ff740e8770db 06:17:42 ---> e4c52a3f2dea 06:17:42 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:17:42 ---> 44d127b93802 06:17:42 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:17:43 ---> Running in c9b47f709ca7 06:17:43 ---> Running in 1fdb2234d5b6 06:17:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:17:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:17:44 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:44 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:44 (1/4) Installing ca-certificates (20191127-r4) 06:17:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:17:44 (3/4) Installing libcurl (7.69.1-r3) 06:17:44 (4/4) Installing curl (7.69.1-r3) 06:17:44 Executing busybox-1.31.1-r19.trigger 06:17:44 Executing ca-certificates-20191127-r4.trigger 06:17:44 OK: 7 MiB in 18 packages 06:17:46 Removing intermediate container ff740e8770db 06:17:46 ---> b1cb15cc3476 06:17:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:17:47 ---> Running in 3e1dc15f2671 06:17:47 Removing intermediate container 3e1dc15f2671 06:17:47 ---> 6aa776f199dd 06:17:47 Step 13/21 : WORKDIR /edgex 06:17:48 ---> Running in 7157c6f37180 06:17:48 Removing intermediate container 7157c6f37180 06:17:48 ---> 5f7f7baa265a 06:17:48 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:17:51 ---> f6b44d1bfa43 06:17:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:17:52 Removing intermediate container 458459ac889d 06:17:52 ---> 89cb826d9877 06:17:52 06:17:52 Step 10/23 : FROM alpine:3.12 06:17:52 ---> 389fef711851 06:17:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:17:52 ---> Using cache 06:17:52 ---> 40834fcf2d9a 06:17:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:17:53 ---> Using cache 06:17:53 ---> 3b13eb572360 06:17:53 Step 13/23 : ENV APP_PORT=48082 06:17:53 ---> 73fb259dd623 06:17:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:17:53 ---> Running in 4fa856889fcc 06:17:53 Removing intermediate container 4fa856889fcc 06:17:53 ---> fdae085ec4c2 06:17:53 Step 14/23 : EXPOSE $APP_PORT 06:17:54 ---> Running in 8728f2fb8074 06:17:54 ---> 60c047b38839 06:17:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:17:54 Removing intermediate container 8728f2fb8074 06:17:54 ---> c6885973cbfe 06:17:54 Step 15/23 : WORKDIR / 06:17:54 ---> Running in adaad3506b31 06:17:54 ---> Running in 5c7c05b58214 06:17:55 Removing intermediate container adaad3506b31 06:17:55 ---> 27724539b847 06:17:55 Step 18/21 : CMD ["--init=true"] 06:17:55 ---> Running in e8187d1e0a78 06:17:55 Removing intermediate container 5c7c05b58214 06:17:55 ---> 6ae5663ab0c3 06:17:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:17:55 Removing intermediate container e8187d1e0a78 06:17:55 ---> 19930643cdf8 06:17:55 Step 19/21 : LABEL arch=x86_64 06:17:55 ---> Running in 7b874739d545 06:17:56 Removing intermediate container 7b874739d545 06:17:56 ---> 7c1bf189f2f1 06:17:56 Step 20/21 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:17:56 ---> 06d5258bcb23 06:17:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:17:56 ---> Running in 30428cfcae6e 06:17:56 Removing intermediate container 30428cfcae6e 06:17:56 ---> 629aa5c14b9d 06:17:56 Step 21/21 : LABEL version=0.0.0 06:17:56 ---> Running in bc2403b9c06d 06:17:57 Removing intermediate container bc2403b9c06d 06:17:57 ---> ce835e7b609a 06:17:57 06:17:57 ---> 7d35ac7b972e 06:17:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:17:57 Successfully built ce835e7b609a 06:17:57 Successfully tagged docker-security-proxy-setup-go:latest 06:17:57  Building docker-security-proxy-setup-go ... done  ---> 0be578b1b137 06:17:57 Step 19/23 : ENTRYPOINT ["/core-command"] 06:17:58 ---> Running in 45336adc82de 06:17:58 Removing intermediate container 45336adc82de 06:17:58 ---> 8a62edfdace4 06:17:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:17:58 ---> Running in 149254ab2a1f 06:18:00 Removing intermediate container 149254ab2a1f 06:18:00 ---> 3574822de433 06:18:00 Step 21/23 : LABEL arch=x86_64 06:18:00 ---> Running in 55dd75136cfa 06:18:00 Removing intermediate container 55dd75136cfa 06:18:00 ---> 54d1b1d65968 06:18:00 Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:18:01 ---> Running in b9011ecf7553 06:18:01 Removing intermediate container b9011ecf7553 06:18:01 ---> 130ef54e731b 06:18:01 Step 23/23 : LABEL version=0.0.0 06:18:01 ---> Running in ac0012246686 06:18:01 Removing intermediate container ac0012246686 06:18:01 ---> c91d18435691 06:18:01 06:18:01 Successfully built c91d18435691 06:18:01 Successfully tagged docker-core-command-go:latest 06:18:10  Building docker-core-command-go ... done Removing intermediate container 1fdb2234d5b6 06:18:10 ---> 70e83c4ad1e1 06:18:10 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:18:10 Removing intermediate container c9b47f709ca7 06:18:10 ---> aa2f01780fbf 06:18:10 06:18:10 Step 10/22 : FROM alpine:3.12 06:18:10 ---> 389fef711851 06:18:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:18:10 ---> Running in 07328bbd2ac1 06:18:10 ---> Running in b3a421bd7e9e 06:18:10 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:18:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:18:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:18:10 (1/2) Installing ca-certificates (20191127-r4) 06:18:10 (2/2) Installing dumb-init (1.2.2-r1) 06:18:10 Executing busybox-1.31.1-r19.trigger 06:18:10 Executing ca-certificates-20191127-r4.trigger 06:18:10 OK: 6 MiB in 16 packages 06:18:12 Removing intermediate container b3a421bd7e9e 06:18:12 ---> 197899f3ba1b 06:18:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:18:12 Removing intermediate container 07328bbd2ac1 06:18:12 ---> 190cb10dee64 06:18:12 06:18:12 Step 11/26 : FROM docker:20.10.0 06:18:12 ---> Running in 3464304dd44e 06:18:12 20.10.0: Pulling from library/docker 06:18:12 Removing intermediate container 3464304dd44e 06:18:12 ---> f36e7cc55da1 06:18:12 Step 13/22 : ENV APP_PORT=48060 06:18:12 ---> Running in 97753b02111b 06:18:12 Removing intermediate container 97753b02111b 06:18:12 ---> 7b018fd33f6c 06:18:12 Step 14/22 : EXPOSE $APP_PORT 06:18:13 ---> Running in 85f337b7a0f7 06:18:13 Removing intermediate container 85f337b7a0f7 06:18:13 ---> 780361202c67 06:18:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:18:14 ---> 9ce7b080852c 06:18:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:18:15 ---> 1246113bc38f 06:18:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:18:15 ---> 1caf9cc71578 06:18:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:18:15 ---> Running in 73822a748457 06:18:16 Removing intermediate container 73822a748457 06:18:16 ---> 55e4d1dffaf7 06:18:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:18:16 ---> Running in 29953e7f5086 06:18:17 Removing intermediate container 29953e7f5086 06:18:17 ---> 3f0911cc63c6 06:18:17 Step 20/22 : LABEL arch=x86_64 06:18:17 ---> Running in dbe94264c465 06:18:17 Removing intermediate container dbe94264c465 06:18:17 ---> 99cf893d70cb 06:18:17 Step 21/22 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:18:17 ---> Running in 013169b15470 06:18:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:18:17 Status: Downloaded newer image for docker:20.10.0 06:18:17 ---> aefe523efa57 06:18:17 Step 12/26 : RUN apk add --no-cache bash 06:18:17 ---> Running in d2d550d486ec 06:18:17 Removing intermediate container 013169b15470 06:18:17 ---> 3732a5194cc1 06:18:17 Step 22/22 : LABEL version=0.0.0 06:18:18 ---> Running in 407325d8548b 06:18:18 Removing intermediate container 407325d8548b 06:18:18 ---> 9af99efbd06b 06:18:18 06:18:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:18:18 Successfully built 9af99efbd06b 06:18:18 Successfully tagged docker-support-notifications-go:latest 06:18:18  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:18:18 (1/2) Installing readline (8.0.4-r0) 06:18:18 (2/2) Installing bash (5.0.17-r0) 06:18:18 Executing bash-5.0.17-r0.post-install 06:18:18 Executing busybox-1.31.1-r19.trigger 06:18:18 OK: 12 MiB in 22 packages 06:18:19 Removing intermediate container d2d550d486ec 06:18:19 ---> 3d38ca9187a1 06:18:19 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:18:19 ---> Running in e15f8365edb0 06:18:19 Removing intermediate container e15f8365edb0 06:18:19 ---> 3f9f26b3f73f 06:18:19 Step 14/26 : ENV APP_PORT=48090 06:18:19 ---> Running in 0ef1b6641414 06:18:19 Removing intermediate container 0ef1b6641414 06:18:19 ---> 3c1927a47286 06:18:19 Step 15/26 : EXPOSE $APP_PORT 06:18:19 ---> Running in 88b5c1091d01 06:18:19 Removing intermediate container 88b5c1091d01 06:18:19 ---> 596add6acc22 06:18:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:18:20 ---> 80c11c35084a 06:18:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:18:20 ---> 24beef2e07ec 06:18:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:18:20 ---> 9402045476b1 06:18:20 Step 19/26 : RUN apk --no-cache add py3-pip 06:18:20 ---> Running in e7231d9c5a11 06:18:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:18:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:18:21 (1/33) Installing libbz2 (1.0.8-r1) 06:18:21 (2/33) Installing expat (2.2.9-r1) 06:18:21 (3/33) Installing libffi (3.3-r2) 06:18:21 (4/33) Installing gdbm (1.13-r1) 06:18:21 (5/33) Installing xz-libs (5.2.5-r0) 06:18:21 (6/33) Installing sqlite-libs (3.32.1-r0) 06:18:21 (7/33) Installing python3 (3.8.5-r0) 06:18:22 (8/33) Installing py3-appdirs (1.4.4-r1) 06:18:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:18:22 (10/33) Installing py3-parsing (2.4.7-r0) 06:18:22 (11/33) Installing py3-six (1.15.0-r0) 06:18:22 (12/33) Installing py3-packaging (20.4-r0) 06:18:22 (13/33) Installing py3-setuptools (47.0.0-r0) 06:18:22 (14/33) Installing py3-chardet (3.0.4-r4) 06:18:22 (15/33) Installing py3-idna (2.9-r0) 06:18:22 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:18:22 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:18:22 (18/33) Installing py3-requests (2.23.0-r0) 06:18:22 (19/33) Installing py3-msgpack (1.0.0-r0) 06:18:22 (20/33) Installing py3-lockfile (0.12.2-r3) 06:18:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:18:22 (22/33) Installing py3-colorama (0.4.3-r0) 06:18:22 (23/33) Installing py3-distlib (0.3.0-r0) 06:18:23 (24/33) Installing py3-distro (1.5.0-r1) 06:18:23 (25/33) Installing py3-webencodings (0.5.1-r3) 06:18:23 (26/33) Installing py3-html5lib (1.0.1-r4) 06:18:23 (27/33) Installing py3-pytoml (0.1.21-r0) 06:18:23 (28/33) Installing py3-pep517 (0.8.2-r0) 06:18:23 (29/33) Installing py3-progress (1.5-r0) 06:18:23 (30/33) Installing py3-toml (0.10.1-r0) 06:18:23 (31/33) Installing py3-retrying (1.3.3-r0) 06:18:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:18:23 (33/33) Installing py3-pip (20.1.1-r0) 06:18:23 Executing busybox-1.31.1-r19.trigger 06:18:23 OK: 71 MiB in 55 packages 06:18:33 Removing intermediate container e7231d9c5a11 06:18:33 ---> 0fc88813000c 06:18:33 Step 20/26 : RUN pip install docker-compose==1.23.2 06:18:33 ---> Running in b89ddceb0d3c 06:18:33 Collecting docker-compose==1.23.2 06:18:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:18:34 Collecting PyYAML<4,>=3.10 06:18:34 Downloading PyYAML-3.13.tar.gz (270 kB) 06:18:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:18:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:18:35 Collecting texttable<0.10,>=0.9.0 06:18:35 Downloading texttable-0.9.1.tar.gz (11 kB) 06:18:35 Collecting jsonschema<3,>=2.5.1 06:18:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:18:35 Collecting dockerpty<0.5,>=0.4.1 06:18:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:18:36 Collecting websocket-client<1.0,>=0.32.0 06:18:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:18:36 Collecting cached-property<2,>=1.2.0 06:18:36 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:18:36 Collecting docopt<0.7,>=0.6.1 06:18:36 Downloading docopt-0.6.2.tar.gz (25 kB) 06:18:36 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:18:37 Collecting docker<4.0,>=3.6.0 06:18:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:18:37 Collecting idna<2.8,>=2.5 06:18:37 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:18:37 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:18:37 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:18:37 Collecting urllib3<1.25,>=1.21.1 06:18:37 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:18:37 Collecting docker-pycreds>=0.4.0 06:18:37 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:18:37 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:18:37 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:18:37 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:18:37 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:18:37 Installing collected packages: PyYAML, idna, urllib3, requests, texttable, jsonschema, dockerpty, websocket-client, cached-property, docopt, docker-pycreds, docker, docker-compose 06:18:37 Running setup.py install for PyYAML: started 06:18:38 Running setup.py install for PyYAML: finished with status 'done' 06:18:38 Attempting uninstall: idna 06:18:38 Found existing installation: idna 2.9 06:18:38 Uninstalling idna-2.9: 06:18:38 Successfully uninstalled idna-2.9 06:18:38 Attempting uninstall: urllib3 06:18:38 Found existing installation: urllib3 1.25.9 06:18:38 Uninstalling urllib3-1.25.9: 06:18:38 Successfully uninstalled urllib3-1.25.9 06:18:38 Attempting uninstall: requests 06:18:38 Found existing installation: requests 2.23.0 06:18:38 Uninstalling requests-2.23.0: 06:18:38 Successfully uninstalled requests-2.23.0 06:18:39 Running setup.py install for texttable: started 06:18:39 Running setup.py install for texttable: finished with status 'done' 06:18:39 Running setup.py install for dockerpty: started 06:18:40 Running setup.py install for dockerpty: finished with status 'done' 06:18:40 Running setup.py install for docopt: started 06:18:41 Running setup.py install for docopt: finished with status 'done' 06:18:41 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.57.0 06:18:45 Removing intermediate container b89ddceb0d3c 06:18:45 ---> 2fa04caba757 06:18:45 Step 21/26 : RUN apk --no-cache add curl 06:18:45 ---> Running in c582d4909c40 06:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:18:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:18:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:18:45 (2/3) Installing libcurl (7.69.1-r3) 06:18:45 (3/3) Installing curl (7.69.1-r3) 06:18:45 Executing busybox-1.31.1-r19.trigger 06:18:45 OK: 72 MiB in 58 packages 06:18:46 Removing intermediate container c582d4909c40 06:18:46 ---> 012fdcabcc6c 06:18:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:18:46 ---> Running in 48b0252fe2b7 06:18:46 Removing intermediate container 48b0252fe2b7 06:18:46 ---> fc27de3380b4 06:18:46 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:18:46 ---> Running in b31531ba4ae2 06:18:46 Removing intermediate container b31531ba4ae2 06:18:46 ---> b359fcf070ff 06:18:46 Step 24/26 : LABEL arch=x86_64 06:18:46 ---> Running in 51b0539c400b 06:18:46 Removing intermediate container 51b0539c400b 06:18:46 ---> 7cc7453dbfc5 06:18:46 Step 25/26 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:18:46 ---> Running in 0f2f0c4e85db 06:18:46 Removing intermediate container 0f2f0c4e85db 06:18:46 ---> 64ce9fd684dd 06:18:46 Step 26/26 : LABEL version=0.0.0 06:18:46 ---> Running in cf960abfe953 06:18:47 Removing intermediate container cf960abfe953 06:18:47 ---> 18c3b68fd3a9 06:18:47 06:18:47 Successfully built 18c3b68fd3a9 06:18:47 Successfully tagged docker-sys-mgmt-agent-go:latest 06:18:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:18:47 $ docker stop --time=1 8e1da9360637d8cc40905f3372bf3795ed50c9492506273f4aa772df31e72fcc 06:18:49 $ docker rm -f 8e1da9360637d8cc40905f3372bf3795ed50c9492506273f4aa772df31e72fcc [Pipeline] // withDockerContainer [Pipeline] sh 06:18:50 + docker images 06:18:50 + grep docker 06:18:50 docker-sys-mgmt-agent-go latest 18c3b68fd3a9 3 seconds ago 313MB 06:18:50 docker-support-notifications-go latest 9af99efbd06b 33 seconds ago 16.9MB 06:18:50 docker-core-command-go latest c91d18435691 49 seconds ago 16.9MB 06:18:50 docker-security-proxy-setup-go latest ce835e7b609a 53 seconds ago 24.4MB 06:18:50 docker-security-bootstrapper-go latest 6cf2fa1a04f6 About a minute ago 23.8MB 06:18:50 docker-core-data-go latest 47a4dc91f467 About a minute ago 22.3MB 06:18:50 docker-security-secretstore-setup-go latest 7acefc366a70 2 minutes ago 24.6MB 06:18:50 docker-core-metadata-go latest e01e2da8664c 2 minutes ago 18.8MB 06:18:50 docker-support-scheduler-go latest b9986fd78b0f 2 minutes ago 17MB 06:18:50 docker 20.10.0 aefe523efa57 7 weeks 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:18:54 gofmt -l . 06:18:54 [ "`gofmt -l .`" = "" ] 06:18:54 ./bin/test-go-mod-tidy.sh 06:18:54 ./bin/test-attribution-txt.sh [Pipeline] sh 06:18:55 + ls -al . 06:18:55 total 708 06:18:55 drwxrwxr-x 9 1001 1001 4096 Feb 2 06:18 . 06:18:55 drwxr-xr-x 4 root root 4096 Feb 2 06:14 .. 06:18:55 -rw-rw-r-- 1 1001 1001 11 Feb 2 06:13 .dockerignore 06:18:55 drwxrwxr-x 8 1001 1001 4096 Feb 2 06:13 .git 06:18:55 drwxrwxr-x 3 1001 1001 4096 Feb 2 06:13 .github 06:18:55 -rw-rw-r-- 1 1001 1001 872 Feb 2 06:13 .gitignore 06:18:55 -rw-rw-r-- 1 1001 1001 166 Feb 2 06:13 .sonarcloud.properties 06:18:55 -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:13 Attribution.txt 06:18:55 -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:13 CONTRIBUTING.md 06:18:55 -rw-rw-r-- 1 1001 1001 931 Feb 2 06:13 Dockerfile.build 06:18:55 -rw-rw-r-- 1 1001 1001 863 Feb 2 06:13 Jenkinsfile 06:18:55 -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:13 LICENSE 06:18:55 -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:13 Makefile 06:18:55 -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:13 README.md 06:18:55 -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:13 SECURITY.md 06:18:55 -rw-rw-r-- 1 1001 1001 5 Feb 2 06:09 VERSION 06:18:55 -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:13 ZMQWindows.md 06:18:55 drwxrwxr-x 2 1001 1001 4096 Feb 2 06:13 bin 06:18:55 drwxrwxr-x 15 1001 1001 4096 Feb 2 06:13 cmd 06:18:55 -rw-r--r-- 1 root root 574984 Feb 2 06:17 coverage.out 06:18:55 -rw-r--r-- 1 root root 1054 Feb 2 06:18 go.mod 06:18:55 -rw-r--r-- 1 root root 19172 Feb 2 06:18 go.sum 06:18:55 drwxrwxr-x 8 1001 1001 4096 Feb 2 06:13 internal 06:18:55 drwxrwxr-x 4 1001 1001 4096 Feb 2 06:13 openapi 06:18:55 drwxrwxr-x 4 1001 1001 4096 Feb 2 06:13 snap 06:18:55 -rw-rw-r-- 1 1001 1001 168 Feb 2 06:13 version.go [Pipeline] sh 06:18:55 + '[' -e coverage.out ] 06:18:55 + chown 1001:1001 coverage.out [Pipeline] stash 06:18:55 Warning: overwriting stash ‘coverage-report’ 06:18:56 Stashed 1 file(s) [Pipeline] sh 06:18:57 + make build 06:18:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:19:06 Still waiting to schedule task 06:19:06 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:19:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:19:30 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:19:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:19:42 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:42 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:19:47 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:19:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:19:55 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:19:59 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:20:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:20:06 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:20:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 06:20:16 $ docker stop --time=1 4360bb15a5a4387fa79c71a8b3b92e8abc4ce30d92a55d40bdf4ce454fcd89ba 06:20:19 $ docker rm -f 4360bb15a5a4387fa79c71a8b3b92e8abc4ce30d92a55d40bdf4ce454fcd89ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:20:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:20:21 06:20:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:20:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:20:22 latest: Pulling from edgex-devops/edgex-compose-arm64 06:20:22 29e5d40040c1: Pulling fs layer 06:20:22 1ce36da41761: Pulling fs layer 06:20:22 25b303627fd3: Pulling fs layer 06:20:22 29e5d40040c1: Verifying Checksum 06:20:22 29e5d40040c1: Download complete 06:20:23 1ce36da41761: Verifying Checksum 06:20:23 1ce36da41761: Download complete 06:20:23 29e5d40040c1: Pull complete 06:20:24 1ce36da41761: Pull complete 06:20:25 25b303627fd3: Verifying Checksum 06:20:25 25b303627fd3: Download complete 06:20:36 25b303627fd3: Pull complete 06:20:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:20:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:20:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:20:36 prd-ubuntu18.04-docker-arm64-4c-16g-24539 does not seem to be running inside a container 06:20:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:20:39 $ docker top 72f9ec4656cc054e8724481c2991d9c6238b7bbf846e6eb0393acedab7d14d71 -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:40 + + grepdocker-compose parallel build 06:20:40 --help 06:20:43 --parallel Build images in parallel. [Pipeline] } 06:20:44 $ docker stop --time=1 72f9ec4656cc054e8724481c2991d9c6238b7bbf846e6eb0393acedab7d14d71 06:20:45 $ docker rm -f 72f9ec4656cc054e8724481c2991d9c6238b7bbf846e6eb0393acedab7d14d71 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:20:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:20:46 . [Pipeline] withDockerContainer 06:20:47 prd-ubuntu18.04-docker-arm64-4c-16g-24539 does not seem to be running inside a container 06:20:47 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:20:48 $ docker top 0e38cb810542bde27e3dd7ac197ac9be6972c6180e829d4beb4039d5b3f95c53 -eo pid,comm [Pipeline] { [Pipeline] sh 06:20:49 + docker-compose -f ./docker-compose-build.yml build --parallel 06:20:53 Building docker-core-command-go ... 06:20:53 Building docker-core-data-go ... 06:20:53 Building docker-core-metadata-go ... 06:20:53 Building docker-security-bootstrapper-go ... 06:20:53 Building docker-security-proxy-setup-go ... 06:20:53 Building docker-security-secretstore-setup-go ... 06:20:53 Building docker-support-notifications-go ... 06:20:53 Building docker-support-scheduler-go ... 06:20:53 Building docker-sys-mgmt-agent-go ... 06:20:53 Building docker-support-notifications-go 06:20:53 Building docker-security-bootstrapper-go 06:20:53 Building docker-security-proxy-setup-go 06:20:53 Building docker-support-scheduler-go 06:20:53 Building docker-core-command-go 06:20:59 Running on prd-ubuntu18.04-docker-8c-8g-24546 in /w/workspace/edgexfoundry_edgex-go_PR-3112 [Pipeline] { [Pipeline] ws 06:20:59 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:21:01 using credential edgex-jenkins-ssh 06:21:01 Cloning the remote Git repository 06:21:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:21:01 > git init /w/workspace/edgex-go/1 # timeout=10 06:21:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:21:01 > git --version # timeout=10 06:21:01 > git --version # 'git version 2.17.1' 06:21:01 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:21:28 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:21:28 Merge succeeded, producing 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:21:28 Checking out Revision 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f (PR-3112) 06:21:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:21:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:21:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:21:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:21:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3112/head:refs/remotes/origin/PR-3112 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:21:28 > git config core.sparsecheckout # timeout=10 06:21:28 > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 06:21:28 > git remote # timeout=10 06:21:28 > git config --get remote.origin.url # timeout=10 06:21:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:21:28 > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 06:21:28 > git rev-parse HEAD^{commit} # timeout=10 06:21:28 > git config core.sparsecheckout # timeout=10 06:21:28 > git checkout -f 616cd62c9b10b52737baae2c5ed3475b7d7bfd8f # timeout=10 06:21:32 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 06:21:32 > git --version # timeout=10 06:21:32 > git --version # 'git version 2.17.1' 06:21:32 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:21:33 + echo snap-build.sh 06:21:33 snap-build.sh 06:21:33 + SNAP_BASE_DIR=. 06:21:33 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:21:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:21:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:21:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:21:33 + cd /w/workspace/edgex-go/1 06:21:33 + sudo apt-get remove -qy --purge lxd lxd-client 06:21:33 Reading package lists... 06:21:33 Building dependency tree... 06:21:33 Reading state information... 06:21:33 The following packages were automatically installed and are no longer required: 06:21:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:21:33 uidmap xdelta3 06:21:33 Use 'sudo apt autoremove' to remove them. 06:21:33 The following packages will be REMOVED: 06:21:33 lxd* lxd-client* 06:21:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:21:34 After this operation, 31.7 MB disk space will be freed. 06:21:35 (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:21:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:21:36 Removing lxd dnsmasq configuration 06:21:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:21:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:21:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:21:37 (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:21:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:21:38 Processing triggers for systemd (237-3ubuntu10.42) ... 06:21:38 Processing triggers for ureadahead (0.100.0-21) ... 06:21:40 + sudo snap remove --purge lxd 06:21:40 snap "lxd" is not installed 06:21:40 + sudo groupadd --force --system lxd 06:21:40 ++ whoami 06:21:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:21:40 + newgrp - lxd 06:21:40 + sudo snap install lxd 06:21:48 2021-02-02T06:21:45Z INFO Waiting for automatic snapd restart... 06:22:03 lxd 4.10 from Canonical* installed 06:22:03 + sudo lxd init --auto 06:22:11 + sudo snap install --classic snapcraft 06:22:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:22:15 ---> b038e12cecc8 06:22:15 Step 3/22 : WORKDIR /edgex-go 06:22:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:22:15 ---> b038e12cecc8 06:22:15 Step 3/22 : WORKDIR /edgex-go 06:22:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:22:15 ---> b038e12cecc8 06:22:15 Step 3/21 : WORKDIR /edgex-go 06:22:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:22:15 ---> b038e12cecc8 06:22:15 Step 3/23 : WORKDIR /edgex-go 06:22:15 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:22:15 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:22:15 ---> b038e12cecc8 06:22:15 Step 3/31 : WORKDIR /edgex-go 06:22:15 ---> Running in d787db78792a 06:22:15 ---> Running in 64ebecfab11c 06:22:15 ---> Running in 049a16d4738e 06:22:15 ---> Running in 9a3219701e7f 06:22:15 ---> Running in 6241cb8fba1b 06:22:15 Removing intermediate container 049a16d4738e 06:22:15 ---> 8798e16cfe9d 06:22:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:15 Removing intermediate container d787db78792a 06:22:15 ---> fc6f0c9ce87e 06:22:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:15 Removing intermediate container 64ebecfab11c 06:22:15 ---> 40bd7fe320af 06:22:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:15 Removing intermediate container 6241cb8fba1b 06:22:15 ---> fce92b5c7f3f 06:22:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:15 Removing intermediate container 9a3219701e7f 06:22:15 ---> 84608fe4e39c 06:22:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:22:15 ---> Running in 14e8bd0de1a9 06:22:15 ---> Running in 8e7c08a8acec 06:22:15 ---> Running in 4f41ee8b8923 06:22:15 ---> Running in 5195a122f68e 06:22:15 ---> Running in 0998e47abe50 06:22:15 Removing intermediate container 14e8bd0de1a9 06:22:15 ---> 82373c498174 06:22:15 Step 5/22 : RUN apk add --update --no-cache make git 06:22:15 ---> Running in 85752bc13355 06:22:15 Removing intermediate container 8e7c08a8acec 06:22:15 ---> 7574e46c851b 06:22:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:22:15 Removing intermediate container 5195a122f68e 06:22:15 ---> 47a000b9dab5 06:22:15 Step 5/31 : RUN apk add --update --no-cache make git 06:22:15 ---> Running in 68498a15d302 06:22:15 Removing intermediate container 4f41ee8b8923 06:22:15 ---> 193b6cb9a002 06:22:15 Step 5/21 : RUN apk add --update --no-cache make git 06:22:15 Removing intermediate container 0998e47abe50 06:22:15 ---> 6cb192d84f12 06:22:15 Step 5/23 : RUN apk add --update --no-cache make git 06:22:15 ---> Running in a89ab3680e5d 06:22:15 ---> Running in 815828ad2170 06:22:15 ---> Running in 0212352aab2d 06:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:22:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:22:17 OK: 217 MiB in 51 packages 06:22:17 OK: 217 MiB in 51 packages 06:22:17 snapcraft 4.4.4 from Canonical* installed 06:22:17 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 06:22:17 + patch --verbose -p1 06:22:17 Hmm... Looks like a unified diff to me... 06:22:17 The text leading up to this was: 06:22:17 -------------------------- 06:22:17 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 06:22:17 |From: Tony Espy 06:22:17 |Date: Wed, 16 Dec 2020 16:34:55 -0500 06:22:17 |Subject: [PATCH] optimize snap build for pipeline CI check 06:22:17 | 06:22:17 |This patch is used by the EdgeX CI pipeline builds to 06:22:17 |optimize the snap CI check run for pull requests. When 06:22:17 |applied, it essentially strips out everything (apps and 06:22:17 |parts) from the snapcraft.yaml file except those required 06:22:17 |to build edgex-go, as the whole idea of the CI check is to 06:22:17 |catch changes to edgex-go that break the snap build. 06:22:17 | 06:22:17 |In general, anyone updating snapcraft.yaml will also need 06:22:17 |to update this patch file, otherwise it may fail to apply, 06:22:17 |resulting in a failed snap build CI check in the associated 06:22:17 |pull request. 06:22:17 | 06:22:17 |Note - in addition to applying this patch, the pipeline also 06:22:17 |only primes the snap (e.g. `snapcraft prime`), as there's no 06:22:17 |need to build the finally binary .snap file (and it won't 06:22:17 |work with the patch applied). This further reduces the build 06:22:17 |time. 06:22:17 |--- 06:22:17 | snap/snapcraft.yaml | 461 +------------------------------------------- 06:22:17 | 1 file changed, 2 insertions(+), 459 deletions(-) 06:22:17 | 06:22:17 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 06:22:17 |index 1e537489..faf42425 100644 06:22:17 |--- a/snap/snapcraft.yaml 06:22:17 |+++ b/snap/snapcraft.yaml 06:22:17 -------------------------- 06:22:17 patching file snap/snapcraft.yaml 06:22:17 Using Plan A... 06:22:17 Hunk #1 succeeded at 73. 06:22:17 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 06:22:17 Hunk #3 succeeded at 214 (offset -1 lines). 06:22:17 Hunk #4 succeeded at 222 (offset -1 lines). 06:22:17 Hunk #5 succeeded at 229 (offset -1 lines). 06:22:17 Hunk #6 succeeded at 256 (offset -1 lines). 06:22:17 Hunk #7 succeeded at 290 (offset -1 lines). 06:22:17 Hunk #8 succeeded at 342. 06:22:17 Hmm... Ignoring the trailing garbage. 06:22:17 done 06:22:17 + sudo snapcraft prime --use-lxd 06:22:18 OK: 217 MiB in 51 packages 06:22:18 OK: 217 MiB in 51 packages 06:22:18 OK: 217 MiB in 51 packages 06:22:18 Removing intermediate container 85752bc13355 06:22:18 ---> 6c1e7943ecc6 06:22:18 Step 6/22 : COPY go.mod . 06:22:19 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:22:19 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:22:19 - README.md 06:22:19 - snapcraft.yaml.orig 06:22:19 06:22:19 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:22:19 Removing intermediate container 68498a15d302 06:22:19 ---> 52333de2037c 06:22:19 Step 6/22 : COPY go.mod . 06:22:19 Launching a container. 06:22:20 ---> 7500dd4305dc 06:22:20 Step 7/22 : RUN go mod download 06:22:20 ---> Running in c17b87469f1c 06:22:20 Removing intermediate container a89ab3680e5d 06:22:20 ---> 39b1b65aa718 06:22:20 Step 6/31 : COPY go.mod . 06:22:20 Removing intermediate container 815828ad2170 06:22:20 ---> 30968dca78cf 06:22:20 Step 6/23 : COPY go.mod . 06:22:20 Removing intermediate container 0212352aab2d 06:22:20 ---> 1a3de17b5efa 06:22:20 Step 6/21 : COPY go.mod . 06:22:20 ---> 58590515d52e 06:22:20 Step 7/22 : RUN go mod download 06:22:21 ---> Running in 3e05b1126399 06:22:21 ---> a58e8b55792b 06:22:21 Step 7/31 : RUN go mod download 06:22:21 ---> db4e28cb075b 06:22:21 Step 7/23 : RUN go mod download 06:22:21 ---> Running in 52c3178f5a6e 06:22:21 ---> f34225e50b1b 06:22:22 Step 7/21 : RUN go mod download 06:22:22 ---> Running in 1668ebe3154c 06:22:22 ---> Running in a0e79260a3f6 06:22:24 Removing intermediate container c17b87469f1c 06:22:24 ---> 982e90aca4fe 06:22:24 Step 8/22 : COPY . . 06:22:25 Removing intermediate container 3e05b1126399 06:22:25 ---> b205339780b2 06:22:25 Step 8/22 : COPY . . 06:22:26 Removing intermediate container 52c3178f5a6e 06:22:26 ---> 9d871ed5012d 06:22:26 Step 8/31 : COPY . . 06:22:26 Removing intermediate container 1668ebe3154c 06:22:26 ---> 1a5b8153689d 06:22:26 Step 8/23 : COPY . . 06:22:27 Removing intermediate container a0e79260a3f6 06:22:27 ---> b105ac6baa17 06:22:27 Step 8/21 : COPY . . 06:22:32 Waiting for container to be ready 06:22:32 To start your first instance, try: lxc launch ubuntu:18.04 06:22:32 06:22:34 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:22:34 Waiting for network to be ready... 06:22:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:22:35 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:22:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] 06:22:36 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:22:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:22:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:22:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:22:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:22:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 06:22:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:22:36 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:22:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:22:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 06:22:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 06:22:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 06:22:36 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 06:22:36 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 06:22:36 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 06:22:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:22:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] 06:22:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 06:22:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 06:22:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 06:22:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 06:22:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 06:22:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] 06:22:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 06:22:39 Fetched 23.9 MB in 4s (5650 kB/s) 06:22:40 Reading package lists... 06:22:40 Reading package lists... 06:22:40 Building dependency tree... 06:22:40 Reading state information... 06:22:40 The following additional packages will be installed: 06:22:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:22:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:22:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:22:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:22:40 Suggested packages: 06:22:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:22:40 Recommended packages: 06:22:40 gnupg libsasl2-modules 06:22:40 The following NEW packages will be installed: 06:22:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:22:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:22:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:22:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:22:40 The following packages will be upgraded: 06:22:40 gpg gpg-agent gpgconf libudev1 06:22:41 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 06:22:41 Need to get 3533 kB of archives. 06:22:41 After this operation, 13.3 MB of additional disk space will be used. 06:22:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 06:22:41 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 06:22:41 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 06:22:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 06:22:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 06:22:41 Get:6 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:22:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 06:22:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 06:22:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 06:22:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 06:22:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:22:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:22:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:22:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:22:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:22:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:22:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:22:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:22:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:22:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:22:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:22:41 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:22:42 debconf: delaying package configuration, since apt-utils is not installed 06:22:42 Fetched 3533 kB in 1s (3481 kB/s) 06:22:42 (Reading database ... 12511 files and directories currently installed.) 06:22:42 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 06:22:42 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:22:42 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 06:22:42 Selecting previously unselected package udev. 06:22:42 (Reading database ... 12511 files and directories currently installed.) 06:22:42 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 06:22:42 Unpacking udev (237-3ubuntu10.44) ... 06:22:42 Selecting previously unselected package libfuse2:amd64. 06:22:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:22:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:22:42 Selecting previously unselected package fuse. 06:22:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:22:42 Unpacking fuse (2.9.7-1ubuntu1) ... 06:22:43 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 06:22:43 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:22:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 06:22:43 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:22:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 06:22:43 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:22:43 Selecting previously unselected package libksba8:amd64. 06:22:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:22:43 Unpacking libksba8:amd64 (1.3.5-2) ... 06:22:43 Selecting previously unselected package libroken18-heimdal:amd64. 06:22:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:22:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:43 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:22:43 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:43 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:43 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:22:43 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:43 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:44 Selecting previously unselected package libwind0-heimdal:amd64. 06:22:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:22:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:22:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:22:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:44 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:22:44 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:22:44 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:44 Selecting previously unselected package libsasl2-modules-db:amd64. 06:22:44 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:22:44 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:22:44 Selecting previously unselected package libsasl2-2:amd64. 06:22:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:22:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:22:44 Selecting previously unselected package libldap-common. 06:22:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 06:22:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:22:44 Selecting previously unselected package libldap-2.4-2:amd64. 06:22:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 06:22:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:22:44 Selecting previously unselected package dirmngr. 06:22:44 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 06:22:45 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 06:22:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:22:45 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 06:22:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:22:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:22:45 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:22:45 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 06:22:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:45 Setting up libksba8:amd64 (1.3.5-2) ... 06:22:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:22:45 Setting up udev (237-3ubuntu10.44) ... 06:22:45 invoke-rc.d: policy-rc.d denied execution of start. 06:22:45 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:45 Processing triggers for systemd (237-3ubuntu10) ... 06:22:45 Setting up fuse (2.9.7-1ubuntu1) ... 06:22:45 Setting up gpg (2.2.4-1ubuntu1.3) ... 06:22:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:22:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:22:46 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 06:22:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:22:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:22:46 settings in the [Install] section, and DefaultInstance for template units). 06:22:46 This means they are not meant to be enabled using systemctl. 06:22:46 Possible reasons for having this kind of units are: 06:22:46 1) A unit may be statically enabled by being symlinked from another unit's 06:22:46 .wants/ or .requires/ directory. 06:22:46 2) A unit's purpose may be to act as a helper for some other unit which has 06:22:46 a requirement dependency on it. 06:22:46 3) A unit may be started when needed via activation (socket, path, timer, 06:22:46 D-Bus, udev, scripted systemctl call, ...). 06:22:46 4) In case of template units, the unit is meant to be enabled with some 06:22:46 instance name specified. 06:22:46 Reading package lists... 06:22:47 Building dependency tree... 06:22:47 Reading state information... 06:22:47 The following additional packages will be installed: 06:22:47 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:22:47 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:22:47 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:22:47 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:22:47 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:22:47 Suggested packages: 06:22:47 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:22:47 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:22:47 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:22:47 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:22:47 systemd-container policykit-1 06:22:47 Recommended packages: 06:22:47 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:22:47 The following NEW packages will be installed: 06:22:47 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:22:47 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:22:47 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:22:47 multiarch-support openssh-client python3 python3-minimal python3.6 06:22:47 python3.6-minimal snapd squashfs-tools sudo 06:22:47 The following packages will be upgraded: 06:22:47 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:22:47 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 06:22:47 Need to get 35.2 MB of archives. 06:22:47 After this operation, 141 MB of additional disk space will be used. 06:22:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 06:22:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 06:22:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 06:22:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 06:22:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 06:22:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:22:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 06:22:48 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 06:22:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:22:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:22:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:22:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 06:22:49 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:22:49 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:22:49 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:22:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:22:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:22:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:22:49 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:22:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 06:22:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 06:22:49 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:22:49 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 06:22:49 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:22:49 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:22:49 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:22:49 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:22:49 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:22:49 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 06:22:49 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:22:51 debconf: delaying package configuration, since apt-utils is not installed 06:22:51 Fetched 35.2 MB in 4s (9321 kB/s) 06:22:51 (Reading database ... 12757 files and directories currently installed.) 06:22:51 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 06:22:51 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:22:52 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 06:22:52 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:22:52 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 06:22:52 (Reading database ... 12757 files and directories currently installed.) 06:22:52 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 06:22:52 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 06:22:52 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 06:22:52 (Reading database ... 12757 files and directories currently installed.) 06:22:52 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 06:22:52 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 06:22:53 Setting up apt (1.6.12ubuntu0.2) ... 06:22:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:22:53 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:22:53 (Reading database ... 12764 files and directories currently installed.) 06:22:53 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:22:53 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:22:54 Selecting previously unselected package libpython3.6-minimal:amd64. 06:22:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:22:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:22:54 Selecting previously unselected package libexpat1:amd64. 06:22:54 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:22:54 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:22:54 ---> b734b9d544be 06:22:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:22:54 ---> 354bb3957edf 06:22:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:22:54 ---> 9cf7eb78c68a 06:22:54 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 06:22:54 ---> f72b7f26f5b6 06:22:54 Step 9/23 : RUN make cmd/core-command/core-command 06:22:54 ---> 9ff93f3b3d6b 06:22:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:22:54 ---> Running in 521ecd5d0f4b 06:22:54 ---> Running in cc2d3c5e61c6 06:22:54 ---> Running in e492baa955fb 06:22:54 ---> Running in f70ad7d859ad 06:22:54 ---> Running in e0e589db5e87 06:22:54 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:22:54 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:22:54 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:22:54 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:22:54 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:22:54 Selecting previously unselected package python3.6-minimal. 06:22:54 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:22:54 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:22:54 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 06:22:54 Checking for services that may need to be restarted...done. 06:22:54 Checking for services that may need to be restarted...done. 06:22:54 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:22:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:22:54 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:22:55 Selecting previously unselected package python3-minimal. 06:22:55 (Reading database ... 13012 files and directories currently installed.) 06:22:55 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:22:55 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:22:55 Selecting previously unselected package mime-support. 06:22:55 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:22:55 Unpacking mime-support (3.60ubuntu1) ... 06:22:55 Selecting previously unselected package libmpdec2:amd64. 06:22:55 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:22:55 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:22:55 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:22:55 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:22:55 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:22:55 Selecting previously unselected package python3.6. 06:22:55 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:22:55 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:22:55 Selecting previously unselected package libpython3-stdlib:amd64. 06:22:55 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:22:55 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:22:55 Setting up python3-minimal (3.6.7-1~18.04) ... 06:22:56 Selecting previously unselected package python3. 06:22:56 (Reading database ... 13442 files and directories currently installed.) 06:22:56 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:22:56 Unpacking python3 (3.6.7-1~18.04) ... 06:22:56 Selecting previously unselected package multiarch-support. 06:22:56 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:22:56 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:22:56 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:22:56 Selecting previously unselected package liblzo2-2:amd64. 06:22:56 (Reading database ... 13479 files and directories currently installed.) 06:22:56 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:22:56 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:22:56 Selecting previously unselected package libbsd0:amd64. 06:22:56 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:22:56 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:22:56 Selecting previously unselected package sudo. 06:22:56 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 06:22:56 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 06:22:56 Selecting previously unselected package apparmor. 06:22:56 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:22:56 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:22:56 Selecting previously unselected package libedit2:amd64. 06:22:56 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:22:56 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:22:57 Selecting previously unselected package libkrb5support0:amd64. 06:22:57 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:22:57 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:22:57 Selecting previously unselected package libk5crypto3:amd64. 06:22:57 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:22:57 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:22:57 Selecting previously unselected package libkeyutils1:amd64. 06:22:57 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:22:57 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:22:57 Selecting previously unselected package libkrb5-3:amd64. 06:22:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:22:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:22:57 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:22:57 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:22:57 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:22:58 Selecting previously unselected package libssl1.0.0:amd64. 06:22:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 06:22:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:22:58 Selecting previously unselected package openssh-client. 06:22:58 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:22:58 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:22:58 Selecting previously unselected package squashfs-tools. 06:22:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:22:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:22:58 Selecting previously unselected package snapd. 06:22:58 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 06:22:58 Unpacking snapd (2.48+18.04) ... 06:23:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:23:00 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:23:00 Setting up mime-support (3.60ubuntu1) ... 06:23:00 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 06:23:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:23:01 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:23:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:23:01 Setting up systemd (237-3ubuntu10.44) ... 06:23:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:23:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:23:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:23:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:23:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:23:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:23:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:23:02 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:23:02 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:23:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:23:02 Setting up python3 (3.6.7-1~18.04) ... 06:23:02 running python rtupdate hooks for python3.6... 06:23:02 running python post-rtupdate hooks for python3.6... 06:23:02 Setting up apparmor (2.12-4ubuntu5.1) ... 06:23:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:23:05 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:23:05 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:23:05 Setting up snapd (2.48+18.04) ... 06:23:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:23:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:23:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:23:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:23:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:23:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:23:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:23:06 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:23:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:23:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:23:06 /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:23:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:23:07 Processing triggers for systemd (237-3ubuntu10.44) ... 06:23:08 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 06:23:08 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:23:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:23:09 Reading package lists... 06:23:09 Reading package lists... 06:23:09 Building dependency tree... 06:23:09 Reading state information... 06:23:09 Calculating upgrade... 06:23:10 The following packages will be upgraded: 06:23:10 advancecomp base-files bash binutils binutils-common 06:23:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:23:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:23:10 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 06:23:10 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 06:23:10 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 06:23:10 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 06:23:10 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 06:23:10 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 06:23:10 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 06:23:10 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 06:23:10 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 06:23:10 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 06:23:10 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 06:23:10 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 06:23:10 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:23:10 Need to get 63.8 MB of archives. 06:23:10 After this operation, 5205 kB of additional disk space will be used. 06:23:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 06:23:10 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:23:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:23:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:23:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:23:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:23:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:23:11 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:23:11 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:23:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:23:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:23:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:23:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:23:11 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:23:11 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:23:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:23:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 06:23:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:23:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:23:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:23:12 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:23:12 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:23:12 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:23:12 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:23:12 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:23:12 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:23:12 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:23:12 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:23:12 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:23:12 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:23:12 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:23:12 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:23:12 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:23:12 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:23:12 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:23:12 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:23:12 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:23:12 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:23:12 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:23:12 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:23:12 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:23:12 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:23:12 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 06:23:12 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 06:23:12 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:23:12 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:23:12 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:23:12 Get:48 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:23:12 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:23:12 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:23:12 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 06:23:12 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 06:23:12 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:23:12 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:23:12 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:23:12 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:23:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:23:12 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 06:23:12 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 06:23:12 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:23:12 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 06:23:12 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 06:23:12 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:23:12 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 06:23:12 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:23:13 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 06:23:13 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:23:13 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 06:23:13 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:23:13 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:23:13 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:23:13 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:23:13 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 06:23:13 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:23:13 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:23:13 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 06:23:13 Get:77 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:23:13 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:23:13 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:23:13 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:23:13 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:23:13 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:23:13 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:23:13 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 06:23:13 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 06:23:13 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 06:23:13 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:23:13 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:23:13 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:23:13 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:23:14 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:23:15 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:23:15 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:23:15 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:23:15 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 06:23:15 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:23:15 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:23:15 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:23:15 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:23:15 debconf: delaying package configuration, since apt-utils is not installed 06:23:15 Fetched 63.8 MB in 6s (11.1 MB/s) 06:23:15 (Reading database ... 13912 files and directories currently installed.) 06:23:15 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:23:15 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:23:16 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:23:16 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:23:16 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 06:23:16 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 06:23:17 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:17 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:17 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:17 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:17 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:17 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:17 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:17 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:18 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:18 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:18 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:18 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:18 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:18 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:18 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:18 (Reading database ... 13911 files and directories currently installed.) 06:23:18 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:18 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:23:18 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:23:18 (Reading database ... 13911 files and directories currently installed.) 06:23:18 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:19 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:19 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:19 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:19 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:23:19 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:23:19 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:19 (Reading database ... 13911 files and directories currently installed.) 06:23:19 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:23:19 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:23:20 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:23:20 (Reading database ... 13911 files and directories currently installed.) 06:23:20 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:23:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:23:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:23:20 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:23:20 Setting up base-files (10.1ubuntu2.10) ... 06:23:20 Installing new version of config file /etc/issue ... 06:23:20 Installing new version of config file /etc/issue.net ... 06:23:20 Installing new version of config file /etc/lsb-release ... 06:23:20 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:23:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:23:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:23:20 Removing obsolete conffile /etc/default/motd-news ... 06:23:21 (Reading database ... 13912 files and directories currently installed.) 06:23:21 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:23:21 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:23:21 Setting up bash (4.4.18-2ubuntu1.2) ... 06:23:21 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:23:21 (Reading database ... 13912 files and directories currently installed.) 06:23:21 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:21 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:23:21 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:23:21 (Reading database ... 13912 files and directories currently installed.) 06:23:21 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 06:23:21 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 06:23:21 Setting up tar (1.29b-2ubuntu0.2) ... 06:23:21 (Reading database ... 13912 files and directories currently installed.) 06:23:21 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:23:21 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:23:22 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:23:22 (Reading database ... 13912 files and directories currently installed.) 06:23:22 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:23:22 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:23:22 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:23:22 (Reading database ... 13912 files and directories currently installed.) 06:23:22 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:23:22 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:23:22 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:23:22 (Reading database ... 13912 files and directories currently installed.) 06:23:22 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:23:22 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:23:23 Setting up grep (3.1-2build1) ... 06:23:23 (Reading database ... 13912 files and directories currently installed.) 06:23:23 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:23:23 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:23:23 Setting up login (1:4.5-1ubuntu2) ... 06:23:23 (Reading database ... 13912 files and directories currently installed.) 06:23:23 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:23:23 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:23:23 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:23:23 (Reading database ... 13912 files and directories currently installed.) 06:23:23 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:23:23 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:23:24 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:23:24 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:23:24 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:23:24 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:23:24 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:23:24 (Reading database ... 13912 files and directories currently installed.) 06:23:24 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:23:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:23:25 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:23:25 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:23:25 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:23:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:23:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:23:26 (Reading database ... 13912 files and directories currently installed.) 06:23:26 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:23:26 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:23:26 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:23:26 (Reading database ... 13912 files and directories currently installed.) 06:23:26 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:26 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:23:26 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:23:26 (Reading database ... 13912 files and directories currently installed.) 06:23:26 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:26 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:23:26 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:23:27 (Reading database ... 13912 files and directories currently installed.) 06:23:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:23:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:23:27 (Reading database ... 13912 files and directories currently installed.) 06:23:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:23:27 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:23:27 (Reading database ... 13912 files and directories currently installed.) 06:23:27 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:23:27 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:23:27 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:23:27 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:23:27 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:23:27 (Reading database ... 13912 files and directories currently installed.) 06:23:27 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:23:27 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:23:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:23:28 (Reading database ... 13912 files and directories currently installed.) 06:23:28 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:23:28 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:23:28 (Reading database ... 13912 files and directories currently installed.) 06:23:28 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:28 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:23:28 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:23:28 (Reading database ... 13912 files and directories currently installed.) 06:23:28 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:28 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:23:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:23:29 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:23:29 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:23:29 (Reading database ... 13912 files and directories currently installed.) 06:23:29 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:23:29 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:23:30 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:23:30 (Reading database ... 13912 files and directories currently installed.) 06:23:30 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:23:30 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:23:30 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:23:30 (Reading database ... 13914 files and directories currently installed.) 06:23:30 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:23:30 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:23:30 Setting up debconf (1.5.66ubuntu1) ... 06:23:30 (Reading database ... 13914 files and directories currently installed.) 06:23:30 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 06:23:31 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:23:31 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 06:23:31 (Reading database ... 13914 files and directories currently installed.) 06:23:31 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 06:23:31 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:23:31 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 06:23:31 (Reading database ... 13914 files and directories currently installed.) 06:23:31 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:23:31 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:23:31 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:23:31 (Reading database ... 13914 files and directories currently installed.) 06:23:31 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:23:31 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:23:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:23:31 (Reading database ... 13914 files and directories currently installed.) 06:23:31 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:23:32 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:23:32 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:23:32 (Reading database ... 13914 files and directories currently installed.) 06:23:32 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:23:32 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:23:32 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 06:23:32 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:23:32 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:23:33 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:23:33 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:23:33 (Reading database ... 13914 files and directories currently installed.) 06:23:33 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:23:33 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:23:33 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:23:33 (Reading database ... 13914 files and directories currently installed.) 06:23:33 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:23:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:23:33 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:23:33 (Reading database ... 13914 files and directories currently installed.) 06:23:33 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:23:33 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:23:33 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:23:33 (Reading database ... 13914 files and directories currently installed.) 06:23:33 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 06:23:33 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 06:23:34 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 06:23:34 (Reading database ... 13914 files and directories currently installed.) 06:23:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:23:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:23:34 Setting up passwd (1:4.5-1ubuntu2) ... 06:23:35 (Reading database ... 13914 files and directories currently installed.) 06:23:35 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 06:23:35 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:23:35 Setting up gpgv (2.2.4-1ubuntu1.3) ... 06:23:35 (Reading database ... 13914 files and directories currently installed.) 06:23:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:23:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:23:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:23:35 (Reading database ... 13914 files and directories currently installed.) 06:23:35 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:23:35 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:23:36 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:23:36 (Reading database ... 13914 files and directories currently installed.) 06:23:36 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 06:23:36 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 06:23:36 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 06:23:36 (Reading database ... 13914 files and directories currently installed.) 06:23:36 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:23:36 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:23:36 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:23:36 (Reading database ... 13914 files and directories currently installed.) 06:23:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 06:23:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 06:23:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 06:23:36 (Reading database ... 13914 files and directories currently installed.) 06:23:36 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 06:23:36 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 06:23:36 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 06:23:37 (Reading database ... 13915 files and directories currently installed.) 06:23:37 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:23:37 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:23:37 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:23:37 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:23:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:23:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:23:37 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 06:23:37 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 06:23:38 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:23:38 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:23:38 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:23:38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:23:39 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:23:39 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:23:39 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:23:39 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:23:39 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:23:39 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:23:39 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:23:39 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:23:39 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:23:39 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:23:39 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 06:23:39 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 06:23:40 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:23:40 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:23:40 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:23:40 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:23:41 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:23:41 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:23:41 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:23:41 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:23:41 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:23:41 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:23:41 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:23:41 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:23:41 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:41 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:42 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:42 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:42 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:42 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:42 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:42 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:43 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:43 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:44 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:44 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:44 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:44 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:45 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:45 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:23:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:23:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:23:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:23:46 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:23:46 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:23:46 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:23:46 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:23:46 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:23:46 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:23:46 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:23:46 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:23:46 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:23:46 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:23:46 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:23:46 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:23:47 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:47 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:23:47 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:47 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:47 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:47 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:23:47 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:23:47 Setting up tzdata (2021a-0ubuntu0.18.04) ... 06:23:47 06:23:47 Current default time zone: 'Etc/UTC' 06:23:47 Local time is now: Tue Feb 2 06:23:47 UTC 2021. 06:23:47 Universal Time is now: Tue Feb 2 06:23:47 UTC 2021. 06:23:47 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:23:47 06:23:47 Setting up systemd-sysv (237-3ubuntu10.44) ... 06:23:47 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:47 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 06:23:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:23:47 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:23:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:23:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:23:47 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:23:47 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:23:47 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:23:47 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:47 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:23:48 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:23:48 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:23:48 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:48 Setting up patch (2.7.6-2ubuntu1.1) ... 06:23:48 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:23:48 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:23:48 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 06:23:48 Installing new version of config file /etc/ssl/openssl.cnf ... 06:23:48 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:23:48 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:23:48 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 06:23:50 Updating certificates in /etc/ssl/certs... 06:23:50 22 added, 17 removed; done. 06:23:50 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:23:50 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:23:51 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:23:51 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:23:51 Setting up pkgbinarymangler (138.18.04.1) ... 06:23:51 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:23:51 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:23:51 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:23:51 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:23:51 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:23:51 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:23:51 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:23:51 Setting up perl (5.26.1-6ubuntu0.5) ... 06:23:51 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:23:51 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:23:51 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:23:51 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 06:23:51 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:23:51 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:23:51 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:23:51 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:23:51 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:23:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:23:51 Processing triggers for systemd (237-3ubuntu10.44) ... 06:23:51 Processing triggers for mime-support (3.60ubuntu1) ... 06:23:51 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 06:23:51 Updating certificates in /etc/ssl/certs... 06:23:52 0 added, 0 removed; done. 06:23:52 Running hooks in /etc/ca-certificates/update.d... 06:23:52 done. 06:23:53 Reading package lists... 06:23:53 Building dependency tree... 06:23:53 Reading state information... 06:23:53 The following NEW packages will be installed: 06:23:53 apt-transport-https 06:23:53 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:23:53 Need to get 1696 B of archives. 06:23:53 After this operation, 153 kB of additional disk space will be used. 06:23:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 06:23:53 debconf: delaying package configuration, since apt-utils is not installed 06:23:53 Fetched 1696 B in 0s (45.2 kB/s) 06:23:53 Selecting previously unselected package apt-transport-https. 06:23:53 (Reading database ... 13929 files and directories currently installed.) 06:23:53 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 06:23:53 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 06:23:53 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 06:23:53 Waiting for network to be ready... 06:23:59 2021-02-02T06:23:56Z INFO Waiting for automatic snapd restart... 06:23:59 snapd 2.48.2 from Canonical* installed 06:24:00 "snapd" switched to the "latest/stable" channel 06:24:00 06:24:03 core18 20201210 from Canonical* installed 06:24:03 "core18" switched to the "latest/stable" channel 06:24:03 06:24:06 snapcraft 4.4.4 from Canonical* installed 06:24:06 "snapcraft" switched to the "latest/stable" channel 06:24:06 06:24:10 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:24:10 - README.md 06:24:10 - snapcraft.yaml.orig 06:24:10 06:24:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:24:15 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:24:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:24:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:24:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:24:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:24:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:24:17 Reading package lists... 06:24:18 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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:24:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:24:24 Reading package lists... 06:24:24 Building dependency tree... 06:24:24 Reading state information... 06:24:24 Suggested packages: 06:24:24 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:24:24 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:24:24 Recommended packages: 06:24:24 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:24:24 The following NEW packages will be installed: 06:24:24 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:24:24 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:24:24 pkg-config zip 06:24:24 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:24:24 Need to get 7655 kB of archives. 06:24:24 After this operation, 43.7 MB of additional disk space will be used. 06:24:24 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:24:24 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:24:25 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:24:25 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:24:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:24:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:24:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:24:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 06:24:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:24:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:24:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 06:24:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:24:26 Removing intermediate container e0e589db5e87 06:24:26 ---> f1cd94bf8c29 06:24:26 06:24:26 Step 10/21 : FROM alpine:3.12 06:24:26 3.12: Pulling from library/alpine 06:24:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:24:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:24:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:24:26 debconf: delaying package configuration, since apt-utils is not installed 06:24:26 Fetched 7655 kB in 2s (4053 kB/s) 06:24:26 Selecting previously unselected package libglib2.0-0:amd64. 06:24:26 (Reading database ... 13933 files and directories currently installed.) 06:24:26 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 06:24:26 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:24:27 Selecting previously unselected package libpsl5:amd64. 06:24:27 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:24:27 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:24:27 Selecting previously unselected package libnghttp2-14:amd64. 06:24:27 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:24:27 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:24:27 Selecting previously unselected package librtmp1:amd64. 06:24:27 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:24:27 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:24:27 Selecting previously unselected package libcurl3-gnutls:amd64. 06:24:27 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 06:24:27 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:24:27 Selecting previously unselected package liberror-perl. 06:24:27 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:24:27 Unpacking liberror-perl (0.17025-1) ... 06:24:27 Selecting previously unselected package git-man. 06:24:27 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:24:27 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:24:27 Selecting previously unselected package git. 06:24:27 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:24:27 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:24:28 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:24:28 Status: Downloaded newer image for alpine:3.12 06:24:28 ---> afeebe901d6b 06:24:28 Step 11/21 : RUN apk add --update --no-cache curl 06:24:28 Selecting previously unselected package libnorm1:amd64. 06:24:28 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:24:28 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:24:28 Selecting previously unselected package libpgm-5.2-0:amd64. 06:24:28 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:24:28 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:24:28 Selecting previously unselected package libsodium23:amd64. 06:24:28 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:24:28 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:24:28 Selecting previously unselected package libzmq5:amd64. 06:24:28 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:24:28 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:24:28 Selecting previously unselected package libzmq3-dev:amd64. 06:24:28 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:24:28 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:24:28 ---> Running in f5b9a6325248 06:24:29 Selecting previously unselected package pkg-config. 06:24:29 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:24:29 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:24:29 Selecting previously unselected package zip. 06:24:29 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:24:29 Unpacking zip (3.0-11build1) ... 06:24:29 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:24:29 Removing intermediate container cc2d3c5e61c6 06:24:29 ---> a9bf43b03ab2 06:24:29 06:24:29 Step 10/22 : FROM alpine:3.12 06:24:29 ---> afeebe901d6b 06:24:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:24:29 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:24:29 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:24:29 Setting up liberror-perl (0.17025-1) ... 06:24:29 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:24:29 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:24:29 No schema files found: doing nothing. 06:24:29 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:24:29 Setting up zip (3.0-11build1) ... 06:24:29 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:24:29 Setting up libsodium23:amd64 (1.0.16-2) ... 06:24:29 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:24:29 ---> Running in 3adcf2410b41 06:24:29 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:24:29 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:24:29 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:24:29 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:24:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:24:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:24:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:24:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:24:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:24:32 (1/4) Installing ca-certificates (20191127-r4) 06:24:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:24:32 (3/4) Installing libcurl (7.69.1-r3) 06:24:32 (4/4) Installing curl (7.69.1-r3) 06:24:32 Executing busybox-1.31.1-r19.trigger 06:24:32 Executing ca-certificates-20191127-r4.trigger 06:24:32 (1/2) Installing ca-certificates (20191127-r4) 06:24:32 (2/2) Installing dumb-init (1.2.2-r1) 06:24:32 Executing busybox-1.31.1-r19.trigger 06:24:32 Executing ca-certificates-20191127-r4.trigger 06:24:32 OK: 7 MiB in 18 packages 06:24:32 OK: 6 MiB in 16 packages 06:24:35 Removing intermediate container f5b9a6325248 06:24:35 ---> 8812d90dcd39 06:24:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:24:35 ---> Running in 25125b96ebd7 06:24:36 Removing intermediate container 3adcf2410b41 06:24:36 ---> d40a4916bc2a 06:24:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:24:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:24:36 git set to automatically installed. 06:24:36 git-man set to automatically installed. 06:24:36 libcurl3-gnutls set to automatically installed. 06:24:36 liberror-perl set to automatically installed. 06:24:36 libglib2.0-0 set to automatically installed. 06:24:36 libnghttp2-14 set to automatically installed. 06:24:36 libnorm1 set to automatically installed. 06:24:36 libpgm-5.2-0 set to automatically installed. 06:24:36 libpsl5 set to automatically installed. 06:24:36 librtmp1 set to automatically installed. 06:24:36 libsodium23 set to automatically installed. 06:24:36 libzmq3-dev set to automatically installed. 06:24:36 libzmq5 set to automatically installed. 06:24:36 pkg-config set to automatically installed. 06:24:36 zip set to automatically installed. 06:24:36 ---> Running in 1fa7ea892b4b 06:24:36 Removing intermediate container 25125b96ebd7 06:24:36 ---> 8efd858d3680 06:24:36 Step 13/21 : WORKDIR /edgex 06:24:36 ---> Running in 08a50fdb3cba 06:24:36 Removing intermediate container 1fa7ea892b4b 06:24:36 ---> 4d39428cc3c4 06:24:36 Step 13/22 : ENV APP_PORT=48060 06:24:37 ---> Running in 8f3072accadc 06:24:37 Removing intermediate container 08a50fdb3cba 06:24:37 ---> 567f7d640461 06:24:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:24:38 snapd is not logged in, snap install commands will use sudo 06:24:38 Removing intermediate container 8f3072accadc 06:24:38 ---> 96afa12a7a70 06:24:38 Step 14/22 : EXPOSE $APP_PORT 06:24:38 ---> Running in e3adae6a016a 06:24:39 ---> d696b6c8ba71 06:24:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:24:40 Removing intermediate container e3adae6a016a 06:24:40 ---> 910db21e3450 06:24:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:24:42 ---> 3545db5ba78f 06:24:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:24:42 ---> 5c0fd34bd964 06:24:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:24:42 Removing intermediate container e492baa955fb 06:24:42 ---> 998f7bb5cc9e 06:24:42 06:24:42 Step 10/31 : FROM alpine:3.12 06:24:42 ---> afeebe901d6b 06:24:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:24:43 ---> Running in 87e31c8f9c68 06:24:44 ---> 9f5ee8ae1b9e 06:24:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:24:44 ---> c38be109c83b 06:24:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:24:44 Removing intermediate container f70ad7d859ad 06:24:44 ---> 9297d115ce68 06:24:44 06:24:44 Step 10/23 : FROM alpine:3.12 06:24:44 ---> afeebe901d6b 06:24:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:24:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:24:44 snap "core18" has no updates available 06:24:44 ---> Running in 34832557ab26 06:24:44 ---> Running in ae5095ef6a5d 06:24:44 Removing intermediate container 87e31c8f9c68 06:24:44 ---> cc6c2859eefc 06:24:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:24:45 ---> a9c8827d517b 06:24:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:24:45 ---> Running in 22bee1751e2c 06:24:45 Pulling config-common 06:24:45 Removing intermediate container 521ecd5d0f4b 06:24:45 ---> 9d10242d0706 06:24:45 06:24:45 Step 10/22 : FROM alpine:3.12 06:24:45 ---> afeebe901d6b 06:24:45 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:24:45 ---> Running in 462d3f20bd0e 06:24:45 Removing intermediate container ae5095ef6a5d 06:24:45 ---> 12339a974d61 06:24:45 Step 18/21 : CMD ["--init=true"] 06:24:45 ---> Running in a150f33a5523 06:24:45 ---> Running in ba370e526e8c 06:24:46 Pulling go-build-helper 06:24:46 Removing intermediate container 462d3f20bd0e 06:24:46 ---> 119abc493c32 06:24:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:24:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:24:46 Removing intermediate container ba370e526e8c 06:24:46 ---> 5e2188dee8de 06:24:46 Step 19/21 : LABEL arch=arm64 06:24:46 ---> Running in f4f429e3a4c4 06:24:46 ---> Running in ed5c2ebc60e6 06:24:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:24:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:24:47 Removing intermediate container f4f429e3a4c4 06:24:47 ---> 229595cf4fa9 06:24:47 Step 20/22 : LABEL arch=arm64 06:24:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:24:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:24:47 Removing intermediate container ed5c2ebc60e6 06:24:47 ---> b08b680e675a 06:24:47 Step 20/21 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:24:47 ---> Running in 77e7df4950c1 06:24:47 (1/1) Installing dumb-init (1.2.2-r1) 06:24:47 Executing busybox-1.31.1-r19.trigger 06:24:47 OK: 5 MiB in 15 packages 06:24:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:24:47 ---> Running in bc493b93867d 06:24:48 (1/2) Installing dumb-init (1.2.2-r1) 06:24:48 (2/2) Installing su-exec (0.2-r1) 06:24:48 Executing busybox-1.31.1-r19.trigger 06:24:48 Removing intermediate container 77e7df4950c1 06:24:48 ---> d56256c9b54f 06:24:48 Step 21/22 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:24:48 OK: 5 MiB in 16 packages 06:24:48 (1/1) Installing dumb-init (1.2.2-r1) 06:24:48 Executing busybox-1.31.1-r19.trigger 06:24:48 OK: 5 MiB in 15 packages 06:24:48 ---> Running in acb225969633 06:24:48 Removing intermediate container bc493b93867d 06:24:48 ---> e710a176a57b 06:24:48 Step 21/21 : LABEL version=0.0.0 06:24:49 ---> Running in edf87a84f7d9 06:24:49 Removing intermediate container 34832557ab26 06:24:49 ---> 82349c88ce9a 06:24:49 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:24:49 Removing intermediate container acb225969633 06:24:49 ---> 229984251d68 06:24:49 Step 22/22 : LABEL version=0.0.0 06:24:49 ---> Running in ebe950548a2a 06:24:49 Removing intermediate container edf87a84f7d9 06:24:49 ---> a64a90beb59a 06:24:49 06:24:49 ---> Running in 41e30e5969a7 06:24:49 Removing intermediate container 22bee1751e2c 06:24:49 ---> 0aa93160aeb9 06:24:49 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:24:50 ---> Running in 6646a8538c8f 06:24:50 Removing intermediate container a150f33a5523 06:24:50 ---> a8a0f205f755 06:24:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:24:50 Successfully built a64a90beb59a 06:24:50 Removing intermediate container ebe950548a2a 06:24:50 ---> 0097fcb33627 06:24:50 Step 13/23 : ENV APP_PORT=48082 06:24:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:24:50  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 06:24:50 ---> Running in c874f5f37fcf 06:24:50 Removing intermediate container 41e30e5969a7 06:24:50 ---> 1e2e47a63749 06:24:50 06:24:50 ---> Running in 758fc818d00a 06:24:50 Removing intermediate container 6646a8538c8f 06:24:50 ---> 2fb734c301e9 06:24:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:24:51 ---> Running in a15d9f92e61d 06:24:51 Removing intermediate container c874f5f37fcf 06:24:51 ---> 1cf38d164403 06:24:51 Step 13/22 : ENV APP_PORT=48085 06:24:51 Removing intermediate container 758fc818d00a 06:24:51 ---> 6f11c011cbe4 06:24:51 Step 14/23 : EXPOSE $APP_PORT 06:24:51 Successfully built 1e2e47a63749 06:24:51 Successfully tagged docker-support-notifications-go-arm64:latest 06:24:51  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 06:24:51 ---> Running in 1318ff7d1076 06:24:51 ---> Running in c14dab14105f 06:24:51 Removing intermediate container a15d9f92e61d 06:24:51 ---> 712e1f60a366 06:24:51 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:24:51 ---> Running in cabec4a64444 06:24:52 Removing intermediate container 1318ff7d1076 06:24:52 ---> d126292b9f5d 06:24:52 Step 14/22 : EXPOSE $APP_PORT 06:24:52 Removing intermediate container c14dab14105f 06:24:52 ---> 32e7a58ff5cb 06:24:52 Step 15/23 : WORKDIR / 06:24:52 ---> Running in 13c5b7b1b32a 06:24:52 ---> Running in 0cd6006042b0 06:24:53 Removing intermediate container 0cd6006042b0 06:24:53 ---> f75d1a23cb6e 06:24:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:24:53 Removing intermediate container 13c5b7b1b32a 06:24:53 ---> 61905ea4f5e7 06:24:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:24:55 ---> 06be537b1ec8 06:24:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:24:56 ---> c8922c58252f 06:24:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:24:56 Removing intermediate container cabec4a64444 06:24:56 ---> 80213ba97319 06:24:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:24:57 ---> c36bc9f815c6 06:24:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:24:57 ---> Running in 982d825eb692 06:24:57 ---> a4df54bbce28 06:24:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:24:58 Removing intermediate container 982d825eb692 06:24:58 ---> dc9f0f26bd24 06:24:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:24:59 ---> d6a6a52cef9f 06:24:59 ---> f58b143aa138 06:24:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:24:59 Step 19/23 : ENTRYPOINT ["/core-command"] 06:24:59 ---> 2129f2e859e3 06:24:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:24:59 ---> Running in d2a1f3c8665a 06:24:59 ---> Running in 94ff36e44c24 06:25:00 ---> Running in c5d15d4d7ab5 06:25:00 Removing intermediate container d2a1f3c8665a 06:25:00 ---> 8d9f10cfe05e 06:25:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:25:00 Removing intermediate container 94ff36e44c24 06:25:00 ---> 15c7170bb498 06:25:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:25:01 ---> Running in cc4d52bfb8db 06:25:01 ---> Running in 4283aa614148 06:25:01 Removing intermediate container 4283aa614148 06:25:01 ---> e4b2ca747a5a 06:25:01 Step 21/23 : LABEL arch=arm64 06:25:01 Removing intermediate container cc4d52bfb8db 06:25:01 ---> 49ffc2163a78 06:25:01 Step 20/22 : LABEL arch=arm64 06:25:01 ---> Running in 03db43ca12fe 06:25:01 ---> Running in 986f722c6804 06:25:03 Removing intermediate container 986f722c6804 06:25:03 ---> 6bea0a345476 06:25:03 Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8fRemoving intermediate container 03db43ca12fe 06:25:03 06:25:03 ---> dba4aa4b1107 06:25:03 Step 21/22 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:25:03 Removing intermediate container c5d15d4d7ab5 06:25:03 ---> 6aa6d484b418 06:25:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:25:03 ---> Running in ab8aea7b32ab 06:25:03 ---> Running in 8690dd9b582d 06:25:04 Removing intermediate container 8690dd9b582d 06:25:04 ---> 53c0c20f1951 06:25:04 Step 22/22 : LABEL version=0.0.0Removing intermediate container ab8aea7b32ab 06:25:04 ---> 9071937b88a3 06:25:04 Step 23/23 : LABEL version=0.0.0 06:25:04 06:25:04 ---> 025f9c638c0c 06:25:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:25:05 ---> Running in 0c02d9cc35df 06:25:05 ---> Running in 69ed0f82abe8 06:25:06 Removing intermediate container 0c02d9cc35df 06:25:06 ---> 248996229bec 06:25:06 06:25:06 Removing intermediate container 69ed0f82abe8 06:25:06 ---> 161d6148ccde 06:25:06 06:25:07 Successfully built 161d6148ccde 06:25:07 Successfully built 248996229bec 06:25:07 ---> 8ce7f46ee9c1 06:25:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:25:07 Successfully tagged docker-support-scheduler-go-arm64:latest 06:25:07  Building docker-support-scheduler-go ... done Building docker-core-data-go 06:25:07 Successfully tagged docker-core-command-go-arm64:latest 06:25:07 Building docker-core-metadata-go 06:25:08  Building docker-core-command-go ... done  ---> f732644efdb2 06:25:08 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 06:25:09 ---> 4ec153dbeb65 06:25:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:25:11 ---> 8447b29c71c1 06:25:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:25:11 ---> Running in 37b95ea968a4 06:25:12 Removing intermediate container 37b95ea968a4 06:25:12 ---> 0c4ec806cc1c 06:25:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:25:14 ---> 9584c4efcdca 06:25:14 Step 26/31 : RUN chmod +x /entrypoint.sh 06:25:15 ---> Running in 3a90c31017ef 06:25:19 Removing intermediate container 3a90c31017ef 06:25:19 ---> d2d7f6f9f808 06:25:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:25:20 ---> Running in 701b6db2535d 06:25:21 Removing intermediate container 701b6db2535d 06:25:21 ---> 8b216bd75196 06:25:21 Step 28/31 : CMD ["gate"] 06:25:21 ---> Running in 0378766fc856 06:25:22 Removing intermediate container 0378766fc856 06:25:22 ---> 08ebbeea62b3 06:25:22 Step 29/31 : LABEL arch=arm64 06:25:22 ---> Running in b2e05b455d29 06:25:23 Removing intermediate container b2e05b455d29 06:25:23 ---> 007f3dcd8d2f 06:25:23 Step 30/31 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:25:24 ---> Running in c3e33c6c5537 06:25:25 Removing intermediate container c3e33c6c5537 06:25:25 ---> d2d2d4be5808 06:25:25 Step 31/31 : LABEL version=0.0.0 06:25:26 ---> Running in 76593dd9eac0 06:25:27 Removing intermediate container 76593dd9eac0 06:25:27 ---> 4299cc4fa3e1 06:25:27 06:25:27 Successfully built 4299cc4fa3e1 06:25:27 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:25:29  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:25:29 ---> b038e12cecc8 06:25:29 Step 3/26 : WORKDIR /edgex-go 06:25:29 ---> Using cache 06:25:29 ---> 84608fe4e39c 06:25:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:29 ---> Using cache 06:25:29 ---> 6cb192d84f12 06:25:29 Step 5/26 : RUN apk add --update --no-cache make bash git 06:25:30 ---> Running in c289f2790ab6 06:25:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:25:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:25:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:25:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] 06:25:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 06:25:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 06:25:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 06:25:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 06:25:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 06:25:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 06:25:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 06:25:32 Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:25:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:25:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:25:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:25:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:25:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:25:32 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:25:32 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:25:32 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:25:32 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:25:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] 06:25:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 06:25:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 06:25:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 06:25:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 06:25:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 06:25:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] 06:25:32 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 06:25:32 Fetched 23.9 MB in 0s (0 B/s) 06:25:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:25:32 Fetched 96.5 kB in 0s (0 B/s) 06:25:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:25:32 Fetched 279 kB in 0s (0 B/s) 06:25:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:25:32 Fetched 122 kB in 0s (0 B/s) 06:25:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:25:32 Fetched 77.8 kB in 0s (0 B/s) 06:25:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:25:32 Fetched 8848 B in 0s (0 B/s) 06:25:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:25:32 Fetched 47.8 kB in 0s (0 B/s) 06:25:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:25:32 Fetched 45.6 kB in 0s (0 B/s) 06:25:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 06:25:32 Fetched 15.0 kB in 0s (0 B/s) 06:25:32 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 06:25:32 Fetched 214 kB in 0s (0 B/s) 06:25:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 06:25:32 Fetched 155 kB in 0s (0 B/s) 06:25:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:25:32 Fetched 50.6 kB in 0s (0 B/s) 06:25:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:25:32 Fetched 14.8 kB in 0s (0 B/s) 06:25:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:25:32 Fetched 41.8 kB in 0s (0 B/s) 06:25:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:25:32 Fetched 499 kB in 0s (0 B/s) 06:25:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:25:32 Fetched 111 kB in 0s (0 B/s) 06:25:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:25:32 Fetched 240 kB in 0s (0 B/s) 06:25:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:25:32 Fetched 29.3 kB in 0s (0 B/s) 06:25:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:25:32 Fetched 85.5 kB in 6s (0 B/s) 06:25:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:25:32 Fetched 24.5 kB in 0s (0 B/s) 06:25:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 06:25:32 Fetched 49.2 kB in 0s (0 B/s) 06:25:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:25:32 Fetched 54.2 kB in 0s (0 B/s) 06:25:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:25:32 Fetched 30.8 kB in 0s (0 B/s) 06:25:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 06:25:32 Fetched 17.0 kB in 0s (0 B/s) 06:25:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:25:32 Fetched 85.9 kB in 0s (0 B/s) 06:25:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:25:32 Fetched 8720 B in 0s (0 B/s) 06:25:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 06:25:32 Fetched 137 kB in 0s (0 B/s) 06:25:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:25:32 Fetched 119 kB in 0s (0 B/s) 06:25:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 06:25:32 Fetched 109 kB in 0s (0 B/s) 06:25:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:25:32 Fetched 11.1 kB in 0s (0 B/s) 06:25:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:25:32 Fetched 645 kB in 0s (0 B/s) 06:25:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:25:32 Fetched 41.3 kB in 0s (0 B/s) 06:25:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:25:32 Fetched 17.9 kB in 0s (0 B/s) 06:25:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:25:32 Fetched 368 kB in 0s (0 B/s) 06:25:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 06:25:32 Fetched 187 kB in 0s (0 B/s) 06:25:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:25:32 Fetched 175 kB in 0s (0 B/s) 06:25:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:25:32 Fetched 206 kB in 0s (0 B/s) 06:25:32 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 06:25:32 Fetched 1301 kB in 0s (0 B/s) 06:25:32 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:25:32 Fetched 36.2 kB in 0s (0 B/s) 06:25:32 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 06:25:32 Fetched 159 kB in 0s (0 B/s) 06:25:32 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:25:32 Fetched 107 kB in 0s (0 B/s) 06:25:32 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:25:32 Fetched 48.7 kB in 0s (0 B/s) 06:25:32 Pulling static-packages 06:25:33 OK: 217 MiB in 51 packages 06:25:33 'go115' has dependencies that need to be staged: go-build-helper static-packages 06:25:33 Skipping pull go-build-helper (already ran) 06:25:33 Skipping pull static-packages (already ran) 06:25:33 Building go-build-helper 06:25:35 Removing intermediate container c289f2790ab6 06:25:35 ---> 695d9b5cc640 06:25:35 Step 6/26 : COPY go.mod . 06:25:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:25:35 ---> b038e12cecc8 06:25:35 Step 3/24 : WORKDIR /edgex-go 06:25:35 ---> Using cache 06:25:35 ---> 84608fe4e39c 06:25:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:35 ---> Using cache 06:25:35 ---> 6cb192d84f12 06:25:35 Step 5/24 : RUN apk add --update --no-cache make git 06:25:35 ---> Using cache 06:25:35 ---> 30968dca78cf 06:25:35 Step 6/24 : COPY go.mod . 06:25:35 ---> Using cache 06:25:35 ---> db4e28cb075b 06:25:35 Step 7/24 : RUN go mod download 06:25:35 ---> Using cache 06:25:35 ---> 1a5b8153689d 06:25:35 Step 8/24 : COPY . . 06:25:36 ---> Using cache 06:25:36 ---> f72b7f26f5b6 06:25:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:25:36 Building static-packages 06:25:37 ---> 9794d8f80dc9 06:25:37 Step 7/26 : RUN go mod download 06:25:37 ---> Running in 035525907a2e 06:25:37 ---> Running in 45d2944bf841 06:25:38 Staging go-build-helper 06:25:39 Staging static-packages 06:25:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:25:40 Pulling go115 06:25:41 'edgex-go' has dependencies that need to be staged: go115 06:25:41 Skipping pull go115 (already ran) 06:25:41 Building go115 06:25:41 % Total % Received % Xferd Average Speed Time Time Time Current 06:25:41 Dload Upload Total Spent Left Speed 06:25:44 Removing intermediate container 45d2944bf841 06:25:44 ---> c95d0b202401 06:25:44 Step 8/26 : COPY . . 06:25:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6975k 0 0 20.3M 0 0:00:05 --:--:-- 0:00:05 20.3M 41 115M 41 47.6M 0 0 35.7M 0 0:00:03 0:00:01 0:00:02 35.7M 81 115M 81 93.9M 0 0 40.3M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 115M 100 115M 0 0 40.7M 0 0:00:02 0:00:02 --:--:-- 40.7M 06:25:45 go1.15.2.linux-amd64.tar.gz: OK 06:25:49 Staging go115 06:25:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:25:52 ---> b038e12cecc8 06:25:52 Step 3/23 : WORKDIR /edgex-go 06:25:52 ---> Using cache 06:25:52 ---> 84608fe4e39c 06:25:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:52 ---> Using cache 06:25:52 ---> 6cb192d84f12 06:25:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:25:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:25:52 ---> b038e12cecc8 06:25:52 Step 3/23 : WORKDIR /edgex-go 06:25:52 ---> Using cache 06:25:52 ---> 84608fe4e39c 06:25:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:52 ---> Using cache 06:25:52 ---> 6cb192d84f12 06:25:52 Step 5/23 : RUN apk add --update --no-cache make git 06:25:52 ---> Using cache 06:25:52 ---> 30968dca78cf 06:25:52 Step 6/23 : COPY go.mod . 06:25:52 ---> Using cache 06:25:52 ---> db4e28cb075b 06:25:52 Step 7/23 : RUN go mod download 06:25:52 ---> Using cache 06:25:52 ---> 1a5b8153689d 06:25:52 Step 8/23 : COPY . . 06:25:52 ---> Using cache 06:25:52 ---> f72b7f26f5b6 06:25:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:25:54 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:25:54 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:25:54 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:25:54 Fetched 0 B in 0s (0 B/s) 06:25:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:25:54 Fetched 224 kB in 0s (0 B/s) 06:25:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:25:54 Fetched 157 kB in 0s (0 B/s) 06:25:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:25:54 Fetched 221 kB in 0s (0 B/s) 06:25:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:25:54 Fetched 143 kB in 0s (0 B/s) 06:25:54 Pulling edgex-go 06:25:55 Pulling version 06:25:55 ---> Running in fad7993b8072 06:25:55 ---> Running in 515151c9d7c2 06:25:56 Building config-common 06:25:58 Skipping build go-build-helper (already ran) 06:25:58 Skipping build static-packages (already ran) 06:25:58 Skipping build go115 (already ran) 06:25:58 Building edgex-go 06:25:58 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:25:58 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:25:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:25:59 go: downloading github.com/gorilla/mux v1.8.0 06:25:59 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:25:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 06:25:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.6 06:25:59 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 06:25:59 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:25:59 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 06:25:59 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 06:25:59 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 06:25:59 go: downloading github.com/BurntSushi/toml v0.3.1 06:25:59 go: downloading github.com/pelletier/go-toml v1.2.0 06:25:59 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:25:59 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:25:59 go: downloading github.com/pebbe/zmq4 v1.2.2 06:25:59 go: downloading github.com/hashicorp/consul/api v1.1.0 06:25:59 go: downloading github.com/go-playground/validator/v10 v10.3.0 06:25:59 go: downloading github.com/go-kit/kit v0.8.0 06:25:59 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:25:59 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:25:59 go: downloading github.com/pkg/errors v0.8.1 06:25:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:25:59 go: downloading github.com/x448/float16 v0.8.4 06:25:59 go: downloading gopkg.in/yaml.v2 v2.4.0 06:25:59 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 06:25:59 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:25:59 go: downloading github.com/google/uuid v1.2.0 06:25:59 go: downloading github.com/mitchellh/copystructure v1.0.0 06:25:59 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:25:59 go: downloading github.com/hashicorp/serf v0.8.2 06:25:59 go: downloading github.com/imdario/mergo v0.3.11 06:25:59 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:25:59 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:25:59 go: downloading github.com/go-playground/universal-translator v0.17.0 06:25:59 go: downloading github.com/leodido/go-urn v1.2.0 06:25:59 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:25:59 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:25:59 go: downloading github.com/go-playground/locales v0.13.0 06:25:59 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:25:59 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:26:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:26:00 OK: 217 MiB in 51 packages 06:26:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:26:04 Removing intermediate container fad7993b8072 06:26:04 ---> 160d585f7461 06:26:04 Step 6/23 : COPY go.mod . 06:26:06 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:26:06 ---> 3e3678c1b311 06:26:06 Step 7/23 : RUN go mod download 06:26:07 ---> Running in d1875f38a45e 06:26:10 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:26:11 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:26:12 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:26:12 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:26:12 go: downloading github.com/stretchr/testify v1.7.0 06:26:12 go: downloading github.com/pmezard/go-difflib v1.0.0 06:26:12 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:26:12 go: downloading github.com/davecgh/go-spew v1.1.1 06:26:13 Removing intermediate container d1875f38a45e 06:26:13 ---> 2a1b8ed8da5a 06:26:13 Step 8/23 : COPY . . 06:26:13 ---> 7131ca576102 06:26:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:26:13 ---> Running in ea68b8c09f7a 06:26:14 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:26:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:26:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:26:15 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:26:15 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:26:16 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:26:16 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:26:18 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:26:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 06:26:19 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:26:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:26:20 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:26:20 go: downloading github.com/lib/pq v1.9.0 06:26:23 Building version 06:26:25 Staging config-common 06:26:26 Skipping stage go-build-helper (already ran) 06:26:26 Skipping stage static-packages (already ran) 06:26:26 Skipping stage go115 (already ran) 06:26:26 Staging edgex-go 06:26:26 Staging version 06:26:27 Priming config-common 06:26:28 Priming go-build-helper 06:26:29 Priming static-packages 06:26:31 Priming go115 06:26:32 Priming edgex-go 06:26:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:26:33 Priming version 06:26:34 ---> 83532f693031 06:26:34 Step 9/23 : RUN make cmd/core-data/core-data 06:26:34 ---> Running in 0efa8910d1bb 06:26:35 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv 06:26:36 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 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:26:49 Removing intermediate container 035525907a2e 06:26:49 ---> df7c77c37746 06:26:49 06:26:49 Step 10/24 : FROM alpine:3.12 06:26:49 ---> afeebe901d6b 06:26:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:26:49 ---> Running in 91233079bca7 06:26:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:26:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:26:50 (1/5) Installing ca-certificates (20191127-r4) 06:26:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:26:50 (3/5) Installing libcurl (7.69.1-r3) 06:26:50 (4/5) Installing curl (7.69.1-r3) 06:26:50 (5/5) Installing dumb-init (1.2.2-r1) 06:26:50 Executing busybox-1.31.1-r19.trigger 06:26:50 Executing ca-certificates-20191127-r4.trigger 06:26:51 OK: 7 MiB in 19 packages 06:26:53 Removing intermediate container 91233079bca7 06:26:53 ---> cdc3b275cd5d 06:26:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:26:53 ---> Running in 4fa3e786707c 06:26:54 Removing intermediate container 4fa3e786707c 06:26:54 ---> c794aa0a828b 06:26:54 Step 13/24 : WORKDIR / 06:26:54 ---> Running in f17f3ddbb887 06:26:55 Removing intermediate container f17f3ddbb887 06:26:55 ---> 4c737790c87e 06:26:55 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:26:56 ---> b00751f55cef 06:26:56 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:26:57 ---> d251a4cc3293 06:26:57 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:26:58 ---> e75aa28b7b26 06:26:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:27:00 ---> e6243f182bee 06:27:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:27:02 ---> 3ec3f9c777b9 06:27:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:27:03 ---> 968ddd66ecf7 06:27:03 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:27:03 ---> Running in e8576d0899f2 06:27:06 Removing intermediate container e8576d0899f2 06:27:06 ---> 44409c2514c2 06:27:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:27:06 ---> Running in e56f97f7ce13 06:27:07 Removing intermediate container e56f97f7ce13 06:27:07 ---> 12fd7bba45cf 06:27:07 Step 22/24 : LABEL arch=arm64 06:27:07 ---> Running in d7e3e5122982 06:27:08 Removing intermediate container d7e3e5122982 06:27:08 ---> ceb498f10e77 06:27:08 Step 23/24 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:27:08 ---> Running in 080def2dac38 06:27:08 Removing intermediate container 080def2dac38 06:27:08 ---> 13cba81a8761 06:27:08 Step 24/24 : LABEL version=0.0.0 06:27:09 ---> Running in 8ac35f3963e2 06:27:09 Removing intermediate container 8ac35f3963e2 06:27:09 ---> 08add069738c 06:27:09 06:27:10 Successfully built 08add069738c 06:27:10 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:27:37  Building docker-security-secretstore-setup-go ... done Removing intermediate container ea68b8c09f7a 06:27:37 ---> 2b8ddef9f486 06:27:37 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:27:37 ---> Running in 1d8100ed6d46 06:27:37 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:27:40 Removing intermediate container 515151c9d7c2 06:27:40 ---> ec7e8cd5a620 06:27:40 06:27:40 Step 10/23 : FROM alpine:3.12 06:27:40 ---> afeebe901d6b 06:27:40 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:27:40 ---> Using cache 06:27:40 ---> a8a0f205f755 06:27:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:27:40 ---> Using cache 06:27:40 ---> 1cf38d164403 06:27:40 Step 13/23 : ENV APP_PORT=48081 06:27:40 ---> Running in 95acffff6619 06:27:41 Removing intermediate container 95acffff6619 06:27:41 ---> e6ad949bb844 06:27:41 Step 14/23 : EXPOSE $APP_PORT 06:27:41 ---> Running in d1b13fba9edb 06:27:42 Removing intermediate container 1d8100ed6d46 06:27:42 ---> ee41ed0e4187 06:27:42 06:27:42 Step 11/26 : FROM docker:20.10.0 06:27:42 20.10.0: Pulling from library/docker 06:27:42 Removing intermediate container d1b13fba9edb 06:27:42 ---> 70197d907501 06:27:42 Step 15/23 : WORKDIR / 06:27:42 ---> Running in 7fe830379255 06:27:43 Removing intermediate container 7fe830379255 06:27:43 ---> 98b2881ed43b 06:27:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:27:46 ---> afd0a0b19a2b 06:27:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:27:48 ---> 59aef326d57a 06:27:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:27:49 ---> 9324fcf74c17 06:27:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:27:49 ---> Running in da9fc52f52be 06:27:50 Removing intermediate container da9fc52f52be 06:27:50 ---> fbf8c41fc78e 06:27:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:50 ---> Running in 03ba61eb4905 06:27:51 Removing intermediate container 03ba61eb4905 06:27:51 ---> 8f19047aaee8 06:27:51 Step 21/23 : LABEL arch=arm64 06:27:51 ---> Running in 3cf35848fa68 06:27:52 Removing intermediate container 3cf35848fa68 06:27:52 ---> 75059b1f6760 06:27:52 Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:27:52 ---> Running in 1810e396982f 06:27:53 Removing intermediate container 1810e396982f 06:27:53 ---> 4c7d409b91d6 06:27:53 Step 23/23 : LABEL version=0.0.0 06:27:53 ---> Running in e983b19d9eb5 06:27:54 Removing intermediate container e983b19d9eb5 06:27:54 ---> b3adf39f3e8d 06:27:54 06:27:54 Successfully built b3adf39f3e8d 06:27:54 Successfully tagged docker-core-metadata-go-arm64:latest 06:27:55  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:27:55 Status: Downloaded newer image for docker:20.10.0 06:27:55 ---> eeaf43b92773 06:27:55 Step 12/26 : RUN apk add --no-cache bash 06:27:55 ---> Running in e354a3d5ad2f 06:27:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:27:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:27:57 (1/2) Installing readline (8.0.4-r0) 06:27:57 (2/2) Installing bash (5.0.17-r0) 06:27:57 Executing bash-5.0.17-r0.post-install 06:27:57 Executing busybox-1.31.1-r19.trigger 06:27:57 OK: 12 MiB in 22 packages 06:27:59 Removing intermediate container e354a3d5ad2f 06:27:59 ---> 9d48ea1a64f5 06:27:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:27:59 Removing intermediate container 0efa8910d1bb 06:27:59 ---> ca92b55e95e4 06:27:59 06:27:59 Step 10/23 : FROM alpine:3.12 06:27:59 ---> afeebe901d6b 06:27:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:27:59 ---> Running in 85224ad6d9f2 06:27:59 ---> Running in 5036b49430f4 06:28:00 Removing intermediate container 85224ad6d9f2 06:28:00 ---> 24693b3f3a1c 06:28:00 Step 14/26 : ENV APP_PORT=48090 06:28:00 Removing intermediate container 5036b49430f4 06:28:00 ---> 3f5a91378c82 06:28:00 Step 12/23 : ENV APP_PORT=48080 06:28:00 ---> Running in 4aad103dd366 06:28:00 ---> Running in de408b7213f0 06:28:00 Removing intermediate container 4aad103dd366 06:28:00 ---> 1f3f040cf6d3 06:28:00 Step 15/26 : EXPOSE $APP_PORT 06:28:00 Removing intermediate container de408b7213f0 06:28:00 ---> 98379b28319c 06:28:00 Step 13/23 : EXPOSE $APP_PORT 06:28:00 ---> Running in 72820dda91f9 06:28:01 ---> Running in 9d989fc40275 06:28:01 Removing intermediate container 72820dda91f9 06:28:01 ---> 281c49a57acb 06:28:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:28:01 Removing intermediate container 9d989fc40275 06:28:01 ---> 2f5978643d07 06:28:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:28:01 ---> Running in 98895d6470a8 06:28:02 ---> 331a1bd9b5a5 06:28:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:28:03 ---> 3edf91b292fc 06:28:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:28:03 Removing intermediate container 98895d6470a8 06:28:03 ---> a327a982cddb 06:28:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:28:04 ---> Running in c3832c82d40e 06:28:04 ---> 65018bd15fc8 06:28:04 Step 19/26 : RUN apk --no-cache add py3-pip 06:28:04 ---> Running in ac872debc6bf 06:28:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:28:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:28:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:28:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:28:06 (1/33) Installing libbz2 (1.0.8-r1) 06:28:06 (2/33) Installing expat (2.2.9-r1) 06:28:06 (3/33) Installing libffi (3.3-r2) 06:28:06 (4/33) Installing gdbm (1.13-r1) 06:28:06 (5/33) Installing xz-libs (5.2.5-r0) 06:28:06 (6/33) Installing sqlite-libs (3.32.1-r0) 06:28:06 (7/33) Installing python3 (3.8.5-r0) 06:28:06 (1/6) Installing dumb-init (1.2.2-r1) 06:28:06 (2/6) Installing libgcc (9.3.0-r2) 06:28:06 (3/6) Installing libsodium (1.0.18-r0) 06:28:07 (4/6) Installing libstdc++ (9.3.0-r2) 06:28:07 (5/6) Installing libzmq (4.3.3-r0) 06:28:07 (6/6) Installing zeromq (4.3.3-r0) 06:28:07 Executing busybox-1.31.1-r19.trigger 06:28:07 OK: 8 MiB in 20 packages 06:28:08 (8/33) Installing py3-appdirs (1.4.4-r1) 06:28:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:28:08 (10/33) Installing py3-parsing (2.4.7-r0) 06:28:08 (11/33) Installing py3-six (1.15.0-r0) 06:28:08 (12/33) Installing py3-packaging (20.4-r0) 06:28:08 (13/33) Installing py3-setuptools (47.0.0-r0) 06:28:08 (14/33) Installing py3-chardet (3.0.4-r4) 06:28:08 (15/33) Installing py3-idna (2.9-r0) 06:28:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:28:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:28:08 (18/33) Installing py3-requests (2.23.0-r0) 06:28:08 (19/33) Installing py3-msgpack (1.0.0-r0) 06:28:08 (20/33) Installing py3-lockfile (0.12.2-r3) 06:28:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:28:08 (22/33) Installing py3-colorama (0.4.3-r0) 06:28:08 (23/33) Installing py3-distlib (0.3.0-r0) 06:28:08 (24/33) Installing py3-distro (1.5.0-r1) 06:28:08 (25/33) Installing py3-webencodings (0.5.1-r3) 06:28:08 (26/33) Installing py3-html5lib (1.0.1-r4) 06:28:08 (27/33) Installing py3-pytoml (0.1.21-r0) 06:28:08 (28/33) Installing py3-pep517 (0.8.2-r0) 06:28:08 (29/33) Installing py3-progress (1.5-r0) 06:28:08 (30/33) Installing py3-toml (0.10.1-r0) 06:28:08 (31/33) Installing py3-retrying (1.3.3-r0) 06:28:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:28:08 (33/33) Installing py3-pip (20.1.1-r0) 06:28:09 Executing busybox-1.31.1-r19.trigger 06:28:09 OK: 71 MiB in 55 packages 06:28:09 Removing intermediate container c3832c82d40e 06:28:09 ---> 0b148db097ca 06:28:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:10 ---> 68a9c263a131 06:28:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:28:12 ---> 9324525cbb0a 06:28:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:28:13 ---> 0d734619a2ef 06:28:13 Step 19/23 : ENTRYPOINT ["/core-data"] 06:28:13 ---> Running in 371de4e4e40f 06:28:14 Removing intermediate container 371de4e4e40f 06:28:14 ---> 9b3e9f23c670 06:28:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:28:14 ---> Running in 042be031d838 06:28:14 Removing intermediate container 042be031d838 06:28:14 ---> 346b20d8c1a1 06:28:14 Step 21/23 : LABEL arch=arm64 06:28:15 Removing intermediate container ac872debc6bf 06:28:15 ---> 2a830ef2bea3 06:28:15 Step 20/26 : RUN pip install docker-compose==1.23.2 06:28:15 ---> Running in 97726b8b2369 06:28:15 ---> Running in d62f07b8ab69 06:28:15 Removing intermediate container 97726b8b2369 06:28:15 ---> f6d99f686e93 06:28:15 Step 22/23 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:28:15 ---> Running in 32baf8870509 06:28:16 Removing intermediate container 32baf8870509 06:28:16 ---> 6c584fe3f2d3 06:28:16 Step 23/23 : LABEL version=0.0.0 06:28:16 ---> Running in 25939441f2b7 06:28:17 Removing intermediate container 25939441f2b7 06:28:17 ---> d6e6dd94d52c 06:28:17 06:28:17 Successfully built d6e6dd94d52c 06:28:17 Successfully tagged docker-core-data-go-arm64:latest 06:28:20  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 06:28:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:28:20 Collecting jsonschema<3,>=2.5.1 06:28:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:28:21 Collecting cached-property<2,>=1.2.0 06:28:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:28:22 Collecting PyYAML<4,>=3.10 06:28:22 Downloading PyYAML-3.13.tar.gz (270 kB) 06:28:25 Collecting texttable<0.10,>=0.9.0 06:28:25 Downloading texttable-0.9.1.tar.gz (11 kB) 06:28:27 Collecting docopt<0.7,>=0.6.1 06:28:27 Downloading docopt-0.6.2.tar.gz (25 kB) 06:28:29 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:28:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:28:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:28:30 Collecting dockerpty<0.5,>=0.4.1 06:28:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:28:32 Collecting websocket-client<1.0,>=0.32.0 06:28:32 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:28:33 Collecting docker<4.0,>=3.6.0 06:28:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:28:33 Collecting idna<2.8,>=2.5 06:28:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:28:34 Collecting urllib3<1.25,>=1.21.1 06:28:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:28:34 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:28:34 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:28:34 Collecting docker-pycreds>=0.4.0 06:28:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:28:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:28:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:28:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:28:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:28:35 Installing collected packages: jsonschema, cached-property, PyYAML, texttable, docopt, idna, urllib3, requests, dockerpty, websocket-client, docker-pycreds, docker, docker-compose 06:28:35 Running setup.py install for PyYAML: started 06:28:37 Running setup.py install for PyYAML: finished with status 'done' 06:28:37 Running setup.py install for texttable: started 06:28:39 Running setup.py install for texttable: finished with status 'done' 06:28:39 Running setup.py install for docopt: started 06:28:41 Running setup.py install for docopt: finished with status 'done' 06:28:41 Attempting uninstall: idna 06:28:41 Found existing installation: idna 2.9 06:28:41 Uninstalling idna-2.9: 06:28:41 Successfully uninstalled idna-2.9 06:28:42 Attempting uninstall: urllib3 06:28:42 Found existing installation: urllib3 1.25.9 06:28:42 Uninstalling urllib3-1.25.9: 06:28:42 Successfully uninstalled urllib3-1.25.9 06:28:42 Attempting uninstall: requests 06:28:42 Found existing installation: requests 2.23.0 06:28:42 Uninstalling requests-2.23.0: 06:28:42 Successfully uninstalled requests-2.23.0 06:28:43 Running setup.py install for dockerpty: started 06:28:45 Running setup.py install for dockerpty: finished with status 'done' 06:28:47 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.57.0 06:28:51 Removing intermediate container d62f07b8ab69 06:28:51 ---> 6021ebc16707 06:28:51 Step 21/26 : RUN apk --no-cache add curl 06:28:51 ---> Running in 0f1e975bc307 06:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:28:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:28:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:28:52 (2/3) Installing libcurl (7.69.1-r3) 06:28:52 (3/3) Installing curl (7.69.1-r3) 06:28:52 Executing busybox-1.31.1-r19.trigger 06:28:52 OK: 71 MiB in 58 packages 06:28:54 Removing intermediate container 0f1e975bc307 06:28:54 ---> 4db0a4f1e514 06:28:54 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:28:54 ---> Running in 162342b31c54 06:28:54 Removing intermediate container 162342b31c54 06:28:54 ---> 00a0f2b0a3a5 06:28:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:28:54 ---> Running in 27e1a73a1bf6 06:28:55 Removing intermediate container 27e1a73a1bf6 06:28:55 ---> 58c3d15b4b81 06:28:55 Step 24/26 : LABEL arch=arm64 06:28:55 ---> Running in 1a7ca40f4af1 06:28:56 Removing intermediate container 1a7ca40f4af1 06:28:56 ---> 724575373ef0 06:28:56 Step 25/26 : LABEL git_sha=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f 06:28:56 ---> Running in 730dd503f8fb 06:28:56 Removing intermediate container 730dd503f8fb 06:28:56 ---> 09ca631df37b 06:28:56 Step 26/26 : LABEL version=0.0.0 06:28:56 ---> Running in 70396c50085a 06:28:57 Removing intermediate container 70396c50085a 06:28:57 ---> 0da430bdd624 06:28:57 06:28:57 Successfully built 0da430bdd624 06:28:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:28:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:28:57 $ docker stop --time=1 0e38cb810542bde27e3dd7ac197ac9be6972c6180e829d4beb4039d5b3f95c53 06:28:59 $ docker rm -f 0e38cb810542bde27e3dd7ac197ac9be6972c6180e829d4beb4039d5b3f95c53 [Pipeline] // withDockerContainer [Pipeline] sh 06:29:00 + docker images 06:29:00 + grep docker 06:29:00 docker-sys-mgmt-agent-go-arm64 latest 0da430bdd624 4 seconds ago 300MB 06:29:00 docker-core-data-go-arm64 latest d6e6dd94d52c 44 seconds ago 21MB 06:29:00 docker-core-metadata-go-arm64 latest b3adf39f3e8d About a minute ago 17.8MB 06:29:00 docker-security-secretstore-setup-go-arm64 latest 08add069738c About a minute ago 23.4MB 06:29:00 docker-security-bootstrapper-go-arm64 latest 4299cc4fa3e1 3 minutes ago 22.6MB 06:29:00 docker-support-scheduler-go-arm64 latest 161d6148ccde 3 minutes ago 16.1MB 06:29:00 docker-core-command-go-arm64 latest 248996229bec 3 minutes ago 16MB 06:29:00 docker-support-notifications-go-arm64 latest 1e2e47a63749 4 minutes ago 16MB 06:29:00 docker-security-proxy-setup-go-arm64 latest a64a90beb59a 4 minutes ago 23.2MB 06:29:00 docker 20.10.0 eeaf43b92773 7 weeks 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 06:29:03 provisioning config files... 06:29:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config886310119898736117tmp [Pipeline] { [Pipeline] sh 06:29:03 + set +x 06:29:03 + curl -s https://codecov.io/bash 06:29:03 + bash -s -- 06:29:03 06:29:03 _____ _ 06:29:03 / ____| | | 06:29:03 | | ___ __| | ___ ___ _____ __ 06:29:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:29:03 | |___| (_) | (_| | __/ (_| (_) \ V / 06:29:03 \_____\___/ \__,_|\___|\___\___/ \_/ 06:29:03 Bash-20210129-7c25fce 06:29:03 06:29:03 06:29:03 ==> git version 2.24.3 found 06:29:03 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 06:29:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:29:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:29:04 curl: option -sm: expected a proper numerical parameter 06:29:04 curl: try 'curl --help' or 'curl --manual' for more information 06:29:04 ==> Jenkins CI detected. 06:29:04 project root: . 06:29:04 --> token set from env 06:29:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:29:04 ==> Running gcov in . (disable via -X gcov) 06:29:04 ==> Python coveragepy not found 06:29:04 ==> Searching for coverage reports in: 06:29:04 + . 06:29:04 -> Found 1 reports 06:29:04 ==> Detecting git/mercurial file structure 06:29:04 ==> Reading reports 06:29:04 + ./coverage.out bytes=574984 06:29:04 ==> Appending adjustments 06:29:04 https://docs.codecov.io/docs/fixing-reports 06:29:07 + Found adjustments 06:29:07 ==> Gzipping contents 06:29:07 88K /tmp/codecov.4eVaU0.gz 06:29:07 ==> Uploading reports 06:29:07 url: https://codecov.io 06:29:07 query: branch=PR-3112&commit=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= 06:29:07 -> Pinging Codecov 06:29:07 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3112&commit=616cd62c9b10b52737baae2c5ed3475b7d7bfd8f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3112%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3112&job=&cmd_args= 06:29:08 -> Uploading to 06:29:08 https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/616cd62c9b10b52737baae2c5ed3475b7d7bfd8f/563013d6-583e-4c15-b414-f2f734d87ce0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T062908Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3617d8c71ad7e45fb20158ea6d154cdc99a573941728bd01823549881a34a256 06:29:08 % Total % Received % Xferd Average Speed Time Time Time Current 06:29:08 Dload Upload Total Spent Left Speed 06:29:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87010 0 0 100 87010 0 180k --:--:-- --:--:-- --:--:-- 180k 100 87010 0 0 100 87010 0 180k --:--:-- --:--:-- --:--:-- 180k 06:29:08 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/616cd62c9b10b52737baae2c5ed3475b7d7bfd8f [Pipeline] } 06:29:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:29:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:29:12 ---> package-listing.sh 06:29:12 ++ facter osfamily 06:29:12 ++ tr '[:upper:]' '[:lower:]' 06:29:12 + OS_FAMILY=redhat 06:29:12 + workspace=/w/workspace/edgex-go/1 06:29:12 + START_PACKAGES=/tmp/packages_start.txt 06:29:12 + END_PACKAGES=/tmp/packages_end.txt 06:29:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:29:12 + PACKAGES=/tmp/packages_start.txt 06:29:12 + '[' /w/workspace/edgex-go/1 ']' 06:29:12 + PACKAGES=/tmp/packages_end.txt 06:29:12 + case "${OS_FAMILY}" in 06:29:12 + rpm -qa 06:29:12 + sort 06:29:18 + '[' -f /tmp/packages_start.txt ']' 06:29:18 + '[' -f /tmp/packages_end.txt ']' 06:29:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:29:18 + '[' /w/workspace/edgex-go/1 ']' 06:29:18 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:29:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:29:18 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:29:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:29:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:19 06:29:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:29:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:19 alpine: Pulling from edgex-lftools-log-publisher 06:29:19 df20fa9351a1: Pulling fs layer 06:29:19 36b3adc4ff6f: Pulling fs layer 06:29:19 8ad3a11d3b57: Pulling fs layer 06:29:19 46f8f816bc3b: Pulling fs layer 06:29:19 93b61091891f: Pulling fs layer 06:29:19 93b9cdb0e59b: Pulling fs layer 06:29:19 5e14af77c1be: Pulling fs layer 06:29:19 01666e4c0597: Pulling fs layer 06:29:19 aa168da1d23b: Pulling fs layer 06:29:19 93b61091891f: Waiting 06:29:19 01666e4c0597: Waiting 06:29:19 aa168da1d23b: Waiting 06:29:19 93b9cdb0e59b: Waiting 06:29:19 5e14af77c1be: Waiting 06:29:19 46f8f816bc3b: Waiting 06:29:19 36b3adc4ff6f: Download complete 06:29:19 46f8f816bc3b: Verifying Checksum 06:29:19 46f8f816bc3b: Download complete 06:29:19 df20fa9351a1: Verifying Checksum 06:29:19 df20fa9351a1: Download complete 06:29:19 93b9cdb0e59b: Verifying Checksum 06:29:19 93b9cdb0e59b: Download complete 06:29:19 93b61091891f: Verifying Checksum 06:29:19 93b61091891f: Download complete 06:29:19 5e14af77c1be: Verifying Checksum 06:29:19 5e14af77c1be: Download complete 06:29:19 01666e4c0597: Verifying Checksum 06:29:19 01666e4c0597: Download complete 06:29:19 8ad3a11d3b57: Verifying Checksum 06:29:19 8ad3a11d3b57: Download complete 06:29:20 df20fa9351a1: Pull complete 06:29:20 36b3adc4ff6f: Pull complete 06:29:21 8ad3a11d3b57: Pull complete 06:29:21 46f8f816bc3b: Pull complete 06:29:21 aa168da1d23b: Verifying Checksum 06:29:21 aa168da1d23b: Download complete 06:29:22 93b61091891f: Pull complete 06:29:22 93b9cdb0e59b: Pull complete 06:29:22 5e14af77c1be: Pull complete 06:29:22 01666e4c0597: Pull complete 06:29:30 aa168da1d23b: Pull complete 06:29:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:29:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:29:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:29:31 prd-centos7-docker-4c-2g-24527 does not seem to be running inside a container 06:29:31 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:29:35 $ docker top 02909b222a813e5104041552b3162faa4485f70b50ce95b79eb3814943efd325 -eo pid,comm [Pipeline] { [Pipeline] sh 06:29:36 + touch /tmp/pre-build-complete [Pipeline] sh 06:29:36 + mkdir -p /var/log/sa [Pipeline] sh 06:29:36 + ls /var/log/sa-host 06:29:36 + sadf -c /var/log/sa-host/sa02 06:29:36 file_magic: OK 06:29:36 HZ: Using current value: 100 06:29:36 file_header: OK 06:29:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:29:36 Statistics: 06:29:36 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... 06:29:36 File successfully converted to sysstat format version 12.2.1 06:29:36 + sadf -c /var/log/sa-host/sa23 06:29:36 file_magic: OK 06:29:36 HZ: Using current value: 100 06:29:36 file_header: OK 06:29:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 06:29:36 Statistics: 06:29:36 Hnuu...uuuununununu... 06:29:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:29:37 provisioning config files... 06:29:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config834886587514526740tmp [Pipeline] { [Pipeline] echo 06:29:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:29:37 ---> create-netrc.sh [Pipeline] } 06:29:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:29:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:29:38 ---> python-tools-install.sh [Pipeline] echo 06:29:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:29:38 ---> sudo-logs.sh 06:29:38 Archiving 'sudo' log.. [Pipeline] echo 06:29:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:29:38 ---> job-cost.sh 06:29:38 lf-activate-venv: SKIPPING 06:29:38 INFO: No Stack... 06:29:39 INFO: Retrieving Pricing Info for: v1-standard-2 06:29:40 INFO: Archiving Costs [Pipeline] echo 06:29:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:29:40 ---> logs-deploy.sh 06:29:40 lf-activate-venv: SKIPPING 06:29:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3112/1 06:29:40 INFO: archiving workspace using pattern(s): 06:29:42 Archives upload complete. 06:29:42 INFO: archiving logs to Nexus