Pull request #3125 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c250855f865f8c62af0409146ed617a84f3308da rather than 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 Obtained Jenkinsfile from c250855f865f8c62af0409146ed617a84f3308da Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 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 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 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 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-25044 in /w/workspace/edgexfoundry_edgex-go_PR-3125 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3125/head:refs/remotes/origin/PR-3125 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 Merge succeeded, producing 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 Checking out Revision 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 (PR-3125) > git config core.sparsecheckout # timeout=10 > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # 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 c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 Commit message: "Merge branch 'master' into issue-3122" > git rev-list --no-walk 0d8161928b0b8e8e98c92ebc5d1e68d7d0919953 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:53:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:53:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:53:12 ========================================================= 18:53:12 EdgeX Global Pipelines Version Info 18:53:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:53:13 ------------------- 18:53:13 stable info: 18:53:13 ------------------- 18:53:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:53:13 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:53:13 Message: update stable to v1.0.179 18:53:14 ------------------- 18:53:14 experimental info: 18:53:14 ------------------- 18:53:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:53:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:53:14 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:53:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:53:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:53:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:53:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:53:18 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:53:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3125 [Pipeline] echo 18:53:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3125 [Pipeline] echo 18:53:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3125 [Pipeline] echo 18:53:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [Pipeline] echo 18:53:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b3e582 [Pipeline] echo 18:53:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:53:19 provisioning config files... 18:53:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1042451711707108291tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:53:20 ---> docker-login.sh 18:53:20 nexus3.edgexfoundry.org:10001 18:53:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:20 Configure a credential helper to remove this warning. See 18:53:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:20 18:53:20 Login Succeeded 18:53:20 nexus3.edgexfoundry.org:10002 18:53:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:20 Configure a credential helper to remove this warning. See 18:53:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:20 18:53:20 Login Succeeded 18:53:20 nexus3.edgexfoundry.org:10003 18:53:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:20 Configure a credential helper to remove this warning. See 18:53:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:20 18:53:20 Login Succeeded 18:53:20 nexus3.edgexfoundry.org:10004 18:53:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:20 Configure a credential helper to remove this warning. See 18:53:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:20 18:53:20 Login Succeeded 18:53:20 docker.io 18:53:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:53:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:53:21 Configure a credential helper to remove this warning. See 18:53:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:53:21 18:53:21 Login Succeeded 18:53:21 ---> docker-login.sh ends [Pipeline] } 18:53:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:53:21 ++ 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 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/core-command/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo core-command,cmd/core-command/Dockerfile 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/core-data/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo core-data,cmd/core-data/Dockerfile 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/core-metadata/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo core-metadata,cmd/core-metadata/Dockerfile 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/security-bootstrapper/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/security-proxy-setup/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/support-notifications/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo support-notifications,cmd/support-notifications/Dockerfile 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/support-scheduler/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:53:21 + for file in '`ls cmd/**/Dockerfile`' 18:53:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:53:21 ++ cut -d/ -f2 18:53:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:53:22 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 18:53:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:53:23 18:53:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:53:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:53:23 latest: Pulling from edgex-devops/git-semver 18:53:23 31603596830f: Pulling fs layer 18:53:23 2a8b12db71e7: Pulling fs layer 18:53:23 6ca5941a6612: Pulling fs layer 18:53:23 ecc8261a40a4: Pulling fs layer 18:53:23 ecc8261a40a4: Waiting 18:53:23 2a8b12db71e7: Verifying Checksum 18:53:23 2a8b12db71e7: Download complete 18:53:23 31603596830f: Verifying Checksum 18:53:23 31603596830f: Download complete 18:53:24 ecc8261a40a4: Verifying Checksum 18:53:24 ecc8261a40a4: Download complete 18:53:24 6ca5941a6612: Verifying Checksum 18:53:24 6ca5941a6612: Download complete 18:53:24 31603596830f: Pull complete 18:53:24 2a8b12db71e7: Pull complete 18:53:25 6ca5941a6612: Pull complete 18:53:25 ecc8261a40a4: Pull complete 18:53:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:53:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:53:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:53:25 prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container 18:53:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:53:28 $ docker top a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:53:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:53:28 [ssh-agent] Looking for ssh-agent implementation... 18:53:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:53:28 $ docker exec a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 ssh-agent 18:53:28 SSH_AUTH_SOCK=/tmp/ssh-0wbwrtijfBkg/agent.11 18:53:28 SSH_AGENT_PID=16 18:53:28 Running ssh-add (command line suppressed) 18:53:29 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2173856994357919471.key (/w/workspace/edgex-go/3@tmp/private_key_2173856994357919471.key) 18:53:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:53:29 + git tag --points-at HEAD [Pipeline] } 18:53:29 $ docker exec --env ******** --env ******** a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 ssh-agent -k 18:53:29 unset SSH_AUTH_SOCK; 18:53:29 unset SSH_AGENT_PID; 18:53:29 echo Agent pid 16 killed; 18:53:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:53:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:53:29 [ssh-agent] Looking for ssh-agent implementation... 18:53:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:53:29 $ docker exec a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 ssh-agent 18:53:30 SSH_AUTH_SOCK=/tmp/ssh-Ebh4HRHAS3z4/agent.46 18:53:30 SSH_AGENT_PID=52 18:53:30 Running ssh-add (command line suppressed) 18:53:30 Identity added: /w/workspace/edgex-go/3@tmp/private_key_368714085935205966.key (/w/workspace/edgex-go/3@tmp/private_key_368714085935205966.key) 18:53:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:53:30 + git semver init 18:53:30 # -> Open(): unable to determine branch for HEAD 18:53:30 # $GIT_DIR = /w/workspace/edgex-go/3/.git 18:53:30 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 18:53:30 # $SEMVER_REMOTE_NAME = origin 18:53:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:53:30 # $SEMVER_USER_NAME = edgex-jenkins 18:53:30 # $SEMVER_BRANCH = PR-3125 18:53:30 # $SEMVER_TEMP = /tmp/semver-892457758 18:53:30 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:53:57 # '/tmp/semver-892457758' -> '/w/workspace/edgex-go/3/.semver' 18:53:57 # -> Force: false 18:53:57 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 18:53:57 $ docker exec --env ******** --env ******** a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 ssh-agent -k 18:53:58 unset SSH_AUTH_SOCK; 18:53:58 unset SSH_AGENT_PID; 18:53:58 echo Agent pid 52 killed; 18:53:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:53:58 + git semver [Pipeline] } 18:53:58 $ docker stop --time=1 a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 18:54:00 $ docker rm -f a1320ef6456f8645976a442fb03a2256fa0e2091ec08da3ebd372debbeda0273 [Pipeline] // withDockerContainer [Pipeline] sh 18:54:00 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:54:01 Stashed 1 file(s) [Pipeline] echo 18:54:01 [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 18:54:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:54:02 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:54:02 + true 18:54:02 + sudo service docker restart 18:54:02 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:54:03 ========================================================= 18:54:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:54:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:54:03 + 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 . 18:54:08 Sending build context to Docker daemon 327.5MB 18:54:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:54:08 Step 2/6 : FROM ${BASE} 18:54:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:54:08 188c0c94c7c5: Pulling fs layer 18:54:08 0ef7d3d256c8: Pulling fs layer 18:54:08 de9db76c5a1d: Pulling fs layer 18:54:08 bca2f99d35d6: Pulling fs layer 18:54:08 93359f2a8cfa: Pulling fs layer 18:54:08 7c6f9722023f: Pulling fs layer 18:54:08 a35cf1a2eb13: Pulling fs layer 18:54:08 93359f2a8cfa: Waiting 18:54:08 7c6f9722023f: Waiting 18:54:08 a35cf1a2eb13: Waiting 18:54:08 bca2f99d35d6: Waiting 18:54:08 de9db76c5a1d: Verifying Checksum 18:54:08 de9db76c5a1d: Download complete 18:54:08 0ef7d3d256c8: Verifying Checksum 18:54:08 0ef7d3d256c8: Download complete 18:54:08 93359f2a8cfa: Verifying Checksum 18:54:08 93359f2a8cfa: Download complete 18:54:08 188c0c94c7c5: Download complete 18:54:08 7c6f9722023f: Verifying Checksum 18:54:08 7c6f9722023f: Download complete 18:54:08 188c0c94c7c5: Pull complete 18:54:08 0ef7d3d256c8: Pull complete 18:54:08 de9db76c5a1d: Pull complete 18:54:09 a35cf1a2eb13: Verifying Checksum 18:54:09 a35cf1a2eb13: Download complete 18:54:10 bca2f99d35d6: Verifying Checksum 18:54:10 bca2f99d35d6: Download complete 18:54:15 bca2f99d35d6: Pull complete 18:54:15 93359f2a8cfa: Pull complete 18:54:15 7c6f9722023f: Pull complete 18:54:16 Still waiting to schedule task 18:54:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:54:21 a35cf1a2eb13: Pull complete 18:54:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:54:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:54:21 ---> a62c8e92a672 18:54:21 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 18:54:21 ---> Running in 7c8bf75aee29 18:54:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:54:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:54:22 (1/12) Installing libmagic (5.38-r0) 18:54:22 (2/12) Installing file (5.38-r0) 18:54:22 (3/12) Installing libc-dev (0.7.2-r3) 18:54:23 (4/12) Installing g++ (9.3.0-r2) 18:54:26 (5/12) Installing fortify-headers (1.1-r0) 18:54:26 (6/12) Installing patch (2.7.6-r6) 18:54:26 (7/12) Installing build-base (0.5-r2) 18:54:26 (8/12) Installing libsodium (1.0.18-r0) 18:54:26 (9/12) Installing pkgconf (1.7.2-r0) 18:54:26 (10/12) Installing libsodium-dev (1.0.18-r0) 18:54:26 (11/12) Installing libzmq (4.3.3-r0) 18:54:26 (12/12) Installing zeromq-dev (4.3.3-r0) 18:54:26 Executing busybox-1.31.1-r19.trigger 18:54:26 OK: 233 MiB in 51 packages 18:54:30 Removing intermediate container 7c8bf75aee29 18:54:30 ---> a7fded08200c 18:54:30 Step 4/6 : WORKDIR /edgex-go 18:54:30 ---> Running in 8c45d90a394e 18:54:30 Removing intermediate container 8c45d90a394e 18:54:30 ---> 84d0958dd723 18:54:30 Step 5/6 : COPY go.mod . 18:54:30 ---> d0e627265dd1 18:54:30 Step 6/6 : RUN go mod download 18:54:31 ---> Running in 8093a3677c6b 18:54:53 Removing intermediate container 8093a3677c6b 18:54:53 ---> a56218bc674c 18:54:53 Successfully built a56218bc674c 18:54:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:54:53 + docker inspect -f . ci-base-image-x86_64 18:54:53 . [Pipeline] withDockerContainer 18:54:53 prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container 18:54:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:54:54 $ docker top d39a6508e5bc0478a6899cff30e7418c8c0ef12ad99a41a5d33b1763eb3abc33 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:55 + go version 18:54:55 go version go1.15.5 linux/amd64 [Pipeline] } 18:54:55 $ docker stop --time=1 d39a6508e5bc0478a6899cff30e7418c8c0ef12ad99a41a5d33b1763eb3abc33 18:54:56 $ docker rm -f d39a6508e5bc0478a6899cff30e7418c8c0ef12ad99a41a5d33b1763eb3abc33 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:57 + docker inspect -f . ci-base-image-x86_64 18:54:57 . [Pipeline] withDockerContainer 18:54:57 prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container 18:54:57 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:54:58 $ docker top b8803b7ca88a1237017c485e7ed2e82a9f7d2854984a3d1299daa87304939183 -eo pid,comm [Pipeline] { [Pipeline] echo 18:54:58 ========================================================= 18:54:58 [edgeXBuildGoParallel] Running Tests and Build... 18:54:58 ========================================================= [Pipeline] sh 18:54:58 + make test 18:54:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:55:08 ? github.com/edgexfoundry/edgex-go [no test files] 18:55:23 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:55:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:55:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:55:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:55:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:55:32 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:55:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:55:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:55:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:55:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 46.0% of statements 18:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:55:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:55:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.059s coverage: 100.0% of statements 18:55:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.181s coverage: 27.1% of statements 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:55:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.049s coverage: 100.0% of statements 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:55:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.047s coverage: 100.0% of statements 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:55:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:55:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:55:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.450s coverage: 82.3% of statements 18:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:55:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.036s coverage: 100.0% of statements 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:55:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements 18:55:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:55:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.069s coverage: 78.3% of statements 18:55:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:55:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:55:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:55:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:55:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.419s coverage: 92.8% of statements 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:55:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:55:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:55:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements 18:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements 18:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 18:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.050s coverage: 96.3% of statements 18:55:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.040s coverage: 87.5% of statements 18:55:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 18:55:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.040s coverage: 87.2% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.048s coverage: 84.2% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.153s coverage: 63.5% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.087s coverage: 37.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.339s coverage: 84.0% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.079s coverage: 87.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.755s coverage: 29.1% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 100.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:56:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 18:56:08 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 18:56:08 GO111MODULE=on go vet ./... 18:56:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25045 in /w/workspace/edgexfoundry_edgex-go_PR-3125 [Pipeline] { [Pipeline] ws 18:56:11 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:56:16 using credential edgex-jenkins-ssh 18:56:16 Cloning the remote Git repository 18:56:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:56:16 > git init /w/workspace/edgex-go/3 # timeout=10 18:56:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:56:16 > git --version # timeout=10 18:56:16 > git --version # 'git version 2.17.1' 18:56:16 using GIT_SSH to set credentials SSH Credentials for GitHub 18:56:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:56:35 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 18:56:35 gofmt -l . 18:56:35 [ "`gofmt -l .`" = "" ] 18:56:35 ./bin/test-go-mod-tidy.sh 18:56:35 ./bin/test-attribution-txt.sh [Pipeline] sh 18:56:35 Merge succeeded, producing 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 18:56:35 Checking out Revision 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 (PR-3125) 18:56:35 + ls -al . 18:56:35 total 688 18:56:35 drwxrwxr-x 10 1001 1001 4096 Feb 4 18:56 . 18:56:35 drwxr-xr-x 4 root root 28 Feb 4 18:54 .. 18:56:35 -rw-rw-r-- 1 1001 1001 11 Feb 4 18:53 .dockerignore 18:56:35 drwxrwxr-x 8 1001 1001 179 Feb 4 18:53 .git 18:56:35 drwxrwxr-x 3 1001 1001 125 Feb 4 18:53 .github 18:56:35 -rw-rw-r-- 1 1001 1001 872 Feb 4 18:53 .gitignore 18:56:35 drwx------ 3 1001 1001 60 Feb 4 18:53 .semver 18:56:35 -rw-rw-r-- 1 1001 1001 166 Feb 4 18:53 .sonarcloud.properties 18:56:35 -rw-rw-r-- 1 1001 1001 7859 Feb 4 18:53 Attribution.txt 18:56:35 -rw-rw-r-- 1 1001 1001 3804 Feb 4 18:53 CONTRIBUTING.md 18:56:35 -rw-rw-r-- 1 1001 1001 931 Feb 4 18:53 Dockerfile.build 18:56:35 -rw-rw-r-- 1 1001 1001 863 Feb 4 18:53 Jenkinsfile 18:56:35 -rw-rw-r-- 1 1001 1001 10775 Feb 4 18:53 LICENSE 18:56:35 -rw-rw-r-- 1 1001 1001 6001 Feb 4 18:53 Makefile 18:56:35 -rw-rw-r-- 1 1001 1001 6524 Feb 4 18:53 README.md 18:56:35 -rw-rw-r-- 1 1001 1001 6755 Feb 4 18:53 SECURITY.md 18:56:35 -rw-rw-r-- 1 1001 1001 5 Feb 4 18:54 VERSION 18:56:35 -rw-rw-r-- 1 1001 1001 4131 Feb 4 18:53 ZMQWindows.md 18:56:35 drwxrwxr-x 2 1001 1001 117 Feb 4 18:53 bin 18:56:35 drwxrwxr-x 15 1001 1001 4096 Feb 4 18:53 cmd 18:56:35 -rw-r--r-- 1 root root 583066 Feb 4 18:56 coverage.out 18:56:35 -rw-r--r-- 1 root root 1054 Feb 4 18:56 go.mod 18:56:35 -rw-r--r-- 1 root root 19290 Feb 4 18:56 go.sum 18:56:35 drwxrwxr-x 8 1001 1001 127 Feb 4 18:53 internal 18:56:35 drwxrwxr-x 4 1001 1001 26 Feb 4 18:53 openapi 18:56:35 drwxrwxr-x 4 1001 1001 71 Feb 4 18:53 snap 18:56:35 -rw-rw-r-- 1 1001 1001 168 Feb 4 18:53 version.go [Pipeline] sh 18:56:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:56:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:56:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:56:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:56:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:56:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3125/head:refs/remotes/origin/PR-3125 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:56:35 > git config core.sparsecheckout # timeout=10 18:56:35 > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 18:56:35 > git remote # timeout=10 18:56:35 > git config --get remote.origin.url # timeout=10 18:56:35 using GIT_SSH to set credentials SSH Credentials for GitHub 18:56:35 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 18:56:35 > git rev-parse HEAD^{commit} # timeout=10 18:56:35 > git config core.sparsecheckout # timeout=10 18:56:35 > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 18:56:36 + '[' -e coverage.out ] 18:56:36 + chown 1001:1001 coverage.out [Pipeline] stash 18:56:36 Stashed 1 file(s) [Pipeline] sh 18:56:36 + make build 18:56:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:56:40 Commit message: "Merge branch 'master' into issue-3122" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 18:56:40 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 [Pipeline] script [Pipeline] { [Pipeline] sh 18:56:41 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:56:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:56:42 + sudo service docker restart 18:56:42 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:56:44 provisioning config files... 18:56:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1200071342276503574tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:56:45 ---> docker-login.sh 18:56:45 nexus3.edgexfoundry.org:10001 18:56:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:46 Configure a credential helper to remove this warning. See 18:56:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:46 18:56:46 Login Succeeded 18:56:46 nexus3.edgexfoundry.org:10002 18:56:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:47 Configure a credential helper to remove this warning. See 18:56:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:47 18:56:47 Login Succeeded 18:56:47 nexus3.edgexfoundry.org:10003 18:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:47 Configure a credential helper to remove this warning. See 18:56:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:47 18:56:47 Login Succeeded 18:56:47 nexus3.edgexfoundry.org:10004 18:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:47 Configure a credential helper to remove this warning. See 18:56:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:47 18:56:47 Login Succeeded 18:56:47 docker.io 18:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:56:48 Configure a credential helper to remove this warning. See 18:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:56:48 18:56:48 Login Succeeded 18:56:48 ---> docker-login.sh ends [Pipeline] } 18:56:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:56:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] echo 18:56:49 ========================================================= 18:56:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:56:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:56:49 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 18:56:49 + 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 . 18:56:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:56:51 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 18:56:52 Sending build context to Docker daemon 166.1MB 18:56:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:56:52 Step 2/6 : FROM ${BASE} 18:56:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:56:52 5f621e34cdf4: Pulling fs layer 18:56:52 a4357932f1b6: Pulling fs layer 18:56:52 18c013af1878: Pulling fs layer 18:56:52 00ac8860ef70: Pulling fs layer 18:56:52 63d7cb157983: Pulling fs layer 18:56:52 b116817d02f9: Pulling fs layer 18:56:52 745a02a5169b: Pulling fs layer 18:56:52 00ac8860ef70: Waiting 18:56:52 63d7cb157983: Waiting 18:56:52 b116817d02f9: Waiting 18:56:52 745a02a5169b: Waiting 18:56:52 18c013af1878: Verifying Checksum 18:56:52 18c013af1878: Download complete 18:56:52 a4357932f1b6: Download complete 18:56:52 63d7cb157983: Verifying Checksum 18:56:52 63d7cb157983: Download complete 18:56:52 b116817d02f9: Verifying Checksum 18:56:52 b116817d02f9: Download complete 18:56:52 5f621e34cdf4: Verifying Checksum 18:56:52 5f621e34cdf4: Download complete 18:56:52 5f621e34cdf4: Pull complete 18:56: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 18:56:53 a4357932f1b6: Pull complete 18:56:53 18c013af1878: Pull complete 18:56:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:56:55 745a02a5169b: Verifying Checksum 18:56:55 745a02a5169b: Download complete 18:56:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:56:56 00ac8860ef70: Verifying Checksum 18:56:56 00ac8860ef70: Download complete 18:56:56 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 18:56:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 18:56:59 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 18:56:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:57:01 $ docker stop --time=1 b8803b7ca88a1237017c485e7ed2e82a9f7d2854984a3d1299daa87304939183 18:57:03 $ docker rm -f b8803b7ca88a1237017c485e7ed2e82a9f7d2854984a3d1299daa87304939183 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 18:57:06 00ac8860ef70: Pull complete [Pipeline] isUnix [Pipeline] sh 18:57:06 63d7cb157983: Pull complete 18:57:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:57:06 18:57:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:57:06 b116817d02f9: Pull complete 18:57:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:57:07 latest: Pulling from edgex-devops/edgex-compose 18:57:07 cbdbe7a5bc2a: Pulling fs layer 18:57:07 ca9280d653b3: Pulling fs layer 18:57:07 7e9c9ca2126c: Pulling fs layer 18:57:07 cbdbe7a5bc2a: Verifying Checksum 18:57:07 cbdbe7a5bc2a: Download complete 18:57:07 cbdbe7a5bc2a: Pull complete 18:57:07 ca9280d653b3: Download complete 18:57:08 7e9c9ca2126c: Verifying Checksum 18:57:08 7e9c9ca2126c: Download complete 18:57:08 ca9280d653b3: Pull complete 18:57:11 745a02a5169b: Pull complete 18:57:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:57:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:57:11 ---> b7e6874047d6 18:57:11 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 18:57:14 ---> Running in 67de1ff7781a 18:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:57:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:57:16 (1/12) Installing libmagic (5.38-r0) 18:57:17 (2/12) Installing file (5.38-r0) 18:57:17 (3/12) Installing libc-dev (0.7.2-r3) 18:57:17 7e9c9ca2126c: Pull complete 18:57:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:57:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:57:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:57:17 prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container 18:57:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:57:17 (4/12) Installing g++ (9.3.0-r2) 18:57:18 $ docker top efcbe4e17c06e01a1db516e87622af73e79287698e92de163a4c7c071fb6208e -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:18 + docker-compose build --help 18:57:18 + grep parallel 18:57:19 --parallel Build images in parallel. [Pipeline] } 18:57:19 $ docker stop --time=1 efcbe4e17c06e01a1db516e87622af73e79287698e92de163a4c7c071fb6208e 18:57:20 $ docker rm -f efcbe4e17c06e01a1db516e87622af73e79287698e92de163a4c7c071fb6208e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:57:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:57:21 . [Pipeline] withDockerContainer 18:57:21 prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container 18:57:21 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:57:22 $ docker top bca101dc001f9ea27d535eaf122fdfd175a84ce73da5b725a4c432ad27af0b04 -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:23 + docker-compose -f ./docker-compose-build.yml build --parallel 18:57:23 (5/12) Installing fortify-headers (1.1-r0) 18:57:23 (6/12) Installing patch (2.7.6-r6) 18:57:23 (7/12) Installing build-base (0.5-r2) 18:57:23 (8/12) Installing libsodium (1.0.18-r0) 18:57:23 (9/12) Installing pkgconf (1.7.2-r0) 18:57:23 (10/12) Installing libsodium-dev (1.0.18-r0) 18:57:24 Building docker-core-command-go ... 18:57:24 Building docker-core-data-go ... 18:57:24 Building docker-core-metadata-go ... 18:57:24 Building docker-security-bootstrapper-go ... 18:57:24 Building docker-security-proxy-setup-go ... 18:57:24 Building docker-security-secretstore-setup-go ... 18:57:24 Building docker-support-notifications-go ... 18:57:24 Building docker-support-scheduler-go ... 18:57:24 Building docker-sys-mgmt-agent-go ... 18:57:24 Building docker-security-bootstrapper-go 18:57:24 Building docker-sys-mgmt-agent-go 18:57:24 Building docker-core-command-go 18:57:24 Building docker-support-notifications-go 18:57:24 Building docker-security-secretstore-setup-go 18:57:24 (11/12) Installing libzmq (4.3.3-r0) 18:57:24 (12/12) Installing zeromq-dev (4.3.3-r0) 18:57:24 Executing busybox-1.31.1-r19.trigger 18:57:24 OK: 217 MiB in 51 packages 18:57:28 Removing intermediate container 67de1ff7781a 18:57:28 ---> 69cc596cb04b 18:57:28 Step 4/6 : WORKDIR /edgex-go 18:57:28 ---> Running in 85853ce89ce1 18:57:28 Removing intermediate container 85853ce89ce1 18:57:28 ---> 4621bb3a85a2 18:57:28 Step 5/6 : COPY go.mod . 18:57:29 ---> ac1c16dd4e80 18:57:29 Step 6/6 : RUN go mod download 18:57:29 ---> Running in c3fc6f2d064e 18:57:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:57:56 ---> a56218bc674c 18:57:56 Step 3/23 : WORKDIR /edgex-go 18:57:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:57:56 ---> a56218bc674c 18:57:56 Step 3/22 : WORKDIR /edgex-go 18:57:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:57:56 ---> a56218bc674c 18:57:56 Step 3/24 : WORKDIR /edgex-go 18:57:56 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:56 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:57:56 ---> a56218bc674c 18:57:56 Step 3/31 : WORKDIR /edgex-go 18:57:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:57:56 ---> a56218bc674c 18:57:56 Step 3/26 : WORKDIR /edgex-go 18:57:56 Removing intermediate container c3fc6f2d064e 18:57:56 ---> bfc572c9b425 18:57:56 Successfully built bfc572c9b425 18:57:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:57:56 + docker inspect -f . ci-base-image-arm64 18:57:56 . [Pipeline] withDockerContainer 18:57:57 prd-ubuntu18.04-docker-arm64-4c-16g-25045 does not seem to be running inside a container 18:57:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:57:57 ---> Running in b0b012caa231 18:57:57 ---> Running in 8f6a3a264ae6 18:57:57 ---> Running in e5369b35a076 18:57:57 ---> Running in aeeebdb64447 18:57:57 ---> Running in dff8aa5ed5c9 18:57:57 Removing intermediate container 8f6a3a264ae6 18:57:57 ---> 36109bc50482 18:57:57 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:57 Removing intermediate container aeeebdb64447 18:57:57 ---> 9350be67863b 18:57:57 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:57 Removing intermediate container e5369b35a076 18:57:57 ---> d41ee2d6aa7e 18:57:57 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:57 Removing intermediate container dff8aa5ed5c9 18:57:57 ---> b88c5a468fe0 18:57:57 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:57 Removing intermediate container b0b012caa231 18:57:57 ---> ee90f5faa11b 18:57:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:57 ---> Running in c962c8740a16 18:57:57 ---> Running in e9a7913099f7 18:57:57 ---> Running in 43e40f70c57f 18:57:57 ---> Running in 01fada6e5a30 18:57:58 ---> Running in 802c3b510a2d 18:57:58 $ docker top e5d478700f0e3c4dffbc54d16bd0e6c4ef2cc8210cd785786f095b3111b4c577 -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:59 + go version 18:57:59 go version go1.15.5 linux/arm64 [Pipeline] } 18:57:59 $ docker stop --time=1 e5d478700f0e3c4dffbc54d16bd0e6c4ef2cc8210cd785786f095b3111b4c577 18:58:00 Removing intermediate container 43e40f70c57f 18:58:00 ---> af7775a7f6c2 18:58:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:58:00 Removing intermediate container e9a7913099f7 18:58:00 ---> c0dd91b26e36 18:58:00 Step 5/24 : RUN apk add --update --no-cache make git 18:58:00 ---> Running in 0823c697a18a 18:58:00 ---> Running in 8c454eed85e3 18:58:00 Removing intermediate container 01fada6e5a30 18:58:00 ---> 27ea713fe99d 18:58:00 Step 5/23 : RUN apk add --update --no-cache make git 18:58:00 Removing intermediate container 802c3b510a2d 18:58:00 ---> 3e9286e83bb9 18:58:00 Step 5/26 : RUN apk add --update --no-cache make bash git 18:58:00 ---> Running in c298e12aad1d 18:58:00 Removing intermediate container c962c8740a16 18:58:00 ---> 9d5e3aacda9f 18:58:00 Step 5/31 : RUN apk add --update --no-cache make git 18:58:00 ---> Running in e330911057b6 18:58:00 ---> Running in e6a059827726 18:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:01 $ docker rm -f e5d478700f0e3c4dffbc54d16bd0e6c4ef2cc8210cd785786f095b3111b4c577 18:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:02 OK: 233 MiB in 51 packages 18:58:02 OK: 233 MiB in 51 packages 18:58:02 OK: 233 MiB in 51 packages 18:58:02 OK: 233 MiB in 51 packages 18:58:02 + docker inspect -f . ci-base-image-arm64 18:58:02 . [Pipeline] withDockerContainer 18:58:03 OK: 233 MiB in 51 packages 18:58:03 prd-ubuntu18.04-docker-arm64-4c-16g-25045 does not seem to be running inside a container 18:58:03 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:58:03 Removing intermediate container 8c454eed85e3 18:58:03 ---> 424aa16db0c3 18:58:03 Step 6/24 : COPY go.mod . 18:58:03 Removing intermediate container c298e12aad1d 18:58:03 ---> 03ac38fbde51 18:58:03 Step 6/23 : COPY go.mod . 18:58:03 ---> d5950125f99a 18:58:03 Step 7/24 : RUN go mod download 18:58:04 Removing intermediate container 0823c697a18a 18:58:04 ---> 9ecbd396a40a 18:58:04 Step 6/22 : COPY go.mod . 18:58:04 Removing intermediate container e330911057b6 18:58:04 ---> d194e8be99ec 18:58:04 Step 6/26 : COPY go.mod . 18:58:04 Removing intermediate container e6a059827726 18:58:04 ---> 393ed113b83d 18:58:04 Step 6/31 : COPY go.mod . 18:58:04 ---> 2e2c27323e4f 18:58:04 Step 7/23 : RUN go mod download 18:58:04 ---> Running in 0f2fcb7557c9 18:58:04 ---> Running in a735da0ea4e8 18:58:04 $ docker top 094fe32ed825b515b2420e513bd161f1ccf9d68f3306f583faafd7de7149ee84 -eo pid,comm 18:58:04 ---> 59adbc462a73 18:58:04 Step 7/22 : RUN go mod download 18:58:04 ---> 3c90ee8db2c8 18:58:04 Step 7/31 : RUN go mod download 18:58:04 ---> e0e6a7e9cf0a 18:58:04 Step 7/26 : RUN go mod download [Pipeline] { 18:58:04 ---> Running in 80e1d3862f74 18:58:04 ---> Running in e65802289a6e 18:58:04 ---> Running in b96b0b4c58d0 [Pipeline] echo 18:58:04 ========================================================= 18:58:04 [edgeXBuildGoParallel] Running Tests and Build... 18:58:04 ========================================================= [Pipeline] sh 18:58:05 + make test 18:58:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:58:06 Removing intermediate container a735da0ea4e8 18:58:06 ---> a4cd4a133a7f 18:58:06 Step 8/23 : COPY . . 18:58:07 Removing intermediate container 0f2fcb7557c9 18:58:07 ---> 01f66d05bd0e 18:58:07 Step 8/24 : COPY . . 18:58:08 Removing intermediate container 80e1d3862f74 18:58:08 ---> 5477099dfef9 18:58:08 Step 8/22 : COPY . . 18:58:12 Removing intermediate container e65802289a6e 18:58:12 ---> 26e735db68d1 18:58:12 Step 8/26 : COPY . . 18:58:12 Removing intermediate container b96b0b4c58d0 18:58:12 ---> 0c2656641b82 18:58:12 Step 8/31 : COPY . . 18:58:27 ? github.com/edgexfoundry/edgex-go [no test files] 18:58:52 ---> 190f997082e4 18:58:52 Step 9/23 : RUN make cmd/core-command/core-command 18:58:52 ---> Running in bb7f114375f6 18:58:52 ---> 70cdc6e6ba4b 18:58:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 18:58:52 ---> a6f03f409f8d 18:58:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:58:52 ---> 8867f392684a 18:58:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:58:52 ---> 51996efa9115 18:58:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:58:52 ---> Running in 2b50fd7d1410 18:58:52 ---> Running in 5f15d39df393 18:58:52 ---> Running in 8997bd611334 18:58:52 ---> Running in 86f5d8ad99b4 18:58:52 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 18:58:52 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 18:58:52 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 18:58:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:58:52 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 18:59:14 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 18:59:14 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 18:59:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:59:18 Removing intermediate container 86f5d8ad99b4 18:59:18 ---> 2ee618d2e6b3 18:59:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:59:18 ---> Running in edc764ecf754 18:59:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:59:19 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 18:59:24 Removing intermediate container 8997bd611334 18:59:24 ---> 069b3a782198 18:59:24 18:59:24 Step 10/24 : FROM alpine:3.12 18:59:24 Removing intermediate container bb7f114375f6 18:59:24 ---> a3cc2588e3ef 18:59:24 18:59:24 Step 10/23 : FROM alpine:3.12 18:59:24 3.12: Pulling from library/alpine 18:59:24 3.12: Pulling from library/alpine 18:59:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:59:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:59:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:59:25 Removing intermediate container 2b50fd7d1410 18:59:25 ---> d9519a53d962 18:59:25 18:59:25 Step 10/31 : FROM alpine:3.12 18:59:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:59:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:59:25 3.12: Pulling from library/alpine 18:59:25 Status: Downloaded newer image for alpine:3.12 18:59:25 ---> 389fef711851 18:59:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:59:25 Status: Image is up to date for alpine:3.12 18:59:25 ---> 389fef711851 18:59:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:59:25 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:59:25 Status: Image is up to date for alpine:3.12 18:59:25 ---> 389fef711851 18:59:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:59:26 ---> Running in fd8b639df487 18:59:26 ---> Running in 44535c37f0c6 18:59:26 ---> Running in 866a8801eff5 18:59:27 Removing intermediate container edc764ecf754 18:59:27 ---> d250bda28e6b 18:59:27 18:59:27 Step 11/26 : FROM docker:20.10.0 18:59:27 20.10.0: Pulling from library/docker 18:59:27 Removing intermediate container 5f15d39df393 18:59:27 ---> cbce834dbfe4 18:59:27 18:59:27 Step 10/22 : FROM alpine:3.12 18:59:27 ---> 389fef711851 18:59:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:59:27 Removing intermediate container 866a8801eff5 18:59:27 ---> e3abd9094a8e 18:59:27 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:59:28 ---> Running in 2662717718f1 18:59:28 ---> Running in fda5b922f1f5 18:59:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:28 (1/1) Installing dumb-init (1.2.2-r1) 18:59:28 Executing busybox-1.31.1-r19.trigger 18:59:28 OK: 6 MiB in 15 packages 18:59:29 (1/5) Installing ca-certificates (20191127-r4) 18:59:29 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:59:29 (3/5) Installing libcurl (7.69.1-r3) 18:59:29 (4/5) Installing curl (7.69.1-r3) 18:59:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:29 (5/5) Installing dumb-init (1.2.2-r1) 18:59:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:29 Executing busybox-1.31.1-r19.trigger 18:59:29 Executing ca-certificates-20191127-r4.trigger 18:59:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:29 OK: 7 MiB in 19 packages 18:59:29 (1/2) Installing dumb-init (1.2.2-r1) 18:59:29 (2/2) Installing su-exec (0.2-r1) 18:59:29 Executing busybox-1.31.1-r19.trigger 18:59:29 (1/2) Installing ca-certificates (20191127-r4) 18:59:29 OK: 6 MiB in 16 packages 18:59:29 (2/2) Installing dumb-init (1.2.2-r1) 18:59:29 Executing busybox-1.31.1-r19.trigger 18:59:29 Executing ca-certificates-20191127-r4.trigger 18:59:29 OK: 6 MiB in 16 packages 18:59:30 Removing intermediate container 44535c37f0c6 18:59:30 ---> a86e17a673d8 18:59:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:59:31 ---> Running in 419697ae6bf4 18:59:32 Removing intermediate container fd8b639df487 18:59:32 ---> d97a5eff5553 18:59:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:59:32 Removing intermediate container 2662717718f1 18:59:32 ---> 9c86aae7de8f 18:59:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:59:32 Removing intermediate container fda5b922f1f5 18:59:32 ---> 0a8233c80e1a 18:59:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:59:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:59:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:59:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:59:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:59:33 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:59:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:59:33 ---> Running in 516e4ad46c16 18:59:33 Removing intermediate container 419697ae6bf4 18:59:33 ---> 09d8fac7f758 18:59:33 Step 13/23 : ENV APP_PORT=48082 18:59:33 ---> Running in ffba4e0ecfc5 18:59:33 ---> Running in 093c571878eb 18:59:33 ---> Running in 561d8f3191f7 18:59:33 Removing intermediate container 516e4ad46c16 18:59:33 ---> a172b05fff69 18:59:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:59:33 Removing intermediate container ffba4e0ecfc5 18:59:33 ---> 4d15264d621a 18:59:33 Step 13/22 : ENV APP_PORT=48060 18:59:33 ---> Running in 1b2eae0e610d 18:59:33 Removing intermediate container 093c571878eb 18:59:33 ---> c2712e6b654f 18:59:33 Step 13/24 : WORKDIR / 18:59:33 Removing intermediate container 561d8f3191f7 18:59:33 ---> 5dbb56189931 18:59:33 Step 14/23 : EXPOSE $APP_PORT 18:59:33 ---> Running in f2c814c077f8 18:59:33 ---> Running in 6bd9193636d8 18:59:33 ---> Running in 65f62fb67bb5 18:59:34 Removing intermediate container 1b2eae0e610d 18:59:34 ---> 97563540c893 18:59:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:59:34 Removing intermediate container f2c814c077f8 18:59:34 ---> 6395bde2e6ea 18:59:34 Step 14/22 : EXPOSE $APP_PORT 18:59:34 ---> Running in 8af7f3b6150e 18:59:34 Removing intermediate container 65f62fb67bb5 18:59:34 ---> be6736f2a130 18:59:34 Step 15/23 : WORKDIR / 18:59:34 ---> Running in 919e0f6a2acb 18:59:34 Removing intermediate container 6bd9193636d8 18:59:34 ---> 521550e78a83 18:59:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:59:34 ---> Running in 7ad0fd0e0048 18:59:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:59:34 Status: Downloaded newer image for docker:20.10.0 18:59:34 ---> aefe523efa57 18:59:34 Step 12/26 : RUN apk add --no-cache bash 18:59:34 Removing intermediate container 919e0f6a2acb 18:59:34 ---> 12d2d923084c 18:59:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:35 ---> 1ebd9372d474 18:59:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:59:35 ---> Running in 2318541afda1 18:59:35 Removing intermediate container 7ad0fd0e0048 18:59:35 ---> a9211dbd3c10 18:59:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:35 ---> a1edc41dc7a2 18:59:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:59:35 ---> 3c17f1752f89 18:59:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:59:36 ---> f442a476745e 18:59:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:59:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:36 ---> 6a01263d4ff5 18:59:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:59:36 ---> 6904eca484da 18:59:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:59:36 Removing intermediate container 8af7f3b6150e 18:59:36 ---> 19aa5fede185 18:59:36 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:59:36 (1/2) Installing readline (8.0.4-r0) 18:59:36 (2/2) Installing bash (5.0.17-r0) 18:59:36 Executing bash-5.0.17-r0.post-install 18:59:36 Executing busybox-1.31.1-r19.trigger 18:59:36 OK: 12 MiB in 22 packages 18:59:36 ---> Running in a767e3cf346d 18:59:36 ---> 81e040645e65 18:59:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:59:36 ---> d6c61e3f6659 18:59:36 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:59:36 ---> 1a52e9e329b8 18:59:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:59:37 ---> Running in 469b8b0bdbe2 18:59:37 Removing intermediate container a767e3cf346d 18:59:37 ---> 021113e44e84 18:59:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:59:37 ---> bc52f37ac8b8 18:59:37 Step 19/23 : ENTRYPOINT ["/core-command"] 18:59:37 ---> Running in aed87a5e4cdd 18:59:37 Removing intermediate container 469b8b0bdbe2 18:59:37 ---> a6e9166c0c74 18:59:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:37 ---> dec8eeb5efe6 18:59:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:59:37 Removing intermediate container 2318541afda1 18:59:37 ---> 4f48f74401c4 18:59:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:59:38 ---> 8241e45dbc84 18:59:38 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:59:38 ---> Running in 3574e98048df 18:59:38 ---> Running in 26c13cea230a 18:59:38 ---> Running in 8e43bc5d28fc 18:59:38 Removing intermediate container aed87a5e4cdd 18:59:38 ---> 74fc1c97cd6d 18:59:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:38 ---> e640c52376fa 18:59:38 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/ 18:59:38 ---> Running in 86ffc1425388 18:59:38 ---> Running in 27eb32b3b670 18:59:38 Removing intermediate container 3574e98048df 18:59:38 ---> 6711d8d97944 18:59:38 Step 20/22 : LABEL arch=x86_64 18:59:38 Removing intermediate container 26c13cea230a 18:59:38 ---> fe48705de0d6 18:59:38 Step 14/26 : ENV APP_PORT=48090 18:59:38 ---> Running in 1c25983a80ca 18:59:39 ---> Running in c155427c2fb7 18:59:39 Removing intermediate container 86ffc1425388 18:59:39 ---> 45cdeab4ca1a 18:59:39 Step 21/23 : LABEL arch=x86_64 18:59:39 ---> Running in 9bab61dc95fb 18:59:39 Removing intermediate container 1c25983a80ca 18:59:39 ---> 233d3c3a0840 18:59:39 Step 21/22 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 18:59:39 Removing intermediate container c155427c2fb7 18:59:39 ---> 42f15705087c 18:59:39 Step 15/26 : EXPOSE $APP_PORT 18:59:39 ---> Running in e5b7cab5aa8d 18:59:39 ---> Running in d7e8e98ba73b 18:59:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:59:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:59:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:59:40 Removing intermediate container 9bab61dc95fb 18:59:40 ---> 6339ec52e8c7 18:59:40 Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 18:59:40 ---> Running in 985237a89621 18:59:40 Removing intermediate container e5b7cab5aa8d 18:59:40 ---> 42cd95442ffa 18:59:40 Step 22/22 : LABEL version=0.0.0 18:59:40 Removing intermediate container d7e8e98ba73b 18:59:40 ---> fe59877bbaa2 18:59:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:59:40 Removing intermediate container 8e43bc5d28fc 18:59:40 ---> 1e12bc461efd 18:59:40 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:40 ---> Running in 9028007de989 18:59:40 Removing intermediate container 985237a89621 18:59:40 ---> a10555734d15 18:59:40 Step 23/23 : LABEL version=0.0.0 18:59:40 Removing intermediate container 27eb32b3b670 18:59:40 ---> bc61bfd4f774 18:59:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:59:40 ---> Running in 19c3b877cdab 18:59:40 ---> Running in f645f0bba3f2 18:59:40 Removing intermediate container 9028007de989 18:59:40 ---> 664742123a7e 18:59:40 18:59:40 ---> fbe803597807 18:59:40 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:59:41 ---> 87dea4919cd8 18:59:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:59:41 Removing intermediate container 19c3b877cdab 18:59:41 ---> 6b6b55c8ab4a 18:59:41 18:59:41 Removing intermediate container f645f0bba3f2 18:59:41 ---> af57bd7f85a0 18:59:41 Step 22/24 : LABEL arch=x86_64 18:59:41 Successfully built 664742123a7e 18:59:41 Successfully built 6b6b55c8ab4a 18:59:41 ---> bb4305fb185c 18:59:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:59:41 Successfully tagged docker-support-notifications-go:latest 18:59:41  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 18:59:41 Successfully tagged docker-core-command-go:latest 18:59:41 Building docker-core-metadata-go 18:59:41  Building docker-core-command-go ... done  ---> Running in 8912aa1f673c 18:59:41 ---> 19bf47afe841 18:59:41 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:59:41 Removing intermediate container 8912aa1f673c 18:59:41 ---> b43c99699a28 18:59:41 Step 23/24 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 18:59:41 ---> Running in 16f7e353fdf2 18:59:41 ---> a94fb93e7fb3 18:59:41 Step 19/26 : RUN apk --no-cache add py3-pip 18:59:41 ---> 3015a903cde7 18:59:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 18:59:42 ---> Running in 75a1eceb4f8c 18:59:42 Removing intermediate container 16f7e353fdf2 18:59:42 ---> 976e46b75a3c 18:59:42 Step 24/24 : LABEL version=0.0.0 18:59:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.370s coverage: 46.0% of statements 18:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:59:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:59:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.124s coverage: 100.0% of statements 18:59:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:47 (1/33) Installing libbz2 (1.0.8-r1) 18:59:47 (2/33) Installing expat (2.2.9-r1) 18:59:47 (3/33) Installing libffi (3.3-r2) 18:59:47 (4/33) Installing gdbm (1.13-r1) 18:59:47 ---> Running in d58710d54e8f 18:59:47 (5/33) Installing xz-libs (5.2.5-r0) 18:59:47 (6/33) Installing sqlite-libs (3.32.1-r0) 18:59:47 (7/33) Installing python3 (3.8.5-r0) 18:59:49 ---> 2302c46b0445 18:59:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:59:52 Removing intermediate container d58710d54e8f 18:59:52 ---> e19f27f7db41 18:59:52 18:59:52 ---> e5eca5107d66 18:59:52 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.500s coverage: 27.1% of statements 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:59:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.329s coverage: 65.8% of statements 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:59:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:59:53 (8/33) Installing py3-appdirs (1.4.4-r1) 18:59:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:59:53 (10/33) Installing py3-parsing (2.4.7-r0) 18:59:54 (11/33) Installing py3-six (1.15.0-r0) 18:59:54 (12/33) Installing py3-packaging (20.4-r0) 18:59:54 (13/33) Installing py3-setuptools (47.0.0-r0) 18:59:54 ---> Running in e29707a6b31a 18:59:54 (14/33) Installing py3-chardet (3.0.4-r4) 18:59:55 (15/33) Installing py3-idna (2.9-r0) 18:59:55 Successfully built e19f27f7db41 18:59:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:59:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:59:55 Successfully tagged docker-security-secretstore-setup-go:latest 18:59:55 Building docker-security-proxy-setup-go 18:59:55  Building docker-security-secretstore-setup-go ... done (18/33) Installing py3-requests (2.23.0-r0) 18:59:55 (19/33) Installing py3-msgpack (1.0.0-r0) 18:59:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.723s coverage: 82.3% of statements 18:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:59:56 (20/33) Installing py3-lockfile (0.12.2-r3) 18:59:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:59:59 (22/33) Installing py3-colorama (0.4.3-r0) 19:00:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.141s coverage: 28.6% of statements 19:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:00:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 19:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:00:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements 19:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:00:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements 19:00:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:00:02 (23/33) Installing py3-distlib (0.3.0-r0) 19:00:02 (24/33) Installing py3-distro (1.5.0-r1) 19:00:02 (25/33) Installing py3-webencodings (0.5.1-r3) 19:00:02 (26/33) Installing py3-html5lib (1.0.1-r4) 19:00:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements 19:00:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:00:03 (27/33) Installing py3-pytoml (0.1.21-r0) 19:00:03 (28/33) Installing py3-pep517 (0.8.2-r0) 19:00:03 (29/33) Installing py3-progress (1.5-r0) 19:00:03 (30/33) Installing py3-toml (0.10.1-r0) 19:00:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.151s coverage: 78.3% of statements 19:00:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:00:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:00:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:00:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:00:04 (31/33) Installing py3-retrying (1.3.3-r0) 19:00:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:00:05 (33/33) Installing py3-pip (20.1.1-r0) 19:00:05 Removing intermediate container e29707a6b31a 19:00:05 ---> 41d9869f45b8 19:00:05 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:00:07 Executing busybox-1.31.1-r19.trigger 19:00:07 OK: 71 MiB in 55 packages 19:00:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:07 ---> a56218bc674c 19:00:07 Step 3/23 : WORKDIR /edgex-go 19:00:07 ---> Using cache 19:00:07 ---> ee90f5faa11b 19:00:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:07 ---> Using cache 19:00:07 ---> 3e9286e83bb9 19:00:07 Step 5/23 : RUN apk add --update --no-cache make git 19:00:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:09 ---> a56218bc674c 19:00:09 Step 3/22 : WORKDIR /edgex-go 19:00:09 ---> Using cache 19:00:09 ---> ee90f5faa11b 19:00:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:09 ---> Using cache 19:00:09 ---> 3e9286e83bb9 19:00:09 Step 5/22 : RUN apk add --update --no-cache make git 19:00:09 ---> Running in 4cf6a96aeb71 19:00:09 ---> 36e09302e346 19:00:09 Step 26/31 : RUN chmod +x /entrypoint.sh 19:00:09 ---> Running in 1b359c9cb321 19:00:10 ---> Running in 1ab341d52c22 19:00:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.278s coverage: 92.8% of statements 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:00:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:00:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:00:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:00:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 45.5% of statements 19:00:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.071s coverage: 79.5% of statements 19:00:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 19:00:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements 19:00:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 19:00:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:13 OK: 233 MiB in 51 packages 19:00:13 OK: 233 MiB in 51 packages 19:00:14 Removing intermediate container 1ab341d52c22 19:00:14 ---> d8b3f88e82f2 19:00:14 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:00:18 ---> Running in da967479320a 19:00:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:00:18 ---> a56218bc674c 19:00:18 Step 3/21 : WORKDIR /edgex-go 19:00:18 ---> Using cache 19:00:18 ---> ee90f5faa11b 19:00:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:18 ---> Using cache 19:00:18 ---> 3e9286e83bb9 19:00:18 Step 5/21 : RUN apk add --update --no-cache make git 19:00:18 ---> Using cache 19:00:18 ---> b69cea3ffe6f 19:00:18 Step 6/21 : COPY go.mod . 19:00:19 Removing intermediate container 1b359c9cb321 19:00:19 ---> b69cea3ffe6f 19:00:19 Step 6/22 : COPY go.mod . 19:00:20 ---> a5a74aaa5e82 19:00:20 Step 7/21 : RUN go mod download 19:00:20 Removing intermediate container 4cf6a96aeb71 19:00:20 ---> 6915aa185e5a 19:00:20 Step 6/23 : COPY go.mod . 19:00:20 Removing intermediate container da967479320a 19:00:20 ---> 5e23b8f729e8 19:00:20 Step 28/31 : CMD ["gate"] 19:00:21 ---> 647491f81286 19:00:21 Step 7/22 : RUN go mod download 19:00:21 ---> Running in 96b99183c205 19:00:22 ---> Running in 487b77f222d4 19:00:22 ---> Running in 2f56fdbe6f52 19:00:22 ---> b62d4ffa60ee 19:00:22 Step 7/23 : RUN go mod download 19:00:23 ---> Running in 061ca6b20fb1 19:00:24 Removing intermediate container 75a1eceb4f8c 19:00:24 ---> 230cd0bceedf 19:00:24 Step 20/26 : RUN pip install docker-compose==1.23.2 19:00:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.075s coverage: 94.4% of statements 19:00:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements 19:00:24 Removing intermediate container 2f56fdbe6f52 19:00:24 ---> fe6b3780ed88 19:00:24 Step 29/31 : LABEL arch=x86_64 19:00:24 ---> Running in 4efa27fc38ec 19:00:25 ---> Running in dd560234b86a 19:00:25 Removing intermediate container dd560234b86a 19:00:25 ---> d94e3e46814b 19:00:25 Step 30/31 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:00:25 ---> Running in 5a1a1b22c6c3 19:00:25 Removing intermediate container 5a1a1b22c6c3 19:00:25 ---> 1d33d53776ab 19:00:25 Step 31/31 : LABEL version=0.0.0 19:00:26 ---> Running in 11a1476dc5cc 19:00:26 Removing intermediate container 96b99183c205 19:00:26 ---> de9eb1672810 19:00:26 Step 8/21 : COPY . . 19:00:26 Removing intermediate container 487b77f222d4 19:00:26 ---> d17c08acee36 19:00:26 Step 8/22 : COPY . . 19:00:26 Removing intermediate container 061ca6b20fb1 19:00:26 ---> 6d7dbfddd74c 19:00:26 Step 8/23 : COPY . . 19:00:26 Removing intermediate container 11a1476dc5cc 19:00:26 ---> 56e83badb57e 19:00:26 19:00:26 Successfully built 56e83badb57e 19:00:27 Collecting docker-compose==1.23.2 19:00:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:00:29 Successfully tagged docker-security-bootstrapper-go:latest 19:00:29  Building docker-security-bootstrapper-go ... done Building docker-core-data-go 19:00:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:00:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:00:33 Collecting PyYAML<4,>=3.10 19:00:33 Downloading PyYAML-3.13.tar.gz (270 kB) 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.197s coverage: 91.4% of statements 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.500s coverage: 63.5% of statements 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.780s coverage: 68.9% of statements 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.323s coverage: 37.0% of statements 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:00:39 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.454s coverage: 84.0% of statements 19:00:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements 19:00:39 Collecting jsonschema<3,>=2.5.1 19:00:39 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:00:41 Collecting texttable<0.10,>=0.9.0 19:00:41 Downloading texttable-0.9.1.tar.gz (11 kB) 19:00:45 Collecting docker<4.0,>=3.6.0 19:00:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:00:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:00:46 Collecting dockerpty<0.5,>=0.4.1 19:00:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:00:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.409s coverage: 47.0% of statements 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:00:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.098s coverage: 100.0% of statements 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:00:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.114s coverage: 100.0% of statements 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:00:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.231s coverage: 87.0% of statements 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:00:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:00:48 Collecting websocket-client<1.0,>=0.32.0 19:00:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:00:49 Collecting cached-property<2,>=1.2.0 19:00:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:00:51 Collecting docopt<0.7,>=0.6.1 19:00:51 Downloading docopt-0.6.2.tar.gz (25 kB) 19:00:54 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) 19:00:54 Collecting idna<2.8,>=2.5 19:00:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.873s coverage: 29.1% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.145s coverage: 100.0% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.096s coverage: 100.0% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:00:54 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 19:00:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 19:00:55 Collecting urllib3<1.25,>=1.21.1 19:00:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:00:55 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) 19:00:55 Collecting docker-pycreds>=0.4.0 19:00:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:00:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:00:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:00:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:00:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:00:55 GO111MODULE=on go vet ./... 19:00:56 Installing collected packages: idna, urllib3, requests, PyYAML, jsonschema, texttable, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docopt, docker-compose 19:00:56 Attempting uninstall: idna 19:00:56 Found existing installation: idna 2.9 19:00:56 Uninstalling idna-2.9: 19:00:57 Successfully uninstalled idna-2.9 19:00:58 Attempting uninstall: urllib3 19:00:58 Found existing installation: urllib3 1.25.9 19:00:58 Uninstalling urllib3-1.25.9: 19:00:59 Successfully uninstalled urllib3-1.25.9 19:01:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:01:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:01:00 ---> a56218bc674c 19:01:00 Step 3/23 : WORKDIR /edgex-go 19:01:00 ---> Using cache 19:01:00 ---> ee90f5faa11b 19:01:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:00 ---> Using cache 19:01:00 ---> 3e9286e83bb9 19:01:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:01:01 Attempting uninstall: requests 19:01:01 Found existing installation: requests 2.23.0 19:01:01 Uninstalling requests-2.23.0: 19:01:01 Successfully uninstalled requests-2.23.0 19:01:02 ---> Running in 3474ac4e6213 19:01:02 Running setup.py install for PyYAML: started 19:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:04 Running setup.py install for PyYAML: finished with status 'done' 19:01:04 ---> 6ba0be056456 19:01:04 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:01:04 ---> b9b63f1ecd15 19:01:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:04 Running setup.py install for texttable: started 19:01:04 ---> Running in 2e9e6fa06f33 19:01:04 OK: 233 MiB in 51 packages 19:01:04 ---> Running in 95aa080de038 19:01:05 ---> 0fe195678323 19:01:05 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:01:05 Running setup.py install for texttable: finished with status 'done' 19:01:05 ---> Running in 9b2857d9e42d 19:01:05 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 19:01:06 Running setup.py install for dockerpty: started 19:01:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:01:06 Removing intermediate container 3474ac4e6213 19:01:06 ---> 4b355d5db7b6 19:01:06 Step 6/23 : COPY go.mod . 19:01:06 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 19:01:06 Running setup.py install for dockerpty: finished with status 'done' 19:01:06 Running setup.py install for docopt: started 19:01:06 ---> 2d433899be9e 19:01:06 Step 7/23 : RUN go mod download 19:01:06 ---> Running in 909e8d566b99 19:01:07 Running setup.py install for docopt: finished with status 'done' 19:01:07 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 19:01:10 Removing intermediate container 909e8d566b99 19:01:10 ---> 3e34e6b4c191 19:01:10 Step 8/23 : COPY . . 19:01:14 Removing intermediate container 4efa27fc38ec 19:01:14 ---> aeff014903b6 19:01:14 Step 21/26 : RUN apk --no-cache add curl 19:01:17 ---> Running in b9815f6809f2 19:01:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:01:19 (2/3) Installing libcurl (7.69.1-r3) 19:01:19 (3/3) Installing curl (7.69.1-r3) 19:01:19 Executing busybox-1.31.1-r19.trigger 19:01:19 OK: 72 MiB in 58 packages 19:01:24 Removing intermediate container b9815f6809f2 19:01:24 ---> fe74e695579a 19:01:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:01:24 ---> Running in d682c213f81c 19:01:24 Removing intermediate container d682c213f81c 19:01:24 ---> 7194bb20f435 19:01:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:25 ---> Running in 24f80abb9a72 19:01:25 Removing intermediate container 24f80abb9a72 19:01:25 ---> 814c3a30109a 19:01:25 Step 24/26 : LABEL arch=x86_64 19:01:25 ---> Running in b49eb45f8e25 19:01:27 Removing intermediate container b49eb45f8e25 19:01:27 ---> 22760b84128e 19:01:27 Step 25/26 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:01:27 ---> Running in e053323f8882 19:01:28 Removing intermediate container e053323f8882 19:01:28 ---> 9db918780250 19:01:28 Step 26/26 : LABEL version=0.0.0 19:01:29 ---> Running in a4b9d6e1e6fc 19:01:32 Removing intermediate container a4b9d6e1e6fc 19:01:32 ---> c7199084268f 19:01:32 19:01:32 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 19:01:32 Successfully built c7199084268f 19:01:32 Successfully tagged docker-sys-mgmt-agent-go:latest 19:01:35  Building docker-sys-mgmt-agent-go ... done  ---> 1f433174c5d3 19:01:35 Step 9/23 : RUN make cmd/core-data/core-data 19:01:35 ---> Running in 70eb72d09d65 19:01:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:01:40 Removing intermediate container 2e9e6fa06f33 19:01:40 ---> e4168231d55b 19:01:40 19:01:40 Step 10/22 : FROM alpine:3.12 19:01:40 ---> 389fef711851 19:01:40 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:01:40 ---> Using cache 19:01:40 ---> a86e17a673d8 19:01:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:01:40 ---> Using cache 19:01:40 ---> 09d8fac7f758 19:01:40 Step 13/22 : ENV APP_PORT=48085 19:01:42 ---> Running in f68836761d46 19:01:42 Removing intermediate container 95aa080de038 19:01:42 ---> d3b1f27ff2b0 19:01:42 19:01:42 Step 10/23 : FROM alpine:3.12 19:01:42 ---> 389fef711851 19:01:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:01:42 ---> Using cache 19:01:42 ---> a86e17a673d8 19:01:42 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:01:42 ---> Using cache 19:01:42 ---> 09d8fac7f758 19:01:42 Step 13/23 : ENV APP_PORT=48081 19:01:42 ---> Running in ac26c55ecc98 19:01:42 Removing intermediate container 9b2857d9e42d 19:01:42 ---> 5327fed80c83 19:01:42 19:01:42 Step 10/21 : FROM alpine:3.12 19:01:43 ---> 389fef711851 19:01:43 Step 11/21 : RUN apk add --update --no-cache curl 19:01:43 Removing intermediate container f68836761d46 19:01:43 ---> dfb2f6236c5f 19:01:43 Step 14/22 : EXPOSE $APP_PORT 19:01:44 ---> Running in 18d694d73b98 19:01:44 ---> Running in b67b05dc32dd 19:01:44 Removing intermediate container ac26c55ecc98 19:01:44 ---> 219e01978526 19:01:44 Step 14/23 : EXPOSE $APP_PORT 19:01:44 ---> Running in 8b830cd5e108 19:01:44 Removing intermediate container b67b05dc32dd 19:01:44 ---> 1118db5450ec 19:01:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:45 Removing intermediate container 8b830cd5e108 19:01:45 ---> ae2757e78c5c 19:01:45 Step 15/23 : WORKDIR / 19:01:45 ---> Running in d088e4d6ec17 19:01:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:46 ---> 665558cae711 19:01:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:01:46 Removing intermediate container d088e4d6ec17 19:01:46 ---> e43f4e02e808 19:01:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:01:46 (1/4) Installing ca-certificates (20191127-r4) 19:01:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:01:46 (3/4) Installing libcurl (7.69.1-r3) 19:01:46 (4/4) Installing curl (7.69.1-r3) 19:01:46 Executing busybox-1.31.1-r19.trigger 19:01:46 Executing ca-certificates-20191127-r4.trigger 19:01:47 OK: 7 MiB in 18 packages 19:01:48 ---> 41bef2cb45bf 19:01:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:01:48 ---> b70639163847 19:01:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:01:48 ---> 0f70d0e7a44f 19:01:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:01:48 ---> Running in 10ba6db29c2f 19:01:48 Removing intermediate container 18d694d73b98 19:01:48 ---> 9b9313da3b74 19:01:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:01:48 ---> ad367a039ca5 19:01:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:01:49 ---> Running in 239f354dd3d9 19:01:49 Removing intermediate container 10ba6db29c2f 19:01:49 ---> de95e2bec8a5 19:01:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:49 ---> Running in f0c14a3087aa 19:01:49 Removing intermediate container 239f354dd3d9 19:01:49 ---> 2ea4d67f624e 19:01:49 Step 13/21 : WORKDIR /edgex 19:01:49 ---> 2baab2177397 19:01:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:01:49 ---> Running in 90517c7072e9 19:01:50 Removing intermediate container f0c14a3087aa 19:01:50 ---> 10e1f1ed2e7c 19:01:50 Step 20/22 : LABEL arch=x86_64 19:01:50 ---> Running in 7c52e9efccf6 19:01:50 ---> Running in e2925a18922d 19:01:50 Removing intermediate container 90517c7072e9 19:01:50 ---> cd52915a9976 19:01:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:01:50 Removing intermediate container 7c52e9efccf6 19:01:50 ---> aaa539c28c34 19:01:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:01:50 ---> Running in 47b1afc39b91 19:01:50 Removing intermediate container e2925a18922d 19:01:50 ---> ad9cb29ea5d7 19:01:50 Step 21/22 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:01:51 ---> Running in 16b2ceedbbc0 19:01:51 ---> fb7a80cabb18 19:01:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:01:51 Removing intermediate container 47b1afc39b91 19:01:51 ---> ebd53abc5081 19:01:51 Step 21/23 : LABEL arch=x86_64 19:01:51 ---> Running in 24c5b50c0902 19:01:51 Removing intermediate container 16b2ceedbbc0 19:01:51 ---> d04473c2fc8c 19:01:51 Step 22/22 : LABEL version=0.0.0 19:01:51 ---> Running in 7a2f3a8d3dc1 19:01:51 Removing intermediate container 24c5b50c0902 19:01:51 ---> 3df5d0c16f11 19:01:51 Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:01:51 ---> Running in 17b059bd5493 19:01:51 ---> a3a91226621f 19:01:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:01:52 Removing intermediate container 7a2f3a8d3dc1 19:01:52 ---> 5ee4edca9f4b 19:01:52 19:01:52 Removing intermediate container 17b059bd5493 19:01:52 ---> 1b456db811dd 19:01:52 Step 23/23 : LABEL version=0.0.0 19:01:52 Successfully built 5ee4edca9f4b 19:01:52 Successfully tagged docker-support-scheduler-go:latest 19:01:53  Building docker-support-scheduler-go ... done  ---> Running in 4142d5a2f187 19:01:53 ---> b2bdb5241525 19:01:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:01:53 ---> Running in 0e9f56f22fe9 19:01:53 Removing intermediate container 4142d5a2f187 19:01:53 ---> 95db24566032 19:01:53 19:01:53 Removing intermediate container 0e9f56f22fe9 19:01:53 ---> c12f26b02edd 19:01:53 Step 18/21 : CMD ["--init=true"] 19:01:53 Successfully built 95db24566032 19:01:53 Successfully tagged docker-core-metadata-go:latest 19:01:54  Building docker-core-metadata-go ... done  ---> Running in b6e9563be10e 19:01:54 Removing intermediate container b6e9563be10e 19:01:54 ---> 3eca018e6125 19:01:54 Step 19/21 : LABEL arch=x86_64 19:01:55 ---> Running in cccf449dae6d 19:01:55 Removing intermediate container cccf449dae6d 19:01:55 ---> f3394d2e2c80 19:01:55 Step 20/21 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:01:55 ---> Running in 19dc434de515 19:01:55 Removing intermediate container 19dc434de515 19:01:55 ---> 85a55dcdaac7 19:01:55 Step 21/21 : LABEL version=0.0.0 19:01:55 ---> Running in 793cb85d23a4 19:01:56 Removing intermediate container 793cb85d23a4 19:01:56 ---> 3a97b27f7151 19:01:56 19:01:56 Successfully built 3a97b27f7151 19:01:56 Successfully tagged docker-security-proxy-setup-go:latest 19:01:57  Building docker-security-proxy-setup-go ... done Removing intermediate container 70eb72d09d65 19:01:57 ---> c683f70d63be 19:01:57 19:01:57 Step 10/23 : FROM alpine:3.12 19:01:57 ---> 389fef711851 19:01:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:01:57 ---> Running in db46ce6fd45d 19:01:57 Removing intermediate container db46ce6fd45d 19:01:57 ---> b0c4dd5d4014 19:01:57 Step 12/23 : ENV APP_PORT=48080 19:01:57 ---> Running in ea70c6489bd3 19:01:58 Removing intermediate container ea70c6489bd3 19:01:58 ---> b8037100081c 19:01:58 Step 13/23 : EXPOSE $APP_PORT 19:01:58 ---> Running in 96dbbc85bf1f 19:01:58 Removing intermediate container 96dbbc85bf1f 19:01:58 ---> 9e7448ccfcda 19:01:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:58 ---> Running in dc49703d23b3 19:01:59 Removing intermediate container dc49703d23b3 19:01:59 ---> 71933952a233 19:01:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:01:59 ---> Running in 729f67e84d10 19:01:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:01 (1/6) Installing dumb-init (1.2.2-r1) 19:02:01 (2/6) Installing libgcc (9.3.0-r2) 19:02:01 (3/6) Installing libsodium (1.0.18-r0) 19:02:02 (4/6) Installing libstdc++ (9.3.0-r2) 19:02:02 (5/6) Installing libzmq (4.3.3-r0) 19:02:02 (6/6) Installing zeromq (4.3.3-r0) 19:02:02 Executing busybox-1.31.1-r19.trigger 19:02:02 OK: 8 MiB in 20 packages 19:02:03 Removing intermediate container 729f67e84d10 19:02:03 ---> 46d197247871 19:02:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:03 ---> 2578cf0d46e0 19:02:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:02:03 ---> 811e5c230363 19:02:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:02:04 ---> b6e535670d9a 19:02:04 Step 19/23 : ENTRYPOINT ["/core-data"] 19:02:04 ---> Running in c9ef6b7c2665 19:02:04 Removing intermediate container c9ef6b7c2665 19:02:04 ---> 3011401c4cb3 19:02:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:04 ---> Running in f3d39e76a5a0 19:02:04 Removing intermediate container f3d39e76a5a0 19:02:04 ---> 667b826a70bd 19:02:04 Step 21/23 : LABEL arch=x86_64 19:02:05 ---> Running in 140e619c3e0d 19:02:05 Removing intermediate container 140e619c3e0d 19:02:05 ---> 1cb2b472323a 19:02:05 Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:02:05 ---> Running in df8077dc8b12 19:02:05 Removing intermediate container df8077dc8b12 19:02:05 ---> ec14ec70fd8e 19:02:05 Step 23/23 : LABEL version=0.0.0 19:02:05 ---> Running in 8960196f1693 19:02:05 Removing intermediate container 8960196f1693 19:02:05 ---> a897f65792be 19:02:05 19:02:05 Successfully built a897f65792be 19:02:05 Successfully tagged docker-core-data-go:latest 19:02:06  Building docker-core-data-go ... done  [Pipeline] } 19:02:06 $ docker stop --time=1 bca101dc001f9ea27d535eaf122fdfd175a84ce73da5b725a4c432ad27af0b04 19:02:07 $ docker rm -f bca101dc001f9ea27d535eaf122fdfd175a84ce73da5b725a4c432ad27af0b04 [Pipeline] // withDockerContainer [Pipeline] sh 19:02:08 + docker images 19:02:08 + grep docker 19:02:09 docker-core-data-go latest a897f65792be 3 seconds ago 22.3MB 19:02:09 docker-security-proxy-setup-go latest 3a97b27f7151 13 seconds ago 24.4MB 19:02:09 docker-core-metadata-go latest 95db24566032 16 seconds ago 18.8MB 19:02:09 docker-support-scheduler-go latest 5ee4edca9f4b 17 seconds ago 17MB 19:02:09 docker-sys-mgmt-agent-go latest c7199084268f 38 seconds ago 313MB 19:02:09 docker-security-bootstrapper-go latest 56e83badb57e About a minute ago 23.8MB 19:02:09 docker-security-secretstore-setup-go latest e19f27f7db41 2 minutes ago 24.6MB 19:02:09 docker-support-notifications-go latest 664742123a7e 2 minutes ago 17.6MB 19:02:09 docker-core-command-go latest 6b6b55c8ab4a 2 minutes ago 16.9MB 19:02:09 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:02:17 gofmt -l . 19:02:17 [ "`gofmt -l .`" = "" ] 19:02:17 ./bin/test-go-mod-tidy.sh 19:02:17 ./bin/test-attribution-txt.sh [Pipeline] sh 19:02:18 + ls -al . 19:02:18 total 716 19:02:18 drwxrwxr-x 9 1001 1001 4096 Feb 4 19:02 . 19:02:18 drwxr-xr-x 4 root root 4096 Feb 4 18:58 .. 19:02:18 -rw-rw-r-- 1 1001 1001 11 Feb 4 18:56 .dockerignore 19:02:18 drwxrwxr-x 8 1001 1001 4096 Feb 4 18:56 .git 19:02:18 drwxrwxr-x 3 1001 1001 4096 Feb 4 18:56 .github 19:02:18 -rw-rw-r-- 1 1001 1001 872 Feb 4 18:56 .gitignore 19:02:18 -rw-rw-r-- 1 1001 1001 166 Feb 4 18:56 .sonarcloud.properties 19:02:18 -rw-rw-r-- 1 1001 1001 7859 Feb 4 18:56 Attribution.txt 19:02:18 -rw-rw-r-- 1 1001 1001 3804 Feb 4 18:56 CONTRIBUTING.md 19:02:18 -rw-rw-r-- 1 1001 1001 931 Feb 4 18:56 Dockerfile.build 19:02:18 -rw-rw-r-- 1 1001 1001 863 Feb 4 18:56 Jenkinsfile 19:02:18 -rw-rw-r-- 1 1001 1001 10775 Feb 4 18:56 LICENSE 19:02:18 -rw-rw-r-- 1 1001 1001 6001 Feb 4 18:56 Makefile 19:02:18 -rw-rw-r-- 1 1001 1001 6524 Feb 4 18:56 README.md 19:02:18 -rw-rw-r-- 1 1001 1001 6755 Feb 4 18:56 SECURITY.md 19:02:18 -rw-rw-r-- 1 1001 1001 5 Feb 4 18:54 VERSION 19:02:18 -rw-rw-r-- 1 1001 1001 4131 Feb 4 18:56 ZMQWindows.md 19:02:18 drwxrwxr-x 2 1001 1001 4096 Feb 4 18:56 bin 19:02:18 drwxrwxr-x 15 1001 1001 4096 Feb 4 18:56 cmd 19:02:18 -rw-r--r-- 1 root root 583066 Feb 4 19:00 coverage.out 19:02:18 -rw-r--r-- 1 root root 1054 Feb 4 19:02 go.mod 19:02:18 -rw-r--r-- 1 root root 19290 Feb 4 19:02 go.sum 19:02:18 drwxrwxr-x 8 1001 1001 4096 Feb 4 18:56 internal 19:02:18 drwxrwxr-x 4 1001 1001 4096 Feb 4 18:56 openapi 19:02:18 drwxrwxr-x 4 1001 1001 4096 Feb 4 18:56 snap 19:02:18 -rw-rw-r-- 1 1001 1001 168 Feb 4 18:56 version.go [Pipeline] sh 19:02:18 + '[' -e coverage.out ] 19:02:18 + chown 1001:1001 coverage.out [Pipeline] stash 19:02:19 Warning: overwriting stash ‘coverage-report’ 19:02:20 Stashed 1 file(s) [Pipeline] sh 19:02:20 + make build 19:02:20 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 19:02:25 Still waiting to schedule task 19:02:25 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:02:31 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 19:02:53 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 19:02:56 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 19:03:03 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 19:03:04 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 19:03:09 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 19:03:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:03:16 Running on prd-ubuntu18.04-docker-8c-8g-25046 in /w/workspace/edgexfoundry_edgex-go_PR-3125 [Pipeline] { [Pipeline] ws 19:03:16 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:03:17 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 19:03:18 using credential edgex-jenkins-ssh 19:03:19 Cloning the remote Git repository 19:03:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:03:19 > git init /w/workspace/edgex-go/3 # timeout=10 19:03:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:03:19 > git --version # timeout=10 19:03:19 > git --version # 'git version 2.17.1' 19:03:19 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:21 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 19:03:24 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:03:24 Merge succeeded, producing 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:03:24 Checking out Revision 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 (PR-3125) 19:03:25 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 19:03:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:03:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:03:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:03:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:03:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3125/head:refs/remotes/origin/PR-3125 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:03:24 > git config core.sparsecheckout # timeout=10 19:03:24 > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 19:03:24 > git remote # timeout=10 19:03:24 > git config --get remote.origin.url # timeout=10 19:03:24 using GIT_SSH to set credentials SSH Credentials for GitHub 19:03:24 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 19:03:24 > git rev-parse HEAD^{commit} # timeout=10 19:03:24 > git config core.sparsecheckout # timeout=10 19:03:24 > git checkout -f 7b3e582968421f33f02adc534bbb1cca6aa4e3d1 # timeout=10 19:03:28 Commit message: "Merge branch 'master' into issue-3122" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:03:29 + echo snap-build.sh 19:03:29 snap-build.sh 19:03:29 + SNAP_BASE_DIR=. 19:03:29 + '[' '!' -z /w/workspace/edgex-go/3 ']' 19:03:29 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 19:03:29 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 19:03:29 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 19:03:29 + cd /w/workspace/edgex-go/3 19:03:29 + sudo apt-get remove -qy --purge lxd lxd-client 19:03:29 Reading package lists... 19:03:29 Building dependency tree... 19:03:29 Reading state information... 19:03:30 The following packages were automatically installed and are no longer required: 19:03:30 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:03:30 uidmap xdelta3 19:03:30 Use 'sudo apt autoremove' to remove them. 19:03:30 The following packages will be REMOVED: 19:03:30 lxd* lxd-client* 19:03:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:03:30 After this operation, 31.7 MB disk space will be freed. 19:03:31 (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.) 19:03:31 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:03:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:03:32 Removing lxd dnsmasq configuration 19:03:32 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:03:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:03:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:03:33 (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.) 19:03:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:03:34 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 19:03:35 Processing triggers for systemd (237-3ubuntu10.42) ... 19:03:35 Processing triggers for ureadahead (0.100.0-21) ... 19:03:36 + sudo snap remove --purge lxd 19:03:36 snap "lxd" is not installed 19:03:36 + sudo groupadd --force --system lxd 19:03:36 ++ whoami 19:03:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:03:36 + newgrp - lxd 19:03:36 + sudo snap install lxd [Pipeline] } 19:03:41 $ docker stop --time=1 094fe32ed825b515b2420e513bd161f1ccf9d68f3306f583faafd7de7149ee84 19:03:43 $ docker rm -f 094fe32ed825b515b2420e513bd161f1ccf9d68f3306f583faafd7de7149ee84 19:03:44 2021-02-04T19:03:41Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:03:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:03:45 19:03:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:03:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:03:46 latest: Pulling from edgex-devops/edgex-compose-arm64 19:03:46 29e5d40040c1: Pulling fs layer 19:03:46 1ce36da41761: Pulling fs layer 19:03:46 25b303627fd3: Pulling fs layer 19:03:47 29e5d40040c1: Verifying Checksum 19:03:47 29e5d40040c1: Download complete 19:03:47 1ce36da41761: Verifying Checksum 19:03:47 1ce36da41761: Download complete 19:03:47 29e5d40040c1: Pull complete 19:03:49 1ce36da41761: Pull complete 19:03:49 25b303627fd3: Verifying Checksum 19:03:49 25b303627fd3: Download complete 19:03:59 25b303627fd3: Pull complete 19:03:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:03:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:03:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:03:59 lxd 4.10 from Canonical* installed 19:03:59 + sudo lxd init --auto 19:03:59 prd-ubuntu18.04-docker-arm64-4c-16g-25045 does not seem to be running inside a container 19:04:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:04:03 $ docker top 88ca4f901d096c1a6ef18f2d475cc03c1422540907ad8f61d59cafd462b93450 -eo pid,comm [Pipeline] { [Pipeline] sh 19:04:04 + docker-compose build --help 19:04:04 + grep parallel 19:04:07 --parallel Build images in parallel. [Pipeline] } 19:04:07 $ docker stop --time=1 88ca4f901d096c1a6ef18f2d475cc03c1422540907ad8f61d59cafd462b93450 19:04:07 + sudo snap install --classic snapcraft 19:04:09 $ docker rm -f 88ca4f901d096c1a6ef18f2d475cc03c1422540907ad8f61d59cafd462b93450 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:04:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:04:10 . [Pipeline] withDockerContainer 19:04:10 prd-ubuntu18.04-docker-arm64-4c-16g-25045 does not seem to be running inside a container 19:04:10 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:04:11 snapcraft 4.4.4 from Canonical* installed 19:04:11 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:04:11 + patch --verbose -p1 19:04:11 Hmm... Looks like a unified diff to me... 19:04:11 The text leading up to this was: 19:04:11 -------------------------- 19:04:11 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:04:11 |From: Tony Espy 19:04:11 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:04:11 |Subject: [PATCH] optimize snap build for pipeline CI check 19:04:11 | 19:04:11 |This patch is used by the EdgeX CI pipeline builds to 19:04:11 |optimize the snap CI check run for pull requests. When 19:04:11 |applied, it essentially strips out everything (apps and 19:04:11 |parts) from the snapcraft.yaml file except those required 19:04:11 |to build edgex-go, as the whole idea of the CI check is to 19:04:11 |catch changes to edgex-go that break the snap build. 19:04:11 | 19:04:11 |In general, anyone updating snapcraft.yaml will also need 19:04:11 |to update this patch file, otherwise it may fail to apply, 19:04:11 |resulting in a failed snap build CI check in the associated 19:04:11 |pull request. 19:04:11 | 19:04:11 |Note - in addition to applying this patch, the pipeline also 19:04:11 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:04:11 |need to build the finally binary .snap file (and it won't 19:04:11 |work with the patch applied). This further reduces the build 19:04:11 |time. 19:04:11 |--- 19:04:11 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:04:11 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:04:11 | 19:04:11 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:04:11 |index 1e537489..faf42425 100644 19:04:11 |--- a/snap/snapcraft.yaml 19:04:11 |+++ b/snap/snapcraft.yaml 19:04:11 -------------------------- 19:04:11 patching file snap/snapcraft.yaml 19:04:11 Using Plan A... 19:04:11 Hunk #1 succeeded at 73. 19:04:11 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 19:04:11 Hunk #3 succeeded at 214 (offset -1 lines). 19:04:11 Hunk #4 succeeded at 222 (offset -1 lines). 19:04:11 Hunk #5 succeeded at 229 (offset -1 lines). 19:04:11 Hunk #6 succeeded at 256 (offset -1 lines). 19:04:11 Hunk #7 succeeded at 290 (offset -1 lines). 19:04:11 Hunk #8 succeeded at 342. 19:04:11 Hmm... Ignoring the trailing garbage. 19:04:11 done 19:04:11 + sudo snapcraft prime --use-lxd 19:04:12 $ docker top 89d2c13e0ad86f456a7b7ce7feeba54f0a7cb5a71d70744ae8360324006c66a2 -eo pid,comm 19:04:12 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:04:12 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: 19:04:12 - README.md 19:04:12 - snapcraft.yaml.orig 19:04:12 19:04:12 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] { [Pipeline] sh 19:04:13 Launching a container. 19:04:13 + docker-compose -f ./docker-compose-build.yml build --parallel 19:04:17 Building docker-core-command-go ... 19:04:17 Building docker-core-data-go ... 19:04:17 Building docker-core-metadata-go ... 19:04:17 Building docker-security-bootstrapper-go ... 19:04:17 Building docker-security-proxy-setup-go ... 19:04:17 Building docker-security-secretstore-setup-go ... 19:04:17 Building docker-support-notifications-go ... 19:04:17 Building docker-support-scheduler-go ... 19:04:17 Building docker-sys-mgmt-agent-go ... 19:04:17 Building docker-support-notifications-go 19:04:17 Building docker-sys-mgmt-agent-go 19:04:17 Building docker-core-metadata-go 19:04:17 Building docker-security-proxy-setup-go 19:04:17 Building docker-support-scheduler-go 19:04:25 Waiting for container to be ready 19:04:25 To start your first instance, try: lxc launch ubuntu:18.04 19:04:25 19:04:28 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:04:28 Waiting for network to be ready... 19:04:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:04:28 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:04:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 19:04:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:04:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:04:29 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:04:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:04:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:04:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:04:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:04:29 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:04:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 19:04:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:04:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 19:04:30 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 19:04:30 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 19:04:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 19:04:30 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 19:04:30 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 19:04:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 19:04:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 19:04:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 19:04:30 Get:23 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 19:04:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 19:04:30 Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 19:04:30 Get:26 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 19:04:30 Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 19:04:32 Fetched 23.9 MB in 4s (5512 kB/s) 19:04:33 Reading package lists... 19:04:33 Reading package lists... 19:04:33 Building dependency tree... 19:04:33 Reading state information... 19:04:33 The following additional packages will be installed: 19:04:33 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:04:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:04:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:04:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:04:33 Suggested packages: 19:04:33 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:04:33 Recommended packages: 19:04:33 gnupg libsasl2-modules 19:04:33 The following NEW packages will be installed: 19:04:33 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:04:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:04:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:04:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:04:33 The following packages will be upgraded: 19:04:33 gpg gpg-agent gpgconf libudev1 19:04:33 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:04:33 Need to get 3533 kB of archives. 19:04:33 After this operation, 13.3 MB of additional disk space will be used. 19:04:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 19:04:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 19:04:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 19:04:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 19:04:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:04:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:04:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 19:04:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 19:04:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 19:04:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 19:04:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:04:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:04:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:04:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:04:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:04:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:04:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:04:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:04:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:04:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:04:34 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:04:34 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:04:34 debconf: delaying package configuration, since apt-utils is not installed 19:04:34 Fetched 3533 kB in 1s (3524 kB/s) 19:04:35 (Reading database ... 12511 files and directories currently installed.) 19:04:35 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 19:04:35 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:04:35 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 19:04:35 Selecting previously unselected package udev. 19:04:35 (Reading database ... 12511 files and directories currently installed.) 19:04:35 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 19:04:35 Unpacking udev (237-3ubuntu10.44) ... 19:04:35 Selecting previously unselected package libfuse2:amd64. 19:04:35 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:04:35 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:04:35 Selecting previously unselected package fuse. 19:04:35 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:04:35 Unpacking fuse (2.9.7-1ubuntu1) ... 19:04:35 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:35 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:35 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:35 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:36 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:36 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:04:36 Selecting previously unselected package libksba8:amd64. 19:04:36 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:04:36 Unpacking libksba8:amd64 (1.3.5-2) ... 19:04:36 Selecting previously unselected package libroken18-heimdal:amd64. 19:04:36 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:36 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:36 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:04:36 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:36 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:36 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:04:36 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:36 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:36 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:04:36 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:36 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:36 Selecting previously unselected package libwind0-heimdal:amd64. 19:04:36 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:36 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:36 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:04:36 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:36 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:37 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:04:37 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:37 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:37 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:04:37 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:37 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:37 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:04:37 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:04:37 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:37 Selecting previously unselected package libsasl2-modules-db:amd64. 19:04:37 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:04:37 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:37 Selecting previously unselected package libsasl2-2:amd64. 19:04:37 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:04:37 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:37 Selecting previously unselected package libldap-common. 19:04:37 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 19:04:37 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:04:37 Selecting previously unselected package libldap-2.4-2:amd64. 19:04:37 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 19:04:37 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:04:37 Selecting previously unselected package dirmngr. 19:04:38 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 19:04:38 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 19:04:38 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 19:04:38 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 19:04:38 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:04:38 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:38 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:04:38 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 19:04:38 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:38 Setting up libksba8:amd64 (1.3.5-2) ... 19:04:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:38 Setting up udev (237-3ubuntu10.44) ... 19:04:38 invoke-rc.d: policy-rc.d denied execution of start. 19:04:38 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:38 Processing triggers for systemd (237-3ubuntu10) ... 19:04:38 Setting up fuse (2.9.7-1ubuntu1) ... 19:04:38 Setting up gpg (2.2.4-1ubuntu1.3) ... 19:04:38 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:38 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:39 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:39 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:39 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:39 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:39 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:04:39 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 19:04:39 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 19:04:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:39 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:04:39 settings in the [Install] section, and DefaultInstance for template units). 19:04:39 This means they are not meant to be enabled using systemctl. 19:04:39 Possible reasons for having this kind of units are: 19:04:39 1) A unit may be statically enabled by being symlinked from another unit's 19:04:39 .wants/ or .requires/ directory. 19:04:39 2) A unit's purpose may be to act as a helper for some other unit which has 19:04:39 a requirement dependency on it. 19:04:39 3) A unit may be started when needed via activation (socket, path, timer, 19:04:39 D-Bus, udev, scripted systemctl call, ...). 19:04:39 4) In case of template units, the unit is meant to be enabled with some 19:04:39 instance name specified. 19:04:39 Reading package lists... 19:04:39 Building dependency tree... 19:04:39 Reading state information... 19:04:40 The following additional packages will be installed: 19:04:40 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:04:40 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:04:40 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:04:40 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:04:40 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:04:40 Suggested packages: 19:04:40 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:04:40 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:04:40 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:04:40 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:04:40 systemd-container policykit-1 19:04:40 Recommended packages: 19:04:40 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:04:40 The following NEW packages will be installed: 19:04:40 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:04:40 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:04:40 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:04:40 multiarch-support openssh-client python3 python3-minimal python3.6 19:04:40 python3.6-minimal snapd squashfs-tools sudo 19:04:40 The following packages will be upgraded: 19:04:40 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:04:40 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:04:40 Need to get 35.2 MB of archives. 19:04:40 After this operation, 141 MB of additional disk space will be used. 19:04:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:04:40 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 19:04:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:04:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 19:04:41 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 19:04:41 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:04:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:04:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:04:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:04:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:04:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:04:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:04:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:04:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 19:04:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:04:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 19:04:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 19:04:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:04:41 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 19:04:41 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:04:41 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:04:41 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:04:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:04:41 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:04:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:04:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 19:04:41 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:04:41 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:04:41 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 19:04:41 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:04:42 debconf: delaying package configuration, since apt-utils is not installed 19:04:42 Fetched 35.2 MB in 2s (15.8 MB/s) 19:04:42 (Reading database ... 12757 files and directories currently installed.) 19:04:42 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 19:04:42 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:04:43 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 19:04:43 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:04:43 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 19:04:43 (Reading database ... 12757 files and directories currently installed.) 19:04:43 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:04:43 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:04:43 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:04:43 (Reading database ... 12757 files and directories currently installed.) 19:04:43 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:04:44 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:04:44 Setting up apt (1.6.12ubuntu0.2) ... 19:04:44 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:04:44 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:04:44 (Reading database ... 12764 files and directories currently installed.) 19:04:44 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:04:44 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:04:45 Selecting previously unselected package libpython3.6-minimal:amd64. 19:04:45 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:45 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:45 Selecting previously unselected package libexpat1:amd64. 19:04:45 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:04:45 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:04:45 Selecting previously unselected package python3.6-minimal. 19:04:45 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:45 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:04:45 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 19:04:45 Checking for services that may need to be restarted...done. 19:04:45 Checking for services that may need to be restarted...done. 19:04:45 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:45 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:04:45 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 19:04:46 Selecting previously unselected package python3-minimal. 19:04:46 (Reading database ... 13012 files and directories currently installed.) 19:04:46 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:04:46 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:04:46 Selecting previously unselected package mime-support. 19:04:46 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:04:46 Unpacking mime-support (3.60ubuntu1) ... 19:04:46 Selecting previously unselected package libmpdec2:amd64. 19:04:46 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:04:46 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:04:46 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:04:46 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:46 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:47 Selecting previously unselected package python3.6. 19:04:47 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 19:04:47 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:04:47 Selecting previously unselected package libpython3-stdlib:amd64. 19:04:47 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:04:47 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:04:47 Setting up python3-minimal (3.6.7-1~18.04) ... 19:04:47 Selecting previously unselected package python3. 19:04:47 (Reading database ... 13442 files and directories currently installed.) 19:04:47 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:04:47 Unpacking python3 (3.6.7-1~18.04) ... 19:04:47 Selecting previously unselected package multiarch-support. 19:04:47 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:04:47 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:04:47 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:04:47 Selecting previously unselected package liblzo2-2:amd64. 19:04:47 (Reading database ... 13479 files and directories currently installed.) 19:04:47 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:04:47 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:04:47 Selecting previously unselected package libbsd0:amd64. 19:04:47 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:04:47 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:04:47 Selecting previously unselected package sudo. 19:04:47 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:04:47 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:04:48 Selecting previously unselected package apparmor. 19:04:48 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:04:48 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:04:48 Selecting previously unselected package libedit2:amd64. 19:04:48 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:04:48 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:04:48 Selecting previously unselected package libkrb5support0:amd64. 19:04:48 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:04:48 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:04:48 Selecting previously unselected package libk5crypto3:amd64. 19:04:48 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:04:48 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:04:48 Selecting previously unselected package libkeyutils1:amd64. 19:04:48 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:04:48 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:04:48 Selecting previously unselected package libkrb5-3:amd64. 19:04:48 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:04:48 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:04:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:04:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:04:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:04:49 Selecting previously unselected package libssl1.0.0:amd64. 19:04:49 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 19:04:49 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:04:49 Selecting previously unselected package openssh-client. 19:04:49 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:04:49 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:04:49 Selecting previously unselected package squashfs-tools. 19:04:49 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:04:49 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:04:49 Selecting previously unselected package snapd. 19:04:49 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 19:04:49 Unpacking snapd (2.48+18.04) ... 19:04:51 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:04:51 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 19:04:51 Setting up mime-support (3.60ubuntu1) ... 19:04:51 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:04:51 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:04:51 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:04:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:51 Setting up systemd (237-3ubuntu10.44) ... 19:04:51 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:04:53 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:04:53 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:04:53 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:04:53 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 19:04:53 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:04:53 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 19:04:53 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:04:53 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:04:53 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:04:53 Setting up python3 (3.6.7-1~18.04) ... 19:04:53 running python rtupdate hooks for python3.6... 19:04:53 running python post-rtupdate hooks for python3.6... 19:04:54 Setting up apparmor (2.12-4ubuntu5.1) ... 19:04:55 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:04:55 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:04:55 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:04:55 Setting up snapd (2.48+18.04) ... 19:04:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:04:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:04:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:04:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:04:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:04:56 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:04:57 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:04:57 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:04:57 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:04:57 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:04:57 /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' 19:04:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:04:57 Processing triggers for systemd (237-3ubuntu10.44) ... 19:04:59 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:04:59 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:04:59 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:04:59 Reading package lists... 19:05:00 Reading package lists... 19:05:00 Building dependency tree... 19:05:00 Reading state information... 19:05:00 Calculating upgrade... 19:05:00 The following packages will be upgraded: 19:05:00 advancecomp base-files bash binutils binutils-common 19:05:00 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:05:00 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:05:00 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:05:00 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:05:00 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:05:00 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:05:00 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:05:00 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:05:00 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:05:00 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:05:00 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:05:00 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:05:00 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:05:00 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:05:00 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:05:00 Need to get 63.8 MB of archives. 19:05:00 After this operation, 5188 kB of additional disk space will be used. 19:05:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 19:05:00 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:05:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:05:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:05:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:05:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:05:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:05:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:05:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:05:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:05:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:05:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:05:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:05:00 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:05:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:05:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:05:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:05:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:05:01 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:05:01 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:05:01 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:05:01 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:05:01 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:05:01 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:05:01 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:05:01 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:05:01 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:05:01 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:05:01 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:05:01 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:05:01 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:05:01 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:05:01 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:05:01 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:05:01 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:05:01 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:05:01 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 19:05:01 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:05:01 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:05:01 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:05:01 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 19:05:01 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:05:01 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:05:01 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:05:01 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:05:01 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:05:01 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:05:01 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:05:01 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 19:05:01 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 19:05:01 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 19:05:01 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 19:05:01 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:05:01 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:05:01 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:05:01 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:05:01 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:05:01 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:05:01 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:05:01 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:05:01 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:05:01 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:05:01 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:05:01 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:05:01 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:05:01 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:05:01 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:05:02 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:05:02 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:05:02 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:05:02 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:05:02 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:05:02 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:05:02 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:05:02 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:05:02 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:05:02 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:05:02 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:05:02 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:05:02 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:05:02 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:05:02 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:05:02 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:05:02 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:05:02 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 19:05:02 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:05:02 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:05:02 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:05:02 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:05:02 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:05:02 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:05:02 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:05:02 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:05:02 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:05:02 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:05:02 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:05:02 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:05:02 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:05:02 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:05:02 debconf: delaying package configuration, since apt-utils is not installed 19:05:02 Fetched 63.8 MB in 2s (31.6 MB/s) 19:05:02 (Reading database ... 13912 files and directories currently installed.) 19:05:02 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:05:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:05:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:05:03 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:05:03 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 19:05:03 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 19:05:04 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:04 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:04 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:04 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:05 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:05 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:05 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:05 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:05 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:05 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:05 (Reading database ... 13911 files and directories currently installed.) 19:05:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:05:05 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:05:06 (Reading database ... 13911 files and directories currently installed.) 19:05:06 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:06 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:06 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:06 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:05:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:05:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:06 (Reading database ... 13911 files and directories currently installed.) 19:05:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:05:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:05:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:05:07 (Reading database ... 13911 files and directories currently installed.) 19:05:07 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:05:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:05:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:05:07 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:05:07 Setting up base-files (10.1ubuntu2.10) ... 19:05:07 Installing new version of config file /etc/issue ... 19:05:07 Installing new version of config file /etc/issue.net ... 19:05:07 Installing new version of config file /etc/lsb-release ... 19:05:07 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:05:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:05:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:05:08 Removing obsolete conffile /etc/default/motd-news ... 19:05:08 (Reading database ... 13912 files and directories currently installed.) 19:05:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:05:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:05:08 Setting up bash (4.4.18-2ubuntu1.2) ... 19:05:08 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 19:05:08 (Reading database ... 13912 files and directories currently installed.) 19:05:08 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:08 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:05:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:05:09 (Reading database ... 13912 files and directories currently installed.) 19:05:09 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:05:09 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:05:09 Setting up tar (1.29b-2ubuntu0.2) ... 19:05:09 (Reading database ... 13912 files and directories currently installed.) 19:05:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:05:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:05:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:05:09 (Reading database ... 13912 files and directories currently installed.) 19:05:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:05:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:05:10 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:05:10 (Reading database ... 13912 files and directories currently installed.) 19:05:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:05:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:05:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:05:10 (Reading database ... 13912 files and directories currently installed.) 19:05:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:05:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:05:10 Setting up grep (3.1-2build1) ... 19:05:10 (Reading database ... 13912 files and directories currently installed.) 19:05:10 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:05:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:05:10 Setting up login (1:4.5-1ubuntu2) ... 19:05:11 (Reading database ... 13912 files and directories currently installed.) 19:05:11 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:05:11 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:11 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:05:11 (Reading database ... 13912 files and directories currently installed.) 19:05:11 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:05:11 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:05:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:05:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:05:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:05:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:05:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:05:12 (Reading database ... 13912 files and directories currently installed.) 19:05:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:05:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:05:14 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:05:14 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:05:14 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:05:14 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:05:14 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:05:14 (Reading database ... 13912 files and directories currently installed.) 19:05:14 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:05:14 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:05:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:05:14 (Reading database ... 13912 files and directories currently installed.) 19:05:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:14 (Reading database ... 13912 files and directories currently installed.) 19:05:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:15 (Reading database ... 13912 files and directories currently installed.) 19:05:15 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:15 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:15 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:15 (Reading database ... 13912 files and directories currently installed.) 19:05:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:15 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:15 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:15 (Reading database ... 13912 files and directories currently installed.) 19:05:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:05:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:05:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:05:16 (Reading database ... 13912 files and directories currently installed.) 19:05:16 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:05:16 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:16 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:05:16 (Reading database ... 13912 files and directories currently installed.) 19:05:16 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:16 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:05:16 (Reading database ... 13912 files and directories currently installed.) 19:05:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:05:16 (Reading database ... 13912 files and directories currently installed.) 19:05:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:17 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:17 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:05:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:05:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:05:17 (Reading database ... 13912 files and directories currently installed.) 19:05:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:05:18 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:05:18 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:05:18 (Reading database ... 13912 files and directories currently installed.) 19:05:18 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:05:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:05:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:05:18 (Reading database ... 13914 files and directories currently installed.) 19:05:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:05:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:05:19 Setting up debconf (1.5.66ubuntu1) ... 19:05:19 (Reading database ... 13914 files and directories currently installed.) 19:05:19 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:05:19 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:05:19 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:05:19 (Reading database ... 13914 files and directories currently installed.) 19:05:19 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:05:19 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:05:19 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:05:19 (Reading database ... 13914 files and directories currently installed.) 19:05:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:05:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:05:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:05:20 (Reading database ... 13914 files and directories currently installed.) 19:05:20 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:05:20 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:05:20 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:05:20 (Reading database ... 13914 files and directories currently installed.) 19:05:20 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:05:20 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:05:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:05:20 (Reading database ... 13914 files and directories currently installed.) 19:05:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:05:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:05:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 19:05:20 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:05:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:05:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:05:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:05:21 (Reading database ... 13914 files and directories currently installed.) 19:05:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:05:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:05:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:05:21 (Reading database ... 13914 files and directories currently installed.) 19:05:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:05:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:05:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:05:21 (Reading database ... 13914 files and directories currently installed.) 19:05:21 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:05:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:05:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:05:22 (Reading database ... 13914 files and directories currently installed.) 19:05:22 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:05:22 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:05:22 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:05:22 (Reading database ... 13914 files and directories currently installed.) 19:05:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:05:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:05:22 Setting up passwd (1:4.5-1ubuntu2) ... 19:05:22 (Reading database ... 13914 files and directories currently installed.) 19:05:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 19:05:22 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 19:05:22 Setting up gpgv (2.2.4-1ubuntu1.3) ... 19:05:22 (Reading database ... 13914 files and directories currently installed.) 19:05:22 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:05:22 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:05:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:05:23 (Reading database ... 13914 files and directories currently installed.) 19:05:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:05:23 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:05:23 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:05:23 (Reading database ... 13914 files and directories currently installed.) 19:05:23 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:05:23 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:05:23 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:05:23 (Reading database ... 13914 files and directories currently installed.) 19:05:23 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:05:23 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:05:24 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:05:24 (Reading database ... 13914 files and directories currently installed.) 19:05:24 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:05:24 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:05:24 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:05:24 (Reading database ... 13914 files and directories currently installed.) 19:05:24 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:05:24 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:05:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:05:24 (Reading database ... 13915 files and directories currently installed.) 19:05:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:05:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:05:24 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:05:24 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:05:24 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 19:05:24 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 19:05:25 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:05:25 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:05:25 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:05:25 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:05:25 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:05:25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:05:25 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:05:25 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:05:25 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:05:25 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:05:26 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:05:26 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:05:26 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:05:26 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:05:26 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:05:26 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:05:26 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:05:26 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:05:27 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:05:27 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:05:27 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:05:27 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:05:27 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:05:27 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:05:27 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:05:27 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:05:28 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:05:28 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:05:28 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 19:05:28 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 19:05:28 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:28 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:28 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:28 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:28 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:28 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:28 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:28 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:29 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:29 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:30 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:30 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:31 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:31 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:31 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:31 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:32 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:05:32 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:05:32 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:32 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:32 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:05:32 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:05:33 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:05:33 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:05:33 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:05:33 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:05:33 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:33 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:33 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:05:33 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:05:33 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:05:33 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:05:34 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:34 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:05:34 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:34 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:34 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:34 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:05:34 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:05:34 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:05:34 19:05:34 Current default time zone: 'Etc/UTC' 19:05:34 Local time is now: Thu Feb 4 19:05:34 UTC 2021. 19:05:34 Universal Time is now: Thu Feb 4 19:05:34 UTC 2021. 19:05:34 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:05:34 19:05:34 Setting up systemd-sysv (237-3ubuntu10.44) ... 19:05:34 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:34 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 19:05:34 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:05:34 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:05:34 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:05:34 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:05:34 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:05:34 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:05:34 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:05:34 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:34 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:05:35 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:35 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 19:05:35 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:35 Setting up patch (2.7.6-2ubuntu1.1) ... 19:05:35 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:05:35 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:05:35 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 19:05:35 Installing new version of config file /etc/ssl/openssl.cnf ... 19:05:35 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:05:35 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:05:35 Setting up ca-certificates (20210119~18.04.1) ... 19:05:37 Updating certificates in /etc/ssl/certs... 19:05:38 23 added, 27 removed; done. 19:05:38 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:05:38 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:05:38 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:05:38 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:05:38 Setting up pkgbinarymangler (138.18.04.1) ... 19:05:38 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:38 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 19:05:38 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:38 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:38 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:38 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:05:38 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:05:38 Setting up perl (5.26.1-6ubuntu0.5) ... 19:05:38 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 19:05:38 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:05:38 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:05:38 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 19:05:38 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:05:38 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:05:38 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:05:38 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:05:38 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:05:39 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:05:39 Processing triggers for systemd (237-3ubuntu10.44) ... 19:05:39 Processing triggers for mime-support (3.60ubuntu1) ... 19:05:39 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:05:39 Updating certificates in /etc/ssl/certs... 19:05:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:05:39 ---> bfc572c9b425 19:05:39 Step 3/22 : WORKDIR /edgex-go 19:05:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:05:39 ---> bfc572c9b425 19:05:39 Step 3/23 : WORKDIR /edgex-go 19:05:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:05:39 ---> bfc572c9b425 19:05:39 Step 3/26 : WORKDIR /edgex-go 19:05:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:05:39 ---> bfc572c9b425 19:05:39 Step 3/22 : WORKDIR /edgex-go 19:05:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:05:39 ---> bfc572c9b425 19:05:39 Step 3/21 : WORKDIR /edgex-go 19:05:39 ---> Running in bcd752a0d20f 19:05:39 ---> Running in a11a1913652e 19:05:39 ---> Running in 03adcee70d94 19:05:39 ---> Running in 598b58d0c52b 19:05:39 ---> Running in ce349f13d90c 19:05:39 Removing intermediate container bcd752a0d20f 19:05:39 ---> cd951be6b295 19:05:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:39 Removing intermediate container 03adcee70d94 19:05:39 ---> 5a1b24ef22a2 19:05:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:39 Removing intermediate container a11a1913652e 19:05:39 ---> 5a18ed1a96cb 19:05:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:39 Removing intermediate container ce349f13d90c 19:05:39 ---> 257e6e19ca76 19:05:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:39 Removing intermediate container 598b58d0c52b 19:05:39 ---> 3e3c6146d5b3 19:05:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:39 ---> Running in 20d15b376ecc 19:05:39 ---> Running in 0a6b53e54e73 19:05:39 ---> Running in 097130c50961 19:05:39 ---> Running in 39c2dd299810 19:05:39 ---> Running in 7a6573e09438 19:05:39 Removing intermediate container 0a6b53e54e73 19:05:39 ---> a94ff4fb46a2 19:05:39 Step 5/21 : RUN apk add --update --no-cache make git 19:05:39 Removing intermediate container 20d15b376ecc 19:05:39 ---> e8dd989bc451 19:05:39 Step 5/23 : RUN apk add --update --no-cache make git 19:05:39 ---> Running in 17a46c0c6ae2 19:05:39 Removing intermediate container 097130c50961 19:05:39 ---> 084f1c314bfa 19:05:39 Step 5/26 : RUN apk add --update --no-cache make bash git 19:05:39 ---> Running in 9fee6a5b1665 19:05:39 Removing intermediate container 39c2dd299810 19:05:39 ---> 33df636d38f0 19:05:39 Step 5/22 : RUN apk add --update --no-cache make git 19:05:39 ---> Running in f48f51b8da83 19:05:39 ---> Running in 153f23776d6f 19:05:39 Removing intermediate container 7a6573e09438 19:05:39 ---> 879cdc6d351c 19:05:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:05:39 ---> Running in 725758fe5d29 19:05:40 0 added, 0 removed; done. 19:05:40 Running hooks in /etc/ca-certificates/update.d... 19:05:40 done. 19:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:40 Reading package lists... 19:05:40 Building dependency tree... 19:05:40 Reading state information... 19:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:40 The following NEW packages will be installed: 19:05:40 apt-transport-https 19:05:40 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:05:40 Need to get 1696 B of archives. 19:05:40 After this operation, 153 kB of additional disk space will be used. 19:05:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:40 debconf: delaying package configuration, since apt-utils is not installed 19:05:40 Fetched 1696 B in 0s (27.7 kB/s) 19:05:40 Selecting previously unselected package apt-transport-https. 19:05:40 (Reading database ... 13920 files and directories currently installed.) 19:05:40 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:05:40 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:05:40 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:05:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:41 Waiting for network to be ready... 19:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:41 OK: 217 MiB in 51 packages 19:05:42 OK: 217 MiB in 51 packages 19:05:42 OK: 217 MiB in 51 packages 19:05:42 OK: 217 MiB in 51 packages 19:05:42 OK: 217 MiB in 51 packages 19:05:43 Removing intermediate container 17a46c0c6ae2 19:05:43 ---> a94ec674ad74 19:05:43 Step 6/21 : COPY go.mod . 19:05:43 Removing intermediate container 9fee6a5b1665 19:05:43 ---> cc74766525ac 19:05:43 Step 6/23 : COPY go.mod . 19:05:44 Removing intermediate container 153f23776d6f 19:05:44 ---> 704a7ef8ab73 19:05:44 Step 6/22 : COPY go.mod . 19:05:44 Removing intermediate container 725758fe5d29 19:05:44 ---> 37ee5170a828 19:05:44 Step 6/22 : COPY go.mod . 19:05:44 ---> ae63dfdeb7c2 19:05:44 Step 7/21 : RUN go mod download 19:05:44 Removing intermediate container f48f51b8da83 19:05:44 ---> df63e295581f 19:05:44 Step 6/26 : COPY go.mod . 19:05:44 ---> Running in 3ae25b22e42c 19:05:44 ---> b53564fc294b 19:05:44 Step 7/23 : RUN go mod download 19:05:45 ---> 3ce920e63af8 19:05:45 Step 7/22 : RUN go mod download ---> Running in cb18d2d587af 19:05:45 19:05:45 ---> adf1ef129030 19:05:45 Step 7/22 : RUN go mod download 19:05:45 ---> Running in cf2221903a9d 19:05:45 ---> Running in f2d2683ee4e5 19:05:45 ---> b109c792fb17 19:05:45 Step 7/26 : RUN go mod download 19:05:46 ---> Running in a04bfb4b2174 19:05:47 2021-02-04T19:05:44Z INFO Waiting for automatic snapd restart... 19:05:47 snapd 2.48.2 from Canonical* installed 19:05:48 "snapd" switched to the "latest/stable" channel 19:05:48 19:05:49 Removing intermediate container 3ae25b22e42c 19:05:49 ---> 87c48c5a5fab 19:05:49 Step 8/21 : COPY . . 19:05:49 Removing intermediate container cb18d2d587af 19:05:49 ---> 9be861b9f3bb 19:05:49 Step 8/23 : COPY . . 19:05:50 Removing intermediate container f2d2683ee4e5 19:05:50 ---> 43571734aaeb 19:05:50 Step 8/22 : COPY . . 19:05:51 core18 20201210 from Canonical* installed 19:05:51 "core18" switched to the "latest/stable" channel 19:05:51 19:05:51 Removing intermediate container a04bfb4b2174 19:05:51 ---> 9d63071b116f 19:05:51 Step 8/26 : COPY . . 19:05:51 Removing intermediate container cf2221903a9d 19:05:51 ---> 18aac6bdc1d4 19:05:51 Step 8/22 : COPY . . 19:05:54 snapcraft 4.4.4 from Canonical* installed 19:05:54 "snapcraft" switched to the "latest/stable" channel 19:05:54 19:05:58 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: 19:05:58 - README.md 19:05:58 - snapcraft.yaml.orig 19:05:58 19:05:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:06:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:05 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:06:05 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:06:05 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:06:06 Reading package lists... 19:06:06 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 19:06:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:13 Reading package lists... 19:06:13 Building dependency tree... 19:06:13 Reading state information... 19:06:13 Suggested packages: 19:06:13 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:06:13 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:06:13 Recommended packages: 19:06:13 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:06:13 The following NEW packages will be installed: 19:06:13 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:06:13 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:06:13 pkg-config zip 19:06:13 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:06:13 Need to get 7655 kB of archives. 19:06:13 After this operation, 43.7 MB of additional disk space will be used. 19:06:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:06:13 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:06:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:06:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:06:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:06:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:06:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:06:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:06:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:06:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:06:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:06:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:06:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:06:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:06:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:06:13 debconf: delaying package configuration, since apt-utils is not installed 19:06:13 Fetched 7655 kB in 1s (10.8 MB/s) 19:06:13 Selecting previously unselected package libglib2.0-0:amd64. 19:06:13 (Reading database ... 13924 files and directories currently installed.) 19:06:13 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:06:13 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:06:13 Selecting previously unselected package libpsl5:amd64. 19:06:13 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:06:13 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:06:14 Selecting previously unselected package libnghttp2-14:amd64. 19:06:14 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:06:14 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:06:14 Selecting previously unselected package librtmp1:amd64. 19:06:14 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:06:14 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:06:14 Selecting previously unselected package libcurl3-gnutls:amd64. 19:06:14 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:06:14 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:06:14 Selecting previously unselected package liberror-perl. 19:06:14 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:06:14 Unpacking liberror-perl (0.17025-1) ... 19:06:14 Selecting previously unselected package git-man. 19:06:14 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:06:14 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:06:14 Selecting previously unselected package git. 19:06:14 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:06:14 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:06:15 Selecting previously unselected package libnorm1:amd64. 19:06:15 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:06:15 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:06:15 Selecting previously unselected package libpgm-5.2-0:amd64. 19:06:15 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:06:15 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:06:15 Selecting previously unselected package libsodium23:amd64. 19:06:15 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:06:15 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:06:15 Selecting previously unselected package libzmq5:amd64. 19:06:15 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:06:15 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:06:16 Selecting previously unselected package libzmq3-dev:amd64. 19:06:16 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:06:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:06:16 Selecting previously unselected package pkg-config. 19:06:16 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:06:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:06:16 Selecting previously unselected package zip. 19:06:16 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:06:16 Unpacking zip (3.0-11build1) ... 19:06:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:06:16 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:06:16 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:06:16 Setting up liberror-perl (0.17025-1) ... 19:06:16 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:06:16 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:06:16 No schema files found: doing nothing. 19:06:16 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:06:16 Setting up zip (3.0-11build1) ... 19:06:16 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:06:16 Setting up libsodium23:amd64 (1.0.16-2) ... 19:06:16 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:06:16 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:06:16 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:06:16 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:06:16 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:06:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:06:18 ---> 0741c4e4c0b1 19:06:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:06:18 ---> 75d3ddbeb1bc 19:06:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:06:18 ---> 37d13f592b8c 19:06:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:06:18 ---> a3b83506c68e 19:06:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:06:18 ---> 241f688b7a59 19:06:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:06:18 ---> Running in 94a85d2dceaa 19:06:18 ---> Running in e66b35a6bda9 19:06:18 ---> Running in 3188cdac6edc 19:06:18 ---> Running in 22b50efa2c1b 19:06:18 ---> Running in fd11d0264ba5 19:06:18 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 19:06:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:06:18 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 19:06:18 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 19:06:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:06:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:23 git set to automatically installed. 19:06:23 git-man set to automatically installed. 19:06:23 libcurl3-gnutls set to automatically installed. 19:06:23 liberror-perl set to automatically installed. 19:06:23 libglib2.0-0 set to automatically installed. 19:06:23 libnghttp2-14 set to automatically installed. 19:06:23 libnorm1 set to automatically installed. 19:06:23 libpgm-5.2-0 set to automatically installed. 19:06:23 libpsl5 set to automatically installed. 19:06:23 librtmp1 set to automatically installed. 19:06:23 libsodium23 set to automatically installed. 19:06:23 libzmq3-dev set to automatically installed. 19:06:23 libzmq5 set to automatically installed. 19:06:23 pkg-config set to automatically installed. 19:06:23 zip set to automatically installed. 19:06:26 snapd is not logged in, snap install commands will use sudo 19:06:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:06:42 snap "core18" has no updates available 19:06:43 Pulling config-common 19:06:44 Pulling go-build-helper 19:07:06 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:07:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:07:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:07:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 19:07:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:07:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 19:07:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:07:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 19:07:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 19:07:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 19:07:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 19:07:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 19:07:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:07:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:07:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:07:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:07:06 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:07:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 19:07:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:07:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 19:07:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 19:07:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 19:07:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 19:07:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 19:07:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 19:07:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 19:07:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 19:07:06 Fetched 23.9 MB in 0s (0 B/s) 19:07:06 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:07:06 Fetched 96.5 kB in 0s (0 B/s) 19:07:06 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:07:06 Fetched 279 kB in 0s (0 B/s) 19:07:06 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:07:06 Fetched 122 kB in 0s (0 B/s) 19:07:06 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:07:06 Fetched 77.8 kB in 0s (0 B/s) 19:07:06 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:07:06 Fetched 8848 B in 0s (0 B/s) 19:07:06 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:07:06 Fetched 47.8 kB in 0s (0 B/s) 19:07:06 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:07:06 Fetched 45.6 kB in 0s (0 B/s) 19:07:06 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:07:06 Fetched 15.0 kB in 0s (0 B/s) 19:07:06 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:07:06 Fetched 214 kB in 0s (0 B/s) 19:07:06 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 19:07:06 Fetched 155 kB in 0s (0 B/s) 19:07:06 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:07:06 Fetched 50.6 kB in 0s (0 B/s) 19:07:06 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:07:06 Fetched 14.8 kB in 0s (0 B/s) 19:07:06 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:07:06 Fetched 41.8 kB in 0s (0 B/s) 19:07:06 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:07:06 Fetched 499 kB in 0s (0 B/s) 19:07:06 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:07:06 Fetched 111 kB in 0s (0 B/s) 19:07:06 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:07:06 Fetched 240 kB in 0s (0 B/s) 19:07:06 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:07:06 Fetched 29.3 kB in 0s (0 B/s) 19:07:06 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:07:06 Fetched 85.5 kB in 0s (0 B/s) 19:07:06 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:07:06 Fetched 24.5 kB in 0s (0 B/s) 19:07:06 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:07:06 Fetched 49.2 kB in 0s (0 B/s) 19:07:06 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:07:06 Fetched 54.2 kB in 0s (0 B/s) 19:07:06 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:07:06 Fetched 30.8 kB in 0s (0 B/s) 19:07:06 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 19:07:06 Fetched 17.0 kB in 0s (0 B/s) 19:07:06 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:07:06 Fetched 85.9 kB in 0s (0 B/s) 19:07:06 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:07:06 Fetched 8720 B in 0s (0 B/s) 19:07:06 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:07:06 Fetched 137 kB in 0s (0 B/s) 19:07:06 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:07:06 Fetched 119 kB in 0s (0 B/s) 19:07:06 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:07:06 Fetched 109 kB in 0s (0 B/s) 19:07:06 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:07:06 Fetched 11.1 kB in 0s (0 B/s) 19:07:06 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:07:06 Fetched 645 kB in 0s (0 B/s) 19:07:06 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:07:06 Fetched 41.3 kB in 0s (0 B/s) 19:07:06 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:07:06 Fetched 17.9 kB in 0s (0 B/s) 19:07:06 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:07:06 Fetched 368 kB in 0s (0 B/s) 19:07:06 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:07:06 Fetched 187 kB in 0s (0 B/s) 19:07:06 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:07:06 Fetched 175 kB in 0s (0 B/s) 19:07:06 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:07:09 Fetched 206 kB in 0s (0 B/s) 19:07:09 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 19:07:09 Fetched 1301 kB in 0s (0 B/s) 19:07:09 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:07:09 Fetched 36.2 kB in 0s (0 B/s) 19:07:09 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:07:09 Fetched 159 kB in 0s (0 B/s) 19:07:09 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:07:09 Fetched 107 kB in 0s (0 B/s) 19:07:09 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:07:09 Fetched 48.7 kB in 0s (0 B/s) 19:07:09 Pulling static-packages 19:07:09 'go115' has dependencies that need to be staged: go-build-helper static-packages 19:07:09 Skipping pull go-build-helper (already ran) 19:07:09 Skipping pull static-packages (already ran) 19:07:09 Building go-build-helper 19:07:14 Building static-packages 19:07:15 Staging go-build-helper 19:07:16 Staging static-packages 19:07:17 Pulling go115 19:07:18 'edgex-go' has dependencies that need to be staged: go115 19:07:18 Skipping pull go115 (already ran) 19:07:18 Building go115 19:07:18 % Total % Received % Xferd Average Speed Time Time Time Current 19:07:18 Dload Upload Total Spent Left Speed 19:07:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 137k 0 0 387k 0 0:05:05 --:--:-- 0:05:05 386k 16 115M 16 19.3M 0 0 14.1M 0 0:00:08 0:00:01 0:00:07 14.1M 35 115M 35 40.8M 0 0 17.2M 0 0:00:06 0:00:02 0:00:04 17.2M 52 115M 52 60.6M 0 0 18.0M 0 0:00:06 0:00:03 0:00:03 18.0M 70 115M 70 81.5M 0 0 18.6M 0 0:00:06 0:00:04 0:00:02 18.6M 88 115M 88 101M 0 0 18.9M 0 0:00:06 0:00:05 0:00:01 20.3M 100 115M 100 115M 0 0 19.1M 0 0:00:06 0:00:06 --:--:-- 20.6M 19:07:24 go1.15.2.linux-amd64.tar.gz: OK 19:07:28 Staging go115 19:07:34 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:07:34 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:07:34 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:07:34 Fetched 0 B in 0s (0 B/s) 19:07:34 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:07:34 Fetched 224 kB in 0s (0 B/s) 19:07:34 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:07:34 Fetched 157 kB in 0s (0 B/s) 19:07:34 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:07:34 Fetched 221 kB in 0s (0 B/s) 19:07:34 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:07:34 Fetched 143 kB in 0s (0 B/s) 19:07:34 Pulling edgex-go 19:07:35 Pulling version 19:07:35 Building config-common 19:07:37 Skipping build go-build-helper (already ran) 19:07:37 Skipping build static-packages (already ran) 19:07:37 Skipping build go115 (already ran) 19:07:37 Building edgex-go 19:07:38 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 19:07:39 go: downloading github.com/gorilla/mux v1.8.0 19:07:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 19:07:39 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:07:39 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:07:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 19:07:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 19:07:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 19:07:39 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 19:07:39 go: downloading github.com/pebbe/zmq4 v1.2.2 19:07:39 go: downloading github.com/go-kit/kit v0.8.0 19:07:39 go: downloading gopkg.in/yaml.v2 v2.4.0 19:07:39 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:07:39 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 19:07:39 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:07:39 go: downloading github.com/pkg/errors v0.8.1 19:07:39 go: downloading github.com/google/uuid v1.2.0 19:07:39 go: downloading github.com/imdario/mergo v0.3.11 19:07:39 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:07:39 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:07:39 go: downloading github.com/x448/float16 v0.8.4 19:07:39 go: downloading github.com/hashicorp/consul/api v1.1.0 19:07:39 go: downloading github.com/BurntSushi/toml v0.3.1 19:07:39 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:07:39 go: downloading github.com/pelletier/go-toml v1.2.0 19:07:39 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:07:39 go: downloading github.com/go-playground/universal-translator v0.17.0 19:07:39 go: downloading github.com/leodido/go-urn v1.2.0 19:07:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 19:07:39 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:07:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:07:39 go: downloading github.com/mitchellh/copystructure v1.0.0 19:07:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:07:39 go: downloading github.com/hashicorp/serf v0.8.2 19:07:39 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:07:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:07:39 go: downloading github.com/go-playground/locales v0.13.0 19:07:39 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:07:40 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:07:40 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:07:40 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:07: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 19:07:48 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 19:07:52 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 19:07:52 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 19:07:53 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 19:07:54 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 19:07:54 go: downloading github.com/stretchr/testify v1.7.0 19:07:54 go: downloading github.com/davecgh/go-spew v1.1.1 19:07:54 go: downloading github.com/pmezard/go-difflib v1.0.0 19:07:54 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:07:55 Removing intermediate container fd11d0264ba5 19:07:55 ---> d642fe63677b 19:07:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:07:55 Removing intermediate container 94a85d2dceaa 19:07:55 ---> 14ab4fc4e0dd 19:07:55 19:07:55 Step 10/21 : FROM alpine:3.12 19:07:55 3.12: Pulling from library/alpine 19:07:55 ---> Running in c86cd941c6e7 19:07:56 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 19:07:56 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:07:56 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:07:57 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 19:07:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:07:57 Status: Downloaded newer image for alpine:3.12 19:07:57 ---> afeebe901d6b 19:07:57 Step 11/21 : RUN apk add --update --no-cache curl 19:07:57 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 19:07:58 ---> Running in e5b9da0bd126 19:07:58 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 19:07:58 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 19:07:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:08:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:00 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 19:08:00 (1/4) Installing ca-certificates (20191127-r4) 19:08:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:08:00 (3/4) Installing libcurl (7.69.1-r3) 19:08:00 (4/4) Installing curl (7.69.1-r3) 19:08:00 Executing busybox-1.31.1-r19.trigger 19:08:00 Executing ca-certificates-20191127-r4.trigger 19:08:01 OK: 7 MiB in 18 packages 19:08:01 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 19:08:01 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:08:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:08:02 go: downloading github.com/lib/pq v1.9.0 19:08:04 Removing intermediate container e5b9da0bd126 19:08:04 ---> 2483c4d3e570 19:08:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:08:04 Removing intermediate container c86cd941c6e7 19:08:04 ---> 97c4c5b98984 19:08:04 19:08:04 Step 11/26 : FROM docker:20.10.0 19:08:04 20.10.0: Pulling from library/docker 19:08:04 ---> Running in d69bbb08248e 19:08:05 Removing intermediate container d69bbb08248e 19:08:05 ---> f86b82bb8c65 19:08:05 Step 13/21 : WORKDIR /edgex 19:08:05 ---> Running in 0abd537d52fc 19:08:05 Building version 19:08:06 Staging config-common 19:08:07 Removing intermediate container 0abd537d52fc 19:08:07 ---> 47d4c54e3508 19:08:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:08:07 Skipping stage go-build-helper (already ran) 19:08:07 Skipping stage static-packages (already ran) 19:08:07 Skipping stage go115 (already ran) 19:08:07 Staging edgex-go 19:08:08 Staging version 19:08:09 ---> 644df300d8f7 19:08:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:08:09 Priming config-common 19:08:10 Priming go-build-helper 19:08:11 Priming static-packages 19:08:12 Removing intermediate container 22b50efa2c1b 19:08:12 ---> 68be2e1ad0ef 19:08:12 19:08:12 Step 10/22 : FROM alpine:3.12 19:08:12 ---> afeebe901d6b 19:08:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:08:13 Priming go115 19:08:13 ---> 43866216e398 19:08:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:08:13 ---> Running in a6abc3e6145b 19:08:14 Priming edgex-go 19:08:14 Removing intermediate container 3188cdac6edc 19:08:14 ---> 114962d4c415 19:08:14 19:08:14 Step 10/22 : FROM alpine:3.12 19:08:14 ---> afeebe901d6b 19:08:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:15 Priming version 19:08:16 ---> Running in 1cc6503f8e62 19:08:16 (1/1) Installing dumb-init (1.2.2-r1) 19:08:16 Executing busybox-1.31.1-r19.trigger 19:08:16 OK: 5 MiB in 15 packages 19:08:16 ---> 7f8dd784fbbe 19:08:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:08:16 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 19:08:16 ---> Running in db9fd657e651 19:08:17 Removing intermediate container db9fd657e651 19:08:17 ---> 5715b5ac1fb9 19:08:17 Step 18/21 : CMD ["--init=true"] [Pipeline] } [Pipeline] // withEnv 19:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:18 Removing intermediate container e66b35a6bda9 19:08:18 ---> cd55693e54dd 19:08:18 19:08:18 Step 10/23 : FROM alpine:3.12 19:08:18 ---> afeebe901d6b 19:08:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:08:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 19:08:18 ---> Running in bbd1575ade5b [Pipeline] } [Pipeline] // stage [Pipeline] } 19:08:18 ---> Running in 8574464ce369 19:08:18 (1/2) Installing ca-certificates (20191127-r4) 19:08:18 Removing intermediate container a6abc3e6145b 19:08:18 ---> 36590f87b6b8 19:08:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:08:19 (2/2) Installing dumb-init (1.2.2-r1) 19:08:19 Executing busybox-1.31.1-r19.trigger 19:08:19 Executing ca-certificates-20191127-r4.trigger 19:08:19 OK: 6 MiB in 16 packages 19:08:19 ---> Running in c17d9ed14fae 19:08:19 Removing intermediate container bbd1575ade5b 19:08:19 ---> 862f70a98e31 19:08:19 Step 19/21 : LABEL arch=arm64 19:08:20 ---> Running in e56566c6d8b4 19:08:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:20 Removing intermediate container c17d9ed14fae 19:08:20 ---> abd5d0a69afc 19:08:20 Step 13/22 : ENV APP_PORT=48085 19:08:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:20 ---> Running in de3374264112 19:08:20 Removing intermediate container e56566c6d8b4 19:08:20 ---> 26daa744f665 19:08:20 Step 20/21 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:08:21 (1/1) Installing dumb-init (1.2.2-r1) 19:08:21 Executing busybox-1.31.1-r19.trigger 19:08:21 OK: 5 MiB in 15 packages 19:08:21 ---> Running in 1171181d0d0b 19:08:21 Removing intermediate container 1cc6503f8e62 19:08:21 ---> b76ccfe40aab 19:08:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:08:21 Removing intermediate container de3374264112 19:08:21 ---> 32870df148f4 19:08:21 Step 14/22 : EXPOSE $APP_PORT 19:08:21 ---> Running in bd6a5e48f4fa 19:08:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:08:21 Status: Downloaded newer image for docker:20.10.0 19:08:22 ---> eeaf43b92773 19:08:22 Step 12/26 : RUN apk add --no-cache bash 19:08:22 ---> Running in 9c8bfab971a6 19:08:22 Removing intermediate container 1171181d0d0b 19:08:22 ---> 7386c3234885 19:08:22 Step 21/21 : LABEL version=0.0.0 19:08:22 ---> Running in b0d99307f29c 19:08:22 ---> Running in 3c673a8df87d 19:08:22 Removing intermediate container bd6a5e48f4fa 19:08:22 ---> 6c453645d18d 19:08:22 Step 13/22 : ENV APP_PORT=48060 19:08:22 Removing intermediate container 9c8bfab971a6 19:08:22 ---> ca3c2fa26507 19:08:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:08:22 ---> Running in 47532c6e1d1a 19:08:22 Removing intermediate container 8574464ce369 19:08:22 ---> 258b3f17007f 19:08:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:08:23 Removing intermediate container 3c673a8df87d 19:08:23 ---> f36016a30f1f 19:08:23 19:08:23 ---> Running in 6e8816542891 19:08:23 Removing intermediate container 47532c6e1d1a 19:08:23 ---> 7782b7c6168c 19:08:23 Step 14/22 : EXPOSE $APP_PORT 19:08:23 Successfully built f36016a30f1f 19:08:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:24 ---> Running in 7ae891036894 19:08:24 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:08:24  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 19:08:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:24 Removing intermediate container 6e8816542891 19:08:24 ---> 7709c59e20cb 19:08:24 Step 13/23 : ENV APP_PORT=48081 19:08:24 ---> 9a3131f2b1b3 19:08:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:08:24 ---> Running in b8fe19c4d755 19:08:24 (1/2) Installing readline (8.0.4-r0) 19:08:24 (2/2) Installing bash (5.0.17-r0) 19:08:24 Removing intermediate container 7ae891036894 19:08:24 ---> 01eb7b0f3449 19:08:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:08:24 Executing bash-5.0.17-r0.post-install 19:08:24 Executing busybox-1.31.1-r19.trigger 19:08:24 OK: 12 MiB in 22 packages 19:08:25 Removing intermediate container b8fe19c4d755 19:08:25 ---> 8f49e780aa9a 19:08:25 Step 14/23 : EXPOSE $APP_PORT 19:08:26 ---> Running in 5ea44115c0e9 19:08:27 ---> 3c3d59ea3557 19:08:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml ---> 3eef1e8e00a7 19:08:27 19:08:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:08:27 Removing intermediate container 5ea44115c0e9 19:08:27 ---> beaea2fcdeed 19:08:27 Step 15/23 : WORKDIR / 19:08:27 Removing intermediate container b0d99307f29c 19:08:27 ---> 296d9813d396 19:08:27 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:08:28 ---> Running in b1b670cdfedb 19:08:28 ---> Running in ad375934aee1 19:08:28 ---> 07ca7ea3726c 19:08:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:08:29 ---> fa73dce0c611 19:08:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:08:29 ---> Running in 46a57ff70e19 19:08:29 Removing intermediate container ad375934aee1 19:08:29 ---> 33b08503a972 19:08:29 Step 14/26 : ENV APP_PORT=48090Removing intermediate container b1b670cdfedb 19:08:29 ---> cffc7d3022a0 19:08:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:08:29 19:08:30 ---> Running in db0832f974eb 19:08:30 ---> acb2ce13ffcb 19:08:30 Removing intermediate container 46a57ff70e19 19:08:30 ---> eed51050275b 19:08:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:08:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:08:30 ---> Running in b1a9648c2a74 19:08:30 ---> Running in 7259e7d05896 19:08:31 ---> 6857fea7ee46 19:08:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:08:31 Removing intermediate container db0832f974eb 19:08:31 ---> 511c600f89bf 19:08:31 Step 15/26 : EXPOSE $APP_PORT 19:08:31 ---> Running in 3502ac128a97 19:08:31 Removing intermediate container b1a9648c2a74 19:08:31 ---> ffde9bd75eab 19:08:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:08:31 Removing intermediate container 7259e7d05896 19:08:31 ---> 084c4b56c900 19:08:31 Step 20/22 : LABEL arch=arm64 19:08:31 ---> Running in 1c7a578e791a 19:08:31 ---> Running in fe8a7ec62b29 19:08:32 Removing intermediate container 3502ac128a97 19:08:32 ---> e94a7ae74364 19:08:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:08:32 ---> 26cc50d86497 19:08:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:08:32 Removing intermediate container fe8a7ec62b29 19:08:32 ---> 432c58af1ab1 19:08:32 Step 21/22 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:08:33 Removing intermediate container 1c7a578e791a 19:08:33 ---> d7e0fff2abf5 19:08:33 Step 20/22 : LABEL arch=arm64 19:08:33 ---> Running in 650b4cfee0be 19:08:33 ---> Running in bf58fb59c04a 19:08:34 ---> 2feb60d60211 19:08:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:08:34 ---> Running in 2743d09c60f0 19:08:34 Removing intermediate container 650b4cfee0be 19:08:34 ---> 42c80d3ab9e2 19:08:34 Step 22/22 : LABEL version=0.0.0 19:08:34 ---> cfea5b28bbaf 19:08:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:08:35 Removing intermediate container bf58fb59c04a 19:08:35 ---> 3be34a9f843a 19:08:35 Step 21/22 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:08:35 ---> Running in 41235f8dd6e2 19:08:35 ---> Running in 624b13e50bbe 19:08:35 Removing intermediate container 2743d09c60f0 19:08:35 ---> 61370f2bf4a3 19:08:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:08:36 ---> Running in ad7cf1ee69f5 19:08:36 Removing intermediate container 624b13e50bbe 19:08:36 ---> 018641bab7d0 19:08:36 Step 22/22 : LABEL version=0.0.0 19:08:36 ---> c65ccd3896c8 19:08:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:08:36 Removing intermediate container 41235f8dd6e2 19:08:36 ---> 4340bb72f31c 19:08:36 19:08:37 Successfully built 4340bb72f31c 19:08:37 Successfully tagged docker-support-scheduler-go-arm64:latest 19:08:37 Building docker-core-data-go 19:08:37  Building docker-support-scheduler-go ... done  ---> Running in 7648d15ef1eb 19:08:37 Removing intermediate container ad7cf1ee69f5 19:08:37 ---> fe5d5e7ec22c 19:08:37 Step 21/23 : LABEL arch=arm64 19:08:38 ---> Running in c94bf78fc2fc 19:08:38 ---> 8efc9e61be99 19:08:38 Step 19/26 : RUN apk --no-cache add py3-pip 19:08:38 Removing intermediate container 7648d15ef1eb 19:08:38 ---> 2059d61cdea9 19:08:38 19:08:38 ---> Running in ec78429d62a2 19:08:38 Removing intermediate container c94bf78fc2fc 19:08:38 ---> d7829c6a90bf 19:08:38 Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:08:38 Successfully built 2059d61cdea9 19:08:38 ---> Running in f33ac7727ea3 19:08:38 Successfully tagged docker-support-notifications-go-arm64:latest 19:08:38  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 19:08:39 Removing intermediate container f33ac7727ea3 19:08:39 ---> 2c2fed1f6d1e 19:08:39 Step 23/23 : LABEL version=0.0.0 19:08:39 ---> Running in 7af1c8b0552f 19:08:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:40 Removing intermediate container 7af1c8b0552f 19:08:40 ---> d22fd67c1c9d 19:08:40 19:08:40 (1/33) Installing libbz2 (1.0.8-r1) 19:08:40 (2/33) Installing expat (2.2.9-r1) 19:08:40 (3/33) Installing libffi (3.3-r2) 19:08:40 (4/33) Installing gdbm (1.13-r1) 19:08:40 (5/33) Installing xz-libs (5.2.5-r0) 19:08:40 (6/33) Installing sqlite-libs (3.32.1-r0) 19:08:40 (7/33) Installing python3 (3.8.5-r0) 19:08:40 Successfully built d22fd67c1c9d 19:08:40 Successfully tagged docker-core-metadata-go-arm64:latest 19:08:40  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 19:08:42 (8/33) Installing py3-appdirs (1.4.4-r1) 19:08:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:08:42 (10/33) Installing py3-parsing (2.4.7-r0) 19:08:42 (11/33) Installing py3-six (1.15.0-r0) 19:08:42 (12/33) Installing py3-packaging (20.4-r0) 19:08:42 (13/33) Installing py3-setuptools (47.0.0-r0) 19:08:42 (14/33) Installing py3-chardet (3.0.4-r4) 19:08:42 (15/33) Installing py3-idna (2.9-r0) 19:08:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:08:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:08:42 (18/33) Installing py3-requests (2.23.0-r0) 19:08:42 (19/33) Installing py3-msgpack (1.0.0-r0) 19:08:42 (20/33) Installing py3-lockfile (0.12.2-r3) 19:08:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:08:42 (22/33) Installing py3-colorama (0.4.3-r0) 19:08:42 (23/33) Installing py3-distlib (0.3.0-r0) 19:08:42 (24/33) Installing py3-distro (1.5.0-r1) 19:08:42 (25/33) Installing py3-webencodings (0.5.1-r3) 19:08:42 (26/33) Installing py3-html5lib (1.0.1-r4) 19:08:42 (27/33) Installing py3-pytoml (0.1.21-r0) 19:08:42 (28/33) Installing py3-pep517 (0.8.2-r0) 19:08:42 (29/33) Installing py3-progress (1.5-r0) 19:08:42 (30/33) Installing py3-toml (0.10.1-r0) 19:08:42 (31/33) Installing py3-retrying (1.3.3-r0) 19:08:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:08:42 (33/33) Installing py3-pip (20.1.1-r0) 19:08:43 Executing busybox-1.31.1-r19.trigger 19:08:43 OK: 71 MiB in 55 packages 19:08:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:08:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:08:44 ---> bfc572c9b425 19:08:44 Step 3/23 : WORKDIR /edgex-go 19:08:44 ---> Using cache 19:08:44 ---> 3e3c6146d5b3 19:08:44 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:44 ---> Using cache 19:08:44 ---> 879cdc6d351c 19:08:44 Step 5/23 : RUN apk add --update --no-cache make git 19:08:46 ---> Running in 32f1e6fe5816 19:08:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:49 OK: 217 MiB in 51 packages 19:08:54 Removing intermediate container ec78429d62a2 19:08:54 ---> aef2f71870bd 19:08:54 Step 20/26 : RUN pip install docker-compose==1.23.2 19:08:54 Removing intermediate container 32f1e6fe5816 19:08:54 ---> 5c16bfe477e2 19:08:54 Step 6/23 : COPY go.mod . 19:08:54 ---> Running in 7f5246557bb0 19:08:55 ---> e43cadaefe69 19:08:55 Step 7/23 : RUN go mod download 19:08:55 ---> Running in 6e60d392232a 19:08:58 Removing intermediate container 6e60d392232a 19:08:58 ---> 45de6157871a 19:08:58 Step 8/23 : COPY . . 19:09:00 Collecting docker-compose==1.23.2 19:09:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:09:01 Collecting cached-property<2,>=1.2.0 19:09:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:09:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:09:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:09:04 Collecting websocket-client<1.0,>=0.32.0 19:09:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:09:05 Collecting jsonschema<3,>=2.5.1 19:09:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:09:05 Collecting docopt<0.7,>=0.6.1 19:09:05 Downloading docopt-0.6.2.tar.gz (25 kB) 19:09:09 Collecting PyYAML<4,>=3.10 19:09:09 Downloading PyYAML-3.13.tar.gz (270 kB) 19:09:13 Collecting docker<4.0,>=3.6.0 19:09:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:09:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:09:14 Collecting texttable<0.10,>=0.9.0 19:09:14 Downloading texttable-0.9.1.tar.gz (11 kB) 19:09:17 Collecting dockerpty<0.5,>=0.4.1 19:09:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:09:19 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) 19:09:19 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) 19:09:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:09:19 ---> bfc572c9b425 19:09:19 Step 3/23 : WORKDIR /edgex-go 19:09:19 ---> Using cache 19:09:19 ---> 3e3c6146d5b3 19:09:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:19 ---> Using cache 19:09:19 ---> 879cdc6d351c 19:09:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:09:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:09:19 ---> bfc572c9b425 19:09:19 Step 3/24 : WORKDIR /edgex-go 19:09:19 ---> Using cache 19:09:19 ---> 3e3c6146d5b3 19:09:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:19 ---> Using cache 19:09:19 ---> 879cdc6d351c 19:09:19 Step 5/24 : RUN apk add --update --no-cache make git 19:09:19 ---> Using cache 19:09:19 ---> 5c16bfe477e2 19:09:19 Step 6/24 : COPY go.mod . 19:09:19 ---> Using cache 19:09:19 ---> e43cadaefe69 19:09:19 Step 7/24 : RUN go mod download 19:09:19 ---> Using cache 19:09:19 ---> 45de6157871a 19:09:19 Step 8/24 : COPY . . 19:09:19 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:09:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:09:19 ---> bfc572c9b425 19:09:19 Step 3/31 : WORKDIR /edgex-go 19:09:19 ---> Using cache 19:09:19 ---> 3e3c6146d5b3 19:09:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:09:19 ---> Using cache 19:09:19 ---> 879cdc6d351c 19:09:19 Step 5/31 : RUN apk add --update --no-cache make git 19:09:19 ---> Using cache 19:09:19 ---> 5c16bfe477e2 19:09:19 Step 6/31 : COPY go.mod . 19:09:19 ---> Using cache 19:09:19 ---> e43cadaefe69 19:09:19 Step 7/31 : RUN go mod download 19:09:19 ---> Using cache 19:09:19 ---> 45de6157871a 19:09:19 Step 8/31 : COPY . . 19:09:20 Collecting urllib3<1.25,>=1.21.1 19:09:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:09:22 Collecting idna<2.8,>=2.5 19:09:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:09:24 Collecting docker-pycreds>=0.4.0 19:09:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:09:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:09:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:09:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:09:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:09:26 Installing collected packages: cached-property, urllib3, idna, requests, websocket-client, jsonschema, docopt, PyYAML, docker-pycreds, docker, texttable, dockerpty, docker-compose 19:09:28 Attempting uninstall: urllib3 19:09:28 Found existing installation: urllib3 1.25.9 19:09:28 Uninstalling urllib3-1.25.9: 19:09:28 Successfully uninstalled urllib3-1.25.9 19:09:30 Attempting uninstall: idna 19:09:30 Found existing installation: idna 2.9 19:09:30 Uninstalling idna-2.9: 19:09:30 Successfully uninstalled idna-2.9 19:09:31 ---> Running in 190290d1cb6f 19:09:31 Attempting uninstall: requests 19:09:31 Found existing installation: requests 2.23.0 19:09:31 Uninstalling requests-2.23.0: 19:09:31 Successfully uninstalled requests-2.23.0 19:09:31 ---> a369c870977b 19:09:31 Step 9/23 : RUN make cmd/core-command/core-command 19:09:32 ---> Running in a4f64b345db8 19:09:32 Running setup.py install for docopt: started 19:09:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:09:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:09:34 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 19:09:34 ---> b75e842b05b8 19:09:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 19:09:34 OK: 217 MiB in 51 packages 19:09:34 ---> Running in af21171a8f2c 19:09:34 ---> a1c2e5e5ac74 19:09:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:09:35 Running setup.py install for docopt: finished with status 'done' 19:09:35 Running setup.py install for PyYAML: started 19:09:35 ---> Running in eac3360f2e35 19:09:36 Removing intermediate container 190290d1cb6f 19:09:36 ---> e6bcededcbc7 19:09:36 Step 6/23 : COPY go.mod . 19:09:36 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 19:09:37 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 19:09:37 ---> fa2231c847d5 19:09:37 Step 7/23 : RUN go mod download 19:09:38 ---> Running in e9c25f313723 19:09:38 Running setup.py install for PyYAML: finished with status 'done' 19:09:39 Running setup.py install for texttable: started 19:09:42 Running setup.py install for texttable: finished with status 'done' 19:09:42 Running setup.py install for dockerpty: started 19:09:42 Removing intermediate container e9c25f313723 19:09:42 ---> f1faa87551f4 19:09:42 Step 8/23 : COPY . . 19:09:46 Running setup.py install for dockerpty: finished with status 'done' 19:09:47 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 19:09:57 Removing intermediate container 7f5246557bb0 19:09:57 ---> f0fca3318c7c 19:09:57 Step 21/26 : RUN apk --no-cache add curl 19:09:57 ---> Running in 19b777d74bdf 19:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:10:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:10:02 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:10:02 (2/3) Installing libcurl (7.69.1-r3) 19:10:02 (3/3) Installing curl (7.69.1-r3) 19:10:02 Executing busybox-1.31.1-r19.trigger 19:10:02 OK: 71 MiB in 58 packages 19:10:03 ---> 94b786c4c962 19:10:03 Step 9/23 : RUN make cmd/core-data/core-data 19:10:03 ---> Running in ca852736e14e 19:10:04 Removing intermediate container 19b777d74bdf 19:10:04 ---> 4184aaa98304 19:10:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:10:04 ---> Running in 43956e2449ec 19:10:05 Removing intermediate container 43956e2449ec 19:10:05 ---> 7abe94ce8679 19:10:05 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:05 ---> Running in 427a375cdf4a 19:10:05 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 19:10:06 Removing intermediate container 427a375cdf4a 19:10:06 ---> 69557d3fab96 19:10:06 Step 24/26 : LABEL arch=arm64 19:10:06 ---> Running in 9229eef0a31f 19:10:07 Removing intermediate container 9229eef0a31f 19:10:07 ---> b88de2c8827b 19:10:07 Step 25/26 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:10:07 ---> Running in 47decd47c2aa 19:10:08 Removing intermediate container 47decd47c2aa 19:10:08 ---> 7dace1b319d5 19:10:08 Step 26/26 : LABEL version=0.0.0 19:10:08 ---> Running in 42a5b94f7007 19:10:08 Removing intermediate container 42a5b94f7007 19:10:08 ---> 6ebd990d3807 19:10:08 19:10:09 Successfully built 6ebd990d3807 19:10:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:10:49  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 19:10:51 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 19:10:59 Removing intermediate container eac3360f2e35 19:10:59 ---> 3bd0269862c4 19:10:59 19:10:59 Step 10/24 : FROM alpine:3.12 19:10:59 ---> afeebe901d6b 19:10:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:10:59 ---> Running in 4f0954f65ef3 19:11:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:01 (1/5) Installing ca-certificates (20191127-r4) 19:11:01 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:11:01 (3/5) Installing libcurl (7.69.1-r3) 19:11:01 (4/5) Installing curl (7.69.1-r3) 19:11:01 (5/5) Installing dumb-init (1.2.2-r1) 19:11:01 Executing busybox-1.31.1-r19.trigger 19:11:01 Executing ca-certificates-20191127-r4.trigger 19:11:01 OK: 7 MiB in 19 packages 19:11:04 Removing intermediate container 4f0954f65ef3 19:11:04 ---> 757c03dec8fc 19:11:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:11:04 ---> Running in c57c28678c41 19:11:05 Removing intermediate container c57c28678c41 19:11:05 ---> f78701d923b2 19:11:05 Step 13/24 : WORKDIR / 19:11:05 ---> Running in 6cb664d1e078 19:11:06 Removing intermediate container 6cb664d1e078 19:11:06 ---> b8635f4ab1df 19:11:06 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:11:08 ---> 7bca5eba72fd 19:11:08 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:11:10 ---> 20011a0be8cb 19:11:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:11:12 ---> 47ac4de4813a 19:11:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:11:13 Removing intermediate container a4f64b345db8 19:11:13 ---> 320cdcab7837 19:11:13 19:11:13 Step 10/23 : FROM alpine:3.12 19:11:13 ---> afeebe901d6b 19:11:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:11:13 ---> Using cache 19:11:13 ---> 258b3f17007f 19:11:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:11:13 ---> Using cache 19:11:13 ---> 7709c59e20cb 19:11:13 Step 13/23 : ENV APP_PORT=48082 19:11:13 ---> Running in aafe111349d5 19:11:13 Removing intermediate container af21171a8f2c 19:11:13 ---> cafb26da097f 19:11:13 19:11:13 Step 10/31 : FROM alpine:3.12 19:11:13 ---> afeebe901d6b 19:11:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:11:14 ---> Running in bef1b0719c37 19:11:14 Removing intermediate container aafe111349d5 19:11:14 ---> cd07355c89c1 19:11:14 Step 14/23 : EXPOSE $APP_PORT 19:11:14 ---> Running in 9e779c990819 19:11:15 ---> 0a8245a35d9d 19:11:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:11:15 Removing intermediate container bef1b0719c37 19:11:15 ---> 41c05fbad128 19:11:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:11:15 ---> Running in 885948eb187f 19:11:15 Removing intermediate container 9e779c990819 19:11:15 ---> 95e2bde39eba 19:11:15 Step 15/23 : WORKDIR / 19:11:16 ---> Running in f50a0dccbed6 19:11:17 Removing intermediate container f50a0dccbed6 19:11:17 ---> 84963936661b 19:11:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:17 ---> 64eeda07de9e 19:11:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:11:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:18 (1/2) Installing dumb-init (1.2.2-r1) 19:11:18 (2/2) Installing su-exec (0.2-r1) 19:11:18 Executing busybox-1.31.1-r19.trigger 19:11:18 ---> 26f4ee50c15d 19:11:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:11:18 OK: 5 MiB in 16 packages 19:11:18 ---> b110509e0ab2 19:11:18 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/ 19:11:19 ---> Running in d7ce6d540f13 19:11:21 ---> b172e5fa591b 19:11:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:11:21 Removing intermediate container 885948eb187f 19:11:21 ---> d3bfc5f4de80 19:11:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:11:21 ---> Running in 1235b900e464 19:11:22 Removing intermediate container 1235b900e464 19:11:22 ---> 3e775840b9eb 19:11:22 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:11:22 ---> 3f9709872eeb 19:11:22 Step 19/23 : ENTRYPOINT ["/core-command"] 19:11:22 ---> Running in 129508db7352 19:11:22 ---> Running in bbca2e083a31 19:11:22 Removing intermediate container d7ce6d540f13 19:11:22 ---> 2591ff81634f 19:11:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:11:22 ---> Running in 32cac3dbcdbd 19:11:22 Removing intermediate container 129508db7352 19:11:22 ---> d108ad0a30cf 19:11:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:11:22 Removing intermediate container bbca2e083a31 19:11:22 ---> 0e5215f2fb80 19:11:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:22 Removing intermediate container 32cac3dbcdbd 19:11:22 ---> e3b24ce60381 19:11:22 Step 22/24 : LABEL arch=arm64 19:11:22 ---> Running in 4ea86a469e69 19:11:23 ---> Running in 18e059189d91 19:11:23 ---> Running in 4af21e5e1544 19:11:23 Removing intermediate container 18e059189d91 19:11:23 ---> f4a920a19263 19:11:23 Step 21/23 : LABEL arch=arm64 19:11:24 Removing intermediate container 4af21e5e1544 19:11:24 ---> d2f7261966ce 19:11:24 Step 23/24 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:11:24 ---> Running in d14fd37d58b0 19:11:24 ---> Running in c4fd9d4113a3 19:11:24 Removing intermediate container d14fd37d58b0 19:11:24 ---> 50191bc69c74 19:11:24 Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:11:25 ---> Running in 8b4aa3f156c6 19:11:25 Removing intermediate container c4fd9d4113a3 19:11:25 ---> aaff7793972b 19:11:25 Step 24/24 : LABEL version=0.0.0 19:11:25 ---> Running in 01c8fffb809f 19:11:25 Removing intermediate container 8b4aa3f156c6 19:11:25 ---> ac27b6aaa636 19:11:25 Step 23/23 : LABEL version=0.0.0 19:11:26 Removing intermediate container 01c8fffb809f 19:11:26 ---> 28abf18865dc 19:11:26 19:11:26 ---> Running in ae45c8d94fed 19:11:26 Removing intermediate container 4ea86a469e69 19:11:26 ---> e7f836c9bec5 19:11:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:11:26 Successfully built 28abf18865dc 19:11:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:11:26  Building docker-security-secretstore-setup-go ... done  ---> Running in 48171d6d0f92 19:11:26 Removing intermediate container ae45c8d94fed 19:11:26 ---> 5819eacab484 19:11:26 19:11:27 Successfully built 5819eacab484 19:11:27 Successfully tagged docker-core-command-go-arm64:latest 19:11:27  Building docker-core-command-go ... done Removing intermediate container 48171d6d0f92 19:11:27 ---> bc56dd3567a5 19:11:27 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:11:28 ---> a46ec316eefe 19:11:28 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:11:28 ---> Running in e62977b386c9 19:11:31 Removing intermediate container e62977b386c9 19:11:31 ---> 1e04d6425d58 19:11:31 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:31 ---> 040f143c9fd7 19:11:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:11:33 ---> 09c06f83e27d 19:11:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:11:34 Removing intermediate container ca852736e14e 19:11:34 ---> bc4b0b57193e 19:11:34 19:11:34 Step 10/23 : FROM alpine:3.12 19:11:34 ---> afeebe901d6b 19:11:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:11:34 ---> Running in 7759f5993e3d 19:11:34 ---> cbafd0225a5d 19:11:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 19:11:34 Removing intermediate container 7759f5993e3d 19:11:34 ---> d6aa637951b6 19:11:34 Step 12/23 : ENV APP_PORT=48080 19:11:34 ---> Running in 9834a9ef5e6e 19:11:35 Removing intermediate container 9834a9ef5e6e 19:11:35 ---> ee227d0c1d52 19:11:35 Step 13/23 : EXPOSE $APP_PORT 19:11:35 ---> Running in fb1d5d2f72b1 19:11:35 ---> 48e655f73b34 19:11:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:11:35 Removing intermediate container fb1d5d2f72b1 19:11:35 ---> df0fdae9d3f4 19:11:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:36 ---> Running in 229a96f0f825 19:11:36 ---> 1065524731dc 19:11:36 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:11:36 ---> Running in f402b21b1323 19:11:37 Removing intermediate container f402b21b1323 19:11:37 ---> a9c4c0fc1762 19:11:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:11:38 ---> cd72b59def51 19:11:38 Step 26/31 : RUN chmod +x /entrypoint.sh 19:11:38 ---> Running in 1544d968a9eb 19:11:38 Removing intermediate container 229a96f0f825 19:11:38 ---> fbcc6a84d526 19:11:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:11:38 ---> Running in df8879032c9c 19:11:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:41 Removing intermediate container 1544d968a9eb 19:11:41 ---> 009bf9de174b 19:11:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:11:41 ---> Running in 907899f05bd7 19:11:41 (1/6) Installing dumb-init (1.2.2-r1) 19:11:41 (2/6) Installing libgcc (9.3.0-r2) 19:11:41 Removing intermediate container 907899f05bd7 19:11:41 ---> 69a0eb85625d 19:11:41 Step 28/31 : CMD ["gate"] 19:11:41 (3/6) Installing libsodium (1.0.18-r0) 19:11:42 (4/6) Installing libstdc++ (9.3.0-r2) 19:11:42 ---> Running in 8e41d122fd57 19:11:42 (5/6) Installing libzmq (4.3.3-r0) 19:11:42 (6/6) Installing zeromq (4.3.3-r0) 19:11:42 Executing busybox-1.31.1-r19.trigger 19:11:42 OK: 8 MiB in 20 packages 19:11:42 Removing intermediate container 8e41d122fd57 19:11:42 ---> 3d3ddef78649 19:11:42 Step 29/31 : LABEL arch=arm64 19:11:43 ---> Running in 2d00421797a4 19:11:43 Removing intermediate container 2d00421797a4 19:11:43 ---> 3f4b4764434b 19:11:43 Step 30/31 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:11:44 ---> Running in 4c687a842f9e 19:11:44 Removing intermediate container df8879032c9c 19:11:44 ---> 0589eb25ae85 19:11:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:11:44 Removing intermediate container 4c687a842f9e 19:11:44 ---> a5b890323525 19:11:44 Step 31/31 : LABEL version=0.0.0 19:11:45 ---> Running in 1065ccbf5dce 19:11:45 ---> c1fb88d24898 19:11:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:11:45 Removing intermediate container 1065ccbf5dce 19:11:45 ---> 5d3aaeb32775 19:11:45 19:11:46 Successfully built 5d3aaeb32775 19:11:46 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:11:46  Building docker-security-bootstrapper-go ... done  ---> d8cc717b8432 19:11:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:11:47 ---> 1f136ea2c7c8 19:11:47 Step 19/23 : ENTRYPOINT ["/core-data"] 19:11:47 ---> Running in b75e3b2acaf5 19:11:47 Removing intermediate container b75e3b2acaf5 19:11:47 ---> 586c815611de 19:11:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:48 ---> Running in b30229fe7979 19:11:48 Removing intermediate container b30229fe7979 19:11:48 ---> f0a002162058 19:11:48 Step 21/23 : LABEL arch=arm64 19:11:48 ---> Running in dd3ba4fbd292 19:11:49 Removing intermediate container dd3ba4fbd292 19:11:49 ---> d6e26ef8b195 19:11:49 Step 22/23 : LABEL git_sha=7b3e582968421f33f02adc534bbb1cca6aa4e3d1 19:11:49 ---> Running in fbbcc158bb94 19:11:49 Removing intermediate container fbbcc158bb94 19:11:49 ---> 04e0ad4b8656 19:11:49 Step 23/23 : LABEL version=0.0.0 19:11:49 ---> Running in c43402020799 19:11:50 Removing intermediate container c43402020799 19:11:50 ---> 8561187d8c27 19:11:50 19:11:50 Successfully built 8561187d8c27 19:11:50 Successfully tagged docker-core-data-go-arm64:latest 19:11:51  Building docker-core-data-go ... done  [Pipeline] } 19:11:51 $ docker stop --time=1 89d2c13e0ad86f456a7b7ce7feeba54f0a7cb5a71d70744ae8360324006c66a2 19:11:53 $ docker rm -f 89d2c13e0ad86f456a7b7ce7feeba54f0a7cb5a71d70744ae8360324006c66a2 [Pipeline] // withDockerContainer [Pipeline] sh 19:11:53 + grep docker 19:11:53 + docker images 19:11:54 docker-core-data-go-arm64 latest 8561187d8c27 3 seconds ago 21MB 19:11:54 docker-security-bootstrapper-go-arm64 latest 5d3aaeb32775 8 seconds ago 22.6MB 19:11:54 docker-core-command-go-arm64 latest 5819eacab484 27 seconds ago 16MB 19:11:54 docker-security-secretstore-setup-go-arm64 latest 28abf18865dc 28 seconds ago 23.4MB 19:11:54 docker-sys-mgmt-agent-go-arm64 latest 6ebd990d3807 About a minute ago 300MB 19:11:54 docker-core-metadata-go-arm64 latest d22fd67c1c9d 3 minutes ago 17.7MB 19:11:54 docker-support-notifications-go-arm64 latest 2059d61cdea9 3 minutes ago 16.7MB 19:11:54 docker-support-scheduler-go-arm64 latest 4340bb72f31c 3 minutes ago 16.1MB 19:11:54 docker-security-proxy-setup-go-arm64 latest f36016a30f1f 3 minutes ago 23.2MB 19:11:54 docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:11:56 provisioning config files... 19:11:56 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3911015860106165010tmp [Pipeline] { [Pipeline] sh 19:11:56 + set +x 19:11:56 + curl -s https://codecov.io/bash 19:11:56 + bash -s -- 19:11:57 19:11:57 _____ _ 19:11:57 / ____| | | 19:11:57 | | ___ __| | ___ ___ _____ __ 19:11:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:11:57 | |___| (_) | (_| | __/ (_| (_) \ V / 19:11:57 \_____\___/ \__,_|\___|\___\___/ \_/ 19:11:57 Bash-20210129-7c25fce 19:11:57 19:11:57 19:11:57 ==> git version 2.24.3 found 19:11: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 19:11:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:11:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:11:57 ==> Jenkins CI detected. 19:11:57 project root: . 19:11:57 --> token set from env 19:11:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:11:57 ==> Running gcov in . (disable via -X gcov) 19:11:57 ==> Python coveragepy not found 19:11:57 ==> Searching for coverage reports in: 19:11:57 + . 19:11:57 -> Found 1 reports 19:11:57 ==> Detecting git/mercurial file structure 19:11:57 ==> Reading reports 19:11:57 + ./coverage.out bytes=583066 19:11:57 ==> Appending adjustments 19:11:57 https://docs.codecov.io/docs/fixing-reports 19:12:01 + Found adjustments 19:12:01 ==> Gzipping contents 19:12:01 88K /tmp/codecov.YtTJca.gz 19:12:01 ==> Uploading reports 19:12:01 url: https://codecov.io 19:12:01 query: branch=PR-3125&commit=7b3e582968421f33f02adc534bbb1cca6aa4e3d1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3125%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3125&job=&cmd_args= 19:12:01 -> Pinging Codecov 19:12:01 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3125&commit=7b3e582968421f33f02adc534bbb1cca6aa4e3d1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3125%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3125&job=&cmd_args= 19:12:01 -> Uploading to 19:12:01 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/7b3e582968421f33f02adc534bbb1cca6aa4e3d1/b2542fef-69b8-4429-b77b-128822eedb2c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T191201Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2cb01f4ea216335f1d2d112375981f82056185a9e651b56830fe67238766a6a8 19:12:01 % Total % Received % Xferd Average Speed Time Time Time Current 19:12:01 Dload Upload Total Spent Left Speed 19:12:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87976 0 0 100 87976 0 83808 0:00:01 0:00:01 --:--:-- 83866 19:12:02 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/7b3e582968421f33f02adc534bbb1cca6aa4e3d1 [Pipeline] } 19:12: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 19:12:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:12:06 ---> package-listing.sh 19:12:06 ++ facter osfamily 19:12:06 ++ tr '[:upper:]' '[:lower:]' 19:12:06 + OS_FAMILY=redhat 19:12:06 + workspace=/w/workspace/edgex-go/3 19:12:06 + START_PACKAGES=/tmp/packages_start.txt 19:12:06 + END_PACKAGES=/tmp/packages_end.txt 19:12:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:12:06 + PACKAGES=/tmp/packages_start.txt 19:12:06 + '[' /w/workspace/edgex-go/3 ']' 19:12:06 + PACKAGES=/tmp/packages_end.txt 19:12:06 + case "${OS_FAMILY}" in 19:12:06 + rpm -qa 19:12:06 + sort 19:12:11 + '[' -f /tmp/packages_start.txt ']' 19:12:11 + '[' -f /tmp/packages_end.txt ']' 19:12:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:12:11 + '[' /w/workspace/edgex-go/3 ']' 19:12:11 + mkdir -p /w/workspace/edgex-go/3/archives/ 19:12:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 19:12: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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:12:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:12:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:12:12 19:12:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:12:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:12:12 alpine: Pulling from edgex-lftools-log-publisher 19:12:12 df20fa9351a1: Pulling fs layer 19:12:12 36b3adc4ff6f: Pulling fs layer 19:12:12 8ad3a11d3b57: Pulling fs layer 19:12:12 46f8f816bc3b: Pulling fs layer 19:12:12 93b61091891f: Pulling fs layer 19:12:12 93b9cdb0e59b: Pulling fs layer 19:12:12 5e14af77c1be: Pulling fs layer 19:12:12 01666e4c0597: Pulling fs layer 19:12:12 aa168da1d23b: Pulling fs layer 19:12:12 46f8f816bc3b: Waiting 19:12:12 93b61091891f: Waiting 19:12:12 93b9cdb0e59b: Waiting 19:12:12 5e14af77c1be: Waiting 19:12:12 01666e4c0597: Waiting 19:12:12 aa168da1d23b: Waiting 19:12:12 36b3adc4ff6f: Verifying Checksum 19:12:12 36b3adc4ff6f: Download complete 19:12:12 46f8f816bc3b: Verifying Checksum 19:12:12 46f8f816bc3b: Download complete 19:12:12 df20fa9351a1: Verifying Checksum 19:12:12 93b9cdb0e59b: Verifying Checksum 19:12:12 93b9cdb0e59b: Download complete 19:12:12 93b61091891f: Verifying Checksum 19:12:12 93b61091891f: Download complete 19:12:12 5e14af77c1be: Verifying Checksum 19:12:12 5e14af77c1be: Download complete 19:12:12 01666e4c0597: Verifying Checksum 19:12:12 01666e4c0597: Download complete 19:12:13 df20fa9351a1: Pull complete 19:12:13 36b3adc4ff6f: Pull complete 19:12:13 8ad3a11d3b57: Verifying Checksum 19:12:13 8ad3a11d3b57: Download complete 19:12:15 8ad3a11d3b57: Pull complete 19:12:15 aa168da1d23b: Verifying Checksum 19:12:15 aa168da1d23b: Download complete 19:12:16 46f8f816bc3b: Pull complete 19:12:17 93b61091891f: Pull complete 19:12:17 93b9cdb0e59b: Pull complete 19:12:17 5e14af77c1be: Pull complete 19:12:17 01666e4c0597: Pull complete 19:12:24 aa168da1d23b: Pull complete 19:12:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:12:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:12:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:12:26 prd-centos7-docker-4c-2g-25044 does not seem to be running inside a container 19:12:26 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:12:30 $ docker top e73f2c5fee295338dbc076d5fc49b65f135a83e416c52d6edfbb92d5e4e2d1cd -eo pid,comm [Pipeline] { [Pipeline] sh 19:12:30 + touch /tmp/pre-build-complete [Pipeline] sh 19:12:30 + mkdir -p /var/log/sa [Pipeline] sh 19:12:31 + ls /var/log/sa-host 19:12:31 + sadf -c /var/log/sa-host/sa04 19:12:31 file_magic: OK 19:12:31 HZ: Using current value: 100 19:12:31 file_header: OK 19:12:31 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 19:12:31 Statistics: 19:12:31 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... 19:12:31 File successfully converted to sysstat format version 12.2.1 19:12:31 + sadf -c /var/log/sa-host/sa23 19:12:31 file_magic: OK 19:12:31 HZ: Using current value: 100 19:12:31 file_header: OK 19:12:31 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 19:12:31 Statistics: 19:12:31 Hnuu...uuuununununu... 19:12:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:12:31 provisioning config files... 19:12:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config484932554647653905tmp [Pipeline] { [Pipeline] echo 19:12:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:12:32 ---> create-netrc.sh [Pipeline] } 19:12:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:12:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:12:32 ---> python-tools-install.sh [Pipeline] echo 19:12:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:12:33 ---> sudo-logs.sh 19:12:33 Archiving 'sudo' log.. [Pipeline] echo 19:12:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:12:33 ---> job-cost.sh 19:12:33 lf-activate-venv: SKIPPING 19:12:33 INFO: No Stack... 19:12:34 INFO: Retrieving Pricing Info for: v1-standard-2 19:12:34 INFO: Archiving Costs [Pipeline] echo 19:12:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:12:34 ---> logs-deploy.sh 19:12:34 lf-activate-venv: SKIPPING 19:12:34 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3125/3 19:12:34 INFO: archiving workspace using pattern(s): 19:12:36 Archives upload complete. 19:12:36 INFO: archiving logs to Nexus