Pull request #3085 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9675dda737749418a9e6e468e7912526e7704378+668f0a3a269f3b051418dc2678a30c23b2beea7f (27a77b8b04c61c7d0fe74f7d76c00aa7d940eb98) 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-3085/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-3085/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-23363 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [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/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit 9675dda737749418a9e6e468e7912526e7704378 Merge succeeded, producing 9675dda737749418a9e6e468e7912526e7704378 Checking out Revision 9675dda737749418a9e6e468e7912526e7704378 (PR-3085) > git config core.sparsecheckout # timeout=10 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # 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:20:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:20:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:20:10 ========================================================= 06:20:10 EdgeX Global Pipelines Version Info 06:20:10 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:20:12 ------------------- 06:20:12 stable info: 06:20:12 ------------------- 06:20:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:20:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:20:12 Message: update stable to v1.0.179 06:20:12 ------------------- 06:20:12 experimental info: 06:20:12 ------------------- 06:20:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:20:12 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 06:20:12 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:20:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:20:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:20:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:20:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:20:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:20:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:20:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:20:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:20:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:20:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:20:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:20:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:20:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:20:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 06:20:15 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 06:20:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3085 [Pipeline] echo 06:20:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3085 [Pipeline] echo 06:20:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3085 [Pipeline] echo 06:20:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9675dda737749418a9e6e468e7912526e7704378 [Pipeline] echo 06:20:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9675dda [Pipeline] echo 06:20:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:20:16 provisioning config files... 06:20:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7948912666847006758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:20:17 ---> docker-login.sh 06:20:17 nexus3.edgexfoundry.org:10001 06:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:17 Configure a credential helper to remove this warning. See 06:20:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:17 06:20:17 Login Succeeded 06:20:17 nexus3.edgexfoundry.org:10002 06:20:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:17 Configure a credential helper to remove this warning. See 06:20:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:17 06:20:17 Login Succeeded 06:20:17 nexus3.edgexfoundry.org:10003 06:20:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:18 Configure a credential helper to remove this warning. See 06:20:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:18 06:20:18 Login Succeeded 06:20:18 nexus3.edgexfoundry.org:10004 06:20:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:18 Configure a credential helper to remove this warning. See 06:20:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:18 06:20:18 Login Succeeded 06:20:18 docker.io 06:20:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:20:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:20:18 Configure a credential helper to remove this warning. See 06:20:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:20:18 06:20:18 Login Succeeded 06:20:18 ---> docker-login.sh ends [Pipeline] } 06:20:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:20:19 ++ 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:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/core-command/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo core-command,cmd/core-command/Dockerfile 06:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/core-data/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo core-data,cmd/core-data/Dockerfile 06:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/core-metadata/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo core-metadata,cmd/core-metadata/Dockerfile 06:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/security-bootstrapper/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/security-proxy-setup/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/support-notifications/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo support-notifications,cmd/support-notifications/Dockerfile 06:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/support-scheduler/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:20:19 + for file in '`ls cmd/**/Dockerfile`' 06:20:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:20:19 ++ cut -d/ -f2 06:20:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:20:19 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:20:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:20:20 06:20:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:20:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:20:21 latest: Pulling from edgex-devops/git-semver 06:20:21 31603596830f: Pulling fs layer 06:20:21 2a8b12db71e7: Pulling fs layer 06:20:21 6ca5941a6612: Pulling fs layer 06:20:21 ecc8261a40a4: Pulling fs layer 06:20:21 ecc8261a40a4: Waiting 06:20:21 2a8b12db71e7: Verifying Checksum 06:20:21 2a8b12db71e7: Download complete 06:20:21 31603596830f: Verifying Checksum 06:20:21 31603596830f: Download complete 06:20:21 ecc8261a40a4: Verifying Checksum 06:20:21 ecc8261a40a4: Download complete 06:20:21 6ca5941a6612: Verifying Checksum 06:20:21 6ca5941a6612: Download complete 06:20:21 31603596830f: Pull complete 06:20:21 2a8b12db71e7: Pull complete 06:20:22 6ca5941a6612: Pull complete 06:20:22 ecc8261a40a4: Pull complete 06:20:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:20:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:20:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:20:22 prd-centos7-docker-4c-2g-23363 does not seem to be running inside a container 06:20:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:20:25 $ docker top 4912aede8ba7138f0b7be7e5b579b11a6c8fefaa79b024e851d07359a725b869 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:20:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:20:26 [ssh-agent] Looking for ssh-agent implementation... 06:20:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:20:26 $ docker exec 4912aede8ba7138f0b7be7e5b579b11a6c8fefaa79b024e851d07359a725b869 ssh-agent 06:20:26 SSH_AUTH_SOCK=/tmp/ssh-C1d9GP2sHSTt/agent.11 06:20:26 SSH_AGENT_PID=16 06:20:26 Running ssh-add (command line suppressed) 06:20:26 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8831114888336461446.key (/w/workspace/edgex-go/1@tmp/private_key_8831114888336461446.key) 06:20:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:20:27 + git tag --points-at HEAD [Pipeline] } 06:20:27 $ docker exec --env ******** --env ******** 4912aede8ba7138f0b7be7e5b579b11a6c8fefaa79b024e851d07359a725b869 ssh-agent -k 06:20:27 unset SSH_AUTH_SOCK; 06:20:27 unset SSH_AGENT_PID; 06:20:27 echo Agent pid 16 killed; 06:20:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:20:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:20:27 [ssh-agent] Looking for ssh-agent implementation... 06:20:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:20:27 $ docker exec 4912aede8ba7138f0b7be7e5b579b11a6c8fefaa79b024e851d07359a725b869 ssh-agent 06:20:28 SSH_AUTH_SOCK=/tmp/ssh-trKBM7UcNapD/agent.46 06:20:28 SSH_AGENT_PID=51 06:20:28 Running ssh-add (command line suppressed) 06:20:28 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1660311629200450278.key (/w/workspace/edgex-go/1@tmp/private_key_1660311629200450278.key) 06:20:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:20:28 + git semver init 06:20:28 # -> Open(): unable to determine branch for HEAD 06:20:28 # $GIT_DIR = /w/workspace/edgex-go/1/.git 06:20:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 06:20:28 # $SEMVER_REMOTE_NAME = origin 06:20:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:20:28 # $SEMVER_USER_NAME = edgex-jenkins 06:20:28 # $SEMVER_BRANCH = PR-3085 06:20:28 # $SEMVER_TEMP = /tmp/semver-864891545 06:20:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:20:55 # '/tmp/semver-864891545' -> '/w/workspace/edgex-go/1/.semver' 06:20:55 # -> Force: false 06:20:55 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 06:20:55 $ docker exec --env ******** --env ******** 4912aede8ba7138f0b7be7e5b579b11a6c8fefaa79b024e851d07359a725b869 ssh-agent -k 06:20:55 unset SSH_AUTH_SOCK; 06:20:55 unset SSH_AGENT_PID; 06:20:55 echo Agent pid 51 killed; 06:20:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:20:56 + git semver [Pipeline] } 06:20:56 $ docker stop --time=1 4912aede8ba7138f0b7be7e5b579b11a6c8fefaa79b024e851d07359a725b869 06:20:58 $ docker rm -f 4912aede8ba7138f0b7be7e5b579b11a6c8fefaa79b024e851d07359a725b869 [Pipeline] // withDockerContainer [Pipeline] sh 06:20:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:20:59 Stashed 1 file(s) [Pipeline] echo 06:20:59 [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:21:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:21:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:21:01 + true 06:21:01 + sudo service docker restart 06:21:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:21:01 ========================================================= 06:21:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:21:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:21:02 + 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:21:05 Sending build context to Docker daemon 327.1MB 06:21:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:21:05 Step 2/6 : FROM ${BASE} 06:21:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:21:05 188c0c94c7c5: Pulling fs layer 06:21:05 0ef7d3d256c8: Pulling fs layer 06:21:05 de9db76c5a1d: Pulling fs layer 06:21:05 bca2f99d35d6: Pulling fs layer 06:21:05 93359f2a8cfa: Pulling fs layer 06:21:05 7c6f9722023f: Pulling fs layer 06:21:05 a35cf1a2eb13: Pulling fs layer 06:21:05 93359f2a8cfa: Waiting 06:21:05 7c6f9722023f: Waiting 06:21:05 a35cf1a2eb13: Waiting 06:21:05 bca2f99d35d6: Waiting 06:21:05 de9db76c5a1d: Verifying Checksum 06:21:05 de9db76c5a1d: Download complete 06:21:05 0ef7d3d256c8: Download complete 06:21:05 93359f2a8cfa: Verifying Checksum 06:21:05 93359f2a8cfa: Download complete 06:21:05 7c6f9722023f: Verifying Checksum 06:21:05 7c6f9722023f: Download complete 06:21:05 188c0c94c7c5: Verifying Checksum 06:21:05 188c0c94c7c5: Download complete 06:21:06 188c0c94c7c5: Pull complete 06:21:06 0ef7d3d256c8: Pull complete 06:21:06 de9db76c5a1d: Pull complete 06:21:07 a35cf1a2eb13: Verifying Checksum 06:21:07 a35cf1a2eb13: Download complete 06:21:08 bca2f99d35d6: Verifying Checksum 06:21:08 bca2f99d35d6: Download complete 06:21:14 bca2f99d35d6: Pull complete 06:21:14 93359f2a8cfa: Pull complete 06:21:14 7c6f9722023f: Pull complete 06:21:14 Still waiting to schedule task 06:21:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:21:19 a35cf1a2eb13: Pull complete 06:21:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:21:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:21:19 ---> a62c8e92a672 06:21:19 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:21:19 ---> Running in a9dc3087df75 06:21:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:21:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:21:23 (1/12) Installing libmagic (5.38-r0) 06:21:24 (2/12) Installing file (5.38-r0) 06:21:24 (3/12) Installing libc-dev (0.7.2-r3) 06:21:24 (4/12) Installing g++ (9.3.0-r2) 06:21:39 (5/12) Installing fortify-headers (1.1-r0) 06:21:39 (6/12) Installing patch (2.7.6-r6) 06:21:39 (7/12) Installing build-base (0.5-r2) 06:21:39 (8/12) Installing libsodium (1.0.18-r0) 06:21:39 (9/12) Installing pkgconf (1.7.2-r0) 06:21:39 (10/12) Installing libsodium-dev (1.0.18-r0) 06:21:39 (11/12) Installing libzmq (4.3.3-r0) 06:21:39 (12/12) Installing zeromq-dev (4.3.3-r0) 06:21:39 Executing busybox-1.31.1-r19.trigger 06:21:39 OK: 233 MiB in 51 packages 06:21:43 Removing intermediate container a9dc3087df75 06:21:43 ---> 58c698ef1187 06:21:43 Step 4/6 : WORKDIR /edgex-go 06:21:43 ---> Running in f58d630c569c 06:21:43 Removing intermediate container f58d630c569c 06:21:43 ---> 403a91afd8ed 06:21:43 Step 5/6 : COPY go.mod . 06:21:43 ---> 2ce18c3377d5 06:21:43 Step 6/6 : RUN go mod download 06:21:43 ---> Running in 95fc79ab11cd 06:22:05 Removing intermediate container 95fc79ab11cd 06:22:05 ---> 48b1123a31d9 06:22:05 Successfully built 48b1123a31d9 06:22:05 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:22:06 + docker inspect -f . ci-base-image-x86_64 06:22:06 . [Pipeline] withDockerContainer 06:22:06 prd-centos7-docker-4c-2g-23363 does not seem to be running inside a container 06:22:06 $ 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-x86_64 cat 06:22:07 $ docker top d013d294256d47ca09312d56c77d165aad11b13d0efd3beeb1f84ab0f3c9e9d9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:22:07 + go version 06:22:07 go version go1.15.5 linux/amd64 [Pipeline] } 06:22:07 $ docker stop --time=1 d013d294256d47ca09312d56c77d165aad11b13d0efd3beeb1f84ab0f3c9e9d9 06:22:09 $ docker rm -f d013d294256d47ca09312d56c77d165aad11b13d0efd3beeb1f84ab0f3c9e9d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:22:10 + docker inspect -f . ci-base-image-x86_64 06:22:10 . [Pipeline] withDockerContainer 06:22:10 prd-centos7-docker-4c-2g-23363 does not seem to be running inside a container 06:22:10 $ 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-x86_64 cat 06:22:11 $ docker top 97608846eba28e3474eeb82fcffc24ccb64ea02738df10e1b789dddd7cf7eb78 -eo pid,comm [Pipeline] { [Pipeline] echo 06:22:11 ========================================================= 06:22:11 [edgeXBuildGoParallel] Running Tests and Build... 06:22:11 ========================================================= [Pipeline] sh 06:22:11 + make test 06:22:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:22:21 ? github.com/edgexfoundry/edgex-go [no test files] 06:22:37 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:22:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:22:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:22:44 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:22:44 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:22:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:22:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:22:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:22:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:22:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:22:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:22:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:22:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:22:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:22:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.127s coverage: 46.6% of statements 06:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.146s coverage: 27.1% of statements 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.115s coverage: 65.8% of statements 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:22:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.147s coverage: 82.3% of statements 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:22:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:22:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.386s coverage: 28.6% of statements 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:22:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.133s coverage: 100.0% of statements 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:22:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:22:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.171s coverage: 86.7% of statements 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:22:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:22:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:22:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:23:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.556s coverage: 92.8% of statements 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:23:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:23:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.077s coverage: 0.1% of statements 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:23:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 43.8% of statements 06:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.044s coverage: 79.5% of statements 06:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.048s coverage: 94.1% of statements 06:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements 06:23:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.050s coverage: 94.4% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.056s coverage: 87.2% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.4% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 68.9% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.369s coverage: 84.0% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.140s coverage: 47.1% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:23:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 06:23:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:23:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 29.1% of statements 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:23:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:23:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:23:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:23:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:23:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:23:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:23:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 06:23:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 06:23:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 06:23:17 GO111MODULE=on go vet ./... 06:23:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23369 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws 06:23:27 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:23:33 using credential edgex-jenkins-ssh 06:23:33 Cloning the remote Git repository 06:23:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:23:33 > git init /w/workspace/edgex-go/1 # timeout=10 06:23:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:23:33 > git --version # timeout=10 06:23:33 > git --version # 'git version 2.17.1' 06:23:33 using GIT_SSH to set credentials SSH Credentials for GitHub 06:23:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:23:44 gofmt -l . 06:23:45 [ "`gofmt -l .`" = "" ] 06:23:45 ./bin/test-go-mod-tidy.sh 06:23:46 ./bin/test-attribution-txt.sh [Pipeline] sh 06:23:47 + ls -al . 06:23:47 total 668 06:23:47 drwxrwxr-x 10 1001 1001 4096 Jan 27 06:23 . 06:23:47 drwxr-xr-x 4 root root 28 Jan 27 06:22 .. 06:23:47 -rw-rw-r-- 1 1001 1001 11 Jan 27 06:20 .dockerignore 06:23:47 drwxrwxr-x 8 1001 1001 179 Jan 27 06:20 .git 06:23:47 drwxrwxr-x 3 1001 1001 125 Jan 27 06:20 .github 06:23:47 -rw-rw-r-- 1 1001 1001 872 Jan 27 06:20 .gitignore 06:23:47 drwx------ 3 1001 1001 60 Jan 27 06:20 .semver 06:23:47 -rw-rw-r-- 1 1001 1001 166 Jan 27 06:20 .sonarcloud.properties 06:23:47 -rw-rw-r-- 1 1001 1001 7859 Jan 27 06:20 Attribution.txt 06:23:47 -rw-rw-r-- 1 1001 1001 3804 Jan 27 06:20 CONTRIBUTING.md 06:23:47 -rw-rw-r-- 1 1001 1001 931 Jan 27 06:20 Dockerfile.build 06:23:47 -rw-rw-r-- 1 1001 1001 863 Jan 27 06:20 Jenkinsfile 06:23:47 -rw-rw-r-- 1 1001 1001 10775 Jan 27 06:20 LICENSE 06:23:47 -rw-rw-r-- 1 1001 1001 6001 Jan 27 06:20 Makefile 06:23:47 -rw-rw-r-- 1 1001 1001 6524 Jan 27 06:20 README.md 06:23:47 -rw-rw-r-- 1 1001 1001 6755 Jan 27 06:20 SECURITY.md 06:23:47 -rw-rw-r-- 1 1001 1001 5 Jan 27 06:20 VERSION 06:23:47 -rw-rw-r-- 1 1001 1001 4131 Jan 27 06:20 ZMQWindows.md 06:23:47 drwxrwxr-x 2 1001 1001 117 Jan 27 06:20 bin 06:23:47 drwxrwxr-x 15 1001 1001 4096 Jan 27 06:20 cmd 06:23:47 -rw-r--r-- 1 root root 564700 Jan 27 06:23 coverage.out 06:23:47 -rw-r--r-- 1 root root 1053 Jan 27 06:23 go.mod 06:23:47 -rw-r--r-- 1 root root 18995 Jan 27 06:23 go.sum 06:23:47 drwxrwxr-x 8 1001 1001 127 Jan 27 06:20 internal 06:23:47 drwxrwxr-x 4 1001 1001 26 Jan 27 06:20 openapi 06:23:47 drwxrwxr-x 4 1001 1001 71 Jan 27 06:20 snap 06:23:47 -rw-rw-r-- 1 1001 1001 168 Jan 27 06:20 version.go [Pipeline] sh 06:23:48 + '[' -e coverage.out ] 06:23:48 + chown 1001:1001 coverage.out [Pipeline] stash 06:23:48 Stashed 1 file(s) [Pipeline] sh 06:23:48 + make build 06:23:48 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:23:52 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:24:00 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit 9675dda737749418a9e6e468e7912526e7704378 06:24:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:24:00 Merge succeeded, producing 9675dda737749418a9e6e468e7912526e7704378 06:24:00 Checking out Revision 9675dda737749418a9e6e468e7912526e7704378 (PR-3085) 06:24:00 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:23:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:23:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:23:59 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:23:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:23:59 using GIT_SSH to set credentials SSH Credentials for GitHub 06:23:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:24:00 > git config core.sparsecheckout # timeout=10 06:24:00 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 06:24:00 > git remote # timeout=10 06:24:00 > git config --get remote.origin.url # timeout=10 06:24:00 using GIT_SSH to set credentials SSH Credentials for GitHub 06:24:00 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 06:24:00 > git rev-parse HEAD^{commit} # timeout=10 06:24:00 > git config core.sparsecheckout # timeout=10 06:24:00 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 06:24:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:24:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:24:04 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:24:05 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 06:24:05 > git --version # timeout=10 06:24:05 > git --version # 'git version 2.17.1' 06:24:05 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { 06:24:05 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 [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:24:07 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:24:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:24:07 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:24:07 + true 06:24:07 + sudo service docker restart 06:24:08 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:24:09 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:24:10 provisioning config files... 06:24:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config896730752372072270tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:24:10 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:10 ---> docker-login.sh 06:24:10 nexus3.edgexfoundry.org:10001 06:24:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:11 Configure a credential helper to remove this warning. See 06:24:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:11 06:24:11 Login Succeeded 06:24:11 nexus3.edgexfoundry.org:10002 06:24:11 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:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:12 Configure a credential helper to remove this warning. See 06:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:12 06:24:12 Login Succeeded 06:24:12 nexus3.edgexfoundry.org:10003 06:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:12 Configure a credential helper to remove this warning. See 06:24:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:12 06:24:12 Login Succeeded 06:24:12 nexus3.edgexfoundry.org:10004 06:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:13 Configure a credential helper to remove this warning. See 06:24:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:13 06:24:13 Login Succeeded 06:24:13 docker.io 06:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:24:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:24:14 Configure a credential helper to remove this warning. See 06:24:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:24:14 06:24:14 Login Succeeded 06:24:14 ---> docker-login.sh ends [Pipeline] } 06:24:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } 06:24:14 $ docker stop --time=1 97608846eba28e3474eeb82fcffc24ccb64ea02738df10e1b789dddd7cf7eb78 06:24:16 $ docker rm -f 97608846eba28e3474eeb82fcffc24ccb64ea02738df10e1b789dddd7cf7eb78 [Pipeline] unstash [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] echo 06:24:17 ========================================================= 06:24:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:24:17 ========================================================= [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { 06:24:17 + 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 . [Pipeline] isUnix [Pipeline] sh 06:24:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:19 06:24:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:24:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:20 latest: Pulling from edgex-devops/edgex-compose 06:24:20 cbdbe7a5bc2a: Pulling fs layer 06:24:20 ca9280d653b3: Pulling fs layer 06:24:20 7e9c9ca2126c: Pulling fs layer 06:24:20 cbdbe7a5bc2a: Verifying Checksum 06:24:20 cbdbe7a5bc2a: Download complete 06:24:20 Sending build context to Docker daemon 165.9MB 06:24:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:24:20 Step 2/6 : FROM ${BASE} 06:24:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:24:20 5f621e34cdf4: Pulling fs layer 06:24:20 a4357932f1b6: Pulling fs layer 06:24:20 18c013af1878: Pulling fs layer 06:24:20 00ac8860ef70: Pulling fs layer 06:24:20 63d7cb157983: Pulling fs layer 06:24:20 b116817d02f9: Pulling fs layer 06:24:20 745a02a5169b: Pulling fs layer 06:24:20 00ac8860ef70: Waiting 06:24:20 b116817d02f9: Waiting 06:24:20 745a02a5169b: Waiting 06:24:20 18c013af1878: Download complete 06:24:20 a4357932f1b6: Verifying Checksum 06:24:20 a4357932f1b6: Download complete 06:24:20 63d7cb157983: Verifying Checksum 06:24:20 63d7cb157983: Download complete 06:24:20 b116817d02f9: Verifying Checksum 06:24:20 b116817d02f9: Download complete 06:24:20 5f621e34cdf4: Verifying Checksum 06:24:20 5f621e34cdf4: Download complete 06:24:20 cbdbe7a5bc2a: Pull complete 06:24:21 5f621e34cdf4: Pull complete 06:24:21 ca9280d653b3: Verifying Checksum 06:24:21 ca9280d653b3: Download complete 06:24:21 a4357932f1b6: Pull complete 06:24:22 18c013af1878: Pull complete 06:24:22 ca9280d653b3: Pull complete 06:24:23 7e9c9ca2126c: Verifying Checksum 06:24:23 7e9c9ca2126c: Download complete 06:24:24 745a02a5169b: Verifying Checksum 06:24:24 745a02a5169b: Download complete 06:24:24 00ac8860ef70: Verifying Checksum 06:24:24 00ac8860ef70: Download complete 06:24:31 7e9c9ca2126c: Pull complete 06:24:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:24:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:24:31 prd-centos7-docker-4c-2g-23363 does not seem to be running inside a container 06:24:31 $ 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:latest cat 06:24:34 $ docker top 4d9387f93ed69421b83c7ec759ba83995736f99cfca314e32a2cadcd1f93b16d -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:34 00ac8860ef70: Pull complete 06:24:34 63d7cb157983: Pull complete 06:24:34 b116817d02f9: Pull complete 06:24:34 + docker-compose build --help 06:24:34 + grep parallel 06:24:35 --parallel Build images in parallel. [Pipeline] } 06:24:35 $ docker stop --time=1 4d9387f93ed69421b83c7ec759ba83995736f99cfca314e32a2cadcd1f93b16d 06:24:37 $ docker rm -f 4d9387f93ed69421b83c7ec759ba83995736f99cfca314e32a2cadcd1f93b16d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:24:38 745a02a5169b: Pull complete 06:24:38 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:24:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:24:38 ---> b7e6874047d6 06:24:38 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:24:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:24:38 . [Pipeline] withDockerContainer 06:24:38 prd-centos7-docker-4c-2g-23363 does not seem to be running inside a container 06:24:38 $ 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:latest cat 06:24:39 $ docker top e2bf645c44356fb0f1292b4bfa842c5c713c6fe3106deaaa6d98c41f4c574029 -eo pid,comm [Pipeline] { [Pipeline] sh 06:24:39 + docker-compose -f ./docker-compose-build.yml build --parallel 06:24:40 Building docker-core-command-go ... 06:24:40 Building docker-core-data-go ... 06:24:40 Building docker-core-metadata-go ... 06:24:40 Building docker-security-bootstrapper-go ... 06:24:40 Building docker-security-proxy-setup-go ... 06:24:40 Building docker-security-secretstore-setup-go ... 06:24:40 Building docker-support-notifications-go ... 06:24:40 Building docker-support-scheduler-go ... 06:24:40 Building docker-sys-mgmt-agent-go ... 06:24:40 Building docker-core-command-go 06:24:40 Building docker-security-secretstore-setup-go 06:24:40 Building docker-security-bootstrapper-go 06:24:40 Building docker-core-metadata-go 06:24:40 Building docker-security-proxy-setup-go 06:24:41 ---> Running in e4808d8c3860 06:24:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:24:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:24:44 (1/12) Installing libmagic (5.38-r0) 06:24:44 (2/12) Installing file (5.38-r0) 06:24:44 (3/12) Installing libc-dev (0.7.2-r3) 06:24:45 (4/12) Installing g++ (9.3.0-r2) 06:24:48 (5/12) Installing fortify-headers (1.1-r0) 06:24:48 (6/12) Installing patch (2.7.6-r6) 06:24:49 (7/12) Installing build-base (0.5-r2) 06:24:49 (8/12) Installing libsodium (1.0.18-r0) 06:24:49 (9/12) Installing pkgconf (1.7.2-r0) 06:24:49 (10/12) Installing libsodium-dev (1.0.18-r0) 06:24:49 (11/12) Installing libzmq (4.3.3-r0) 06:24:49 (12/12) Installing zeromq-dev (4.3.3-r0) 06:24:49 Executing busybox-1.31.1-r19.trigger 06:24:49 OK: 217 MiB in 51 packages 06:24:53 Removing intermediate container e4808d8c3860 06:24:53 ---> d353594333a2 06:24:53 Step 4/6 : WORKDIR /edgex-go 06:24:53 ---> Running in dfe46825a645 06:24:54 Removing intermediate container dfe46825a645 06:24:54 ---> 41f585fb0f69 06:24:54 Step 5/6 : COPY go.mod . 06:24:55 ---> 3406005c37ce 06:24:55 Step 6/6 : RUN go mod download 06:24:55 ---> Running in d507f5ea16e9 06:25:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:25:19 ---> 48b1123a31d9 06:25:19 Step 3/23 : WORKDIR /edgex-go 06:25:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:25:19 ---> 48b1123a31d9 06:25:19 Step 3/21 : WORKDIR /edgex-go 06:25:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:25:19 ---> 48b1123a31d9 06:25:19 Step 3/24 : WORKDIR /edgex-go 06:25:19 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:19 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:25:19 ---> 48b1123a31d9 06:25:19 Step 3/33 : WORKDIR /edgex-go 06:25:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:25:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:25:19 ---> 48b1123a31d9 06:25:19 Step 3/23 : WORKDIR /edgex-go 06:25:19 ---> Running in 7e58c01a82b4 06:25:19 ---> Running in e3fad4f7adaf 06:25:19 ---> Running in ed34e69bbb0f 06:25:19 ---> Running in 10a8cb58eae9 06:25:19 ---> Running in 40f66759b1b8 06:25:19 Removing intermediate container 40f66759b1b8 06:25:19 ---> cdf05102f0ec 06:25:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:19 Removing intermediate container 10a8cb58eae9 06:25:19 ---> 160fcdf12a55 06:25:19 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:19 Removing intermediate container e3fad4f7adaf 06:25:19 ---> 40c30ca51773 06:25:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:19 Removing intermediate container 7e58c01a82b4 06:25:19 ---> 0ba653897326 06:25:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:19 Removing intermediate container ed34e69bbb0f 06:25:19 ---> 992fb9c9e5df 06:25:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:19 ---> Running in e22be607d89e 06:25:19 ---> Running in 2facce0ac0af 06:25:19 ---> Running in 86f48cea81f8 06:25:19 ---> Running in 25e4c938e698 06:25:19 ---> Running in 18ea2b619f9a 06:25:21 Removing intermediate container 2facce0ac0af 06:25:21 ---> c17964225645 06:25:21 Step 5/24 : RUN apk add --update --no-cache make git 06:25:21 Removing intermediate container 86f48cea81f8 06:25:21 ---> 7107ffd79e2f 06:25:21 Step 5/23 : RUN apk add --update --no-cache make git 06:25:21 Removing intermediate container e22be607d89e 06:25:21 ---> 1408f28bd17b 06:25:21 Step 5/23 : RUN apk add --update --no-cache make git 06:25:21 ---> Running in 3c635ddd0038 06:25:22 Removing intermediate container d507f5ea16e9 06:25:22 ---> 0f0381cc6d3f 06:25:22 Successfully built 0f0381cc6d3f 06:25:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:25:22 ---> Running in 975cae30fd6e 06:25:22 ---> Running in 9a65e9450b64 06:25:22 Removing intermediate container 18ea2b619f9a 06:25:22 ---> ae63a2bc37ac 06:25:22 Step 5/21 : RUN apk add --update --no-cache make git 06:25:22 Removing intermediate container 25e4c938e698 06:25:22 ---> 44b277f78d16 06:25:22 Step 5/33 : RUN apk add --update --no-cache make git 06:25:22 + docker inspect -f . ci-base-image-arm64 06:25:22 . 06:25:22 ---> Running in 5a5c71c30d39 06:25:22 ---> Running in 574c6f01df26 [Pipeline] withDockerContainer 06:25:22 prd-ubuntu18.04-docker-arm64-4c-16g-23369 does not seem to be running inside a container 06:25:22 $ 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:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:25:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:24 $ docker top e651c8da664d6bc80500587dd209d8d3fc29cf0e53e8917d1836f0cd9fbd5765 -eo pid,comm 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:25:24 OK: 233 MiB in 51 packages [Pipeline] { 06:25:24 OK: 233 MiB in 51 packages [Pipeline] sh 06:25:25 OK: 233 MiB in 51 packages 06:25:25 Removing intermediate container 9a65e9450b64 06:25:25 ---> b0392fdcc1ff 06:25:25 Step 6/23 : COPY go.mod . 06:25:25 + go version 06:25:25 go version go1.15.5 linux/arm64 [Pipeline] } 06:25:25 $ docker stop --time=1 e651c8da664d6bc80500587dd209d8d3fc29cf0e53e8917d1836f0cd9fbd5765 06:25:25 ---> 4093e58ce96b 06:25:25 Step 7/23 : RUN go mod download 06:25:25 Removing intermediate container 5a5c71c30d39 06:25:25 ---> 0e0d8a6b754e 06:25:25 Step 6/33 : COPY go.mod . 06:25:25 ---> Running in 2849a6a19b53 06:25:25 Removing intermediate container 3c635ddd0038 06:25:25 ---> 023511c77425 06:25:25 Step 6/24 : COPY go.mod . 06:25:25 OK: 233 MiB in 51 packages 06:25:25 ---> a567159a1408 06:25:25 Step 7/33 : RUN go mod download 06:25:26 ---> Running in 7cf8c2a3603e 06:25:26 OK: 233 MiB in 51 packages 06:25:26 ---> fa1723115175 06:25:26 Step 7/24 : RUN go mod download 06:25:26 ---> Running in 9f0d5a067b05 06:25:26 Removing intermediate container 574c6f01df26 06:25:26 ---> 0ad84d8298f7 06:25:26 Step 6/21 : COPY go.mod . 06:25:27 ---> 23008aa3cdc4 06:25:27 Step 7/21 : RUN go mod download 06:25:27 ---> Running in 407b0c046e07 06:25:27 Removing intermediate container 975cae30fd6e 06:25:27 ---> d7b51e76ba17 06:25:27 Step 6/23 : COPY go.mod . 06:25:27 $ docker rm -f e651c8da664d6bc80500587dd209d8d3fc29cf0e53e8917d1836f0cd9fbd5765 06:25:27 ---> 75c57ba6683d 06:25:27 Step 7/23 : RUN go mod download [Pipeline] // withDockerContainer 06:25:27 ---> Running in 22cb603e3822 [Pipeline] } [Pipeline] // script [Pipeline] } 06:25:28 Removing intermediate container 2849a6a19b53 06:25:28 ---> 5972bd4e6669 06:25:28 Step 8/23 : COPY . . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:25:28 + docker inspect -f . ci-base-image-arm64 06:25:28 . [Pipeline] withDockerContainer 06:25:29 prd-ubuntu18.04-docker-arm64-4c-16g-23369 does not seem to be running inside a container 06:25:29 Removing intermediate container 7cf8c2a3603e 06:25:29 ---> 7038dbe10a44 06:25:29 Step 8/33 : COPY . . 06:25:29 Removing intermediate container 9f0d5a067b05 06:25:29 ---> 3cea8a4a31c8 06:25:29 Step 8/24 : COPY . . 06:25:29 $ 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:25:30 $ docker top e6b6dd261eadd9d5e65979f370d820a5673fd625314c82cb1c9338a2d9107c56 -eo pid,comm [Pipeline] { [Pipeline] echo 06:25:30 ========================================================= 06:25:30 [edgeXBuildGoParallel] Running Tests and Build... 06:25:30 ========================================================= [Pipeline] sh 06:25:31 + make test 06:25:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:25:37 Removing intermediate container 407b0c046e07 06:25:37 ---> 5ecd671b60eb 06:25:37 Step 8/21 : COPY . . 06:25:37 Removing intermediate container 22cb603e3822 06:25:37 ---> 2061f2bad213 06:25:37 Step 8/23 : COPY . . 06:25:53 ? github.com/edgexfoundry/edgex-go [no test files] 06:26:16 ---> f624c35e4193 06:26:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:26:16 ---> 972dbaf98d13 06:26:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:26:16 ---> a7a73e1dd1c5 06:26:16 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 06:26:16 ---> Running in fa332d552f3d 06:26:16 ---> Running in 160b4c8561bd 06:26:16 ---> 27fbb6c490da 06:26:16 Step 9/23 : RUN make cmd/core-command/core-command 06:26:16 ---> 7215e0e4882e 06:26:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:26:16 ---> Running in 72d4411f24d9 06:26:16 ---> Running in 0874f097f9f8 06:26:16 ---> Running in 482532290aae 06:26:16 Removing intermediate container 72d4411f24d9 06:26:16 ---> fe46c9927a96 06:26:16 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 06:26:16 ---> Running in 414f21524b20 06:26:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:26:16 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:16 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:16 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-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:26:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:26:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:26:48 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:48 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:48 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:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:26:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:26:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 06:26:53 Removing intermediate container 0874f097f9f8 06:26:53 ---> 0e3a2734910c 06:26:53 06:26:53 Step 10/23 : FROM alpine:3.12 06:26:53 3.12: Pulling from library/alpine 06:26:53 + mkdir -p /tmp/build/dist/linux 06:26:53 + cd /tmp/build/dist/linux 06:26:53 + git clone https://github.com/jwilder/dockerize.git . 06:26:53 Cloning into '.'... 06:26:54 + go get github.com/robfig/glock 06:26:54 Removing intermediate container 482532290aae 06:26:54 ---> 3c0f3415fdf3 06:26:54 06:26:54 Step 10/21 : FROM alpine:3.12 06:26:54 3.12: Pulling from library/alpine 06:26:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:26:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:26:55 Status: Downloaded newer image for alpine:3.12 06:26:55 ---> 389fef711851 06:26:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:26:55 Status: Downloaded newer image for alpine:3.12 06:26:55 ---> 389fef711851 06:26:55 Step 11/21 : RUN apk add --update --no-cache curl 06:26:55 Removing intermediate container 160b4c8561bd 06:26:55 ---> ec2cb5005ce1 06:26:55 06:26:55 Step 10/24 : FROM alpine:3.12 06:26:55 ---> 389fef711851 06:26:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:26:55 ---> Running in 2d2ba2a673c9 06:26:55 ---> Running in 8470a0c7cb82 06:26:55 ---> Running in 663705bd3cb9 06:26:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:56 (1/5) Installing ca-certificates (20191127-r4) 06:26:56 (1/1) Installing dumb-init (1.2.2-r1) 06:26:56 Executing busybox-1.31.1-r19.trigger 06:26:56 (1/4) Installing ca-certificates (20191127-r4) 06:26:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:26:57 (3/5) Installing libcurl (7.69.1-r3) 06:26:57 OK: 6 MiB in 15 packages 06:26:57 (4/5) Installing curl (7.69.1-r3) 06:26:57 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:26:57 (5/5) Installing dumb-init (1.2.2-r1) 06:26:57 (3/4) Installing libcurl (7.69.1-r3) 06:26:57 Executing busybox-1.31.1-r19.trigger 06:26:57 Executing ca-certificates-20191127-r4.trigger 06:26:57 (4/4) Installing curl (7.69.1-r3) 06:26:57 Executing busybox-1.31.1-r19.trigger 06:26:57 Executing ca-certificates-20191127-r4.trigger 06:26:57 OK: 7 MiB in 19 packages 06:26:57 OK: 7 MiB in 18 packages 06:26:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:26:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:26:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:26:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:26:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:26:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:26:59 Removing intermediate container fa332d552f3d 06:26:59 ---> 021fe6a023ef 06:26:59 06:26:59 Step 10/23 : FROM alpine:3.12 06:26:59 ---> 389fef711851 06:26:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:26:59 ---> Running in fa7d47b61a5e 06:27:00 Removing intermediate container 2d2ba2a673c9 06:27:00 ---> 555442d8823d 06:27:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:27:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:01 (1/1) Installing dumb-init (1.2.2-r1) 06:27:01 Executing busybox-1.31.1-r19.trigger 06:27:01 OK: 6 MiB in 15 packages 06:27:01 Removing intermediate container 8470a0c7cb82 06:27:01 ---> 3347b8a186db 06:27:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:27:01 Removing intermediate container 663705bd3cb9 06:27:01 ---> 8ae07c7fb10b 06:27:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:27:04 ---> Running in e29e042044c5 06:27:04 ---> Running in 346323128bee 06:27:04 ---> Running in 3c6e1722873c 06:27:04 Removing intermediate container e29e042044c5 06:27:04 ---> 37446c834ef6 06:27:04 Step 13/23 : ENV APP_PORT=48082 06:27:04 ---> Running in bb37930a8115 06:27:04 Removing intermediate container 346323128bee 06:27:04 ---> f3969d54af3e 06:27:04 Step 13/24 : WORKDIR / 06:27:04 Removing intermediate container 3c6e1722873c 06:27:04 ---> 331c3e7ae644 06:27:04 Step 13/21 : WORKDIR /edgex 06:27:04 ---> Running in efeeee2d9ae5 06:27:04 Removing intermediate container fa7d47b61a5e 06:27:04 ---> b5b07eaf0cde 06:27:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:27:04 ---> Running in 3af3dfb5ad2a 06:27:04 Removing intermediate container bb37930a8115 06:27:04 ---> 40a9cf2c5617 06:27:04 Step 14/23 : EXPOSE $APP_PORT 06:27:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:27:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:27:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:27:05 ---> Running in 00055240ebcf 06:27:05 ---> Running in 10af1ebd2288 06:27:05 + glock sync -n 06:27:05 Removing intermediate container efeeee2d9ae5 06:27:05 ---> b965ee6bde17 06:27:05 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:27:05 Removing intermediate container 00055240ebcf 06:27:05 ---> 9ddb7d029281 06:27:05 Step 13/23 : ENV APP_PORT=48081 06:27:05 Removing intermediate container 3af3dfb5ad2a 06:27:05 ---> 2f72a873828f 06:27:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:27:05 ---> Running in e692c13d4940 06:27:05 Removing intermediate container 10af1ebd2288 06:27:05 ---> 9cfae217d2a2 06:27:05 Step 15/23 : WORKDIR / 06:27:05 ---> Running in c48d2a94d03e 06:27:05 ---> b378f4ea1b72 06:27:05 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:27:05 ---> e6066684cd7c 06:27:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:27:05 Removing intermediate container e692c13d4940 06:27:05 ---> a8a3e925340c 06:27:05 Step 14/23 : EXPOSE $APP_PORT 06:27:05 ---> Running in 631834dae6ad 06:27:06 Removing intermediate container c48d2a94d03e 06:27:06 ---> 6409459ef252 06:27:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:27:06 ---> 3fd52b67faf0 06:27:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:27:06 ---> 24a1e4c303f2 06:27:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:27:06 Removing intermediate container 631834dae6ad 06:27:06 ---> 66cb22506e55 06:27:06 Step 15/23 : WORKDIR / 06:27:06 ---> f8405e7f3541 06:27:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:27:06 ---> 0f24caf30c00 06:27:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:27:06 ---> Running in 4dbef09b22b5 06:27:07 Removing intermediate container 4dbef09b22b5 06:27:07 ---> 187151119549 06:27:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:27:07 ---> 7b161921c866 06:27:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:27:07 ---> bbdcf3cff4b5 06:27:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:27:07 ---> 29ab246ec22a 06:27:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:27:07 ---> Running in 936b1c92aadf 06:27:08 ---> bc5fe9e2c6b3 06:27:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:27:08 Removing intermediate container 936b1c92aadf 06:27:08 ---> a192e4b047a8 06:27:08 Step 18/21 : CMD ["--init=true"] 06:27:08 ---> 5f6544597f8d 06:27:08 Step 19/23 : ENTRYPOINT ["/core-command"] 06:27:08 ---> Running in 8ca2107cfdbf 06:27:08 ---> Running in 6fd8aacf2dc7 06:27:09 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 06:27:09 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 06:27:09 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 06:27:09 ---> f9d63507b6d7 06:27:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:27:09 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 06:27:09 + git describe '--abbrev=0' --tags 06:27:09 + TAG=v0.6.1 06:27:09 + LDFLAGS='-X main.buildVersion=v0.6.1' 06:27:09 + apk --print-arch 06:27:09 Removing intermediate container 8ca2107cfdbf 06:27:09 ---> 85a6847cb611 06:27:09 Step 19/21 : LABEL arch=x86_64 06:27:09 building [dockerize] for amd64 ... 06:27:09 + arch=x86_64 06:27:09 + echo 'building [dockerize] for amd64 ... ' 06:27:09 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 06:27:10 Removing intermediate container 6fd8aacf2dc7 06:27:10 ---> 9f09d49d2192 06:27:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:10 ---> 4fc29cea3caf 06:27:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:27:10 ---> Running in e7dccb63644a 06:27:10 ---> Running in e829582f3340 06:27:11 ---> 6d5e571c8370 06:27:11 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:11 ---> ae9c53b68a63 06:27:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:27:11 ---> Running in c9fab8b3956d 06:27:11 ---> Running in 644beaa47b7d 06:27:11 Removing intermediate container e829582f3340 06:27:11 ---> 0384594c4b24 06:27:11 Step 21/23 : LABEL arch=x86_64 06:27:11 Removing intermediate container e7dccb63644a 06:27:11 ---> aef41a9443f1 06:27:11 Step 20/21 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:27:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.255s coverage: 46.6% of statements 06:27:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:27:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:27:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:27:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:27:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:27:11 ---> Running in 721e1398c4e1 06:27:11 ---> Running in b6800d733f27 06:27:11 Removing intermediate container 644beaa47b7d 06:27:11 ---> c6907b4d2fa4 06:27:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:12 ---> Running in 79fa1295b42a 06:27:12 Removing intermediate container 721e1398c4e1 06:27:12 ---> e042c4e9f404 06:27:12 Step 22/23 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:27:13 Removing intermediate container b6800d733f27 06:27:13 ---> 023809df966b 06:27:13 Step 21/21 : LABEL version=0.0.0 06:27:13 ---> Running in dfdd3b989541 06:27:13 ---> Running in 7de2e8a646b2 06:27:13 Removing intermediate container 79fa1295b42a 06:27:13 ---> 7b2a48abb9ab 06:27:13 Step 21/23 : LABEL arch=x86_64 06:27:14 ---> Running in 9ef783bb8426 06:27:14 Removing intermediate container dfdd3b989541 06:27:14 ---> d0a55943db5f 06:27:14 Step 23/23 : LABEL version=0.0.0 06:27:14 Removing intermediate container 7de2e8a646b2 06:27:14 ---> d38e28126f15 06:27:14 06:27:14 ---> Running in 1f277ad78168 06:27:14 Removing intermediate container 9ef783bb8426 06:27:14 ---> ad60d2692849 06:27:14 Step 22/23 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:27:14 ---> Running in 207b087abb5e 06:27:14 Removing intermediate container 1f277ad78168 06:27:14 ---> 3c6fb1463c4f 06:27:14 06:27:14 Successfully built d38e28126f15 06:27:14 Successfully tagged docker-security-proxy-setup-go:latest 06:27:14 Building docker-support-notifications-go 06:27:14 Successfully built 3c6fb1463c4f 06:27:14 Removing intermediate container c9fab8b3956d 06:27:14 ---> 8878ccc06798 06:27:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:27:14  Building docker-security-proxy-setup-go ... done Successfully tagged docker-core-command-go:latest 06:27:14 Building docker-sys-mgmt-agent-go 06:27:14  Building docker-core-command-go ... done Removing intermediate container 207b087abb5e 06:27:14 ---> 54c57139bd64 06:27:14 Step 23/23 : LABEL version=0.0.0 06:27:14 ---> Running in 73f5d69e3611 06:27:14 ---> Running in 395572437cb4 06:27:15 Removing intermediate container 395572437cb4 06:27:15 ---> d859a76bd10a 06:27:15 06:27:15 Removing intermediate container 73f5d69e3611 06:27:15 ---> a06a203d3649 06:27:15 Step 22/24 : LABEL arch=x86_64 06:27:15 ---> Running in 8626d729df36 06:27:15 Successfully built d859a76bd10a 06:27:15 Successfully tagged docker-core-metadata-go:latest 06:27:15 Building docker-support-scheduler-go 06:27:15  Building docker-core-metadata-go ... done Removing intermediate container 8626d729df36 06:27:15 ---> a72d71a82c08 06:27:15 Step 23/24 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:27:15 ---> Running in 5460f3706699 06:27:16 Removing intermediate container 5460f3706699 06:27:16 ---> 0bede834ebac 06:27:16 Step 24/24 : LABEL version=0.0.0 06:27:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.451s coverage: 27.1% of statements 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:27:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:27:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:27:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.233s coverage: 65.8% of statements 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:27:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.384s coverage: 82.3% of statements 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:27:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:27:21 ---> Running in 3ea649da0684 06:27:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.138s coverage: 28.6% of statements 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:27:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.193s coverage: 100.0% of statements 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:27:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:27:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:27:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.370s coverage: 97.5% of statements 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:27:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:27:26 Removing intermediate container 3ea649da0684 06:27:26 ---> 71e928954295 06:27:26 06:27:28 Successfully built 71e928954295 06:27:28 Successfully tagged docker-security-secretstore-setup-go:latest 06:27:28 Building docker-core-data-go 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.204s coverage: 92.8% of statements 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.164s coverage: 0.1% of statements 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:27:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 43.8% of statements 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.108s coverage: 79.5% of statements 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 06:27:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 06:27:43  Building docker-security-secretstore-setup-go ... done + date 06:27:43 + echo 'Wed Jan 27 06:27:41 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 06:27:43 Wed Jan 27 06:27:41 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 06:27:47 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:27:47 ---> 48b1123a31d9 06:27:47 Step 3/26 : WORKDIR /edgex-go 06:27:47 ---> Using cache 06:27:47 ---> 992fb9c9e5df 06:27:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:47 ---> Using cache 06:27:47 ---> ae63a2bc37ac 06:27:47 Step 5/26 : RUN apk add --update --no-cache make bash git 06:27:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:27:47 ---> 48b1123a31d9 06:27:47 Step 3/22 : WORKDIR /edgex-go 06:27:47 ---> Using cache 06:27:47 ---> 992fb9c9e5df 06:27:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:47 ---> Using cache 06:27:47 ---> ae63a2bc37ac 06:27:47 Step 5/22 : RUN apk add --update --no-cache make git 06:27:47 ---> Using cache 06:27:47 ---> 0ad84d8298f7 06:27:47 Step 6/22 : COPY go.mod . 06:27:47 ---> Using cache 06:27:47 ---> 23008aa3cdc4 06:27:47 Step 7/22 : RUN go mod download 06:27:47 ---> Using cache 06:27:47 ---> 5ecd671b60eb 06:27:47 Step 8/22 : COPY . . 06:27:47 ---> Using cache 06:27:47 ---> 7215e0e4882e 06:27:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:27:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:27:48 ---> 48b1123a31d9 06:27:48 Step 3/22 : WORKDIR /edgex-go 06:27:48 ---> Using cache 06:27:48 ---> 992fb9c9e5df 06:27:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:48 ---> Using cache 06:27:48 ---> ae63a2bc37ac 06:27:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:27:49 ---> Running in 5a322aaed7c9 06:27:49 ---> Running in c1d93526aa6e 06:27:49 ---> Running in a81a630093fd 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.087s coverage: 87.2% of statements 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.161s coverage: 91.4% of statements 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.670s coverage: 63.5% of statements 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:27:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:27:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.072s coverage: 100.0% of statements 06:27:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 06:27:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 06:27:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 06:27:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 06:27:52 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:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:53 OK: 233 MiB in 51 packages 06:27:53 OK: 233 MiB in 51 packages 06:27:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:27:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:27:54 ---> 48b1123a31d9 06:27:54 Step 3/23 : WORKDIR /edgex-go 06:27:54 ---> Using cache 06:27:54 ---> 992fb9c9e5df 06:27:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:54 ---> Using cache 06:27:54 ---> ae63a2bc37ac 06:27:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:27:55 ---> Running in 0f4f643ca8b9 06:27:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.859s coverage: 68.9% of statements 06:27:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:27:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:27:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 06:27:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 06:27:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 06:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 37.0% of statements 06:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:27:57 Removing intermediate container 5a322aaed7c9 06:27:57 ---> df1015cff0b0 06:27:57 Step 6/26 : COPY go.mod . 06:27:57 Removing intermediate container a81a630093fd 06:27:57 ---> 2b718568448b 06:27:57 Step 6/22 : COPY go.mod . 06:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.610s coverage: 84.0% of statements 06:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.131s coverage: 100.0% of statements 06:27:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:58 OK: 233 MiB in 51 packages 06:27:58 ---> 34010478d347 06:27:58 Step 7/26 : RUN go mod download 06:27:58 ---> 10221f1b54e2 06:27:58 Step 7/22 : RUN go mod download 06:27:58 ---> Running in 1d076e8339eb 06:27:59 ---> Running in 9e5a0213673c 06:28:00 Removing intermediate container 0f4f643ca8b9 06:28:00 ---> 4862a07afa94 06:28:00 Step 6/23 : COPY go.mod . 06:28:02 ---> daee4e453da5 06:28:02 Step 7/23 : RUN go mod download 06:28:02 ---> Running in 2728ef09b394 06:28:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.365s coverage: 47.1% of statements 06:28:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:28:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:28:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:28:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:28:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:28:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.137s coverage: 100.0% of statements 06:28:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:28:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 06:28:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:28:04 Removing intermediate container 1d076e8339eb 06:28:04 ---> 2ed1d2f497f8 06:28:04 Step 8/26 : COPY . . 06:28:04 Removing intermediate container 9e5a0213673c 06:28:04 ---> b04207be1c25 06:28:04 Step 8/22 : COPY . . 06:28:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.128s coverage: 29.1% of statements 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:28:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.205s coverage: 99.0% of statements 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:28:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:28:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:28:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:28:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:28:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:28:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 06:28:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 06:28:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 06:28:11 GO111MODULE=on go vet ./... 06:28:14 Removing intermediate container 2728ef09b394 06:28:14 ---> 632552d1c437 06:28:14 Step 8/23 : COPY . . 06:28:15 Removing intermediate container 414f21524b20 06:28:15 ---> 10bd5fda498f 06:28:15 06:28:15 Step 11/33 : FROM alpine:3.12 06:28:15 ---> 389fef711851 06:28:15 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:28:21 ---> Running in 24329b07f3bd 06:28:24 Removing intermediate container 24329b07f3bd 06:28:24 ---> 85c7ff0ab216 06:28:24 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 06:28:26 ---> Running in a297ba72dbcc 06:28:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:33 (1/3) Installing dumb-init (1.2.2-r1) 06:28:33 (2/3) Installing openssl (1.1.1i-r0) 06:28:33 (3/3) Installing su-exec (0.2-r1) 06:28:33 Executing busybox-1.31.1-r19.trigger 06:28:33 OK: 6 MiB in 17 packages 06:28:37 Removing intermediate container c1d93526aa6e 06:28:37 ---> 4f0a767afe37 06:28:37 06:28:37 Step 10/22 : FROM alpine:3.12 06:28:37 ---> 389fef711851 06:28:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:28:37 ---> Using cache 06:28:37 ---> b5b07eaf0cde 06:28:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:28:37 ---> Using cache 06:28:37 ---> 9ddb7d029281 06:28:37 Step 13/22 : ENV APP_PORT=48085 06:28:40 ---> Running in f3bbd63389f3 06:28:41 ---> 47707058616e 06:28:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:28:41 Removing intermediate container a297ba72dbcc 06:28:41 ---> fed021967058 06:28:41 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 06:28:43 Removing intermediate container f3bbd63389f3 06:28:43 ---> a9bb41d57065 06:28:43 Step 14/22 : EXPOSE $APP_PORT 06:28:43 ---> 9ddeddfdc5cc 06:28:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:28:44 ---> Running in f795f6096b6d 06:28:44 ---> Running in 80377f473fb9 06:28:44 ---> Running in 52d9b9384dae 06:28:44 ---> Running in 07831e3128e8 06:28:44 Removing intermediate container f795f6096b6d 06:28:44 ---> c6f94f408381 06:28:44 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:28:46 ---> Running in 91da0c49335c 06:28:46 Removing intermediate container 52d9b9384dae 06:28:46 ---> 1b141f32f267 06:28:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:28:47 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:28:47 Removing intermediate container 91da0c49335c 06:28:47 ---> 40f5142b8589 06:28:47 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:28:47 ---> bb84744a269e 06:28:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:28:48 ---> 7e842f7a7676 06:28:48 Step 9/23 : RUN make cmd/core-data/core-data 06:28:48 ---> Running in 82db6fc82a72 06:28:48 ---> Running in 6f7e39691001 06:28:49 ---> 3c910c3daec2 06:28:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:28:50 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:28:50 ---> 058b661b3fd4 06:28:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:28:50 ---> Running in c0fe7309599a 06:28:50 Removing intermediate container c0fe7309599a 06:28:50 ---> d32ba60838ce 06:28:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:28:50 ---> Running in b3f25e558baa 06:28:50 Removing intermediate container 82db6fc82a72 06:28:50 ---> 8c39b86d352a 06:28:50 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 06:28:50 ---> Running in 4f563815577c 06:28:51 Removing intermediate container b3f25e558baa 06:28:51 ---> 4104cf6739f7 06:28:51 Step 20/22 : LABEL arch=x86_64 06:28:51 Removing intermediate container 4f563815577c 06:28:51 ---> c8e4bacd2ec9 06:28:51 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 06:28:51 ---> Running in 936e003732eb 06:28:51 Removing intermediate container 936e003732eb 06:28:51 ---> 5435c4666d93 06:28:51 Step 21/22 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:28:51 ---> Running in 916a42499da2 06:28:51 ---> f4f8f32bfcb5 06:28:51 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:28:52 Removing intermediate container 916a42499da2 06:28:52 ---> 18433098c3e1 06:28:52 Step 22/22 : LABEL version=0.0.0 06:28:52 ---> Running in 12c8afc5facd 06:28:52 ---> 66e8489f4125 06:28:52 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:28:53 ---> Running in 2613c4f7c640 06:28:53 Removing intermediate container 12c8afc5facd 06:28:53 ---> 6d66b614287d 06:28:53 06:28:53 Successfully built 6d66b614287d 06:28:53 Successfully tagged docker-support-scheduler-go:latest 06:28:55  Building docker-support-scheduler-go ... done Removing intermediate container 2613c4f7c640 06:28:55 ---> cc4bf916b5f1 06:28:55 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:28:55 ---> 42327a57cb12 06:28:55 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:28:58 ---> 35611d2896d1 06:28:58 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:28:58 ---> 31287dcbae09 06:28:58 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 06:29:00 ---> 6f51d98eb7a6 06:29:00 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:29:00 ---> 92403dc18107 06:29:00 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 06:29:01 ---> Running in 26df0904c0f6 06:29:01 Removing intermediate container 26df0904c0f6 06:29:01 ---> 84856e79c05b 06:29:01 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:29:02 ---> d12c1e0dd19c 06:29:02 Step 28/33 : RUN chmod +x /entrypoint.sh 06:29:02 ---> Running in 84a9699904f9 06:29:05 Removing intermediate container 84a9699904f9 06:29:05 ---> b6fc706787a4 06:29:05 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:29:06 ---> Running in 3c3ef6e09d62 06:29:06 Removing intermediate container 3c3ef6e09d62 06:29:06 ---> b698ba7c5b01 06:29:06 Step 30/33 : CMD ["gate"] 06:29:06 ---> Running in 1ff7d98a50da 06:29:06 Removing intermediate container 1ff7d98a50da 06:29:06 ---> 9ca5dd18eb31 06:29:06 Step 31/33 : LABEL arch=x86_64 06:29:07 ---> Running in a65d108913af 06:29:07 Removing intermediate container a65d108913af 06:29:07 ---> 6fa8b1d61139 06:29:07 Step 32/33 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:29:08 ---> Running in ea576505786c 06:29:08 Removing intermediate container ea576505786c 06:29:08 ---> 3c783bd544e9 06:29:08 Step 33/33 : LABEL version=0.0.0 06:29:09 ---> Running in 8e416c2beca7 06:29:09 Removing intermediate container 8e416c2beca7 06:29:09 ---> 41c418a08dea 06:29:09 06:29:09 Successfully built 41c418a08dea 06:29:09 Successfully tagged docker-security-bootstrapper-go:latest 06:29:13  Building docker-security-bootstrapper-go ... done Removing intermediate container 80377f473fb9 06:29:13 ---> 8c0af8dbd172 06:29:13 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:29:15 ---> Running in e1e6eb60033f 06:29:15 Removing intermediate container 07831e3128e8 06:29:15 ---> 80de6fdb8a3b 06:29:15 06:29:15 Step 10/22 : FROM alpine:3.12 06:29:15 ---> 389fef711851 06:29:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:29:15 ---> Running in 0e83caff80b6 06:29:16 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:29:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:17 (1/2) Installing ca-certificates (20191127-r4) 06:29:17 (2/2) Installing dumb-init (1.2.2-r1) 06:29:17 Executing busybox-1.31.1-r19.trigger 06:29:17 Executing ca-certificates-20191127-r4.trigger 06:29:17 OK: 6 MiB in 16 packages 06:29:18 Removing intermediate container 0e83caff80b6 06:29:18 ---> a0353bd3b2a3 06:29:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:29:18 Removing intermediate container e1e6eb60033f 06:29:18 ---> b875d23c9eef 06:29:18 06:29:18 Step 11/26 : FROM docker:20.10.0 06:29:18 ---> Running in b21034393f31 06:29:18 20.10.0: Pulling from library/docker 06:29:18 Removing intermediate container b21034393f31 06:29:18 ---> 201c8c9fce68 06:29:18 Step 13/22 : ENV APP_PORT=48060 06:29:18 ---> Running in ca701437b742 06:29:19 Removing intermediate container ca701437b742 06:29:19 ---> 994377ff781c 06:29:19 Step 14/22 : EXPOSE $APP_PORT 06:29:19 gofmt -l . 06:29:19 ---> Running in 7cdc2152168b 06:29:20 Removing intermediate container 7cdc2152168b 06:29:20 ---> b05c4302348b 06:29:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:29:20 [ "`gofmt -l .`" = "" ] 06:29:22 ---> e055758ec181 06:29:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:29:22 Removing intermediate container 6f7e39691001 06:29:22 ---> 755260e87a0d 06:29:22 06:29:22 Step 10/23 : FROM alpine:3.12 06:29:22 ---> 389fef711851 06:29:22 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:29:22 ---> Running in 16b5bc0a517f 06:29:22 ---> 05328d5ad9e5 06:29:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:29:22 Removing intermediate container 16b5bc0a517f 06:29:22 ---> 76af5d13b0fd 06:29:22 Step 12/23 : ENV APP_PORT=48080 06:29:22 ---> Running in 8f402a729140 06:29:22 ---> 6ad6efd5c03d 06:29:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:29:23 ---> Running in 67d400024b46 06:29:23 Removing intermediate container 8f402a729140 06:29:23 ---> e7b226af2b3f 06:29:23 Step 13/23 : EXPOSE $APP_PORT 06:29:23 ---> Running in da77e479a011 06:29:23 Removing intermediate container 67d400024b46 06:29:23 ---> e74894ff72e4 06:29:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:23 ./bin/test-go-mod-tidy.sh 06:29:23 ---> Running in abe744933aee 06:29:23 Removing intermediate container da77e479a011 06:29:23 ---> ec22232d5900 06:29:23 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:23 ./bin/test-attribution-txt.sh 06:29:23 ---> Running in 99ad822f31bb 06:29:23 Removing intermediate container abe744933aee 06:29:23 ---> f0fe687b6684 06:29:23 Step 20/22 : LABEL arch=x86_64 06:29:24 ---> Running in d6f0edcaa4a4 06:29:24 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:29:24 Status: Downloaded newer image for docker:20.10.0 06:29:24 ---> aefe523efa57 06:29:24 Step 12/26 : RUN apk add --no-cache bash 06:29:24 Removing intermediate container d6f0edcaa4a4 06:29:24 ---> 2eaebbb4a664 06:29:24 Step 21/22 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:29:24 ---> Running in 1c21890aec23 06:29:24 ---> Running in e7c7534c7d47 [Pipeline] sh 06:29:25 Removing intermediate container e7c7534c7d47 06:29:25 ---> 54a168b815a4 06:29:25 Step 22/22 : LABEL version=0.0.0 06:29:25 ---> Running in 9ab866bcdcda 06:29:25 Removing intermediate container 9ab866bcdcda 06:29:25 ---> 7790b734df30 06:29:25 06:29:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:25 Removing intermediate container 99ad822f31bb 06:29:25 ---> 6c76247fe10a 06:29:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:29:25 Successfully built 7790b734df30 06:29:25 Successfully tagged docker-support-notifications-go:latest 06:29:25  Building docker-support-notifications-go ... done  ---> Running in af4d6be057fc 06:29:25 (1/2) Installing readline (8.0.4-r0) 06:29:25 (2/2) Installing bash (5.0.17-r0) 06:29:25 Executing bash-5.0.17-r0.post-install 06:29:25 Executing busybox-1.31.1-r19.trigger 06:29:25 OK: 12 MiB in 22 packages 06:29:25 + ls -al . 06:29:25 total 696 06:29:25 drwxrwxr-x 9 1001 1001 4096 Jan 27 06:29 . 06:29:25 drwxr-xr-x 4 root root 4096 Jan 27 06:25 .. 06:29:25 -rw-rw-r-- 1 1001 1001 11 Jan 27 06:24 .dockerignore 06:29:25 drwxrwxr-x 8 1001 1001 4096 Jan 27 06:24 .git 06:29:25 drwxrwxr-x 3 1001 1001 4096 Jan 27 06:24 .github 06:29:25 -rw-rw-r-- 1 1001 1001 872 Jan 27 06:24 .gitignore 06:29:25 -rw-rw-r-- 1 1001 1001 166 Jan 27 06:24 .sonarcloud.properties 06:29:25 -rw-rw-r-- 1 1001 1001 7859 Jan 27 06:24 Attribution.txt 06:29:25 -rw-rw-r-- 1 1001 1001 3804 Jan 27 06:24 CONTRIBUTING.md 06:29:25 -rw-rw-r-- 1 1001 1001 931 Jan 27 06:24 Dockerfile.build 06:29:25 -rw-rw-r-- 1 1001 1001 863 Jan 27 06:24 Jenkinsfile 06:29:25 -rw-rw-r-- 1 1001 1001 10775 Jan 27 06:24 LICENSE 06:29:25 -rw-rw-r-- 1 1001 1001 6001 Jan 27 06:24 Makefile 06:29:25 -rw-rw-r-- 1 1001 1001 6524 Jan 27 06:24 README.md 06:29:25 -rw-rw-r-- 1 1001 1001 6755 Jan 27 06:24 SECURITY.md 06:29:25 -rw-rw-r-- 1 1001 1001 5 Jan 27 06:20 VERSION 06:29:25 -rw-rw-r-- 1 1001 1001 4131 Jan 27 06:24 ZMQWindows.md 06:29:25 drwxrwxr-x 2 1001 1001 4096 Jan 27 06:24 bin 06:29:25 drwxrwxr-x 15 1001 1001 4096 Jan 27 06:24 cmd 06:29:25 -rw-r--r-- 1 root root 564700 Jan 27 06:28 coverage.out 06:29:25 -rw-r--r-- 1 root root 1053 Jan 27 06:29 go.mod 06:29:25 -rw-r--r-- 1 root root 18995 Jan 27 06:29 go.sum 06:29:25 drwxrwxr-x 8 1001 1001 4096 Jan 27 06:24 internal 06:29:25 drwxrwxr-x 4 1001 1001 4096 Jan 27 06:24 openapi 06:29:25 drwxrwxr-x 4 1001 1001 4096 Jan 27 06:24 snap 06:29:25 -rw-rw-r-- 1 1001 1001 168 Jan 27 06:24 version.go [Pipeline] sh 06:29:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:26 + '[' -e coverage.out ] 06:29:26 + chown 1001:1001 coverage.out [Pipeline] stash 06:29:26 Warning: overwriting stash ‘coverage-report’ 06:29:26 Removing intermediate container 1c21890aec23 06:29:26 ---> 61bff082da6b 06:29:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:29:26 ---> Running in 7cc6f41f53b1 06:29:26 Removing intermediate container 7cc6f41f53b1 06:29:26 ---> c72523f0f3e2 06:29:26 Step 14/26 : ENV APP_PORT=48090 06:29:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:26 ---> Running in 6207766bd72a 06:29:27 Removing intermediate container 6207766bd72a 06:29:27 ---> 66c6b9470ecb 06:29:27 Step 15/26 : EXPOSE $APP_PORT 06:29:27 (1/6) Installing dumb-init (1.2.2-r1) 06:29:27 (2/6) Installing libgcc (9.3.0-r2) 06:29:27 (3/6) Installing libsodium (1.0.18-r0) 06:29:27 ---> Running in eb169576e48d 06:29:27 Stashed 1 file(s) [Pipeline] sh 06:29:27 Removing intermediate container eb169576e48d 06:29:27 ---> 608070f44831 06:29:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:29:28 (4/6) Installing libstdc++ (9.3.0-r2) 06:29:28 + make build 06:29:28 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:29:28 (5/6) Installing libzmq (4.3.3-r0) 06:29:28 ---> 03af168bade6 06:29:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:29:28 (6/6) Installing zeromq (4.3.3-r0) 06:29:28 ---> ada0509847f2 06:29:28 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:29:29 Executing busybox-1.31.1-r19.trigger 06:29:29 OK: 8 MiB in 20 packages 06:29:29 ---> 2d40cc37ff53 06:29:29 Step 19/26 : RUN apk --no-cache add py3-pip 06:29:29 ---> Running in f20e6fbae6e5 06:29:29 Removing intermediate container af4d6be057fc 06:29:29 ---> 047b8c58e1a1 06:29:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:30 ---> 219627d8121e 06:29:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:30 (1/33) Installing libbz2 (1.0.8-r1) 06:29:30 (2/33) Installing expat (2.2.9-r1) 06:29:30 (3/33) Installing libffi (3.3-r2) 06:29:30 (4/33) Installing gdbm (1.13-r1) 06:29:30 (5/33) Installing xz-libs (5.2.5-r0) 06:29:30 (6/33) Installing sqlite-libs (3.32.1-r0) 06:29:30 (7/33) Installing python3 (3.8.5-r0) 06:29:30 ---> 0b3eb7580c10 06:29:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:29:34 ---> 5bee939bb569 06:29:34 Step 19/23 : ENTRYPOINT ["/core-data"] 06:29:34 ---> Running in b496e2318936 06:29:34 (8/33) Installing py3-appdirs (1.4.4-r1) 06:29:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:29:34 (10/33) Installing py3-parsing (2.4.7-r0) 06:29:34 (11/33) Installing py3-six (1.15.0-r0) 06:29:34 (12/33) Installing py3-packaging (20.4-r0) 06:29:34 (13/33) Installing py3-setuptools (47.0.0-r0) 06:29:34 (14/33) Installing py3-chardet (3.0.4-r4) 06:29:34 (15/33) Installing py3-idna (2.9-r0) 06:29:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:29:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:29:34 Removing intermediate container b496e2318936 06:29:34 ---> 8d8c9ef35ce4 06:29:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:34 (18/33) Installing py3-requests (2.23.0-r0) 06:29:34 (19/33) Installing py3-msgpack (1.0.0-r0) 06:29:35 (20/33) Installing py3-lockfile (0.12.2-r3) 06:29:35 ---> Running in 34b9ce681301 06:29:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:29:35 (22/33) Installing py3-colorama (0.4.3-r0) 06:29:35 (23/33) Installing py3-distlib (0.3.0-r0) 06:29:35 (24/33) Installing py3-distro (1.5.0-r1) 06:29:35 (25/33) Installing py3-webencodings (0.5.1-r3) 06:29:35 (26/33) Installing py3-html5lib (1.0.1-r4) 06:29:35 (27/33) Installing py3-pytoml (0.1.21-r0) 06:29:35 (28/33) Installing py3-pep517 (0.8.2-r0) 06:29:35 (29/33) Installing py3-progress (1.5-r0) 06:29:35 (30/33) Installing py3-toml (0.10.1-r0) 06:29:35 (31/33) Installing py3-retrying (1.3.3-r0) 06:29:35 Removing intermediate container 34b9ce681301 06:29:35 ---> 8a364141399e 06:29:35 Step 21/23 : LABEL arch=x86_64 06:29:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:29:35 (33/33) Installing py3-pip (20.1.1-r0) 06:29:36 ---> Running in 7388d3c6caca 06:29:36 Executing busybox-1.31.1-r19.trigger 06:29:36 OK: 71 MiB in 55 packages 06:29:37 Removing intermediate container 7388d3c6caca 06:29:37 ---> eec5ff9b979c 06:29:37 Step 22/23 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:29:37 ---> Running in f4de9978177e 06:29:37 Removing intermediate container f4de9978177e 06:29:37 ---> f8c6f5fb6bc3 06:29:37 Step 23/23 : LABEL version=0.0.0 06:29:37 ---> Running in 7f71fc1d96e4 06:29:38 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:29:40 Removing intermediate container 7f71fc1d96e4 06:29:40 ---> dc635381f8eb 06:29:40 06:29:40 Successfully built dc635381f8eb 06:29:40 Successfully tagged docker-core-data-go:latest 06:29:42  Building docker-core-data-go ... done Removing intermediate container f20e6fbae6e5 06:29:42 ---> 0f33d4636de0 06:29:42 Step 20/26 : RUN pip install docker-compose==1.23.2 06:29:42 ---> Running in 97aa21b86505 06:29:45 Collecting docker-compose==1.23.2 06:29:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:29:45 Collecting texttable<0.10,>=0.9.0 06:29:45 Downloading texttable-0.9.1.tar.gz (11 kB) 06:29:45 Collecting cached-property<2,>=1.2.0 06:29:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:29:46 Collecting docker<4.0,>=3.6.0 06:29:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:29:46 Collecting dockerpty<0.5,>=0.4.1 06:29:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:29:46 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:29:47 Collecting PyYAML<4,>=3.10 06:29:47 Downloading PyYAML-3.13.tar.gz (270 kB) 06:29:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:29:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:29:48 Collecting docopt<0.7,>=0.6.1 06:29:48 Downloading docopt-0.6.2.tar.gz (25 kB) 06:29:48 Collecting jsonschema<3,>=2.5.1 06:29:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:29:48 Collecting websocket-client<1.0,>=0.32.0 06:29:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:29:48 Collecting docker-pycreds>=0.4.0 06:29:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:29:49 Collecting urllib3<1.25,>=1.21.1 06:29:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:29:49 Collecting idna<2.8,>=2.5 06:29:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:29:49 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:29:49 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:29:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:29:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:29:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:29:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:29:49 Installing collected packages: texttable, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, PyYAML, docopt, jsonschema, docker-compose 06:29:49 Running setup.py install for texttable: started 06:29:50 Running setup.py install for texttable: finished with status 'done' 06:29:50 Attempting uninstall: urllib3 06:29:50 Found existing installation: urllib3 1.25.9 06:29:50 Uninstalling urllib3-1.25.9: 06:29:50 Successfully uninstalled urllib3-1.25.9 06:29:50 Attempting uninstall: idna 06:29:50 Found existing installation: idna 2.9 06:29:50 Uninstalling idna-2.9: 06:29:50 Successfully uninstalled idna-2.9 06:29:50 Attempting uninstall: requests 06:29:50 Found existing installation: requests 2.23.0 06:29:50 Uninstalling requests-2.23.0: 06:29:50 Successfully uninstalled requests-2.23.0 06:29:50 Running setup.py install for dockerpty: started 06:29:51 Running setup.py install for dockerpty: finished with status 'done' 06:29:51 Running setup.py install for PyYAML: started 06:29:52 Running setup.py install for PyYAML: finished with status 'done' 06:29:52 Running setup.py install for docopt: started 06:29:52 Running setup.py install for docopt: finished with status 'done' 06:29:52 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:29:56 Removing intermediate container 97aa21b86505 06:29:56 ---> 5ab0a2341027 06:29:56 Step 21/26 : RUN apk --no-cache add curl 06:29:56 ---> Running in f0e4d80e0393 06:29:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:29:56 (2/3) Installing libcurl (7.69.1-r3) 06:29:56 (3/3) Installing curl (7.69.1-r3) 06:29:56 Executing busybox-1.31.1-r19.trigger 06:29:56 OK: 72 MiB in 58 packages 06:29:57 Removing intermediate container f0e4d80e0393 06:29:57 ---> 26da1ad7ead8 06:29:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:29:57 ---> Running in 2f04a5ae01c6 06:29:57 Removing intermediate container 2f04a5ae01c6 06:29:57 ---> f2f41b332b4d 06:29:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:57 ---> Running in 4b22943f7227 06:29:57 Removing intermediate container 4b22943f7227 06:29:57 ---> 0b227c1df44a 06:29:57 Step 24/26 : LABEL arch=x86_64 06:29:57 ---> Running in a160d84d2c7c 06:29:57 Removing intermediate container a160d84d2c7c 06:29:57 ---> ab51049f3e2d 06:29:57 Step 25/26 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:29:57 ---> Running in 65fed6ca4ae3 06:29:58 Removing intermediate container 65fed6ca4ae3 06:29:58 ---> 18789525203d 06:29:58 Step 26/26 : LABEL version=0.0.0 06:29:58 ---> Running in acda0eb53f9f 06:29:58 Removing intermediate container acda0eb53f9f 06:29:58 ---> 4ad1d0066581 06:29:58 06:29:58 Successfully built 4ad1d0066581 06:29:58 Successfully tagged docker-sys-mgmt-agent-go:latest 06:29:58  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:29:58 $ docker stop --time=1 e2bf645c44356fb0f1292b4bfa842c5c713c6fe3106deaaa6d98c41f4c574029 06:30:00 $ docker rm -f e2bf645c44356fb0f1292b4bfa842c5c713c6fe3106deaaa6d98c41f4c574029 [Pipeline] // withDockerContainer 06:30:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] sh 06:30:01 + docker images 06:30:01 + grep docker 06:30:01 docker-sys-mgmt-agent-go latest 4ad1d0066581 3 seconds ago 313MB 06:30:01 docker-core-data-go latest dc635381f8eb 23 seconds ago 22.3MB 06:30:01 docker-support-notifications-go latest 7790b734df30 36 seconds ago 16.9MB 06:30:01 docker-security-bootstrapper-go latest 41c418a08dea 52 seconds ago 33.5MB 06:30:01 docker-support-scheduler-go latest 6d66b614287d About a minute ago 16.4MB 06:30:01 docker-security-secretstore-setup-go latest 71e928954295 2 minutes ago 24.6MB 06:30:01 docker-core-metadata-go latest d859a76bd10a 2 minutes ago 18.8MB 06:30:01 docker-core-command-go latest 3c6fb1463c4f 2 minutes ago 16.3MB 06:30:01 docker-security-proxy-setup-go latest d38e28126f15 2 minutes ago 24.4MB 06:30:01 docker 20.10.0 aefe523efa57 6 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:30:02 Running on prd-ubuntu18.04-docker-8c-8g-23296 in /w/workspace/edgexfoundry_edgex-go_PR-3085 [Pipeline] { [Pipeline] ws 06:30:02 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 06:30:05 using credential edgex-jenkins-ssh 06:30:05 Cloning the remote Git repository 06:30:05 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:30:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:30:05 > git init /w/workspace/edgex-go/1 # timeout=10 06:30:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:30:05 > git --version # timeout=10 06:30:05 > git --version # 'git version 2.17.1' 06:30:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:09 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:30:10 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:30:15 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:30:17 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit 9675dda737749418a9e6e468e7912526e7704378 06:30:17 Merge succeeded, producing 9675dda737749418a9e6e468e7912526e7704378 06:30:17 Checking out Revision 9675dda737749418a9e6e468e7912526e7704378 (PR-3085) 06:30:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:30:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:30:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:30:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:30:16 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3085/head:refs/remotes/origin/PR-3085 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:30:17 > git config core.sparsecheckout # timeout=10 06:30:17 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 06:30:17 > git remote # timeout=10 06:30:17 > git config --get remote.origin.url # timeout=10 06:30:17 using GIT_SSH to set credentials SSH Credentials for GitHub 06:30:17 > git merge 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 06:30:17 > git rev-parse HEAD^{commit} # timeout=10 06:30:17 > git config core.sparsecheckout # timeout=10 06:30:17 > git checkout -f 9675dda737749418a9e6e468e7912526e7704378 # timeout=10 06:30:20 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:30:20 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 06:30:21 > git --version # timeout=10 06:30:21 > git --version # 'git version 2.17.1' 06:30:21 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:30:22 + echo snap-build.sh 06:30:22 snap-build.sh 06:30:22 + SNAP_BASE_DIR=. 06:30:22 + '[' '!' -z /w/workspace/edgex-go/1 ']' 06:30:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 06:30:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 06:30:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 06:30:22 + cd /w/workspace/edgex-go/1 06:30:22 + sudo apt-get remove -qy --purge lxd lxd-client 06:30:22 Reading package lists... 06:30:22 Building dependency tree... 06:30:22 Reading state information... 06:30:22 The following packages were automatically installed and are no longer required: 06:30:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 06:30:22 uidmap xdelta3 06:30:22 Use 'sudo apt autoremove' to remove them. 06:30:22 The following packages will be REMOVED: 06:30:22 lxd* lxd-client* 06:30:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 06:30:22 After this operation, 31.7 MB disk space will be freed. 06:30:23 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:30:23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 06:30:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 06:30:24 Removing lxd dnsmasq configuration 06:30:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 06:30:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 06:30:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 06:30:25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 06:30:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 06:30:26 Processing triggers for systemd (237-3ubuntu10.42) ... 06:30:26 Processing triggers for ureadahead (0.100.0-21) ... 06:30:26 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:30:27 + sudo snap remove --purge lxd 06:30:28 snap "lxd" is not installed 06:30:28 + sudo groupadd --force --system lxd 06:30:28 ++ whoami 06:30:28 + sudo /usr/sbin/usermod -G lxd -a jenkins 06:30:28 + newgrp - lxd 06:30:28 + sudo snap install lxd 06:30:31 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:30:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 06:30:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 06:30:38 2021-01-27T06:30:35Z INFO Waiting for automatic snapd restart... [Pipeline] } 06:30:43 $ docker stop --time=1 e6b6dd261eadd9d5e65979f370d820a5673fd625314c82cb1c9338a2d9107c56 06:30:46 $ docker rm -f e6b6dd261eadd9d5e65979f370d820a5673fd625314c82cb1c9338a2d9107c56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:30:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:30:48 06:30:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:30:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:30:48 latest: Pulling from edgex-devops/edgex-compose-arm64 06:30:48 29e5d40040c1: Pulling fs layer 06:30:48 1ce36da41761: Pulling fs layer 06:30:48 25b303627fd3: Pulling fs layer 06:30:49 29e5d40040c1: Verifying Checksum 06:30:49 29e5d40040c1: Download complete 06:30:49 1ce36da41761: Verifying Checksum 06:30:49 1ce36da41761: Download complete 06:30:50 29e5d40040c1: Pull complete 06:30:51 1ce36da41761: Pull complete 06:30:51 25b303627fd3: Verifying Checksum 06:30:51 25b303627fd3: Download complete 06:30:56 lxd 4.10 from Canonical* installed 06:30:56 + sudo lxd init --auto 06:31:01 25b303627fd3: Pull complete 06:31:01 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:31:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:31:01 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:31:01 prd-ubuntu18.04-docker-arm64-4c-16g-23369 does not seem to be running inside a container 06:31:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:31:04 + sudo snap install --classic snapcraft 06:31:05 $ docker top e45f3674dc53c4617d0ce1db2180568cc11973bd2e15c62020ede56c6d82df90 -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:06 + docker-compose build --help 06:31:06 + grep parallel 06:31:08 snapcraft 4.4.4 from Canonical* installed 06:31:08 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 06:31:08 + patch --verbose -p1 06:31:08 Hmm... Looks like a unified diff to me... 06:31:08 The text leading up to this was: 06:31:08 -------------------------- 06:31:08 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 06:31:08 |From: Tony Espy 06:31:08 |Date: Wed, 16 Dec 2020 16:34:55 -0500 06:31:08 |Subject: [PATCH] optimize snap build for pipeline CI check 06:31:08 | 06:31:08 |This patch is used by the EdgeX CI pipeline builds to 06:31:08 |optimize the snap CI check run for pull requests. When 06:31:08 |applied, it essentially strips out everything (apps and 06:31:08 |parts) from the snapcraft.yaml file except those required 06:31:08 |to build edgex-go, as the whole idea of the CI check is to 06:31:08 |catch changes to edgex-go that break the snap build. 06:31:08 | 06:31:08 |In general, anyone updating snapcraft.yaml will also need 06:31:08 |to update this patch file, otherwise it may fail to apply, 06:31:08 |resulting in a failed snap build CI check in the associated 06:31:08 |pull request. 06:31:08 | 06:31:08 |Note - in addition to applying this patch, the pipeline also 06:31:08 |only primes the snap (e.g. `snapcraft prime`), as there's no 06:31:08 |need to build the finally binary .snap file (and it won't 06:31:08 |work with the patch applied). This further reduces the build 06:31:08 |time. 06:31:08 |--- 06:31:08 | snap/snapcraft.yaml | 461 +------------------------------------------- 06:31:08 | 1 file changed, 2 insertions(+), 459 deletions(-) 06:31:08 | 06:31:08 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 06:31:08 |index 1e537489..faf42425 100644 06:31:08 |--- a/snap/snapcraft.yaml 06:31:08 |+++ b/snap/snapcraft.yaml 06:31:08 -------------------------- 06:31:08 patching file snap/snapcraft.yaml 06:31:08 Using Plan A... 06:31:08 Hunk #1 succeeded at 73. 06:31:08 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 06:31:08 Hunk #3 succeeded at 214 (offset -1 lines). 06:31:08 Hunk #4 succeeded at 222 (offset -1 lines). 06:31:08 Hunk #5 succeeded at 229 (offset -1 lines). 06:31:08 Hunk #6 succeeded at 256 (offset -1 lines). 06:31:08 Hunk #7 succeeded at 290 (offset -1 lines). 06:31:08 Hunk #8 succeeded at 342. 06:31:08 Hmm... Ignoring the trailing garbage. 06:31:08 done 06:31:08 + sudo snapcraft prime --use-lxd 06:31:09 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 06:31:09 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:31:09 - README.md 06:31:09 - snapcraft.yaml.orig 06:31:09 06:31:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:31:10 --parallel Build images in parallel. [Pipeline] } 06:31:10 $ docker stop --time=1 e45f3674dc53c4617d0ce1db2180568cc11973bd2e15c62020ede56c6d82df90 06:31:10 Launching a container. 06:31:12 $ docker rm -f e45f3674dc53c4617d0ce1db2180568cc11973bd2e15c62020ede56c6d82df90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:31:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:31:13 . [Pipeline] withDockerContainer 06:31:13 prd-ubuntu18.04-docker-arm64-4c-16g-23369 does not seem to be running inside a container 06:31:13 $ 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:31:14 $ docker top eb2225f322b0130d6245542e830cb613590f1ea727ebd8a3d863275cc105d4fa -eo pid,comm [Pipeline] { [Pipeline] sh 06:31:15 + docker-compose -f ./docker-compose-build.yml build --parallel 06:31:20 Building docker-core-command-go ... 06:31:20 Building docker-core-data-go ... 06:31:20 Building docker-core-metadata-go ... 06:31:20 Building docker-security-bootstrapper-go ... 06:31:20 Building docker-security-proxy-setup-go ... 06:31:20 Building docker-security-secretstore-setup-go ... 06:31:20 Building docker-support-notifications-go ... 06:31:20 Building docker-support-scheduler-go ... 06:31:20 Building docker-sys-mgmt-agent-go ... 06:31:20 Building docker-support-notifications-go 06:31:20 Building docker-sys-mgmt-agent-go 06:31:20 Building docker-core-metadata-go 06:31:20 Building docker-security-proxy-setup-go 06:31:20 Building docker-support-scheduler-go 06:31:22 Waiting for container to be ready 06:31:22 To start your first instance, try: lxc launch ubuntu:18.04 06:31:22 06:31:24 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 06:31:24 Waiting for network to be ready... 06:31:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:31:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:31:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 06:31:25 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:31:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:31:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:31:26 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:31:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 06:31:26 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:31:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 06:31:26 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:31:26 Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:31:26 Get:13 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:31:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 06:31:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 06:31:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 06:31:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 06:31:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 06:31:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:31:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 06:31:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 06:31:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 06:31:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 06:31:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 06:31:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 06:31:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 06:31:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 06:31:29 Fetched 23.8 MB in 4s (5665 kB/s) 06:31:30 Reading package lists... 06:31:30 Reading package lists... 06:31:30 Building dependency tree... 06:31:30 Reading state information... 06:31:30 The following additional packages will be installed: 06:31:30 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:31:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:31:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:31:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 06:31:30 Suggested packages: 06:31:30 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 06:31:30 Recommended packages: 06:31:30 gnupg libsasl2-modules 06:31:30 The following NEW packages will be installed: 06:31:30 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 06:31:30 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 06:31:30 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 06:31:30 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 06:31:30 The following packages will be upgraded: 06:31:30 gpg gpg-agent gpgconf libudev1 06:31:30 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 06:31:30 Need to get 3533 kB of archives. 06:31:30 After this operation, 13.3 MB of additional disk space will be used. 06:31:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 06:31:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 06:31:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 06:31:30 Get:4 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:31:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 06:31:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 06:31:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 06:31:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 06:31:30 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 06:31:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 06:31:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 06:31:31 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 06:31:31 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 06:31:31 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 06:31:31 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 06:31:31 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 06:31:31 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 06:31:31 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 06:31:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 06:31:31 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 06:31:31 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 06:31:31 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 06:31:31 debconf: delaying package configuration, since apt-utils is not installed 06:31:31 Fetched 3533 kB in 1s (3505 kB/s) 06:31:31 (Reading database ... 12511 files and directories currently installed.) 06:31:31 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 06:31:31 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:31:31 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 06:31:31 Selecting previously unselected package udev. 06:31:31 (Reading database ... 12511 files and directories currently installed.) 06:31:31 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 06:31:31 Unpacking udev (237-3ubuntu10.44) ... 06:31:32 Selecting previously unselected package libfuse2:amd64. 06:31:32 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 06:31:32 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:31:32 Selecting previously unselected package fuse. 06:31:32 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 06:31:32 Unpacking fuse (2.9.7-1ubuntu1) ... 06:31:32 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 06:31:32 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:31:32 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 06:31:32 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:31:32 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 06:31:32 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:31:32 Selecting previously unselected package libksba8:amd64. 06:31:32 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 06:31:32 Unpacking libksba8:amd64 (1.3.5-2) ... 06:31:32 Selecting previously unselected package libroken18-heimdal:amd64. 06:31:32 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:32 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:32 Selecting previously unselected package libasn1-8-heimdal:amd64. 06:31:32 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:33 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:33 Selecting previously unselected package libheimbase1-heimdal:amd64. 06:31:33 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:33 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:33 Selecting previously unselected package libhcrypto4-heimdal:amd64. 06:31:33 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:33 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:33 Selecting previously unselected package libwind0-heimdal:amd64. 06:31:33 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:33 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:33 Selecting previously unselected package libhx509-5-heimdal:amd64. 06:31:33 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:33 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:33 Selecting previously unselected package libkrb5-26-heimdal:amd64. 06:31:33 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:33 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:33 Selecting previously unselected package libheimntlm0-heimdal:amd64. 06:31:33 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:33 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:33 Selecting previously unselected package libgssapi3-heimdal:amd64. 06:31:33 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 06:31:33 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:33 Selecting previously unselected package libsasl2-modules-db:amd64. 06:31:33 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:31:33 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:31:33 Selecting previously unselected package libsasl2-2:amd64. 06:31:33 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 06:31:33 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:31:34 Selecting previously unselected package libldap-common. 06:31:34 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 06:31:34 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:31:34 Selecting previously unselected package libldap-2.4-2:amd64. 06:31:34 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 06:31:34 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:31:34 Selecting previously unselected package dirmngr. 06:31:34 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 06:31:34 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 06:31:34 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 06:31:34 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 06:31:34 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 06:31:34 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:31:34 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 06:31:34 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 06:31:34 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:34 Setting up libksba8:amd64 (1.3.5-2) ... 06:31:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:31:34 Setting up udev (237-3ubuntu10.44) ... 06:31:35 invoke-rc.d: policy-rc.d denied execution of start. 06:31:35 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:35 Processing triggers for systemd (237-3ubuntu10) ... 06:31:35 Setting up fuse (2.9.7-1ubuntu1) ... 06:31:35 Setting up gpg (2.2.4-1ubuntu1.3) ... 06:31:35 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:35 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:35 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:35 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:35 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:35 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:35 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 06:31:35 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 06:31:35 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 06:31:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:31:35 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 06:31:35 settings in the [Install] section, and DefaultInstance for template units). 06:31:35 This means they are not meant to be enabled using systemctl. 06:31:35 Possible reasons for having this kind of units are: 06:31:35 1) A unit may be statically enabled by being symlinked from another unit's 06:31:35 .wants/ or .requires/ directory. 06:31:35 2) A unit's purpose may be to act as a helper for some other unit which has 06:31:35 a requirement dependency on it. 06:31:35 3) A unit may be started when needed via activation (socket, path, timer, 06:31:35 D-Bus, udev, scripted systemctl call, ...). 06:31:35 4) In case of template units, the unit is meant to be enabled with some 06:31:35 instance name specified. 06:31:36 Reading package lists... 06:31:36 Building dependency tree... 06:31:36 Reading state information... 06:31:36 The following additional packages will be installed: 06:31:36 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 06:31:36 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 06:31:36 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 06:31:36 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 06:31:36 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 06:31:36 Suggested packages: 06:31:36 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 06:31:36 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 06:31:36 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 06:31:36 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 06:31:36 systemd-container policykit-1 06:31:36 Recommended packages: 06:31:36 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 06:31:36 The following NEW packages will be installed: 06:31:36 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 06:31:36 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 06:31:36 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 06:31:36 multiarch-support openssh-client python3 python3-minimal python3.6 06:31:36 python3.6-minimal snapd squashfs-tools sudo 06:31:36 The following packages will be upgraded: 06:31:36 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 06:31:36 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 06:31:36 Need to get 35.2 MB of archives. 06:31:36 After this operation, 141 MB of additional disk space will be used. 06:31:36 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 06:31:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 06:31:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 06:31:37 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:31:37 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 06:31:37 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 06:31:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 06:31:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 06:31:37 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 06:31:37 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 06:31:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 06:31:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 06:31:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 06:31:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 06:31:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 06:31:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 06:31:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 06:31:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 06:31:37 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 06:31:37 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 06:31:37 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 06:31:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 06:31:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 06:31:37 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 06:31:37 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 06:31:37 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 06:31:37 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 06:31:37 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 06:31:37 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 06:31:37 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 06:31:38 debconf: delaying package configuration, since apt-utils is not installed 06:31:38 Fetched 35.2 MB in 2s (17.3 MB/s) 06:31:38 (Reading database ... 12757 files and directories currently installed.) 06:31:38 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 06:31:39 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:31:39 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 06:31:39 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:31:39 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 06:31:39 (Reading database ... 12757 files and directories currently installed.) 06:31:39 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 06:31:39 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 06:31:39 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 06:31:39 (Reading database ... 12757 files and directories currently installed.) 06:31:40 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 06:31:40 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 06:31:40 Setting up apt (1.6.12ubuntu0.2) ... 06:31:40 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 06:31:40 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 06:31:40 (Reading database ... 12764 files and directories currently installed.) 06:31:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:31:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:31:41 Selecting previously unselected package libpython3.6-minimal:amd64. 06:31:41 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:31:41 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:31:41 Selecting previously unselected package libexpat1:amd64. 06:31:41 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 06:31:41 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:31:41 Selecting previously unselected package python3.6-minimal. 06:31:41 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:31:41 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:31:41 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 06:31:41 Checking for services that may need to be restarted...done. 06:31:41 Checking for services that may need to be restarted...done. 06:31:41 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:31:41 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 06:31:41 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 06:31:42 Selecting previously unselected package python3-minimal. 06:31:42 (Reading database ... 13012 files and directories currently installed.) 06:31:42 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 06:31:42 Unpacking python3-minimal (3.6.7-1~18.04) ... 06:31:42 Selecting previously unselected package mime-support. 06:31:42 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 06:31:42 Unpacking mime-support (3.60ubuntu1) ... 06:31:42 Selecting previously unselected package libmpdec2:amd64. 06:31:42 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 06:31:42 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:31:42 Selecting previously unselected package libpython3.6-stdlib:amd64. 06:31:42 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:31:42 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:31:43 Selecting previously unselected package python3.6. 06:31:43 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 06:31:43 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:31:43 Selecting previously unselected package libpython3-stdlib:amd64. 06:31:43 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 06:31:43 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:31:43 Setting up python3-minimal (3.6.7-1~18.04) ... 06:31:43 Selecting previously unselected package python3. 06:31:43 (Reading database ... 13442 files and directories currently installed.) 06:31:43 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 06:31:43 Unpacking python3 (3.6.7-1~18.04) ... 06:31:43 Selecting previously unselected package multiarch-support. 06:31:43 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 06:31:43 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 06:31:43 Setting up multiarch-support (2.27-3ubuntu1.4) ... 06:31:43 Selecting previously unselected package liblzo2-2:amd64. 06:31:43 (Reading database ... 13479 files and directories currently installed.) 06:31:43 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 06:31:43 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 06:31:43 Selecting previously unselected package libbsd0:amd64. 06:31:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 06:31:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:31:44 Selecting previously unselected package sudo. 06:31:44 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 06:31:44 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 06:31:44 Selecting previously unselected package apparmor. 06:31:44 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 06:31:44 Unpacking apparmor (2.12-4ubuntu5.1) ... 06:31:44 Selecting previously unselected package libedit2:amd64. 06:31:44 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 06:31:44 Unpacking libedit2:amd64 (3.1-20170329-1) ... 06:31:44 Selecting previously unselected package libkrb5support0:amd64. 06:31:44 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 06:31:44 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:31:44 Selecting previously unselected package libk5crypto3:amd64. 06:31:44 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 06:31:44 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:31:44 Selecting previously unselected package libkeyutils1:amd64. 06:31:44 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 06:31:44 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:31:44 Selecting previously unselected package libkrb5-3:amd64. 06:31:44 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 06:31:44 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:31:45 Selecting previously unselected package libgssapi-krb5-2:amd64. 06:31:45 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 06:31:45 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:31:45 Selecting previously unselected package libssl1.0.0:amd64. 06:31:45 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 06:31:45 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:31:45 Selecting previously unselected package openssh-client. 06:31:45 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 06:31:45 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 06:31:45 Selecting previously unselected package squashfs-tools. 06:31:45 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 06:31:45 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:31:45 Selecting previously unselected package snapd. 06:31:45 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 06:31:45 Unpacking snapd (2.48+18.04) ... 06:31:47 Setting up libedit2:amd64 (3.1-20170329-1) ... 06:31:47 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 06:31:47 Setting up mime-support (3.60ubuntu1) ... 06:31:47 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 06:31:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 06:31:47 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 06:31:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:31:47 Setting up systemd (237-3ubuntu10.44) ... 06:31:47 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 06:31:48 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 06:31:49 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 06:31:49 Setting up liblzo2-2:amd64 (2.08-1.2) ... 06:31:49 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 06:31:49 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 06:31:49 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 06:31:50 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 06:31:50 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 06:31:50 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 06:31:50 Setting up python3 (3.6.7-1~18.04) ... 06:31:50 running python rtupdate hooks for python3.6... 06:31:50 running python post-rtupdate hooks for python3.6... 06:31:50 Setting up apparmor (2.12-4ubuntu5.1) ... 06:31:52 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 06:31:52 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 06:31:52 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 06:31:52 Setting up snapd (2.48+18.04) ... 06:31:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 06:31:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 06:31:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 06:31:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 06:31:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:31:53 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 06:31:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 06:31:54 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 06:31:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 06:31:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 06:31:54 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 06:31:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 06:31:54 Processing triggers for systemd (237-3ubuntu10.44) ... 06:31:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:31:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:31:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:31:56 Reading package lists... 06:31:56 Reading package lists... 06:31:57 Building dependency tree... 06:31:57 Reading state information... 06:31:57 Calculating upgrade... 06:31:57 The following packages will be upgraded: 06:31:57 advancecomp base-files bash binutils binutils-common 06:31:57 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 06:31:57 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 06:31:57 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 06:31:57 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 06:31:57 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 06:31:57 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 06:31:57 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 06:31:57 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 06:31:57 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 06:31:57 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 06:31:57 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 06:31:57 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 06:31:57 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 06:31:57 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 06:31:57 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 06:31:57 Need to get 63.8 MB of archives. 06:31:57 After this operation, 5205 kB of additional disk space will be used. 06:31:57 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 06:31:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 06:31:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 06:31:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 06:31:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 06:31:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 06:31:58 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 06:31:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 06:31:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 06:31:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 06:31:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 06:31:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 06:31:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 06:31:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 06:31:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 06:31:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 06:31:58 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 06:31:58 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 06:31:58 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 06:31:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 06:31:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 06:31:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 06:31:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 06:31:58 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 06:31:58 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 06:31:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 06:31:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 06:31:58 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 06:31:58 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 06:31:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 06:31:58 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 06:31:58 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 06:31:58 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 06:31:58 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 06:31:58 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 06:31:58 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 06:31:58 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 06:31:58 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 06:31:58 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 06:31:58 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 06:31:58 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 06:31:58 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 06:31:58 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 06:31:58 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 06:31:58 Get:45 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:31:58 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 06:31:58 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 06:31:58 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 06:31:58 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 06:31:58 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 06:31:58 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 06:31:58 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 06:31:58 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 06:31:58 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 06:31:58 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 06:31:58 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 06:31:58 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 06:31:59 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 06:31:59 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 06:31:59 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 06:31:59 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 06:31:59 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 06:31:59 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 06:31:59 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 06:31:59 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 06:31:59 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 06:31:59 Get:67 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:31:59 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 06:31:59 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 06:31:59 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 06:31:59 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 06:31:59 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 06:31:59 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 06:31:59 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 06:31:59 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 06:31:59 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 06:31:59 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 06:31:59 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 06:31:59 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 06:31:59 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 06:31:59 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 06:31:59 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 06:31:59 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 06:31:59 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 06:31:59 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 06:31:59 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 06:31:59 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 06:31:59 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 06:31:59 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 06:31:59 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 06:31:59 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 06:32:00 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 06:32:00 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 06:32:00 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 06:32:00 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:32:00 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 06:32:00 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 06:32:00 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 06:32:00 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 06:32:00 debconf: delaying package configuration, since apt-utils is not installed 06:32:00 Fetched 63.8 MB in 3s (19.3 MB/s) 06:32:00 (Reading database ... 13912 files and directories currently installed.) 06:32:00 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 06:32:00 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:32:01 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 06:32:01 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:32:01 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 06:32:01 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 06:32:02 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:02 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:02 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:02 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:02 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:02 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:02 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:03 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:03 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:03 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:03 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:03 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:03 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:03 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:03 (Reading database ... 13911 files and directories currently installed.) 06:32:03 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:03 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 06:32:03 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 06:32:03 (Reading database ... 13911 files and directories currently installed.) 06:32:03 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:03 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:03 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:03 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:04 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 06:32:04 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 06:32:04 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:04 (Reading database ... 13911 files and directories currently installed.) 06:32:04 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 06:32:04 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:32:04 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 06:32:05 (Reading database ... 13911 files and directories currently installed.) 06:32:05 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 06:32:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 06:32:05 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 06:32:05 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 06:32:05 Setting up base-files (10.1ubuntu2.10) ... 06:32:05 Installing new version of config file /etc/issue ... 06:32:05 Installing new version of config file /etc/issue.net ... 06:32:05 Installing new version of config file /etc/lsb-release ... 06:32:05 Installing new version of config file /etc/update-motd.d/50-motd-news ... 06:32:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 06:32:05 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 06:32:05 Removing obsolete conffile /etc/default/motd-news ... 06:32:05 (Reading database ... 13912 files and directories currently installed.) 06:32:05 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 06:32:06 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 06:32:06 Setting up bash (4.4.18-2ubuntu1.2) ... 06:32:06 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:32:06 (Reading database ... 13912 files and directories currently installed.) 06:32:06 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:06 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 06:32:06 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 06:32:06 (Reading database ... 13912 files and directories currently installed.) 06:32:06 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 06:32:06 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 06:32:06 Setting up tar (1.29b-2ubuntu0.2) ... 06:32:06 (Reading database ... 13912 files and directories currently installed.) 06:32:06 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 06:32:06 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:32:06 Setting up dpkg (1.19.0.5ubuntu2.3) ... 06:32:07 (Reading database ... 13912 files and directories currently installed.) 06:32:07 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 06:32:07 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:32:07 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 06:32:07 (Reading database ... 13912 files and directories currently installed.) 06:32:07 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 06:32:07 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:32:07 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 06:32:07 (Reading database ... 13912 files and directories currently installed.) 06:32:07 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 06:32:07 Unpacking grep (3.1-2build1) over (3.1-2) ... 06:32:07 Setting up grep (3.1-2build1) ... 06:32:07 (Reading database ... 13912 files and directories currently installed.) 06:32:07 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 06:32:07 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:32:08 Setting up login (1:4.5-1ubuntu2) ... 06:32:08 (Reading database ... 13912 files and directories currently installed.) 06:32:08 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 06:32:08 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:32:08 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 06:32:08 (Reading database ... 13912 files and directories currently installed.) 06:32:08 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 06:32:08 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:32:09 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 06:32:09 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:32:09 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 06:32:09 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:32:09 Setting up perl-base (5.26.1-6ubuntu0.5) ... 06:32:09 (Reading database ... 13912 files and directories currently installed.) 06:32:09 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 06:32:09 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 06:32:10 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:32:10 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:32:11 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 06:32:11 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 06:32:11 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 06:32:11 (Reading database ... 13912 files and directories currently installed.) 06:32:11 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 06:32:11 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 06:32:11 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 06:32:11 (Reading database ... 13912 files and directories currently installed.) 06:32:11 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:11 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:32:11 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:32:11 (Reading database ... 13912 files and directories currently installed.) 06:32:11 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:11 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:32:11 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:32:12 (Reading database ... 13912 files and directories currently installed.) 06:32:12 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:12 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:32:12 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:32:12 (Reading database ... 13912 files and directories currently installed.) 06:32:12 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:12 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:32:12 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:32:12 (Reading database ... 13912 files and directories currently installed.) 06:32:12 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 06:32:12 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:32:12 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 06:32:12 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:32:12 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 06:32:13 (Reading database ... 13912 files and directories currently installed.) 06:32:13 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 06:32:13 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:32:13 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 06:32:13 (Reading database ... 13912 files and directories currently installed.) 06:32:13 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:13 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:32:13 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 06:32:13 (Reading database ... 13912 files and directories currently installed.) 06:32:13 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:13 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:32:13 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 06:32:13 (Reading database ... 13912 files and directories currently installed.) 06:32:13 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:13 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:32:14 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 06:32:14 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 06:32:14 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 06:32:15 (Reading database ... 13912 files and directories currently installed.) 06:32:15 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 06:32:15 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 06:32:15 Setting up libc-bin (2.27-3ubuntu1.4) ... 06:32:15 (Reading database ... 13912 files and directories currently installed.) 06:32:15 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 06:32:15 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 06:32:15 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 06:32:15 (Reading database ... 13914 files and directories currently installed.) 06:32:15 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 06:32:15 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 06:32:16 Setting up debconf (1.5.66ubuntu1) ... 06:32:16 (Reading database ... 13914 files and directories currently installed.) 06:32:16 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 06:32:16 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:32:16 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 06:32:16 (Reading database ... 13914 files and directories currently installed.) 06:32:16 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 06:32:16 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 06:32:16 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 06:32:16 (Reading database ... 13914 files and directories currently installed.) 06:32:16 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:32:16 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:32:16 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:32:16 (Reading database ... 13914 files and directories currently installed.) 06:32:16 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:32:16 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:32:17 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 06:32:17 (Reading database ... 13914 files and directories currently installed.) 06:32:17 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 06:32:17 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:32:17 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 06:32:17 (Reading database ... 13914 files and directories currently installed.) 06:32:17 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 06:32:17 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 06:32:17 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 06:32:17 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 06:32:17 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 06:32:17 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:32:17 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 06:32:18 (Reading database ... 13914 files and directories currently installed.) 06:32:18 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 06:32:18 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 06:32:18 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 06:32:18 (Reading database ... 13914 files and directories currently installed.) 06:32:18 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 06:32:18 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 06:32:18 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 06:32:19 (Reading database ... 13914 files and directories currently installed.) 06:32:19 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 06:32:19 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 06:32:19 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 06:32:19 (Reading database ... 13914 files and directories currently installed.) 06:32:19 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 06:32:19 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 06:32:19 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 06:32:19 (Reading database ... 13914 files and directories currently installed.) 06:32:19 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 06:32:19 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 06:32:19 Setting up passwd (1:4.5-1ubuntu2) ... 06:32:19 (Reading database ... 13914 files and directories currently installed.) 06:32:19 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 06:32:19 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 06:32:19 Setting up gpgv (2.2.4-1ubuntu1.3) ... 06:32:20 (Reading database ... 13914 files and directories currently installed.) 06:32:20 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 06:32:20 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 06:32:20 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 06:32:20 (Reading database ... 13914 files and directories currently installed.) 06:32:20 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 06:32:20 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 06:32:20 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 06:32:20 (Reading database ... 13914 files and directories currently installed.) 06:32:20 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 06:32:20 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 06:32:20 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 06:32:21 (Reading database ... 13914 files and directories currently installed.) 06:32:21 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 06:32:21 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 06:32:21 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 06:32:21 (Reading database ... 13914 files and directories currently installed.) 06:32:21 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 06:32:21 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 06:32:21 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 06:32:21 (Reading database ... 13914 files and directories currently installed.) 06:32:21 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 06:32:21 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 06:32:21 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 06:32:21 (Reading database ... 13915 files and directories currently installed.) 06:32:21 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:32:22 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:32:22 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 06:32:22 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 06:32:22 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 06:32:22 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 06:32:22 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 06:32:22 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 06:32:22 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 06:32:22 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 06:32:22 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 06:32:22 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 06:32:23 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 06:32:23 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 06:32:23 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 06:32:23 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 06:32:23 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 06:32:23 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 06:32:23 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 06:32:23 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 06:32:23 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 06:32:23 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 06:32:23 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 06:32:23 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 06:32:24 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 06:32:24 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 06:32:24 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 06:32:24 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 06:32:24 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:32:24 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:32:24 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:32:24 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:32:25 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:32:25 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:32:25 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 06:32:25 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 06:32:25 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:25 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:25 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:25 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:25 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:25 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:25 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:25 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:26 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:26 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:27 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:27 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:28 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:28 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:28 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:28 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:29 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 06:32:29 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 06:32:29 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:32:29 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:32:29 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 06:32:29 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:32:29 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 06:32:29 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 06:32:30 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 06:32:30 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 06:32:30 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:32:30 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:32:30 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 06:32:30 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 06:32:30 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 06:32:30 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 06:32:30 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:30 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 06:32:30 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:30 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:30 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:30 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 06:32:30 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 06:32:30 Setting up tzdata (2020f-0ubuntu0.18.04) ... 06:32:30 06:32:30 Current default time zone: 'Etc/UTC' 06:32:30 Local time is now: Wed Jan 27 06:32:30 UTC 2021. 06:32:30 Universal Time is now: Wed Jan 27 06:32:30 UTC 2021. 06:32:30 Run 'dpkg-reconfigure tzdata' if you wish to change it. 06:32:30 06:32:30 Setting up systemd-sysv (237-3ubuntu10.44) ... 06:32:30 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:31 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 06:32:31 Setting up mount (2.31.1-0.4ubuntu3.7) ... 06:32:31 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 06:32:31 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 06:32:31 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 06:32:31 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 06:32:31 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 06:32:31 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 06:32:31 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:31 Setting up procps (2:3.3.12-3ubuntu1.2) ... 06:32:31 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 06:32:31 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 06:32:31 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:31 Setting up patch (2.7.6-2ubuntu1.1) ... 06:32:31 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 06:32:31 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 06:32:31 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 06:32:32 Installing new version of config file /etc/ssl/openssl.cnf ... 06:32:32 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 06:32:32 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 06:32:32 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 06:32:33 Updating certificates in /etc/ssl/certs... 06:32:34 22 added, 17 removed; done. 06:32:34 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 06:32:34 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 06:32:34 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 06:32:34 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 06:32:34 Setting up pkgbinarymangler (138.18.04.1) ... 06:32:34 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 06:32:34 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 06:32:34 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 06:32:34 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 06:32:34 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:32:34 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 06:32:34 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 06:32:35 Setting up perl (5.26.1-6ubuntu0.5) ... 06:32:35 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 06:32:35 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 06:32:35 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 06:32:35 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 06:32:35 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 06:32:35 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 06:32:35 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 06:32:35 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 06:32:35 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 06:32:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:32:35 Processing triggers for systemd (237-3ubuntu10.44) ... 06:32:35 Processing triggers for mime-support (3.60ubuntu1) ... 06:32:35 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 06:32:35 Updating certificates in /etc/ssl/certs... 06:32:36 0 added, 0 removed; done. 06:32:36 Running hooks in /etc/ca-certificates/update.d... 06:32:36 done. 06:32:36 Reading package lists... 06:32:36 Building dependency tree... 06:32:36 Reading state information... 06:32:36 The following NEW packages will be installed: 06:32:36 apt-transport-https 06:32:36 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 06:32:36 Need to get 1696 B of archives. 06:32:36 After this operation, 153 kB of additional disk space will be used. 06:32:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 06:32:37 debconf: delaying package configuration, since apt-utils is not installed 06:32:37 Fetched 1696 B in 0s (40.7 kB/s) 06:32:37 Selecting previously unselected package apt-transport-https. 06:32:37 (Reading database ... 13929 files and directories currently installed.) 06:32:37 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 06:32:37 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 06:32:37 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 06:32:37 Waiting for network to be ready... 06:32:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:32:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:32:41 ---> 0f0381cc6d3f 06:32:41 Step 3/22 : WORKDIR /edgex-go 06:32:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:32:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:32:41 ---> 0f0381cc6d3f 06:32:41 Step 3/23 : WORKDIR /edgex-go 06:32:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:32:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:32:41 ---> 0f0381cc6d3f 06:32:41 Step 3/21 : WORKDIR /edgex-go 06:32:41 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:32:41 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:32:41 ---> 0f0381cc6d3f 06:32:41 Step 3/22 : WORKDIR /edgex-go 06:32:41 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:32:41 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:32:41 ---> 0f0381cc6d3f 06:32:41 Step 3/26 : WORKDIR /edgex-go 06:32:41 ---> Running in 391d21f83a8d 06:32:41 ---> Running in 2de2f3cb0845 06:32:41 ---> Running in 789ffb42acb1 06:32:41 ---> Running in a9dd1258b7e8 06:32:41 ---> Running in 0dee81754e0e 06:32:41 Removing intermediate container 2de2f3cb0845 06:32:41 ---> 8daf5b9a2c65 06:32:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:41 Removing intermediate container 391d21f83a8d 06:32:41 ---> 2ef330ce516c 06:32:41 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:41 Removing intermediate container 789ffb42acb1 06:32:41 ---> dcdd3660d971 06:32:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:41 Removing intermediate container 0dee81754e0e 06:32:41 ---> 24ba4acebac0 06:32:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:41 Removing intermediate container a9dd1258b7e8 06:32:41 ---> 94a67307854a 06:32:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:32:41 ---> Running in e0baa2e548c9 06:32:41 ---> Running in 1e0f23909203 06:32:41 ---> Running in 10ae3571b512 06:32:41 ---> Running in 50819d73f0f2 06:32:41 ---> Running in a2b2ac1d1c8c 06:32:41 Removing intermediate container e0baa2e548c9 06:32:41 ---> 1ffccbc90988 06:32:41 Step 5/26 : RUN apk add --update --no-cache make bash git 06:32:41 ---> Running in 8c29f616a6b7 06:32:41 Removing intermediate container 50819d73f0f2 06:32:41 ---> d8b11c77fa5a 06:32:41 Step 5/23 : RUN apk add --update --no-cache make git 06:32:41 Removing intermediate container a2b2ac1d1c8c 06:32:41 ---> e33aa556f2e8 06:32:41 Step 5/22 : RUN apk add --update --no-cache make git 06:32:41 ---> Running in b2c5124b4b81 06:32:41 ---> Running in bcb6ec9f30e8 06:32:41 Removing intermediate container 10ae3571b512 06:32:41 ---> a8300e656ec9 06:32:41 Step 5/21 : RUN apk add --update --no-cache make git 06:32:41 Removing intermediate container 1e0f23909203 06:32:41 ---> 3bc1b3f119f8 06:32:41 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:32:41 ---> Running in 632c49e9e532 06:32:41 ---> Running in 19f5e11b4740 06:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:32:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:42 OK: 217 MiB in 51 packages 06:32:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:32:43 OK: 217 MiB in 51 packages 06:32:43 OK: 217 MiB in 51 packages 06:32:43 OK: 217 MiB in 51 packages 06:32:43 OK: 217 MiB in 51 packages 06:32:43 2021-01-27T06:32:40Z INFO Waiting for automatic snapd restart... 06:32:43 snapd 2.48.2 from Canonical* installed 06:32:44 "snapd" switched to the "latest/stable" channel 06:32:44 06:32:44 Removing intermediate container 8c29f616a6b7 06:32:44 ---> db1bf9b2a9cd 06:32:44 Step 6/26 : COPY go.mod . 06:32:45 Removing intermediate container bcb6ec9f30e8 06:32:45 ---> 0fc3f771af09 06:32:45 Step 6/22 : COPY go.mod . 06:32:45 ---> cce00bb70c52 06:32:45 Step 7/26 : RUN go mod download 06:32:45 ---> Running in a03f516b8436 06:32:45 Removing intermediate container 632c49e9e532 06:32:45 ---> 6e08a43c68c3 06:32:45 Step 6/21 : COPY go.mod . 06:32:45 Removing intermediate container b2c5124b4b81 06:32:45 Removing intermediate container 19f5e11b4740 06:32:45 ---> 52ea1273c78f 06:32:45 Step 6/22 : COPY go.mod . 06:32:45 ---> 0b1352206aa7 06:32:45 Step 6/23 : COPY go.mod . 06:32:46 ---> 0072be581b31 06:32:46 Step 7/22 : RUN go mod download 06:32:46 ---> Running in 8cf68da2af7a 06:32:46 core18 20201210 from Canonical* installed 06:32:46 "core18" switched to the "latest/stable" channel 06:32:46 06:32:47 ---> 48a513482b3b 06:32:47 Step 7/21 : RUN go mod download 06:32:47 ---> 3a9ae861d0a9 06:32:47 Step 7/23 : RUN go mod download 06:32:47 ---> Running in 33c30a335a03 06:32:47 ---> bb3290a6f9f3 06:32:47 Step 7/22 : RUN go mod download 06:32:47 ---> Running in cc211ec73e17 06:32:47 ---> Running in b88292031591 06:32:49 Removing intermediate container a03f516b8436 06:32:49 ---> b0e0cb913cb6 06:32:49 Step 8/26 : COPY . . 06:32:50 snapcraft 4.4.4 from Canonical* installed 06:32:50 "snapcraft" switched to the "latest/stable" channel 06:32:50 06:32:50 Removing intermediate container 8cf68da2af7a 06:32:50 ---> 6521dd90ab18 06:32:50 Step 8/22 : COPY . . 06:32:52 Removing intermediate container 33c30a335a03 06:32:52 ---> 6d6662753288 06:32:52 Step 8/21 : COPY . . 06:32:52 Removing intermediate container cc211ec73e17 06:32:52 ---> ed8a08096aac 06:32:52 Step 8/23 : COPY . . 06:32:52 Removing intermediate container b88292031591 06:32:52 ---> 26a879987cd5 06:32:52 Step 8/22 : COPY . . 06:32:53 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:32:53 - README.md 06:32:53 - snapcraft.yaml.orig 06:32:53 06:32:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 06:33:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:33:00 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 06:33:00 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 06:33:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:33:00 Reading package lists... 06:33:01 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:33:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:33:08 Reading package lists... 06:33:08 Building dependency tree... 06:33:08 Reading state information... 06:33:08 Suggested packages: 06:33:08 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 06:33:08 git-gui gitk gitweb git-cvs git-mediawiki git-svn 06:33:08 Recommended packages: 06:33:08 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 06:33:08 The following NEW packages will be installed: 06:33:08 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 06:33:08 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 06:33:08 pkg-config zip 06:33:08 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 06:33:08 Need to get 7655 kB of archives. 06:33:08 After this operation, 43.7 MB of additional disk space will be used. 06:33:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 06:33:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 06:33:08 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 06:33:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 06:33:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 06:33:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 06:33:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 06:33:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 06:33:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 06:33:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 06:33:08 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 06:33:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 06:33:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 06:33:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 06:33:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 06:33:08 debconf: delaying package configuration, since apt-utils is not installed 06:33:08 Fetched 7655 kB in 1s (9346 kB/s) 06:33:08 Selecting previously unselected package libglib2.0-0:amd64. 06:33:08 (Reading database ... 13933 files and directories currently installed.) 06:33:08 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 06:33:08 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:33:09 Selecting previously unselected package libpsl5:amd64. 06:33:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 06:33:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 06:33:09 Selecting previously unselected package libnghttp2-14:amd64. 06:33:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 06:33:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:33:09 Selecting previously unselected package librtmp1:amd64. 06:33:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 06:33:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:33:09 Selecting previously unselected package libcurl3-gnutls:amd64. 06:33:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 06:33:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:33:09 Selecting previously unselected package liberror-perl. 06:33:09 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 06:33:09 Unpacking liberror-perl (0.17025-1) ... 06:33:09 Selecting previously unselected package git-man. 06:33:09 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 06:33:09 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 06:33:09 Selecting previously unselected package git. 06:33:09 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 06:33:09 Unpacking git (1:2.17.1-1ubuntu0.7) ... 06:33:10 Selecting previously unselected package libnorm1:amd64. 06:33:10 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 06:33:10 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:33:10 Selecting previously unselected package libpgm-5.2-0:amd64. 06:33:10 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 06:33:10 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:33:10 Selecting previously unselected package libsodium23:amd64. 06:33:10 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 06:33:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 06:33:10 Selecting previously unselected package libzmq5:amd64. 06:33:10 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 06:33:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:33:10 Selecting previously unselected package libzmq3-dev:amd64. 06:33:10 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 06:33:11 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:33:11 Selecting previously unselected package pkg-config. 06:33:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 06:33:11 Unpacking pkg-config (0.29.1-0ubuntu2) ... 06:33:11 Selecting previously unselected package zip. 06:33:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 06:33:11 Unpacking zip (3.0-11build1) ... 06:33:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 06:33:11 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 06:33:11 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 06:33:11 Setting up liberror-perl (0.17025-1) ... 06:33:11 Setting up libpsl5:amd64 (0.19.1-5build1) ... 06:33:11 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 06:33:11 No schema files found: doing nothing. 06:33:11 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 06:33:11 Setting up zip (3.0-11build1) ... 06:33:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 06:33:11 Setting up libsodium23:amd64 (1.0.16-2) ... 06:33:11 Setting up pkg-config (0.29.1-0ubuntu2) ... 06:33:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 06:33:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 06:33:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 06:33:11 Setting up git (1:2.17.1-1ubuntu0.7) ... 06:33:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 06:33:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:33:18 git set to automatically installed. 06:33:18 git-man set to automatically installed. 06:33:18 libcurl3-gnutls set to automatically installed. 06:33:18 liberror-perl set to automatically installed. 06:33:18 libglib2.0-0 set to automatically installed. 06:33:18 libnghttp2-14 set to automatically installed. 06:33:18 libnorm1 set to automatically installed. 06:33:18 libpgm-5.2-0 set to automatically installed. 06:33:18 libpsl5 set to automatically installed. 06:33:18 librtmp1 set to automatically installed. 06:33:18 libsodium23 set to automatically installed. 06:33:18 libzmq3-dev set to automatically installed. 06:33:18 libzmq5 set to automatically installed. 06:33:18 pkg-config set to automatically installed. 06:33:18 zip set to automatically installed. 06:33:19 ---> 0287888921e5 06:33:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:33:19 ---> 477485187d3d 06:33:19 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:33:19 ---> 6bc77ea46995 06:33:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:33:19 ---> c375238c94dd 06:33:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:33:19 ---> e991e853395f 06:33:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:33:19 ---> Running in 1a329e5f518a 06:33:19 ---> Running in aefe6badaa8f 06:33:19 ---> Running in e9b9b1a59f8e 06:33:19 ---> Running in 2641181ac473 06:33:19 ---> Running in 88f458e3abe7 06:33:19 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:33:19 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:33:19 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:33:19 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:33:19 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:33:20 snapd is not logged in, snap install commands will use sudo 06:33:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 06:33:27 snap "core18" has no updates available 06:33:27 Pulling config-common 06:33:28 Pulling go-build-helper 06:33:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 06:33:50 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 06:33:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 06:33:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 06:33:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 06:33:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 06:33:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 06:33:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 06:33:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 06:33:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 06:33:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 06:33:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 06:33:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 06:33:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 06:33:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 06:33:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 06:33:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 06:33:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 06:33:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 06:33:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1862 kB] 06:33:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [387 kB] 06:33:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 06:33:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 06:33:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [243 kB] 06:33:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.9 kB] 06:33:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1710 kB] 06:33:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 06:33:50 Fetched 23.8 MB in 0s (0 B/s) 06:33:50 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 06:33:50 Fetched 96.5 kB in 0s (0 B/s) 06:33:50 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 06:33:50 Fetched 279 kB in 0s (0 B/s) 06:33:50 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 06:33:50 Fetched 122 kB in 0s (0 B/s) 06:33:50 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 06:33:50 Fetched 77.8 kB in 0s (0 B/s) 06:33:50 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 06:33:50 Fetched 8848 B in 0s (0 B/s) 06:33:50 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 06:33:50 Fetched 47.8 kB in 0s (0 B/s) 06:33:50 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 06:33:50 Fetched 45.6 kB in 0s (0 B/s) 06:33:50 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 06:33:50 Fetched 15.0 kB in 0s (0 B/s) 06:33:50 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 06:33:50 Fetched 214 kB in 0s (0 B/s) 06:33:50 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 06:33:50 Fetched 155 kB in 0s (0 B/s) 06:33:50 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 06:33:50 Fetched 50.6 kB in 0s (0 B/s) 06:33:50 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 06:33:50 Fetched 14.8 kB in 0s (0 B/s) 06:33:50 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 06:33:50 Fetched 41.8 kB in 0s (0 B/s) 06:33:50 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 06:33:50 Fetched 499 kB in 0s (0 B/s) 06:33:50 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 06:33:50 Fetched 111 kB in 0s (0 B/s) 06:33:50 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 06:33:50 Fetched 240 kB in 0s (0 B/s) 06:33:50 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 06:33:50 Fetched 29.3 kB in 0s (0 B/s) 06:33:50 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 06:33:50 Fetched 85.5 kB in 0s (0 B/s) 06:33:50 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 06:33:50 Fetched 24.5 kB in 0s (0 B/s) 06:33:50 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 06:33:50 Fetched 49.2 kB in 0s (0 B/s) 06:33:50 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 06:33:50 Fetched 54.2 kB in 0s (0 B/s) 06:33:50 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 06:33:50 Fetched 30.8 kB in 0s (0 B/s) 06:33:50 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 06:33:50 Fetched 17.0 kB in 0s (0 B/s) 06:33:50 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 06:33:50 Fetched 85.9 kB in 0s (0 B/s) 06:33:50 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 06:33:50 Fetched 8720 B in 0s (0 B/s) 06:33:50 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 06:33:50 Fetched 137 kB in 0s (0 B/s) 06:33:50 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 06:33:50 Fetched 119 kB in 0s (0 B/s) 06:33:50 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 06:33:50 Fetched 109 kB in 0s (0 B/s) 06:33:50 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 06:33:50 Fetched 11.1 kB in 0s (0 B/s) 06:33:50 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 06:33:50 Fetched 645 kB in 0s (0 B/s) 06:33:50 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 06:33:50 Fetched 41.3 kB in 0s (0 B/s) 06:33:50 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 06:33:50 Fetched 17.9 kB in 0s (0 B/s) 06:33:50 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 06:33:50 Fetched 368 kB in 0s (0 B/s) 06:33:50 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 06:33:50 Fetched 187 kB in 0s (0 B/s) 06:33:50 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 06:33:50 Fetched 175 kB in 0s (0 B/s) 06:33:50 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 06:33:53 Fetched 206 kB in 0s (0 B/s) 06:33:53 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 06:33:53 Fetched 1301 kB in 0s (0 B/s) 06:33:53 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 06:33:53 Fetched 36.2 kB in 0s (0 B/s) 06:33:53 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 06:33:53 Fetched 159 kB in 0s (0 B/s) 06:33:53 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 06:33:53 Fetched 107 kB in 0s (0 B/s) 06:33:53 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 06:33:53 Fetched 48.7 kB in 0s (0 B/s) 06:33:53 Pulling static-packages 06:33:54 'go115' has dependencies that need to be staged: static-packages go-build-helper 06:33:54 Skipping pull go-build-helper (already ran) 06:33:54 Skipping pull static-packages (already ran) 06:33:54 Building go-build-helper 06:33:58 Building static-packages 06:33:59 Staging go-build-helper 06:34:00 Staging static-packages 06:34:01 Pulling go115 06:34:02 'edgex-go' has dependencies that need to be staged: go115 06:34:02 Skipping pull go115 (already ran) 06:34:02 Building go115 06:34:02 % Total % Received % Xferd Average Speed Time Time Time Current 06:34:02 Dload Upload Total Spent Left Speed 06:34:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 115M 9 11.0M 0 0 19.9M 0 0:00:05 --:--:-- 0:00:05 19.9M 40 115M 40 46.3M 0 0 30.0M 0 0:00:03 0:00:01 0:00:02 30.0M 75 115M 75 87.1M 0 0 34.2M 0 0:00:03 0:00:02 0:00:01 34.2M 100 115M 100 115M 0 0 35.8M 0 0:00:03 0:00:03 --:--:-- 35.8M 06:34:06 go1.15.2.linux-amd64.tar.gz: OK 06:34:10 Staging go115 06:34:15 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 06:34:15 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 06:34:15 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 06:34:15 Fetched 0 B in 0s (0 B/s) 06:34:15 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 06:34:15 Fetched 224 kB in 0s (0 B/s) 06:34:15 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 06:34:15 Fetched 157 kB in 0s (0 B/s) 06:34:15 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 06:34:15 Fetched 221 kB in 0s (0 B/s) 06:34:15 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 06:34:15 Fetched 143 kB in 0s (0 B/s) 06:34:15 Pulling edgex-go 06:34:16 Pulling version 06:34:17 Building config-common 06:34:18 Skipping build go-build-helper (already ran) 06:34:18 Skipping build static-packages (already ran) 06:34:18 Skipping build go115 (already ran) 06:34:18 Building edgex-go 06:34: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:34:20 go: downloading github.com/gorilla/mux v1.8.0 06:34:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 06:34:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 06:34:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 06:34:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 06:34:21 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 06:34:21 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 06:34:21 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 06:34:21 go: downloading github.com/google/uuid v1.1.5 06:34:21 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 06:34:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 06:34:21 go: downloading github.com/x448/float16 v0.8.4 06:34:21 go: downloading github.com/pebbe/zmq4 v1.2.2 06:34:21 go: downloading github.com/go-playground/validator/v10 v10.3.0 06:34:21 go: downloading gopkg.in/yaml.v2 v2.4.0 06:34:21 go: downloading github.com/hashicorp/consul/api v1.1.0 06:34:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 06:34:21 go: downloading github.com/go-kit/kit v0.8.0 06:34:21 go: downloading github.com/pkg/errors v0.8.1 06:34:21 go: downloading github.com/BurntSushi/toml v0.3.1 06:34:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 06:34:21 go: downloading github.com/pelletier/go-toml v1.2.0 06:34:21 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 06:34:21 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 06:34:21 go: downloading github.com/imdario/mergo v0.3.11 06:34:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 06:34:21 go: downloading github.com/leodido/go-urn v1.2.0 06:34:21 go: downloading github.com/go-playground/universal-translator v0.17.0 06:34:21 go: downloading github.com/hashicorp/serf v0.8.2 06:34:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 06:34:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 06:34:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 06:34:21 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 06:34:21 go: downloading github.com/go-logfmt/logfmt v0.4.0 06:34:21 go: downloading github.com/mitchellh/copystructure v1.0.0 06:34:21 go: downloading github.com/go-playground/locales v0.13.0 06:34:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 06:34:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 06:34:21 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 06:34:21 go: downloading github.com/hashicorp/golang-lru v0.5.0 06:34:28 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:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:34:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:34:33 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:34:33 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:34:33 go: downloading github.com/stretchr/testify v1.6.1 06:34:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 06:34:33 go: downloading github.com/pmezard/go-difflib v1.0.0 06:34:33 go: downloading github.com/davecgh/go-spew v1.1.1 06:34:35 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:34:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 06:34:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 06:34:36 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:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:34:37 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 06:34:38 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:34:39 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:34:40 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:34:40 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 06:34:41 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:34:41 go: downloading github.com/lib/pq v1.9.0 06:34:41 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:34:43 Building version 06:34:45 Staging config-common 06:34:46 Skipping stage go-build-helper (already ran) 06:34:46 Skipping stage static-packages (already ran) 06:34:46 Skipping stage go115 (already ran) 06:34:46 Staging edgex-go 06:34:47 Staging version 06:34:48 Priming config-common 06:34:49 Priming go-build-helper 06:34:50 Priming static-packages 06:34:52 Priming go115 06:34:53 Priming edgex-go 06:34:54 Priming version 06:34:55 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:34:59 Removing intermediate container 2641181ac473 06:34:59 ---> 65db936c8f70 06:34:59 06:34:59 Step 10/21 : FROM alpine:3.12 06:34:59 Removing intermediate container aefe6badaa8f 06:34:59 ---> 733fb80feb43 06:34:59 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:34:59 3.12: Pulling from library/alpine 06:34:59 Removing intermediate container 88f458e3abe7 06:34:59 ---> ca7589957119 06:34:59 06:34:59 Step 10/22 : FROM alpine:3.12 06:34:59 Removing intermediate container 1a329e5f518a 06:34:59 ---> 24958d3c51e3 06:34:59 06:34:59 Step 10/22 : FROM alpine:3.12 06:34:59 3.12: Pulling from library/alpine 06:34:59 3.12: Pulling from library/alpine 06:34:59 ---> Running in fef1664c7b54 06:34:59 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:34:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:34:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:34:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 06:34:59 Status: Image is up to date for alpine:3.12 06:34:59 ---> afeebe901d6b 06:34:59 Step 11/21 : RUN apk add --update --no-cache curl 06:34:59 Status: Image is up to date for alpine:3.12 06:34:59 ---> afeebe901d6b 06:34:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:34:59 Status: Downloaded newer image for alpine:3.12 06:34:59 ---> afeebe901d6b 06:34:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:34:59 ---> Running in ec8720d7a036 06:34:59 ---> Running in 7059313287a8 06:34:59 ---> Running in fa604a69d84e 06:35:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:35:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:35:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:35:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:02 (1/2) Installing ca-certificates (20191127-r4) 06:35:02 (1/1) Installing dumb-init (1.2.2-r1) 06:35:02 Executing busybox-1.31.1-r19.trigger 06:35:02 OK: 5 MiB in 15 packages 06:35:02 (2/2) Installing dumb-init (1.2.2-r1) 06:35:02 Executing busybox-1.31.1-r19.trigger 06:35:02 Executing ca-certificates-20191127-r4.trigger 06:35:02 OK: 6 MiB in 16 packages 06:35:02 (1/4) Installing ca-certificates (20191127-r4) 06:35:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:35:02 (3/4) Installing libcurl (7.69.1-r3) 06:35:02 (4/4) Installing curl (7.69.1-r3) 06:35:02 Executing busybox-1.31.1-r19.trigger 06:35:02 Executing ca-certificates-20191127-r4.trigger 06:35:03 OK: 7 MiB in 18 packages 06:35:03 Removing intermediate container fef1664c7b54 06:35:03 ---> 53dce320b702 06:35:03 06:35:03 Step 11/26 : FROM docker:20.10.0 06:35:03 20.10.0: Pulling from library/docker 06:35:04 Removing intermediate container 7059313287a8 06:35:04 ---> d36c69292d87 06:35:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:35:05 ---> Running in 7f3229907c7a 06:35:05 Removing intermediate container ec8720d7a036 06:35:05 ---> 35bfad3858c1 06:35:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:35:06 Removing intermediate container fa604a69d84e 06:35:06 ---> 97c60eb10d0c 06:35:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:35:06 Removing intermediate container e9b9b1a59f8e 06:35:06 ---> 0bde135f0db8 06:35:06 06:35:06 Step 10/23 : FROM alpine:3.12 06:35:06 ---> afeebe901d6b 06:35:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:35:06 ---> Using cache 06:35:06 ---> d36c69292d87 06:35:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:35:06 ---> Using cache 06:35:06 ---> 994df078f50f 06:35:06 Step 13/23 : ENV APP_PORT=48081 06:35:06 ---> Running in 69edc8548a1a 06:35:06 Removing intermediate container 7f3229907c7a 06:35:06 ---> 994df078f50f 06:35:06 Step 13/22 : ENV APP_PORT=48085 06:35:06 ---> Running in 32a82f32dd35 06:35:06 ---> Running in 7fe463fe87ad 06:35:06 ---> Running in 7d7d5a01257d 06:35:07 Removing intermediate container 69edc8548a1a 06:35:07 ---> 492fa8264eaa 06:35:07 Step 13/22 : ENV APP_PORT=48060 06:35:07 ---> Running in db628996b833 06:35:07 Removing intermediate container 32a82f32dd35 06:35:07 ---> b0be9eaf792e 06:35:07 Step 13/21 : WORKDIR /edgex 06:35:07 Removing intermediate container 7fe463fe87ad 06:35:07 ---> d0e3de58408f 06:35:07 Step 14/22 : EXPOSE $APP_PORT 06:35:07 Removing intermediate container 7d7d5a01257d 06:35:07 ---> f53764da612f 06:35:07 Step 14/23 : EXPOSE $APP_PORT 06:35:07 ---> Running in dd362b21452f 06:35:07 ---> Running in d0efaffb9c9e 06:35:07 ---> Running in bd1f33bf6a13 06:35:08 Removing intermediate container db628996b833 06:35:08 ---> 137e59ec18e0 06:35:08 Step 14/22 : EXPOSE $APP_PORT 06:35:08 Removing intermediate container dd362b21452f 06:35:08 ---> 47792ba838a9 06:35:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:35:08 ---> Running in 1610a5ef8f48 06:35:08 Removing intermediate container d0efaffb9c9e 06:35:08 ---> 6a968edfe747 06:35:08 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:35:08 Removing intermediate container bd1f33bf6a13 06:35:08 ---> 1057494c4acc 06:35:08 Step 15/23 : WORKDIR / 06:35:09 ---> Running in 39fc648ec469 06:35:09 Removing intermediate container 1610a5ef8f48 06:35:09 ---> 4ffe6bc3046a 06:35:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:35:09 ---> d9182cba4224 06:35:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:35:10 ---> 1c8fe304d5b7 06:35:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:35:10 Removing intermediate container 39fc648ec469 06:35:10 ---> fe2370558fba 06:35:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:35:10 ---> fbbb04720b67 06:35:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:35:12 ---> 828ea7f7f8c8 06:35:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:35:12 ---> 07108ae29359 06:35:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:35:12 ---> 6bd6d7fbd05f 06:35:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:35:13 ---> 8fed1abf8491 06:35:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:35:14 ---> 00234259de38 06:35:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:35:15 ---> db9ae10f4f4c 06:35:15 ---> 60c8f6eb07c3 06:35:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:35:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:35:15 ---> 4e851276e76b 06:35:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:35:15 ---> Running in 724c5e6cf717 06:35:15 ---> Running in d1052d388e23 06:35:16 ---> Running in 34177e988498 06:35:16 Removing intermediate container 724c5e6cf717 06:35:16 ---> e1934f78735a 06:35:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:35:16 ---> 1e57d618bb0a 06:35:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:35:16 Removing intermediate container d1052d388e23 06:35:16 ---> b8ed1ee288c0 06:35:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:35:16 ---> Running in c67edfcb5be5 06:35:16 ---> Running in cce647550455 06:35:16 ---> Running in c762ab9eca13 06:35:16 Removing intermediate container 34177e988498 06:35:16 ---> 10278461a278 06:35:16 Step 18/21 : CMD ["--init=true"] 06:35:17 ---> Running in a0061815d38b 06:35:17 Removing intermediate container c67edfcb5be5 06:35:17 ---> d10d305e5ddd 06:35:17 Step 20/22 : LABEL arch=arm64 06:35:17 Removing intermediate container cce647550455 06:35:17 ---> 5692aad5150c 06:35:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:35:17 Removing intermediate container c762ab9eca13 06:35:17 ---> aa9ebb44643c 06:35:17 Step 20/22 : LABEL arch=arm64 06:35:17 ---> Running in 3959c766ed42 06:35:17 ---> Running in 68b242ca7813 06:35:17 Removing intermediate container a0061815d38b 06:35:17 ---> e38c8f933eb0 06:35:17 Step 19/21 : LABEL arch=arm64 06:35:18 ---> Running in 8a185c88b26e 06:35:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:35:18 Status: Downloaded newer image for docker:20.10.0 06:35:18 ---> eeaf43b92773 06:35:18 Step 12/26 : RUN apk add --no-cache bash 06:35:18 ---> Running in 9a4ed6825ff6 06:35:18 ---> Running in ef9261367669 06:35:18 Removing intermediate container 3959c766ed42 06:35:18 ---> a793d5b7941f 06:35:18 Step 21/23 : LABEL arch=arm64 06:35:18 Removing intermediate container 68b242ca7813 06:35:18 ---> 5618217aa8c3 06:35:18 Step 21/22 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:35:18 ---> Running in c94de7ff1ac9 06:35:18 Removing intermediate container 8a185c88b26e 06:35:18 ---> 9672a3f7abdc 06:35:18 Step 21/22 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:35:18 ---> Running in 318e228b8b0d 06:35:18 Removing intermediate container 9a4ed6825ff6 06:35:18 ---> 1d58a8a413f3 06:35:18 Step 20/21 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:35:19 ---> Running in ae51aa4eef02 06:35:19 ---> Running in 3699684d5e86 06:35:19 Removing intermediate container c94de7ff1ac9 06:35:19 ---> 281166ef2562 06:35:19 Step 22/23 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:35:19 Removing intermediate container 318e228b8b0d 06:35:19 ---> 6c9481179780 06:35:19 Step 22/22 : LABEL version=0.0.0 06:35:19 ---> Running in affc55561657 06:35:19 ---> Running in 5bf37b16e424 06:35:20 Removing intermediate container ae51aa4eef02 06:35:20 ---> f5f3a846de95 06:35:20 Step 21/21 : LABEL version=0.0.0 06:35:20 Removing intermediate container 3699684d5e86 06:35:20 ---> 296a16a2eded 06:35:20 Step 22/22 : LABEL version=0.0.0 06:35:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:35:20 ---> Running in b348c7e5c5d0 06:35:20 ---> Running in 46a9b6a246b8 06:35:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:20 Removing intermediate container affc55561657 06:35:20 ---> 665e25c5dc88 06:35:20 Step 23/23 : LABEL version=0.0.0 06:35:20 Removing intermediate container 5bf37b16e424 06:35:20 ---> 42b663dc9b34 06:35:20 06:35:20 ---> Running in 38c19c39928b 06:35:20 Removing intermediate container b348c7e5c5d0 06:35:20 ---> d1a4acea812e 06:35:20 06:35:20 (1/2) Installing readline (8.0.4-r0) 06:35:20 (2/2) Installing bash (5.0.17-r0) 06:35:20 Executing bash-5.0.17-r0.post-install 06:35:20 Executing busybox-1.31.1-r19.trigger 06:35:20 OK: 12 MiB in 22 packages 06:35:20 Removing intermediate container 46a9b6a246b8 06:35:20 ---> 3a9bc65afc6d 06:35:20 06:35:21 Successfully built 42b663dc9b34 06:35:21 Successfully tagged docker-support-scheduler-go-arm64:latest 06:35:21  Building docker-support-scheduler-go ... done Building docker-core-command-go 06:35:21 Removing intermediate container 38c19c39928b 06:35:21 ---> cb11155bdfab 06:35:21 06:35:21 Successfully built d1a4acea812e 06:35:21 Successfully tagged docker-security-proxy-setup-go-arm64:latest 06:35:21  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 06:35:21 Successfully built 3a9bc65afc6d 06:35:21 Successfully tagged docker-support-notifications-go-arm64:latest 06:35:21  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 06:35:22 Successfully built cb11155bdfab 06:35:22 Successfully tagged docker-core-metadata-go-arm64:latest 06:35:22  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 06:35:22 Removing intermediate container ef9261367669 06:35:22 ---> ca285e3e2876 06:35:22 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:35:22 ---> Running in 993f2402da8f 06:35:23 Removing intermediate container 993f2402da8f 06:35:23 ---> a92cfbd8108b 06:35:23 Step 14/26 : ENV APP_PORT=48090 06:35:23 ---> Running in 7465c7eee71f 06:35:24 Removing intermediate container 7465c7eee71f 06:35:24 ---> c7f58b124379 06:35:24 Step 15/26 : EXPOSE $APP_PORT 06:35:24 ---> Running in 0a837c93c132 06:35:24 Removing intermediate container 0a837c93c132 06:35:24 ---> 23949f7186f0 06:35:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:35:26 ---> 49b78cec40e7 06:35:26 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:35:29 ---> 91be453196e1 06:35:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:35:31 ---> 3b5435033a36 06:35:31 Step 19/26 : RUN apk --no-cache add py3-pip 06:35:32 ---> Running in 0f6213b9dc38 06:35:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:35:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:35:34 (1/33) Installing libbz2 (1.0.8-r1) 06:35:34 (2/33) Installing expat (2.2.9-r1) 06:35:34 (3/33) Installing libffi (3.3-r2) 06:35:34 (4/33) Installing gdbm (1.13-r1) 06:35:34 (5/33) Installing xz-libs (5.2.5-r0) 06:35:34 (6/33) Installing sqlite-libs (3.32.1-r0) 06:35:34 (7/33) Installing python3 (3.8.5-r0) 06:35:36 (8/33) Installing py3-appdirs (1.4.4-r1) 06:35:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:35:36 (10/33) Installing py3-parsing (2.4.7-r0) 06:35:36 (11/33) Installing py3-six (1.15.0-r0) 06:35:36 (12/33) Installing py3-packaging (20.4-r0) 06:35:36 (13/33) Installing py3-setuptools (47.0.0-r0) 06:35:36 (14/33) Installing py3-chardet (3.0.4-r4) 06:35:36 (15/33) Installing py3-idna (2.9-r0) 06:35:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:35:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:35:36 (18/33) Installing py3-requests (2.23.0-r0) 06:35:36 (19/33) Installing py3-msgpack (1.0.0-r0) 06:35:36 (20/33) Installing py3-lockfile (0.12.2-r3) 06:35:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:35:36 (22/33) Installing py3-colorama (0.4.3-r0) 06:35:36 (23/33) Installing py3-distlib (0.3.0-r0) 06:35:36 (24/33) Installing py3-distro (1.5.0-r1) 06:35:36 (25/33) Installing py3-webencodings (0.5.1-r3) 06:35:36 (26/33) Installing py3-html5lib (1.0.1-r4) 06:35:36 (27/33) Installing py3-pytoml (0.1.21-r0) 06:35:36 (28/33) Installing py3-pep517 (0.8.2-r0) 06:35:36 (29/33) Installing py3-progress (1.5-r0) 06:35:36 (30/33) Installing py3-toml (0.10.1-r0) 06:35:36 (31/33) Installing py3-retrying (1.3.3-r0) 06:35:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:35:36 (33/33) Installing py3-pip (20.1.1-r0) 06:35:36 Executing busybox-1.31.1-r19.trigger 06:35:36 OK: 71 MiB in 55 packages 06:35:47 Removing intermediate container 0f6213b9dc38 06:35:47 ---> 85dacf828ed4 06:35:47 Step 20/26 : RUN pip install docker-compose==1.23.2 06:35:47 ---> Running in 0fdf0d63c446 06:35:52 Collecting docker-compose==1.23.2 06:35:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:35:52 Collecting jsonschema<3,>=2.5.1 06:35:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:35:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:35:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:35:54 Collecting dockerpty<0.5,>=0.4.1 06:35:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:35:56 Collecting docopt<0.7,>=0.6.1 06:35:56 Downloading docopt-0.6.2.tar.gz (25 kB) 06:36:00 Collecting PyYAML<4,>=3.10 06:36:00 Downloading PyYAML-3.13.tar.gz (270 kB) 06:36:03 Collecting websocket-client<1.0,>=0.32.0 06:36:03 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:36:04 Collecting texttable<0.10,>=0.9.0 06:36:04 Downloading texttable-0.9.1.tar.gz (11 kB) 06:36:06 Collecting docker<4.0,>=3.6.0 06:36:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:36:07 Collecting cached-property<2,>=1.2.0 06:36:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:36:07 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:36:07 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:36:07 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:36:08 Collecting urllib3<1.25,>=1.21.1 06:36:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:36:08 Collecting idna<2.8,>=2.5 06:36:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:36:09 Collecting docker-pycreds>=0.4.0 06:36:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:36:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:36:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:36:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:36:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:36:09 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:36:09 Step 2/33 : FROM ${BUILDER_BASE} AS builder 06:36:09 ---> 0f0381cc6d3f 06:36:09 Step 3/33 : WORKDIR /edgex-go 06:36:09 ---> Using cache 06:36:09 ---> 94a67307854a 06:36:09 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:09 ---> Using cache 06:36:09 ---> d8b11c77fa5a 06:36:09 Step 5/33 : RUN apk add --update --no-cache make git 06:36:09 ---> Using cache 06:36:09 ---> 0b1352206aa7 06:36:09 Step 6/33 : COPY go.mod . 06:36:09 ---> Using cache 06:36:09 ---> 3a9ae861d0a9 06:36:09 Step 7/33 : RUN go mod download 06:36:09 ---> Using cache 06:36:09 ---> ed8a08096aac 06:36:09 Step 8/33 : COPY . . 06:36:09 ---> Using cache 06:36:09 ---> 0287888921e5 06:36:09 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 06:36:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:36:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:36:10 ---> 0f0381cc6d3f 06:36:10 Step 3/23 : WORKDIR /edgex-go 06:36:10 ---> Using cache 06:36:10 ---> 94a67307854a 06:36:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:10 ---> Using cache 06:36:10 ---> d8b11c77fa5a 06:36:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:36:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:36:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:36:10 ---> 0f0381cc6d3f 06:36:10 Step 3/23 : WORKDIR /edgex-go 06:36:10 ---> Using cache 06:36:10 ---> 94a67307854a 06:36:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:10 ---> Using cache 06:36:10 ---> d8b11c77fa5a 06:36:10 Step 5/23 : RUN apk add --update --no-cache make git 06:36:10 ---> Using cache 06:36:10 ---> 0b1352206aa7 06:36:10 Step 6/23 : COPY go.mod . 06:36:10 ---> Using cache 06:36:10 ---> 3a9ae861d0a9 06:36:10 Step 7/23 : RUN go mod download 06:36:10 ---> Using cache 06:36:10 ---> ed8a08096aac 06:36:10 Step 8/23 : COPY . . 06:36:10 ---> Using cache 06:36:10 ---> 0287888921e5 06:36:10 Step 9/23 : RUN make cmd/core-command/core-command 06:36:10 Installing collected packages: jsonschema, urllib3, idna, requests, dockerpty, docopt, PyYAML, websocket-client, texttable, docker-pycreds, docker, cached-property, docker-compose 06:36:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:36:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:36:10 ---> 0f0381cc6d3f 06:36:10 Step 3/24 : WORKDIR /edgex-go 06:36:10 ---> Using cache 06:36:10 ---> 94a67307854a 06:36:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:10 ---> Using cache 06:36:10 ---> d8b11c77fa5a 06:36:10 Step 5/24 : RUN apk add --update --no-cache make git 06:36:10 ---> Using cache 06:36:10 ---> 0b1352206aa7 06:36:10 Step 6/24 : COPY go.mod . 06:36:10 ---> Using cache 06:36:10 ---> 3a9ae861d0a9 06:36:10 Step 7/24 : RUN go mod download 06:36:10 ---> Using cache 06:36:10 ---> ed8a08096aac 06:36:10 Step 8/24 : COPY . . 06:36:10 ---> Using cache 06:36:10 ---> 0287888921e5 06:36:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:36:12 Attempting uninstall: urllib3 06:36:12 Found existing installation: urllib3 1.25.9 06:36:12 Uninstalling urllib3-1.25.9: 06:36:12 Successfully uninstalled urllib3-1.25.9 06:36:14 Attempting uninstall: idna 06:36:14 Found existing installation: idna 2.9 06:36:14 Uninstalling idna-2.9: 06:36:14 Successfully uninstalled idna-2.9 06:36:14 Attempting uninstall: requests 06:36:14 Found existing installation: requests 2.23.0 06:36:14 Uninstalling requests-2.23.0: 06:36:14 Successfully uninstalled requests-2.23.0 06:36:15 Running setup.py install for dockerpty: started 06:36:15 ---> Running in c91828959c7e 06:36:15 ---> Running in a7eb2eaa15fa 06:36:15 ---> Running in 75d8af03a836 06:36:15 ---> Running in ae002dfa282f 06:36:16 Removing intermediate container 75d8af03a836 06:36:16 ---> 19096e51515f 06:36:16 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 06:36:16 ---> Running in 1da3ccf81cee 06:36:17 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:36:17 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:36:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:17 Running setup.py install for dockerpty: finished with status 'done' 06:36:17 Running setup.py install for docopt: started 06:36: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:36:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:19 OK: 217 MiB in 51 packages 06:36:20 Running setup.py install for docopt: finished with status 'done' 06:36:20 Running setup.py install for PyYAML: started 06:36:20 Removing intermediate container ae002dfa282f 06:36:20 ---> 52dc2312530e 06:36:20 Step 6/23 : COPY go.mod . 06:36:21 ---> bb2ec68e5906 06:36:21 Step 7/23 : RUN go mod download 06:36:22 ---> Running in d71f487ca9df 06:36:24 Running setup.py install for PyYAML: finished with status 'done' 06:36:24 Running setup.py install for texttable: started 06:36:27 Removing intermediate container d71f487ca9df 06:36:27 ---> f3f5f1569757 06:36:27 Step 8/23 : COPY . . 06:36:27 Running setup.py install for texttable: finished with status 'done' 06:36:29 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:36:40 Removing intermediate container 0fdf0d63c446 06:36:40 ---> 8909d4299499 06:36:40 Step 21/26 : RUN apk --no-cache add curl 06:36:40 ---> Running in 176fee2f3493 06:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:43 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:36:43 (2/3) Installing libcurl (7.69.1-r3) 06:36:43 (3/3) Installing curl (7.69.1-r3) 06:36:43 Executing busybox-1.31.1-r19.trigger 06:36:43 OK: 71 MiB in 58 packages 06:36:46 Removing intermediate container 176fee2f3493 06:36:46 ---> a4e105a40a1f 06:36:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 06:36:46 ---> Running in ba5c76c6d8d6 06:36:47 ---> 5bd02b930901 06:36:47 Step 9/23 : RUN make cmd/core-data/core-data 06:36:47 Removing intermediate container ba5c76c6d8d6 06:36:47 ---> a31d7e07fca4 06:36:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:36:47 ---> Running in 9e3d385546e7 06:36:47 ---> Running in 40d241dd6145 06:36:48 Removing intermediate container 40d241dd6145 06:36:48 ---> a40c640b8582 06:36:48 Step 24/26 : LABEL arch=arm64 06:36:48 ---> Running in 4647032ec519 06:36: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:36:49 Removing intermediate container 4647032ec519 06:36:49 ---> 19a7ab7f2a97 06:36:49 Step 25/26 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:36:49 ---> Running in 0a15990ad6fc 06:36:50 Removing intermediate container 0a15990ad6fc 06:36:50 ---> d8c343dde8cd 06:36:50 Step 26/26 : LABEL version=0.0.0 06:36:50 ---> Running in 9c4498396924 06:36:51 Removing intermediate container 9c4498396924 06:36:51 ---> 05c10aa853e1 06:36:51 06:36:52 Successfully built 05c10aa853e1 06:36:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 06:37:31  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:37:31 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:37:41 Removing intermediate container c91828959c7e 06:37:41 ---> 590ab01dda90 06:37:41 06:37:41 Step 10/24 : FROM alpine:3.12 06:37:41 ---> afeebe901d6b 06:37:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 06:37:41 ---> Running in 733ef9ab36d7 06:37:42 Removing intermediate container a7eb2eaa15fa 06:37:42 ---> a156431fb8eb 06:37:42 06:37:42 Step 10/23 : FROM alpine:3.12 06:37:42 ---> afeebe901d6b 06:37:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:37:42 ---> Using cache 06:37:42 ---> d36c69292d87 06:37:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:37:42 ---> Using cache 06:37:42 ---> 994df078f50f 06:37:42 Step 13/23 : ENV APP_PORT=48082 06:37:42 ---> Running in 16814161194f 06:37:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:37:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:37:43 Removing intermediate container 16814161194f 06:37:43 ---> 75952efea1d4 06:37:43 Step 14/23 : EXPOSE $APP_PORT 06:37:43 ---> Running in 26fd4f64635e 06:37:43 (1/5) Installing ca-certificates (20191127-r4) 06:37:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 06:37:43 (3/5) Installing libcurl (7.69.1-r3) 06:37:43 (4/5) Installing curl (7.69.1-r3) 06:37:43 Removing intermediate container 26fd4f64635e 06:37:43 ---> 15b579087b90 06:37:43 Step 15/23 : WORKDIR / 06:37:43 (5/5) Installing dumb-init (1.2.2-r1) 06:37:43 Executing busybox-1.31.1-r19.trigger 06:37:43 Executing ca-certificates-20191127-r4.trigger 06:37:44 ---> Running in d88b8e20b6d6 06:37:44 OK: 7 MiB in 19 packages 06:37:44 Removing intermediate container d88b8e20b6d6 06:37:44 ---> 462cfa4b8f21 06:37:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:37:45 + mkdir -p /tmp/build/dist/linux 06:37:45 + cd /tmp/build/dist/linux 06:37:45 + git clone https://github.com/jwilder/dockerize.git . 06:37:45 Cloning into '.'... 06:37:46 + go get github.com/robfig/glock 06:37:46  ---> 37d6e4da967d 06:37:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:37:47 Removing intermediate container 733ef9ab36d7 06:37:47 ---> 34a84e60534e 06:37:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:37:47 ---> Running in 594888819fcc 06:37:48 ---> 49b884f4e722 06:37:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:37:48 Removing intermediate container 594888819fcc 06:37:48 ---> e07ea176018c 06:37:48 Step 13/24 : WORKDIR / 06:37:48 ---> Running in c76565bfbbae 06:37:49 Removing intermediate container c76565bfbbae 06:37:49 ---> f2ccd9c375c9 06:37:49 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:37:49 ---> 2d119e5cdae7 06:37:49 Step 19/23 : ENTRYPOINT ["/core-command"] 06:37:50 ---> Running in 68dd7f1aa920 06:37:50 ---> 62586c11d1ca 06:37:50 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:37:51 Removing intermediate container 68dd7f1aa920 06:37:51 ---> 08a0caecc414 06:37:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:37:51 ---> Running in 39c28b5aa098 06:37:52 ---> 13976e5cd112 06:37:52 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:37:52 Removing intermediate container 39c28b5aa098 06:37:52 ---> 64d21d5e1b75 06:37:52 Step 21/23 : LABEL arch=arm64 06:37:52 ---> Running in 9a48ab030a65 06:37:53 ---> 8f09df6dbdc7 06:37:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:37:53 Removing intermediate container 9a48ab030a65 06:37:53 ---> 39fdb8581e04 06:37:53 Step 22/23 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:37:53 ---> Running in f0ded8e2e78f 06:37:54 Removing intermediate container f0ded8e2e78f 06:37:54 ---> 2c49697c93fa 06:37:54 Step 23/23 : LABEL version=0.0.0 06:37:55 ---> Running in 48faad75d210 06:37:55 ---> 65f0c1b438c4 06:37:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:37:55 Removing intermediate container 48faad75d210 06:37:55 ---> 4b91462c5247 06:37:55 06:37:56 Successfully built 4b91462c5247 06:37:56 Successfully tagged docker-core-command-go-arm64:latest 06:37:57  Building docker-core-command-go ... done  ---> 6f13c0cd56d0 06:37:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:37:58 ---> c620bbbb1ca0 06:37:58 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 06:37:58 ---> Running in c7d97bdc347e 06:38:02 Removing intermediate container c7d97bdc347e 06:38:02 ---> b057ffad4f37 06:38:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:38:02 ---> Running in 9d6625dbfe5c 06:38:03 Removing intermediate container 9d6625dbfe5c 06:38:03 ---> 6e91bfb81aab 06:38:03 Step 22/24 : LABEL arch=arm64 06:38:03 ---> Running in 82c8a750dbb9 06:38:03 Removing intermediate container 82c8a750dbb9 06:38:03 ---> e86dcfcbbfad 06:38:03 Step 23/24 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:38:03 ---> Running in 380a0619737a 06:38:04 Removing intermediate container 380a0619737a 06:38:04 ---> 0e92aaf43782 06:38:04 Step 24/24 : LABEL version=0.0.0 06:38:04 ---> Running in 20025c5dd8f2 06:38:05 Removing intermediate container 20025c5dd8f2 06:38:05 ---> e51046b4434f 06:38:05 06:38:05 Successfully built e51046b4434f 06:38:05 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 06:38:06  Building docker-security-secretstore-setup-go ... done + glock sync -n 06:38:12 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 06:38:12 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 06:38:12 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 06:38:12 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 06:38:12 + git describe '--abbrev=0' --tags 06:38:12 + TAG=v0.6.1 06:38:12 + LDFLAGS='-X main.buildVersion=v0.6.1' 06:38:12 + apk --print-arch 06:38:12 + arch=aarch64 06:38:12 + echo 'building [dockerize] for arm64 ... ' 06:38:12 + GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -o /tmp/build/dist/linux/dockerize 06:38:12 building [dockerize] for arm64 ... 06:38:16 Removing intermediate container 9e3d385546e7 06:38:16 ---> f62abefe57c0 06:38:16 06:38:16 Step 10/23 : FROM alpine:3.12 06:38:16 ---> afeebe901d6b 06:38:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:38:16 ---> Running in db1b85327495 06:38:16 Removing intermediate container db1b85327495 06:38:16 ---> 994d77424f55 06:38:16 Step 12/23 : ENV APP_PORT=48080 06:38:16 + date 06:38:16 + echo 'Wed Jan 27 06:38:16 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 06:38:16 Wed Jan 27 06:38:16 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 06:38:16 ---> Running in 1296bbd14cbb 06:38:17 Removing intermediate container 1296bbd14cbb 06:38:17 ---> d33b3fb56a4d 06:38:17 Step 13/23 : EXPOSE $APP_PORT 06:38:17 ---> Running in 13c44fe131af 06:38:18 Removing intermediate container 13c44fe131af 06:38:18 ---> c9facab0cc64 06:38:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:38:18 ---> Running in 430cdef54505 06:38:22 Removing intermediate container 430cdef54505 06:38:22 ---> a368400fbac5 06:38:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:38:22 ---> Running in 3c31b128961b 06:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:24 (1/6) Installing dumb-init (1.2.2-r1) 06:38:24 (2/6) Installing libgcc (9.3.0-r2) 06:38:24 Removing intermediate container 1da3ccf81cee 06:38:24 ---> 4493f1942831 06:38:24 06:38:24 Step 11/33 : FROM alpine:3.12 06:38:24 ---> afeebe901d6b 06:38:24 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:38:24 (3/6) Installing libsodium (1.0.18-r0) 06:38:24 (4/6) Installing libstdc++ (9.3.0-r2) 06:38:24 ---> Running in 95b74fa4cc64 06:38:24 (5/6) Installing libzmq (4.3.3-r0) 06:38:25 (6/6) Installing zeromq (4.3.3-r0) 06:38:25 Removing intermediate container 95b74fa4cc64 06:38:25 ---> 24adc7550914 06:38:25 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 06:38:25 Executing busybox-1.31.1-r19.trigger 06:38:25 OK: 8 MiB in 20 packages 06:38:25 ---> Running in aff03fe97ab6 06:38:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:38:26 Removing intermediate container 3c31b128961b 06:38:26 ---> 0755e18d7b5d 06:38:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:38:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:38:27 ---> 87e95bffe29c 06:38:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:38:27 (1/3) Installing dumb-init (1.2.2-r1) 06:38:27 (2/3) Installing openssl (1.1.1i-r0) 06:38:27 (3/3) Installing su-exec (0.2-r1) 06:38:27 Executing busybox-1.31.1-r19.trigger 06:38:27 OK: 6 MiB in 17 packages 06:38:28 ---> 42b7e03af7bd 06:38:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:38:28 Removing intermediate container aff03fe97ab6 06:38:28 ---> 7e2f0a2d64b2 06:38:28 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 06:38:28 ---> Running in d082ecd4392f 06:38:29 Removing intermediate container d082ecd4392f 06:38:29 ---> 4b370a76e523 06:38:29 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:38:29 ---> 4a28ae3a46d2 06:38:29 Step 19/23 : ENTRYPOINT ["/core-data"] 06:38:29 ---> Running in 2410a14ff501 06:38:29 ---> Running in 6a2fd7605715 06:38:30 Removing intermediate container 2410a14ff501 06:38:30 ---> 614c64fa2479 06:38:30 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:38:30 Removing intermediate container 6a2fd7605715 06:38:30 ---> 782442798442 06:38:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:38:30 ---> Running in 567a25f260db 06:38:30 ---> Running in 527f5452297d 06:38:31 Removing intermediate container 527f5452297d 06:38:31 ---> 57e11d0b3854 06:38:31 Step 21/23 : LABEL arch=arm64 06:38:31 ---> Running in 5926872e1c9a 06:38:31 Removing intermediate container 5926872e1c9a 06:38:31 ---> a25acd96f017 06:38:31 Step 22/23 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:38:31 ---> Running in decb4f18b588 06:38:32 Removing intermediate container decb4f18b588 06:38:32 ---> f2d390caac62 06:38:32 Step 23/23 : LABEL version=0.0.0 06:38:32 ---> Running in b040226056d3 06:38:32 Removing intermediate container 567a25f260db 06:38:32 ---> ca3a30fa1d80 06:38:32 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 06:38:32 ---> Running in c25b51980c7a 06:38:33 Removing intermediate container b040226056d3 06:38:33 ---> c1bcdda1574d 06:38:33 06:38:33 Removing intermediate container c25b51980c7a 06:38:33 ---> 8cac8a983035 06:38:33 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 06:38:33 Successfully built c1bcdda1574d 06:38:33 Successfully tagged docker-core-data-go-arm64:latest 06:38:34  Building docker-core-data-go ... done  ---> 678838a7caa8 06:38:34 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:38:34 ---> e836fa685c75 06:38:34 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:38:35 ---> Running in ec2a3ea6df05 06:38:37 Removing intermediate container ec2a3ea6df05 06:38:37 ---> 019f3eab2c09 06:38:37 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 06:38:38 ---> 9675a0a9fa5f 06:38:38 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:38:39 ---> f052af4f4ce6 06:38:39 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:38:40 ---> 93894b1dc7e8 06:38:40 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 06:38:41 ---> 8ac4fdabf190 06:38:41 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:38:41 ---> d25ebfd3c775 06:38:41 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 06:38:42 ---> Running in 9ddbf935263b 06:38:42 Removing intermediate container 9ddbf935263b 06:38:42 ---> e61674455087 06:38:42 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:38:43 ---> bb196f9a92e1 06:38:43 Step 28/33 : RUN chmod +x /entrypoint.sh 06:38:43 ---> Running in c5152a2432ea 06:38:46 Removing intermediate container c5152a2432ea 06:38:46 ---> 486460e0f66c 06:38:46 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 06:38:46 ---> Running in e5234177cf6b 06:38:46 Removing intermediate container e5234177cf6b 06:38:46 ---> 66b57e04120b 06:38:46 Step 30/33 : CMD ["gate"] 06:38:47 ---> Running in 91d3764b513a 06:38:47 Removing intermediate container 91d3764b513a 06:38:47 ---> 6086cbde951d 06:38:47 Step 31/33 : LABEL arch=arm64 06:38:48 ---> Running in 6bcdcd9d5c11 06:38:48 Removing intermediate container 6bcdcd9d5c11 06:38:48 ---> 212525fb4324 06:38:48 Step 32/33 : LABEL git_sha=9675dda737749418a9e6e468e7912526e7704378 06:38:48 ---> Running in 5afef18e6980 06:38:49 Removing intermediate container 5afef18e6980 06:38:49 ---> a8ddc6fe7d86 06:38:49 Step 33/33 : LABEL version=0.0.0 06:38:49 ---> Running in 5787300e02a9 06:38:50 Removing intermediate container 5787300e02a9 06:38:50 ---> eb1bbed1ab93 06:38:50 06:38:50 Successfully built eb1bbed1ab93 06:38:50 Successfully tagged docker-security-bootstrapper-go-arm64:latest 06:38:50  Building docker-security-bootstrapper-go ... done  [Pipeline] } 06:38:50 $ docker stop --time=1 eb2225f322b0130d6245542e830cb613590f1ea727ebd8a3d863275cc105d4fa 06:38:52 $ docker rm -f eb2225f322b0130d6245542e830cb613590f1ea727ebd8a3d863275cc105d4fa [Pipeline] // withDockerContainer [Pipeline] sh 06:38:53 + docker images 06:38:53 + grep docker 06:38:53 docker-security-bootstrapper-go-arm64 latest eb1bbed1ab93 3 seconds ago 31.9MB 06:38:53 docker-core-data-go-arm64 latest c1bcdda1574d 21 seconds ago 21MB 06:38:53 docker-security-secretstore-setup-go-arm64 latest e51046b4434f 49 seconds ago 23.4MB 06:38:53 docker-core-command-go-arm64 latest 4b91462c5247 58 seconds ago 15.4MB 06:38:53 docker-sys-mgmt-agent-go-arm64 latest 05c10aa853e1 2 minutes ago 300MB 06:38:53 docker-core-metadata-go-arm64 latest cb11155bdfab 3 minutes ago 17.7MB 06:38:53 docker-security-proxy-setup-go-arm64 latest d1a4acea812e 3 minutes ago 23.2MB 06:38:53 docker-support-notifications-go-arm64 latest 3a9bc65afc6d 3 minutes ago 16MB 06:38:53 docker-support-scheduler-go-arm64 latest 42b663dc9b34 3 minutes ago 15.5MB 06:38:53 docker 20.10.0 eeaf43b92773 6 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:38:56 provisioning config files... 06:38:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2777682142857398333tmp [Pipeline] { [Pipeline] sh 06:38:57 + set +x 06:38:57 + curl -s https://codecov.io/bash 06:38:57 + bash -s -- 06:38:57 06:38:57 _____ _ 06:38:57 / ____| | | 06:38:57 | | ___ __| | ___ ___ _____ __ 06:38:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:38:57 | |___| (_) | (_| | __/ (_| (_) \ V / 06:38:57 \_____\___/ \__,_|\___|\___\___/ \_/ 06:38:57 Bash-20210115-cec3c92 06:38:57 06:38:57 06:38:57 ==> git version 2.24.3 found 06:38:57 ==> 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:38:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:38:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:38:57 ==> Jenkins CI detected. 06:38:57 project root: . 06:38:57 --> token set from env 06:38:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:38:57 ==> Running gcov in . (disable via -X gcov) 06:38:57 ==> Python coveragepy not found 06:38:57 ==> Searching for coverage reports in: 06:38:57 + . 06:38:57 -> Found 1 reports 06:38:57 ==> Detecting git/mercurial file structure 06:38:57 ==> Reading reports 06:38:58 + ./coverage.out bytes=564700 06:38:58 ==> Appending adjustments 06:38:58 https://docs.codecov.io/docs/fixing-reports 06:39:01 + Found adjustments 06:39:01 ==> Gzipping contents 06:39:01 84K /tmp/codecov.cefZ3f.gz 06:39:01 ==> Uploading reports 06:39:01 url: https://codecov.io 06:39:01 query: branch=PR-3085&commit=9675dda737749418a9e6e468e7912526e7704378&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= 06:39:01 -> Pinging Codecov 06:39:01 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3085&commit=9675dda737749418a9e6e468e7912526e7704378&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3085%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3085&job=&cmd_args= 06:39:01 -> Uploading to 06:39:01 https://storage.googleapis.com/codecov/v4/raw/2021-01-27/00271124DB129430A58F1EEE437C3FCB/9675dda737749418a9e6e468e7912526e7704378/d569c0c1-947c-4a99-bd0b-5ee57d9789ad.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210127%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210127T063901Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=523345bf1cd4d1a1cfa0a79aae7546c91d1b04946a978e160ed19e51e5963aa4 06:39:01 % Total % Received % Xferd Average Speed Time Time Time Current 06:39:01 Dload Upload Total Spent Left Speed 06:39:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85498 0 0 100 85498 0 166k --:--:-- --:--:-- --:--:-- 166k 06:39:02 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9675dda737749418a9e6e468e7912526e7704378 [Pipeline] } 06:39:02 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:39:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:39:06 ---> package-listing.sh 06:39:06 ++ facter osfamily 06:39:06 ++ tr '[:upper:]' '[:lower:]' 06:39:06 + OS_FAMILY=redhat 06:39:06 + workspace=/w/workspace/edgex-go/1 06:39:06 + START_PACKAGES=/tmp/packages_start.txt 06:39:06 + END_PACKAGES=/tmp/packages_end.txt 06:39:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:39:06 + PACKAGES=/tmp/packages_start.txt 06:39:06 + '[' /w/workspace/edgex-go/1 ']' 06:39:06 + PACKAGES=/tmp/packages_end.txt 06:39:06 + case "${OS_FAMILY}" in 06:39:06 + rpm -qa 06:39:06 + sort 06:39:11 + '[' -f /tmp/packages_start.txt ']' 06:39:11 + '[' -f /tmp/packages_end.txt ']' 06:39:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:39:11 + '[' /w/workspace/edgex-go/1 ']' 06:39:11 + mkdir -p /w/workspace/edgex-go/1/archives/ 06:39:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 06:39:11 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:39:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:39:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:39:12 06:39:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:39:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:39:12 alpine: Pulling from edgex-lftools-log-publisher 06:39:13 df20fa9351a1: Pulling fs layer 06:39:13 36b3adc4ff6f: Pulling fs layer 06:39:13 8ad3a11d3b57: Pulling fs layer 06:39:13 46f8f816bc3b: Pulling fs layer 06:39:13 93b61091891f: Pulling fs layer 06:39:13 93b9cdb0e59b: Pulling fs layer 06:39:13 5e14af77c1be: Pulling fs layer 06:39:13 01666e4c0597: Pulling fs layer 06:39:13 aa168da1d23b: Pulling fs layer 06:39:13 93b9cdb0e59b: Waiting 06:39:13 46f8f816bc3b: Waiting 06:39:13 5e14af77c1be: Waiting 06:39:13 01666e4c0597: Waiting 06:39:13 93b61091891f: Waiting 06:39:13 aa168da1d23b: Waiting 06:39:13 36b3adc4ff6f: Verifying Checksum 06:39:13 36b3adc4ff6f: Download complete 06:39:13 46f8f816bc3b: Verifying Checksum 06:39:13 46f8f816bc3b: Download complete 06:39:13 df20fa9351a1: Verifying Checksum 06:39:13 df20fa9351a1: Download complete 06:39:13 93b9cdb0e59b: Verifying Checksum 06:39:13 93b9cdb0e59b: Download complete 06:39:13 5e14af77c1be: Verifying Checksum 06:39:13 5e14af77c1be: Download complete 06:39:13 01666e4c0597: Download complete 06:39:13 93b61091891f: Verifying Checksum 06:39:13 93b61091891f: Download complete 06:39:13 8ad3a11d3b57: Verifying Checksum 06:39:13 8ad3a11d3b57: Download complete 06:39:13 df20fa9351a1: Pull complete 06:39:13 36b3adc4ff6f: Pull complete 06:39:15 8ad3a11d3b57: Pull complete 06:39:15 aa168da1d23b: Verifying Checksum 06:39:15 aa168da1d23b: Download complete 06:39:17 46f8f816bc3b: Pull complete 06:39:18 93b61091891f: Pull complete 06:39:18 93b9cdb0e59b: Pull complete 06:39:18 5e14af77c1be: Pull complete 06:39:18 01666e4c0597: Pull complete 06:39:28 aa168da1d23b: Pull complete 06:39:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:39:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:39:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:39:28 prd-centos7-docker-4c-2g-23363 does not seem to be running inside a container 06:39:28 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:39:36 $ docker top 1b694b251454dc56bca2b6fc539f397711e8f43e54f28c81d3aef5902a315366 -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:37 + touch /tmp/pre-build-complete [Pipeline] sh 06:39:37 + mkdir -p /var/log/sa [Pipeline] sh 06:39:37 + ls /var/log/sa-host 06:39:37 + sadf -c /var/log/sa-host/sa23 06:39:37 file_magic: OK 06:39:37 HZ: Using current value: 100 06:39:37 file_header: OK 06:39:37 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:39:37 Statistics: 06:39:37 Hnuu...uuuununununu... 06:39:37 File successfully converted to sysstat format version 12.2.1 06:39:37 + sadf -c /var/log/sa-host/sa27 06:39:37 file_magic: OK 06:39:37 HZ: Using current value: 100 06:39:37 file_header: OK 06:39:37 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:39:37 Statistics: 06:39:37 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... 06:39:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:39:38 provisioning config files... 06:39:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config6920099160703636970tmp [Pipeline] { [Pipeline] echo 06:39:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:39:38 ---> create-netrc.sh [Pipeline] } 06:39:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:39:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:39:39 ---> python-tools-install.sh [Pipeline] echo 06:39:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:39:39 ---> sudo-logs.sh 06:39:39 Archiving 'sudo' log.. [Pipeline] echo 06:39:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:39:39 ---> job-cost.sh 06:39:39 lf-activate-venv: SKIPPING 06:39:39 INFO: No Stack... 06:39:40 INFO: Retrieving Pricing Info for: v1-standard-2 06:39:41 INFO: Archiving Costs [Pipeline] echo 06:39:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:39:41 ---> logs-deploy.sh 06:39:41 lf-activate-venv: SKIPPING 06:39:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3085/1 06:39:41 INFO: archiving workspace using pattern(s): 06:39:43 Archives upload complete. 06:39:43 INFO: archiving logs to Nexus