Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0f08c5a4c934446bc4a8748a808e300ce7aa86cd+26d77b84fb2d9fed3cb020dc876dcb0bb8438935 (afde2fcb221b06bbe3a1f25b5a1535ee256e8996) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31832 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/38 [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/38 # 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd Merge succeeded, producing 0f08c5a4c934446bc4a8748a808e300ce7aa86cd Checking out Revision 0f08c5a4c934446bc4a8748a808e300ce7aa86cd (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # 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 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 19:36:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 19:36:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 19:36:43 ========================================================= 19:36:43 EdgeX Global Pipelines Version Info 19:36:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 13bfa15b6482380a2b2c8c224fda0ccf2859a745 # timeout=10 19:36:44 ------------------- 19:36:44 stable info: 19:36:44 ------------------- 19:36:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 19:36:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 19:36:44 Message: update stable to v1.0.186 19:36:45 ------------------- 19:36:45 experimental info: 19:36:45 ------------------- 19:36:45 Commited By: **** collab-it+edgex@linuxfoundation.org 19:36:45 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 19:36:45 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 19:36:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 19:36:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 19:36:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 19:36:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 19:36:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 19:36:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f08c5a4c934446bc4a8748a808e300ce7aa86cd [Pipeline] echo 19:36:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f08c5a [Pipeline] echo 19:36:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:36:48 provisioning config files... 19:36:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/38@tmp/config6646319000353619643tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:36:49 ---> docker-login.sh 19:36:49 nexus3.edgexfoundry.org:10001 19:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:49 Configure a credential helper to remove this warning. See 19:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:49 19:36:49 Login Succeeded 19:36:49 nexus3.edgexfoundry.org:10002 19:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:49 Configure a credential helper to remove this warning. See 19:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:49 19:36:49 Login Succeeded 19:36:49 nexus3.edgexfoundry.org:10003 19:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:49 Configure a credential helper to remove this warning. See 19:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:49 19:36:49 Login Succeeded 19:36:49 nexus3.edgexfoundry.org:10004 19:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:50 Configure a credential helper to remove this warning. See 19:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:50 19:36:50 Login Succeeded 19:36:50 docker.io 19:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:36:50 Configure a credential helper to remove this warning. See 19:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:36:50 19:36:50 Login Succeeded 19:36:50 ---> docker-login.sh ends [Pipeline] } 19:36:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:36:50 ++ 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 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/core-command/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo core-command,cmd/core-command/Dockerfile 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/core-data/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo core-data,cmd/core-data/Dockerfile 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/core-metadata/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo core-metadata,cmd/core-metadata/Dockerfile 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/security-bootstrapper/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/security-proxy-setup/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/support-notifications/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo support-notifications,cmd/support-notifications/Dockerfile 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/support-scheduler/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 19:36:50 + for file in '`ls cmd/**/Dockerfile`' 19:36:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 19:36:50 ++ cut -d/ -f2 19:36:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 19:36:51 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 19:36:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:36:51 19:36:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 19:36:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:36:52 latest: Pulling from edgex-devops/git-semver 19:36:52 31603596830f: Pulling fs layer 19:36:52 2a8b12db71e7: Pulling fs layer 19:36:52 6ca5941a6612: Pulling fs layer 19:36:52 ecc8261a40a4: Pulling fs layer 19:36:52 ecc8261a40a4: Waiting 19:36:52 2a8b12db71e7: Verifying Checksum 19:36:52 2a8b12db71e7: Download complete 19:36:52 31603596830f: Verifying Checksum 19:36:52 31603596830f: Download complete 19:36:52 6ca5941a6612: Verifying Checksum 19:36:52 6ca5941a6612: Download complete 19:36:52 ecc8261a40a4: Verifying Checksum 19:36:52 ecc8261a40a4: Download complete 19:36:52 31603596830f: Pull complete 19:36:53 2a8b12db71e7: Pull complete 19:36:54 6ca5941a6612: Pull complete 19:36:54 ecc8261a40a4: Pull complete 19:36:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 19:36:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 19:36:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 19:36:54 prd-centos7-docker-4c-2g-31832 does not seem to be running inside a container 19:36:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 19:36:57 $ docker top fef17da40ef405109d76ed208432129496be6f2a433df67efef7a49512c85131 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 19:36:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:36:57 [ssh-agent] Looking for ssh-agent implementation... 19:36:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:36:57 $ docker exec fef17da40ef405109d76ed208432129496be6f2a433df67efef7a49512c85131 ssh-agent 19:36:58 SSH_AUTH_SOCK=/tmp/ssh-zIMTc3u79zDM/agent.11 19:36:58 SSH_AGENT_PID=17 19:36:58 Running ssh-add (command line suppressed) 19:36:58 Identity added: /w/workspace/edgex-go/38@tmp/private_key_5470467435008829611.key (/w/workspace/edgex-go/38@tmp/private_key_5470467435008829611.key) 19:36:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:36:58 + git tag --points-at HEAD [Pipeline] } 19:36:58 $ docker exec --env ******** --env ******** fef17da40ef405109d76ed208432129496be6f2a433df67efef7a49512c85131 ssh-agent -k 19:36:59 unset SSH_AUTH_SOCK; 19:36:59 unset SSH_AGENT_PID; 19:36:59 echo Agent pid 17 killed; 19:36:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 19:36:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 19:36:59 [ssh-agent] Looking for ssh-agent implementation... 19:36:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 19:36:59 $ docker exec fef17da40ef405109d76ed208432129496be6f2a433df67efef7a49512c85131 ssh-agent 19:36:59 SSH_AUTH_SOCK=/tmp/ssh-kUPWz9EZHlUz/agent.45 19:36:59 SSH_AGENT_PID=50 19:36:59 Running ssh-add (command line suppressed) 19:36:59 Identity added: /w/workspace/edgex-go/38@tmp/private_key_8585928151882340843.key (/w/workspace/edgex-go/38@tmp/private_key_8585928151882340843.key) 19:36:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 19:37:00 + git semver init 19:37:00 # -> Open(): unable to determine branch for HEAD 19:37:00 # $GIT_DIR = /w/workspace/edgex-go/38/.git 19:37:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/38 19:37:00 # $SEMVER_REMOTE_NAME = origin 19:37:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 19:37:00 # $SEMVER_USER_NAME = edgex-jenkins 19:37:00 # $SEMVER_BRANCH = PR-3234 19:37:00 # $SEMVER_TEMP = /tmp/semver-896390095 19:37:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 19:37:32 # '/tmp/semver-896390095' -> '/w/workspace/edgex-go/38/.semver' 19:37:32 # -> Force: false 19:37:32 # $SEMVER_DIR = /w/workspace/edgex-go/38/.semver [Pipeline] } 19:37:32 $ docker exec --env ******** --env ******** fef17da40ef405109d76ed208432129496be6f2a433df67efef7a49512c85131 ssh-agent -k 19:37:32 unset SSH_AUTH_SOCK; 19:37:32 unset SSH_AGENT_PID; 19:37:32 echo Agent pid 50 killed; 19:37:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 19:37:33 + git semver [Pipeline] } 19:37:33 $ docker stop --time=1 fef17da40ef405109d76ed208432129496be6f2a433df67efef7a49512c85131 19:37:35 $ docker rm -f fef17da40ef405109d76ed208432129496be6f2a433df67efef7a49512c85131 [Pipeline] // withDockerContainer [Pipeline] sh 19:37:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 19:37:36 Stashed 1 file(s) [Pipeline] echo 19:37:36 [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 19:37:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 19:37:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:37:38 + sudo service docker restart 19:37:38 + true 19:37:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 19:37:39 ========================================================= 19:37:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 19:37:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 19:37:41 + 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 . 19:37:45 Sending build context to Docker daemon 328.9MB 19:37:45 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:37:45 Step 2/6 : FROM ${BASE} 19:37:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 19:37:45 188c0c94c7c5: Pulling fs layer 19:37:45 0ef7d3d256c8: Pulling fs layer 19:37:45 de9db76c5a1d: Pulling fs layer 19:37:45 bca2f99d35d6: Pulling fs layer 19:37:45 93359f2a8cfa: Pulling fs layer 19:37:45 7c6f9722023f: Pulling fs layer 19:37:45 a35cf1a2eb13: Pulling fs layer 19:37:45 93359f2a8cfa: Waiting 19:37:45 7c6f9722023f: Waiting 19:37:45 a35cf1a2eb13: Waiting 19:37:45 bca2f99d35d6: Waiting 19:37:45 de9db76c5a1d: Download complete 19:37:45 0ef7d3d256c8: Download complete 19:37:46 93359f2a8cfa: Verifying Checksum 19:37:46 93359f2a8cfa: Download complete 19:37:46 7c6f9722023f: Download complete 19:37:46 188c0c94c7c5: Verifying Checksum 19:37:46 188c0c94c7c5: Download complete 19:37:47 188c0c94c7c5: Pull complete 19:37:47 0ef7d3d256c8: Pull complete 19:37:47 de9db76c5a1d: Pull complete 19:37:48 a35cf1a2eb13: Verifying Checksum 19:37:48 a35cf1a2eb13: Download complete 19:37:50 bca2f99d35d6: Verifying Checksum 19:37:50 bca2f99d35d6: Download complete 19:37:52 Still waiting to schedule task 19:37:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 19:37:56 bca2f99d35d6: Pull complete 19:37:56 93359f2a8cfa: Pull complete 19:37:56 7c6f9722023f: Pull complete 19:38:02 a35cf1a2eb13: Pull complete 19:38:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 19:38:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 19:38:02 ---> a62c8e92a672 19:38:02 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 19:38:02 ---> Running in 71178118005a 19:38:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:38:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:38:06 (1/12) Installing libmagic (5.38-r0) 19:38:07 (2/12) Installing file (5.38-r0) 19:38:07 (3/12) Installing libc-dev (0.7.2-r3) 19:38:07 (4/12) Installing g++ (9.3.0-r2) 19:38:22 (5/12) Installing fortify-headers (1.1-r0) 19:38:22 (6/12) Installing patch (2.7.6-r6) 19:38:22 (7/12) Installing build-base (0.5-r2) 19:38:22 (8/12) Installing libsodium (1.0.18-r0) 19:38:22 (9/12) Installing pkgconf (1.7.2-r0) 19:38:22 (10/12) Installing libsodium-dev (1.0.18-r0) 19:38:22 (11/12) Installing libzmq (4.3.3-r0) 19:38:22 (12/12) Installing zeromq-dev (4.3.3-r0) 19:38:22 Executing busybox-1.31.1-r19.trigger 19:38:22 OK: 233 MiB in 51 packages 19:38:24 Removing intermediate container 71178118005a 19:38:24 ---> c042b3d1c829 19:38:24 Step 4/6 : WORKDIR /edgex-go 19:38:24 ---> Running in 787af830f508 19:38:24 Removing intermediate container 787af830f508 19:38:24 ---> 2562e45ff3e1 19:38:24 Step 5/6 : COPY go.mod . 19:38:25 ---> 7f2018474c2e 19:38:25 Step 6/6 : RUN go mod download 19:38:25 ---> Running in 8a613d037484 19:38:47 Removing intermediate container 8a613d037484 19:38:47 ---> 301bcc2cd466 19:38:47 Successfully built 301bcc2cd466 19:38:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 19:38:47 + docker inspect -f . ci-base-image-x86_64 19:38:47 . [Pipeline] withDockerContainer 19:38:48 prd-centos7-docker-4c-2g-31832 does not seem to be running inside a container 19:38:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@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 ******** ci-base-image-x86_64 cat 19:38:49 $ docker top 6f6ea6cde560c07be11106690d61f0bca8c1b10f10443f03d804586e3f9c0240 -eo pid,comm [Pipeline] { [Pipeline] sh 19:38:49 + go version 19:38:49 go version go1.15.5 linux/amd64 [Pipeline] } 19:38:49 $ docker stop --time=1 6f6ea6cde560c07be11106690d61f0bca8c1b10f10443f03d804586e3f9c0240 19:38:51 $ docker rm -f 6f6ea6cde560c07be11106690d61f0bca8c1b10f10443f03d804586e3f9c0240 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:38:52 + docker inspect -f . ci-base-image-x86_64 19:38:52 . [Pipeline] withDockerContainer 19:38:52 prd-centos7-docker-4c-2g-31832 does not seem to be running inside a container 19:38:52 $ 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/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@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 ******** ci-base-image-x86_64 cat 19:38:53 $ docker top 23b72bc16e99de6cca5c30f75684eb1bf7bb3d7f8471887d174b9aa2d2e4c3cd -eo pid,comm [Pipeline] { [Pipeline] echo 19:38:53 ========================================================= 19:38:53 [edgeXBuildGoParallel] Running Tests and Build... 19:38:53 ========================================================= [Pipeline] sh 19:38:53 + make test 19:38:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:39:06 ? github.com/edgexfoundry/edgex-go [no test files] 19:39:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:39:31 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:39:31 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:39:31 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:39:33 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:39:33 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:39:33 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:39:33 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:39:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:39:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:39:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:39:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:39:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.228s coverage: 45.9% of statements 19:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.062s coverage: 19.8% of statements 19:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 19:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.213s coverage: 27.1% of statements 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.091s coverage: 71.3% of statements 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.229s coverage: 82.9% of statements 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.065s coverage: 78.9% of statements 19:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.366s coverage: 28.6% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.219s coverage: 97.5% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.559s coverage: 92.8% of statements 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.085s coverage: 1.0% of statements 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 47.1% of statements 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.074s coverage: 79.5% of statements 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 19:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.076s coverage: 87.5% of statements 19:40:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.119s coverage: 94.4% of statements 19:40:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 19:40:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.276s coverage: 82.6% of statements 19:40:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31835 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 19:40:15 Running in /w/workspace/edgex-go/38 [Pipeline] { [Pipeline] checkout 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.099s coverage: 92.9% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 77.8% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.045s coverage: 87.2% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.097s coverage: 87.2% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.120s coverage: 91.6% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.243s coverage: 64.4% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.052s coverage: 91.3% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.036s coverage: 73.7% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.379s coverage: 69.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 38.4% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.170s coverage: 47.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.192s coverage: 87.1% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.808s coverage: 29.1% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.064s coverage: 100.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.123s coverage: 94.6% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:40:20 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.047s coverage: 100.0% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 19:40:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 19:40:20 GO111MODULE=on go vet ./... 19:40:21 using credential edgex-jenkins-ssh 19:40:21 Cloning the remote Git repository 19:40:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:40:21 > git init /w/workspace/edgex-go/38 # timeout=10 19:40:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:40:21 > git --version # timeout=10 19:40:21 > git --version # 'git version 2.17.1' 19:40:21 using GIT_SSH to set credentials SSH Credentials for GitHub 19:40:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:40:39 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:40:40 Merge succeeded, producing 0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:40:40 Checking out Revision 0f08c5a4c934446bc4a8748a808e300ce7aa86cd (PR-3234) 19:40:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:40:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:40:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:40:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:40:38 using GIT_SSH to set credentials SSH Credentials for GitHub 19:40:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:40:39 > git config core.sparsecheckout # timeout=10 19:40:39 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 19:40:39 > git remote # timeout=10 19:40:40 > git config --get remote.origin.url # timeout=10 19:40:40 using GIT_SSH to set credentials SSH Credentials for GitHub 19:40:40 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 19:40:40 > git rev-parse HEAD^{commit} # timeout=10 19:40:40 > git config core.sparsecheckout # timeout=10 19:40:40 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 19:40:44 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:40:46 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:40:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:40:47 + true 19:40:47 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:40:49 provisioning config files... 19:40:49 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/38@tmp/config1157627326504305789tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:40:49 ---> docker-login.sh 19:40:49 nexus3.edgexfoundry.org:10001 19:40:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:51 Configure a credential helper to remove this warning. See 19:40:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:51 19:40:51 Login Succeeded 19:40:51 nexus3.edgexfoundry.org:10002 19:40:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:51 Configure a credential helper to remove this warning. See 19:40:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:51 19:40:51 Login Succeeded 19:40:51 nexus3.edgexfoundry.org:10003 19:40:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:52 Configure a credential helper to remove this warning. See 19:40:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:52 19:40:52 Login Succeeded 19:40:52 nexus3.edgexfoundry.org:10004 19:40:52 gofmt -l . 19:40:52 [ "`gofmt -l .`" = "" ] 19:40:52 ./bin/test-go-mod-tidy.sh 19:40:52 ./bin/test-attribution-txt.sh [Pipeline] sh 19:40:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:52 Configure a credential helper to remove this warning. See 19:40:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:52 19:40:52 Login Succeeded 19:40:52 docker.io 19:40:53 + ls -al . 19:40:53 total 780 19:40:53 drwxrwxr-x 10 1001 1001 4096 Mar 29 19:40 . 19:40:53 drwxr-xr-x 4 root root 30 Mar 29 19:38 .. 19:40:53 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:36 .dockerignore 19:40:53 drwxrwxr-x 8 1001 1001 179 Mar 29 19:36 .git 19:40:53 drwxrwxr-x 3 1001 1001 125 Mar 29 19:36 .github 19:40:53 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:36 .gitignore 19:40:53 drwx------ 3 1001 1001 60 Mar 29 19:37 .semver 19:40:53 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:36 .sonarcloud.properties 19:40:53 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:36 Attribution.txt 19:40:53 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:36 CONTRIBUTING.md 19:40:53 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:36 Dockerfile.build 19:40:53 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:36 Jenkinsfile 19:40:53 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:36 LICENSE 19:40:53 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:36 Makefile 19:40:53 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:36 README.md 19:40:53 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:36 SECURITY.md 19:40:53 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:37 VERSION 19:40:53 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:36 ZMQWindows.md 19:40:53 drwxrwxr-x 2 1001 1001 117 Mar 29 19:36 bin 19:40:53 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:36 cmd 19:40:53 -rw-r--r-- 1 root root 668090 Mar 29 19:40 coverage.out 19:40:53 -rw-r--r-- 1 root root 1057 Mar 29 19:40 go.mod 19:40:53 -rw-r--r-- 1 root root 22532 Mar 29 19:40 go.sum 19:40:53 drwxrwxr-x 8 1001 1001 127 Mar 29 19:36 internal 19:40:53 drwxrwxr-x 4 1001 1001 26 Mar 29 19:36 openapi 19:40:53 drwxrwxr-x 4 1001 1001 71 Mar 29 19:36 snap 19:40:53 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:36 version.go [Pipeline] sh 19:40:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:40:53 + '[' -e coverage.out ] 19:40:53 + chown 1001:1001 coverage.out [Pipeline] stash 19:40:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:40:53 Configure a credential helper to remove this warning. See 19:40:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:40:53 19:40:53 Login Succeeded 19:40:53 ---> docker-login.sh ends [Pipeline] } 19:40:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 19:40:53 Stashed 1 file(s) [Pipeline] sh [Pipeline] echo 19:40:54 ========================================================= 19:40:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:40:54 ========================================================= 19:40:54 + make build 19:40:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [Pipeline] isUnix [Pipeline] sh 19:40:54 + 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 . 19:40:57 Sending build context to Docker daemon 166.9MB 19:40:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:40:57 Step 2/6 : FROM ${BASE} 19:40:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:40:57 5f621e34cdf4: Pulling fs layer 19:40:57 a4357932f1b6: Pulling fs layer 19:40:57 18c013af1878: Pulling fs layer 19:40:57 00ac8860ef70: Pulling fs layer 19:40:57 63d7cb157983: Pulling fs layer 19:40:57 b116817d02f9: Pulling fs layer 19:40:57 745a02a5169b: Pulling fs layer 19:40:57 00ac8860ef70: Waiting 19:40:57 63d7cb157983: Waiting 19:40:57 b116817d02f9: Waiting 19:40:57 745a02a5169b: Waiting 19:40:57 18c013af1878: Download complete 19:40:57 a4357932f1b6: Download complete 19:40:57 63d7cb157983: Verifying Checksum 19:40:57 b116817d02f9: Download complete 19:40:57 5f621e34cdf4: Verifying Checksum 19:40:57 5f621e34cdf4: Download complete 19:40:57 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:40:58 5f621e34cdf4: Pull complete 19:40:58 a4357932f1b6: Pull complete 19:40:59 18c013af1878: Pull complete 19:41:00 745a02a5169b: Verifying Checksum 19:41:00 745a02a5169b: Download complete 19:41:01 00ac8860ef70: Verifying Checksum 19:41:01 00ac8860ef70: Download complete 19:41:07 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:41:08 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:41:11 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:41:11 00ac8860ef70: Pull complete 19:41:11 63d7cb157983: Pull complete 19:41:11 b116817d02f9: Pull complete 19:41:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:41:13 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:41:16 745a02a5169b: Pull complete 19:41:16 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:41:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:41:16 ---> b7e6874047d6 19:41:16 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 19:41:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:41: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:41:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:41:19 ---> Running in c26e935fc5a7 19:41:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:41:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:41:21 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:41:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:41:22 (1/12) Installing libmagic (5.38-r0) 19:41:22 (2/12) Installing file (5.38-r0) 19:41:22 (3/12) Installing libc-dev (0.7.2-r3) 19:41:22 (4/12) Installing g++ (9.3.0-r2) [Pipeline] } 19:41:23 $ docker stop --time=1 23b72bc16e99de6cca5c30f75684eb1bf7bb3d7f8471887d174b9aa2d2e4c3cd 19:41:25 $ docker rm -f 23b72bc16e99de6cca5c30f75684eb1bf7bb3d7f8471887d174b9aa2d2e4c3cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:41:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:41:27 19:41:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:41:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:41:28 latest: Pulling from edgex-devops/edgex-compose 19:41:28 cbdbe7a5bc2a: Pulling fs layer 19:41:28 ca9280d653b3: Pulling fs layer 19:41:28 7e9c9ca2126c: Pulling fs layer 19:41:28 cbdbe7a5bc2a: Download complete 19:41:28 cbdbe7a5bc2a: Pull complete 19:41:29 ca9280d653b3: Verifying Checksum 19:41:29 ca9280d653b3: Download complete 19:41:30 ca9280d653b3: Pull complete 19:41:31 7e9c9ca2126c: Download complete 19:41:34 (5/12) Installing fortify-headers (1.1-r0) 19:41:34 (6/12) Installing patch (2.7.6-r6) 19:41:34 (7/12) Installing build-base (0.5-r2) 19:41:34 (8/12) Installing libsodium (1.0.18-r0) 19:41:34 (9/12) Installing pkgconf (1.7.2-r0) 19:41:34 (10/12) Installing libsodium-dev (1.0.18-r0) 19:41:34 (11/12) Installing libzmq (4.3.3-r0) 19:41:34 (12/12) Installing zeromq-dev (4.3.3-r0) 19:41:34 Executing busybox-1.31.1-r19.trigger 19:41:34 OK: 217 MiB in 51 packages 19:41:37 7e9c9ca2126c: Pull complete 19:41:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:41:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:41:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:41:38 prd-centos7-docker-4c-2g-31832 does not seem to be running inside a container 19:41:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:41:39 Removing intermediate container c26e935fc5a7 19:41:39 ---> 631e32e0905d 19:41:39 Step 4/6 : WORKDIR /edgex-go 19:41:39 ---> Running in e14e868127c0 19:41:39 Removing intermediate container e14e868127c0 19:41:39 ---> 262bacc6c83e 19:41:39 Step 5/6 : COPY go.mod . 19:41:40 ---> 768247a8f7b4 19:41:40 Step 6/6 : RUN go mod download 19:41:40 ---> Running in aeea8bc08f41 19:41:41 $ docker top 804f6391bcb52dc1a8a35a6d3c97e39743a254a8ad2476b4e9ec0682ede7e3a9 -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:41 + docker-compose build --help 19:41:41 + grep parallel 19:41:42 --parallel Build images in parallel. [Pipeline] } 19:41:42 $ docker stop --time=1 804f6391bcb52dc1a8a35a6d3c97e39743a254a8ad2476b4e9ec0682ede7e3a9 19:41:44 $ docker rm -f 804f6391bcb52dc1a8a35a6d3c97e39743a254a8ad2476b4e9ec0682ede7e3a9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:41:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:41:45 . [Pipeline] withDockerContainer 19:41:45 prd-centos7-docker-4c-2g-31832 does not seem to be running inside a container 19:41:45 $ 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/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@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:10003/edgex-devops/edgex-compose:latest cat 19:41:46 $ docker top 4129bc86cc18ee8a44c877659686fad23ff75047cdf8af4f5179e9eca4a0454c -eo pid,comm [Pipeline] { [Pipeline] sh 19:41:46 + docker-compose -f ./docker-compose-build.yml build --parallel 19:41:47 Building docker-core-command-go ... 19:41:47 Building docker-core-data-go ... 19:41:47 Building docker-core-metadata-go ... 19:41:47 Building docker-security-bootstrapper-go ... 19:41:47 Building docker-security-proxy-setup-go ... 19:41:47 Building docker-security-secretstore-setup-go ... 19:41:47 Building docker-support-notifications-go ... 19:41:47 Building docker-support-scheduler-go ... 19:41:47 Building docker-sys-mgmt-agent-go ... 19:41:47 Building docker-support-notifications-go 19:41:47 Building docker-core-command-go 19:41:47 Building docker-security-proxy-setup-go 19:41:47 Building docker-core-metadata-go 19:41:47 Building docker-security-bootstrapper-go 19:42:12 Removing intermediate container aeea8bc08f41 19:42:12 ---> 94f0c87b2e52 19:42:12 Successfully built 94f0c87b2e52 19:42:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:42:13 + docker inspect -f . ci-base-image-arm64 19:42:13 . [Pipeline] withDockerContainer 19:42:13 prd-ubuntu18.04-docker-arm64-4c-16g-31835 does not seem to be running inside a container 19:42:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@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 ******** ci-base-image-arm64 cat 19:42:15 $ docker top 12f42d6604ce99f34da8fed110378f042ec24f226c315b81b0db0e52c1ebc6cd -eo pid,comm [Pipeline] { [Pipeline] sh 19:42:16 + go version 19:42:16 go version go1.15.5 linux/arm64 [Pipeline] } 19:42:16 $ docker stop --time=1 12f42d6604ce99f34da8fed110378f042ec24f226c315b81b0db0e52c1ebc6cd 19:42:18 $ docker rm -f 12f42d6604ce99f34da8fed110378f042ec24f226c315b81b0db0e52c1ebc6cd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:42:20 + docker inspect -f . ci-base-image-arm64 19:42:20 . [Pipeline] withDockerContainer 19:42:20 prd-ubuntu18.04-docker-arm64-4c-16g-31835 does not seem to be running inside a container 19:42:20 $ 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/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@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 ******** ci-base-image-arm64 cat 19:42:22 $ docker top fbe24bb256985d4527529577adf46309c3ddd73c3b9b45b4b094b8448219b9bd -eo pid,comm [Pipeline] { [Pipeline] echo 19:42:23 ========================================================= 19:42:23 [edgeXBuildGoParallel] Running Tests and Build... 19:42:23 ========================================================= [Pipeline] sh 19:42:23 + make test 19:42:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:42:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:42:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:42:26 ---> 301bcc2cd466 19:42:26 Step 3/23 : WORKDIR /edgex-go 19:42:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:42:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:42:26 ---> 301bcc2cd466 19:42:26 Step 3/21 : WORKDIR /edgex-go 19:42:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:42:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:42:26 ---> 301bcc2cd466 19:42:26 Step 3/23 : WORKDIR /edgex-go 19:42:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:42:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:42:26 ---> 301bcc2cd466 19:42:26 Step 3/22 : WORKDIR /edgex-go 19:42:26 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:42:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:42:26 ---> 301bcc2cd466 19:42:26 Step 3/31 : WORKDIR /edgex-go 19:42:26 ---> Running in 4cbbd71d1223 19:42:26 ---> Running in e6504155d811 19:42:26 ---> Running in 62e39de32c86 19:42:26 ---> Running in 78dda2d8b942 19:42:26 ---> Running in 69266c3aace0 19:42:26 Removing intermediate container 4cbbd71d1223 19:42:26 ---> 96c549d93824 19:42:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:26 Removing intermediate container 62e39de32c86 19:42:26 ---> dc328c810bf5 19:42:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:26 Removing intermediate container 78dda2d8b942 19:42:26 ---> 3a052de1f4f1 19:42:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:26 Removing intermediate container e6504155d811 19:42:26 ---> 9365505ea732 19:42:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:26 Removing intermediate container 69266c3aace0 19:42:26 ---> 510062360fb1 19:42:26 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:42:26 ---> Running in aa0fef4ba209 19:42:26 ---> Running in 826b2c339a8e 19:42:26 ---> Running in 43f409a474cc 19:42:26 ---> Running in 246b57fb05bf 19:42:26 ---> Running in e7aa9508959b 19:42:26 Removing intermediate container 826b2c339a8e 19:42:26 ---> f93ab5d5b7c6 19:42:26 Step 5/23 : RUN apk add --update --no-cache make git 19:42:26 Removing intermediate container 246b57fb05bf 19:42:26 ---> 08d7762a24d5 19:42:26 Step 5/23 : RUN apk add --update --no-cache make git 19:42:26 Removing intermediate container 43f409a474cc 19:42:26 ---> 47edf666721f 19:42:26 Step 5/21 : RUN apk add --update --no-cache make git 19:42:26 ---> Running in 4decaf72d5d4 19:42:26 ---> Running in 6ca3ca89caa3 19:42:26 ---> Running in 10100cbbf240 19:42:26 Removing intermediate container e7aa9508959b 19:42:26 ---> 4d0b20ba7bd8 19:42:26 Step 5/31 : RUN apk add --update --no-cache make git 19:42:26 Removing intermediate container aa0fef4ba209 19:42:26 ---> b3a0553117a0 19:42:26 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:42:26 ---> Running in 0c8cb1902448 19:42:26 ---> Running in 4e1c1c439af8 19:42:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:42:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:42:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:42:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:42:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:42:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:42:28 OK: 233 MiB in 51 packages 19:42:28 OK: 233 MiB in 51 packages 19:42:28 OK: 233 MiB in 51 packages 19:42:28 OK: 233 MiB in 51 packages 19:42:28 OK: 233 MiB in 51 packages 19:42:29 Removing intermediate container 10100cbbf240 19:42:29 ---> 93163020ded2 19:42:29 Step 6/23 : COPY go.mod . 19:42:29 Removing intermediate container 4decaf72d5d4 19:42:29 ---> 50d119a65220 19:42:29 Step 6/23 : COPY go.mod . 19:42:29 ---> d524edf531a3 19:42:29 Step 7/23 : RUN go mod download 19:42:29 Removing intermediate container 6ca3ca89caa3 19:42:29 ---> e4d215d03c16 19:42:29 Step 6/21 : COPY go.mod . 19:42:30 ---> Running in daaefe0518e0 19:42:30 Removing intermediate container 0c8cb1902448 19:42:30 ---> 13e70edb4c51 19:42:30 Step 6/31 : COPY go.mod . 19:42:30 Removing intermediate container 4e1c1c439af8 19:42:30 ---> 1a37baf7dfa9 19:42:30 Step 6/22 : COPY go.mod . 19:42:30 ---> d37f4a44a529 19:42:30 Step 7/23 : RUN go mod download 19:42:30 ---> 81eee7be82a9 19:42:30 Step 7/21 : RUN go mod download 19:42:30 ---> Running in eed0cf447d6d 19:42:30 ---> Running in 03fbbb953462 19:42:30 ---> 4f598f159b45 19:42:30 Step 7/31 : RUN go mod download 19:42:30 ---> fcba1415e4d0 19:42:30 Step 7/22 : RUN go mod download 19:42:30 ---> Running in 34e809947a0b 19:42:30 ---> Running in 0cb0c0924562 19:42:32 Removing intermediate container daaefe0518e0 19:42:32 ---> 138947792900 19:42:32 Step 8/23 : COPY . . 19:42:32 Removing intermediate container eed0cf447d6d 19:42:32 ---> 60a632454e06 19:42:32 Step 8/23 : COPY . . 19:42:36 Removing intermediate container 03fbbb953462 19:42:36 ---> bd040b0f37a2 19:42:36 Step 8/21 : COPY . . 19:42:36 Removing intermediate container 34e809947a0b 19:42:36 ---> 5a0a3ee6d859 19:42:36 Step 8/31 : COPY . . 19:42:38 Removing intermediate container 0cb0c0924562 19:42:38 ---> 16438cdb9025 19:42:38 Step 8/22 : COPY . . 19:42:50 ? github.com/edgexfoundry/edgex-go [no test files] 19:43:10 ---> 42a8d967b718 19:43:10 Step 9/23 : RUN make cmd/core-command/core-command 19:43:10 ---> 2f5961132e69 19:43:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:43:10 ---> Running in 8c9f48cc88f9 19:43:10 ---> 71c27f7cbf3e 19:43:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:43:10 ---> 399a229fb28d 19:43:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:43:11 ---> Running in 71b845db1dfa 19:43:11 ---> f7538a5ab85f 19:43:11 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:43:11 ---> Running in cfaf9796270e 19:43:11 ---> Running in 1c8ea17ca38f 19:43:11 ---> Running in 1a3bc10b48cf 19:43:12 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:43:12 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:43:12 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:43:12 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:43:12 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:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:43:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:43:51 Removing intermediate container cfaf9796270e 19:43:51 ---> 5512f7276412 19:43:51 19:43:51 Step 10/31 : FROM alpine:3.12 19:43:51 3.12: Pulling from library/alpine 19:43:52 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:43:52 Status: Downloaded newer image for alpine:3.12 19:43:52 ---> 42cb162f0360 19:43:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:43:52 ---> Running in 90b0076ee524 19:43:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:43:56 Removing intermediate container 90b0076ee524 19:43:56 ---> d42f39b89fbc 19:43:56 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:43:56 ---> Running in 0fb0c26eef5d 19:43:57 Removing intermediate container 1c8ea17ca38f 19:43:57 ---> bc6c751bbbc6 19:43:57 19:43:57 Step 10/21 : FROM alpine:3.12 19:43:57 ---> 42cb162f0360 19:43:57 Step 11/21 : RUN apk add --update --no-cache curl 19:43:57 Removing intermediate container 1a3bc10b48cf 19:43:57 ---> 6e4b7ad25690 19:43:57 19:43:57 Step 10/22 : FROM alpine:3.12 19:43:57 ---> 42cb162f0360 19:43:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:43:57 ---> Running in 31fb5e4b49e0 19:43:57 Removing intermediate container 8c9f48cc88f9 19:43:57 ---> 2a3f10e22a8a 19:43:57 19:43:57 Step 10/23 : FROM alpine:3.12 19:43:57 ---> 42cb162f0360 19:43:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:43:58 ---> Running in 61cb11fb4bd8 19:43:58 ---> Running in 6a685e2b10f5 19:43:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:58 (1/2) Installing dumb-init (1.2.2-r1) 19:43:58 (2/2) Installing su-exec (0.2-r1) 19:43:58 Executing busybox-1.31.1-r19.trigger 19:43:58 OK: 6 MiB in 16 packages 19:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:59 (1/4) Installing ca-certificates (20191127-r4) 19:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:43:59 (3/4) Installing libcurl (7.69.1-r3) 19:43:59 (4/4) Installing curl (7.69.1-r3) 19:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:43:59 Executing busybox-1.31.1-r19.trigger 19:43:59 Executing ca-certificates-20191127-r4.trigger 19:43:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:43:59 OK: 7 MiB in 18 packages 19:43:59 (1/2) Installing ca-certificates (20191127-r4) 19:43:59 (2/2) Installing dumb-init (1.2.2-r1) 19:43:59 Executing busybox-1.31.1-r19.trigger 19:43:59 Executing ca-certificates-20191127-r4.trigger 19:43:59 (1/1) Installing dumb-init (1.2.2-r1) 19:43:59 Executing busybox-1.31.1-r19.trigger 19:43:59 OK: 6 MiB in 15 packages 19:43:59 OK: 6 MiB in 16 packages 19:44:00 Removing intermediate container 71b845db1dfa 19:44:00 ---> 79150dd91341 19:44:00 19:44:00 Step 10/23 : FROM alpine:3.12 19:44:00 ---> 42cb162f0360 19:44:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:44:01 ---> Running in 3e20a4ef7c21 19:44:02 Removing intermediate container 0fb0c26eef5d 19:44:02 ---> 72839bd35b13 19:44:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:44:02 Removing intermediate container 61cb11fb4bd8 19:44:02 ---> f146a1221e15 19:44:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:44:02 ---> Running in 182b2390adb4 19:44:02 Removing intermediate container 6a685e2b10f5 19:44:02 ---> fb46cc245633 19:44:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:44:02 Removing intermediate container 31fb5e4b49e0 19:44:02 ---> 652b954d105e 19:44:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:44:02 ---> Running in 3efaf335babe 19:44:02 ---> Running in 215fdf13e0a9 19:44:02 ---> Running in 236f7f5a7a96 19:44:02 Removing intermediate container 182b2390adb4 19:44:02 ---> 2719194f6e3a 19:44:02 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:44:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:44:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:44:03 ---> Running in 6f051aa88b7c 19:44:03 Removing intermediate container 3efaf335babe 19:44:03 ---> 029ba595b9a3 19:44:03 Step 13/22 : ENV APP_PORT=48060 19:44:03 Removing intermediate container 215fdf13e0a9 19:44:03 ---> c0dbbff2d75c 19:44:03 Step 13/23 : ENV APP_PORT=48082 19:44:03 Removing intermediate container 236f7f5a7a96 19:44:03 ---> b6fa24e646a4 19:44:03 Step 13/21 : WORKDIR /edgex 19:44:03 (1/1) Installing dumb-init (1.2.2-r1) 19:44:03 Executing busybox-1.31.1-r19.trigger 19:44:03 OK: 6 MiB in 15 packages 19:44:03 ---> Running in 4abbe86a9d7e 19:44:03 ---> Running in 4b6b9410fd6b 19:44:03 ---> Running in 57ee6cdcd2af 19:44:03 Removing intermediate container 6f051aa88b7c 19:44:03 ---> 3bd60146daae 19:44:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:44:04 ---> Running in 5e25f3d08292 19:44:04 Removing intermediate container 4abbe86a9d7e 19:44:04 ---> 0eb28e172367 19:44:04 Step 14/22 : EXPOSE $APP_PORT 19:44:04 Removing intermediate container 4b6b9410fd6b 19:44:04 ---> ddbd691999f3 19:44:04 Step 14/23 : EXPOSE $APP_PORT 19:44:04 Removing intermediate container 57ee6cdcd2af 19:44:04 ---> dfa2bea29d98 19:44:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:44:04 ---> Running in 48807c7e18ad 19:44:04 ---> Running in e5c6effd3808 19:44:04 Removing intermediate container 3e20a4ef7c21 19:44:04 ---> 3ee967174fe9 19:44:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:44:04 Removing intermediate container 48807c7e18ad 19:44:04 ---> 60e056b50c3c 19:44:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:04 ---> Running in a7c065d65232 19:44:04 ---> 74e9173e1d58 19:44:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:44:04 Removing intermediate container e5c6effd3808 19:44:04 ---> 1ce3dca94f32 19:44:04 Step 15/23 : WORKDIR / 19:44:05 ---> Running in cdce5b141fd4 19:44:05 ---> 7514ff41c1e6 19:44:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:44:05 Removing intermediate container a7c065d65232 19:44:05 ---> cd1c1dd8f811 19:44:05 Step 13/23 : ENV APP_PORT=48081 19:44:05 ---> Running in a6929aca2fe1 19:44:05 Removing intermediate container cdce5b141fd4 19:44:05 ---> a98e99b8e164 19:44:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:05 ---> 2b51234b4ba9 19:44:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:44:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:44:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:44:05 Removing intermediate container 5e25f3d08292 19:44:05 ---> a92cfe44bbc6 19:44:05 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:44:05 Removing intermediate container a6929aca2fe1 19:44:05 ---> 2d9480b9e826 19:44:05 Step 14/23 : EXPOSE $APP_PORT 19:44:06 ---> 87c467785a45 19:44:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:44:06 ---> Running in 966299b324ab 19:44:06 ---> Running in 01ff3a84763c 19:44:06 ---> 4f95a9cf2db3 19:44:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:44:06 ---> 190ec0963a89 19:44:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:44:07 ---> efe08a44cec5 19:44:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:44:07 ---> Running in 1a59d0ae1a3f 19:44:07 Removing intermediate container 966299b324ab 19:44:07 ---> c870341895df 19:44:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:44:07 Removing intermediate container 01ff3a84763c 19:44:07 ---> f366507738e1 19:44:07 Step 15/23 : WORKDIR / 19:44:07 ---> 327afbbda995 19:44:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:44:07 ---> Running in b6b6506c76a8 19:44:07 Removing intermediate container 1a59d0ae1a3f 19:44:07 ---> 900d0b5fd3a2 19:44:07 Step 18/21 : CMD ["--init=true"] 19:44:07 ---> Running in 5b255085fa0e 19:44:07 ---> Running in ab8b718fcf73 19:44:07 ---> 92ccb60158d8 19:44:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:44:07 Removing intermediate container b6b6506c76a8 19:44:07 ---> b79762a06592 19:44:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:44:07 ---> 1adbefc9b97d 19:44:07 Step 19/23 : ENTRYPOINT ["/core-command"] 19:44:07 Removing intermediate container 5b255085fa0e 19:44:07 ---> c7b10cc1db4b 19:44:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:07 ---> Running in ffc8912cfb62 19:44:08 Removing intermediate container ab8b718fcf73 19:44:08 ---> 49a7c1e9a2ca 19:44:08 Step 19/21 : LABEL arch=x86_64 19:44:08 ---> Running in 1bd24eeff9d7 19:44:08 ---> Running in 638b652b650e 19:44:08 ---> Running in 71137e1b7011 19:44:08 ---> 4827bf31a2b6 19:44:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:44:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:44:08 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:44:08 Removing intermediate container 1bd24eeff9d7 19:44:08 ---> 2b94315d55a3 19:44:08 Step 20/22 : LABEL arch=x86_64 19:44:08 Removing intermediate container 638b652b650e 19:44:08 ---> e20a27bbc463 19:44:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:44:08 Removing intermediate container 71137e1b7011 19:44:08 ---> eba3f2b7c8d2 19:44:08 Step 20/21 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:44:08 ---> Running in c60cde91eb0f 19:44:08 ---> Running in 15b2a9592105 19:44:08 ---> Running in f9870e29aa85 19:44:09 ---> c2554b297555 19:44:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:44:09 Removing intermediate container 15b2a9592105 19:44:09 ---> ac494c359893 19:44:09 Step 21/22 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:44:09 Removing intermediate container c60cde91eb0f 19:44:09 ---> 1ce8c96d1b34 19:44:09 Step 21/23 : LABEL arch=x86_64 19:44:09 Removing intermediate container f9870e29aa85 19:44:09 ---> 4a904db13578 19:44:09 Step 21/21 : LABEL version=0.0.0 19:44:09 ---> Running in 10a453de8c86 19:44:09 ---> Running in 10cf7b1b9e83 19:44:09 ---> Running in f9fe4800c1da 19:44:09 ---> a299f6196e4e 19:44:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:44:09 Removing intermediate container ffc8912cfb62 19:44:09 ---> 4d197cdab8fe 19:44:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:44:09 ---> Running in 70ebf85fd5ff 19:44:09 Removing intermediate container 10a453de8c86 19:44:09 ---> 99daabfa4751 19:44:09 Step 22/23 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:44:09 Removing intermediate container 10cf7b1b9e83 19:44:09 ---> fe6fecd1020c 19:44:09 Step 22/22 : LABEL version=0.0.0 19:44:10 Removing intermediate container f9fe4800c1da 19:44:10 ---> 06dfe58d8bed 19:44:10 19:44:10 ---> Running in 55c7b9ae671c 19:44:10 ---> Running in 79e4ff2d2219 19:44:10 ---> f010a4624837 19:44:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:44:10 Removing intermediate container 70ebf85fd5ff 19:44:10 ---> 2b67f36f06a9 19:44:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:44:10 Successfully built 06dfe58d8bed 19:44:10 Successfully tagged docker-security-proxy-setup-go:latest 19:44:10 Building docker-security-secretstore-setup-go 19:44:10  Building docker-security-proxy-setup-go ... done  ---> Running in 84e81d90fec4 19:44:10 Removing intermediate container 55c7b9ae671c 19:44:10 ---> c1cf151dce41 19:44:10 Step 23/23 : LABEL version=0.0.0 19:44:10 Removing intermediate container 79e4ff2d2219 19:44:10 ---> a7e3ae1af3dc 19:44:10 19:44:11 ---> Running in 605e22b1c1d6 19:44:11 Successfully built a7e3ae1af3dc 19:44:11 Successfully tagged docker-support-notifications-go:latest 19:44:11  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 19:44:11 Removing intermediate container 84e81d90fec4 19:44:11 ---> c84bfa030c95 19:44:11 Step 21/23 : LABEL arch=x86_64 19:44:11 ---> f6d0461f285c 19:44:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:44:11 ---> Running in e9c48125e7e6 19:44:11 Removing intermediate container 605e22b1c1d6 19:44:11 ---> ce86394ef143 19:44:11 19:44:11 Successfully built ce86394ef143 19:44:11 Successfully tagged docker-core-command-go:latest 19:44:11  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 19:44:11 Removing intermediate container e9c48125e7e6 19:44:11 ---> 01e4e6022ae7 19:44:11 Step 22/23 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:44:11 ---> 9712d5eeead3 19:44:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:44:11 ---> Running in cf1168117183 19:44:11 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:44:12 Removing intermediate container cf1168117183 19:44:12 ---> acec2c21e923 19:44:12 Step 23/23 : LABEL version=0.0.0 19:44:12 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:44:14 ---> 4006c621c0fc 19:44:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:44:15 ---> Running in 6a7eb04724d6 19:44:17 Removing intermediate container 6a7eb04724d6 19:44:17 ---> c57a4fb51178 19:44:17 19:44:17 Successfully built c57a4fb51178 19:44:17 Successfully tagged docker-core-metadata-go:latest 19:44:17 Building docker-core-data-go 19:44:18  Building docker-core-metadata-go ... done  ---> 77e6dc98f77e 19:44:18 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:44:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:44:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:44:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:44:23 ---> Running in 90d47ba85b6d 19:44:23 Removing intermediate container 90d47ba85b6d 19:44:23 ---> 8d66166f258f 19:44:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:44:24 ---> fd1ee8bda138 19:44:24 Step 26/31 : RUN chmod +x /entrypoint.sh 19:44:24 ---> Running in 19eff187718c 19:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.313s coverage: 45.9% of statements 19:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:44:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 19:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.124s coverage: 19.8% of statements 19:44:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.255s coverage: 100.0% of statements 19:44:28 Removing intermediate container 19eff187718c 19:44:28 ---> 05088cfdd407 19:44:28 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:44:28 ---> Running in 0706c401662b 19:44:29 Removing intermediate container 0706c401662b 19:44:29 ---> ec86376540f0 19:44:29 Step 28/31 : CMD ["gate"] 19:44:35 ---> Running in 772b68b47e8c 19:44:36 Removing intermediate container 772b68b47e8c 19:44:36 ---> 78c9533cb573 19:44:36 Step 29/31 : LABEL arch=x86_64 19:44:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:44:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.207s coverage: 100.0% of statements 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:44:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.171s coverage: 100.0% of statements 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:44:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:44:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 71.3% of statements 19:44:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:44:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:44:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:44:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:44:38 ---> 301bcc2cd466 19:44:38 Step 3/26 : WORKDIR /edgex-go 19:44:38 ---> Using cache 19:44:38 ---> 510062360fb1 19:44:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:38 ---> Using cache 19:44:38 ---> 4d0b20ba7bd8 19:44:38 Step 5/26 : RUN apk add --update --no-cache make bash git 19:44:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:44:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:44:38 ---> 301bcc2cd466 19:44:38 Step 3/24 : WORKDIR /edgex-go 19:44:38 ---> Using cache 19:44:38 ---> 510062360fb1 19:44:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:38 ---> Using cache 19:44:38 ---> 4d0b20ba7bd8 19:44:38 Step 5/24 : RUN apk add --update --no-cache make git 19:44:38 ---> Using cache 19:44:38 ---> 13e70edb4c51 19:44:38 Step 6/24 : COPY go.mod . 19:44:38 ---> Using cache 19:44:38 ---> 4f598f159b45 19:44:38 Step 7/24 : RUN go mod download 19:44:38 ---> Using cache 19:44:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 5a0a3ee6d859 19:44:38 19:44:38 Step 8/24 : COPY . .Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:44:38 ---> 301bcc2cd466 19:44:38 Step 3/22 : WORKDIR /edgex-go 19:44:38 19:44:38 ---> Using cache 19:44:38 ---> Using cache 19:44:38 ---> 510062360fb1 19:44:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> 399a229fb28d 19:44:38 19:44:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup ---> Using cache 19:44:38 19:44:38 ---> 4d0b20ba7bd8 19:44:38 Step 5/22 : RUN apk add --update --no-cache make git 19:44:38 ---> Using cache 19:44:38 ---> 13e70edb4c51 19:44:38 Step 6/22 : COPY go.mod . 19:44:38 ---> Using cache 19:44:38 ---> 4f598f159b45 19:44:38 Step 7/22 : RUN go mod download 19:44:38 ---> Using cache 19:44:38 ---> 5a0a3ee6d859 19:44:38 Step 8/22 : COPY . . 19:44:38 ---> Using cache 19:44:38 ---> 399a229fb28d 19:44:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:44:39 ---> Running in 89512e2c3c0b 19:44:39 ---> Running in f25fbf45e70f 19:44:39 ---> Running in 9f2039f654f4 19:44:39 ---> Running in dfef4b83e638 19:44:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.570s coverage: 82.9% of statements 19:44:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:44:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:44:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.237s coverage: 78.9% of statements 19:44:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:44:40 Removing intermediate container 89512e2c3c0b 19:44:40 ---> 5afda39a7924 19:44:40 Step 30/31 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:44:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:44:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:44:41 ---> 301bcc2cd466 19:44:41 Step 3/23 : WORKDIR /edgex-go 19:44:41 ---> Using cache 19:44:41 ---> 510062360fb1 19:44:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:44:41 ---> Using cache 19:44:41 ---> 4d0b20ba7bd8 19:44:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:44:43 ---> Running in 1a7fc28855ea 19:44:43 ---> Running in a849909488bb 19:44:43 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:44:43 Removing intermediate container 1a7fc28855ea 19:44:43 ---> 969d1bf0db17 19:44:43 Step 31/31 : LABEL version=0.0.0 19:44:43 ---> Running in 25f9e6d7cd8e 19:44:43 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:44:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:44:43 Removing intermediate container 25f9e6d7cd8e 19:44:43 ---> a0438c6ecdf5 19:44:43 19:44:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:44:43 Successfully built a0438c6ecdf5 19:44:43 Successfully tagged docker-security-bootstrapper-go:latest 19:44:44  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:44:45 OK: 233 MiB in 51 packages 19:44:45 OK: 233 MiB in 51 packages 19:44:46 Removing intermediate container 9f2039f654f4 19:44:46 ---> 0cf869ee3ea6 19:44:46 Step 6/26 : COPY go.mod . 19:44:47 Removing intermediate container a849909488bb 19:44:47 ---> 3cd534b5e7c3 19:44:47 Step 6/23 : COPY go.mod . 19:44:47 ---> 79b6b967f638 19:44:47 Step 7/26 : RUN go mod download 19:44:47 ---> Running in 143014b81738 19:44:47 ---> 0cf41d182f56 19:44:47 Step 7/23 : RUN go mod download 19:44:47 ---> Running in 5483bc6c36d8 19:44:50 Removing intermediate container 143014b81738 19:44:50 ---> dff70f84374e 19:44:50 Step 8/26 : COPY . . 19:44:50 Removing intermediate container 5483bc6c36d8 19:44:50 ---> 133bc74784e0 19:44:50 Step 8/23 : COPY . . 19:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.281s coverage: 28.6% of statements 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.319s coverage: 100.0% of statements 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.183s coverage: 100.0% of statements 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.439s coverage: 86.7% of statements 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.477s coverage: 97.5% of statements 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:44:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.207s coverage: 78.3% of statements 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:44:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:44:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.372s coverage: 92.8% of statements 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:44:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:44:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 1.0% of statements 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:44:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 19:44:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.153s coverage: 47.1% of statements 19:44:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.145s coverage: 79.5% of statements 19:44:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.139s coverage: 94.1% of statements 19:44:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.164s coverage: 96.3% of statements 19:44:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.171s coverage: 87.5% of statements 19:45:08 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:45:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.178s coverage: 94.4% of statements 19:45:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.135s coverage: 44.8% of statements 19:45:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.554s coverage: 82.6% of statements 19:45:21 ---> 7494fcd21e7e 19:45:21 Step 9/23 : RUN make cmd/core-data/core-data 19:45:21 ---> ea6620d0d815 19:45:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:45:21 Removing intermediate container f25fbf45e70f 19:45:21 ---> f5f1b878b79b 19:45:21 19:45:21 Step 10/22 : FROM alpine:3.12 19:45:21 ---> 42cb162f0360 19:45:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:45:21 ---> Using cache 19:45:21 ---> 3ee967174fe9 19:45:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:45:21 ---> Using cache 19:45:21 ---> cd1c1dd8f811 19:45:21 Step 13/22 : ENV APP_PORT=48085 19:45:21 ---> Running in dd45790bffef 19:45:21 ---> Running in 75d18c6c1ae4 19:45:21 Removing intermediate container dfef4b83e638 19:45:21 ---> d0fb584c23ce 19:45:21 19:45:21 Step 10/24 : FROM alpine:3.12 19:45:21 ---> 42cb162f0360 19:45:21 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:45:21 ---> Running in c4e44b9bb699 19:45:21 ---> Running in b9df80a8f22b 19:45:21 Removing intermediate container c4e44b9bb699 19:45:21 ---> 0e95a4ee67a8 19:45:21 Step 14/22 : EXPOSE $APP_PORT 19:45:21 ---> Running in cb92edb8ccb7 19:45:21 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:45:21 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:45:21 Removing intermediate container cb92edb8ccb7 19:45:21 ---> 143f64b5f625 19:45:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:45:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:45:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:45:21 ---> ca3b872b3a1a 19:45:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:45:22 (1/6) Installing ca-certificates (20191127-r4) 19:45:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:45:22 (3/6) Installing libcurl (7.69.1-r3) 19:45:22 (4/6) Installing curl (7.69.1-r3) 19:45:22 (5/6) Installing dumb-init (1.2.2-r1) 19:45:22 (6/6) Installing su-exec (0.2-r1) 19:45:22 Executing busybox-1.31.1-r19.trigger 19:45:22 Executing ca-certificates-20191127-r4.trigger 19:45:22 OK: 7 MiB in 20 packages 19:45:24 ---> 3f578d4e2761 19:45:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:45:25 ---> 3eb641567e6f 19:45:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:45:25 Removing intermediate container b9df80a8f22b 19:45:25 ---> 15c126eed57b 19:45:25 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:45:25 ---> Running in 5a09c9055ded 19:45:25 ---> Running in 5f600736f758 19:45:25 Removing intermediate container 5a09c9055ded 19:45:25 ---> 80b4d1c6b682 19:45:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:45:25 Removing intermediate container 5f600736f758 19:45:25 ---> fa379e115e23 19:45:25 Step 13/24 : WORKDIR / 19:45:25 ---> Running in f51f53637a05 19:45:26 ---> Running in c83d025a8e08 19:45:26 Removing intermediate container f51f53637a05 19:45:26 ---> ebeadd579879 19:45:26 Step 20/22 : LABEL arch=x86_64 19:45:26 Removing intermediate container c83d025a8e08 19:45:26 ---> 315d44f2cda9 19:45:26 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:45:26 ---> Running in 3ae0c76100aa 19:45:26 Removing intermediate container 3ae0c76100aa 19:45:26 ---> ed9181e17a72 19:45:26 Step 21/22 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:45:27 ---> e14548c77cb7 19:45:27 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:45:27 ---> Running in 9026d08db1cd 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.212s coverage: 92.9% of statements 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.118s coverage: 100.0% of statements 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.163s coverage: 75.5% of statements 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.148s coverage: 80.8% of statements 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.215s coverage: 87.2% of statements 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.245s coverage: 84.6% of statements 19:45:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.281s coverage: 91.6% of statements 19:45:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:45:27 Removing intermediate container 9026d08db1cd 19:45:27 ---> 159bec061792 19:45:27 Step 22/22 : LABEL version=0.0.0 19:45:27 ---> 43c26a728025 19:45:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:45:27 ---> Running in 0ddfe6125dff 19:45:28 Removing intermediate container 0ddfe6125dff 19:45:28 ---> ddbe5b217384 19:45:28 19:45:28 ---> 64c24d94054e 19:45:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:45:28 Successfully built ddbe5b217384 19:45:28 Successfully tagged docker-support-scheduler-go:latest 19:45:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.764s coverage: 64.4% of statements 19:45:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:45:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:45:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.147s coverage: 100.0% of statements 19:45:29  Building docker-support-scheduler-go ... done  ---> 5373dfa8516f 19:45:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:45:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements 19:45:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 19:45:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.100s coverage: 73.7% of statements 19:45:31 ---> 3cddf3008b0a 19:45:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:45:31 ---> c53c4650f6e7 19:45:31 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:45:31 ---> Running in 1841b8f65f60 19:45:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 19:45:34 Removing intermediate container 1841b8f65f60 19:45:34 ---> 8f4c23437e1c 19:45:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:45:34 ---> Running in 0851e9250de5 19:45:34 Removing intermediate container 0851e9250de5 19:45:34 ---> c3f51e59efad 19:45:34 Step 22/24 : LABEL arch=x86_64 19:45:35 ---> Running in a8ce09d88e19 19:45:35 Removing intermediate container a8ce09d88e19 19:45:35 ---> c11450e352a1 19:45:35 Step 23/24 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:45:35 ---> Running in 4deee79429f3 19:45:35 Removing intermediate container 4deee79429f3 19:45:35 ---> cfbc2bae1456 19:45:35 Step 24/24 : LABEL version=0.0.0 19:45:35 ---> Running in c219dd44fb0f 19:45:36 Removing intermediate container c219dd44fb0f 19:45:36 ---> 1699cb34766a 19:45:36 19:45:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.015s coverage: 69.0% of statements 19:45:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:45:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:45:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 19:45:36 Successfully built 1699cb34766a 19:45:36 Successfully tagged docker-security-secretstore-setup-go:latest 19:45:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.567s coverage: 38.4% of statements 19:45:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:45:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:45:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements 19:45:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 19:45:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.129s coverage: 84.8% of statements 19:45:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.501s coverage: 47.0% of statements 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:45:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.205s coverage: 100.0% of statements 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:45:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 19:45:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.457s coverage: 87.1% of statements 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 19:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 19:45:48  Building docker-security-secretstore-setup-go ... done Removing intermediate container dd45790bffef 19:45:48 ---> 3ecf265079b1 19:45:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:45:48 ---> Running in fa4bc11b9b54 19:45:48 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:45:50 Removing intermediate container 75d18c6c1ae4 19:45:50 ---> e6904c3e0712 19:45:50 19:45:50 Step 10/23 : FROM alpine:3.12 19:45:50 ---> 42cb162f0360 19:45:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:45:50 ---> Running in c5c65b8b9fe0 19:45:50 Removing intermediate container c5c65b8b9fe0 19:45:50 ---> 9994b6948a6b 19:45:50 Step 12/23 : ENV APP_PORT=48080 19:45:50 Removing intermediate container fa4bc11b9b54 19:45:50 ---> ce1685d0cfd5 19:45:50 19:45:50 Step 11/26 : FROM docker:20.10.0 19:45:50 ---> Running in 814eb8d4186f 19:45:50 20.10.0: Pulling from library/docker 19:45:50 Removing intermediate container 814eb8d4186f 19:45:50 ---> 94e5f6c5fd3d 19:45:50 Step 13/23 : EXPOSE $APP_PORT 19:45:51 ---> Running in e925e5eb8409 19:45:51 Removing intermediate container e925e5eb8409 19:45:51 ---> 90deb0d085d2 19:45:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:45:51 ---> Running in e2c90f6a08b5 19:45:53 Removing intermediate container e2c90f6a08b5 19:45:53 ---> 6f292f214293 19:45:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:45:53 ---> Running in 28e02bb1c11e 19:45:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:45:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:45:55 (1/6) Installing dumb-init (1.2.2-r1) 19:45:55 (2/6) Installing libgcc (9.3.0-r2) 19:45:55 (3/6) Installing libsodium (1.0.18-r0) 19:45:55 (4/6) Installing libstdc++ (9.3.0-r2) 19:45:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:45:55 Status: Downloaded newer image for docker:20.10.0 19:45:55 ---> aefe523efa57 19:45:55 Step 12/26 : RUN apk add --no-cache bash 19:45:55 (5/6) Installing libzmq (4.3.3-r0) 19:45:55 (6/6) Installing zeromq (4.3.3-r0) 19:45:55 ---> Running in 1a8a80c5fd4c 19:45:55 Executing busybox-1.31.1-r19.trigger 19:45:55 OK: 8 MiB in 20 packages 19:45:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:45:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:45:56 Removing intermediate container 28e02bb1c11e 19:45:56 ---> 15c89582f5b3 19:45:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:45:56 (1/2) Installing readline (8.0.4-r0) 19:45:56 (2/2) Installing bash (5.0.17-r0) 19:45:56 Executing bash-5.0.17-r0.post-install 19:45:56 Executing busybox-1.31.1-r19.trigger 19:45:56 OK: 12 MiB in 22 packages 19:45:56 ---> bdad463ae807 19:45:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.862s coverage: 29.1% of statements 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.175s coverage: 100.0% of statements 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.255s coverage: 94.6% of statements 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:45:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.085s coverage: 100.0% of statements 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 32.1% of statements 19:45:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements 19:45:57 Removing intermediate container 1a8a80c5fd4c 19:45:57 ---> eaa9ce9fe63f 19:45:57 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:45:57 ---> Running in 810366433a74 19:45:57 ---> 93e909762e3f 19:45:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:45:57 GO111MODULE=on go vet ./... 19:45:57 Removing intermediate container 810366433a74 19:45:57 ---> 7a51d400d090 19:45:57 Step 14/26 : ENV APP_PORT=48090 19:45:57 ---> Running in d42218811e0d 19:45:57 ---> b98144a81a9c 19:45:57 Step 19/23 : ENTRYPOINT ["/core-data"] 19:45:57 ---> Running in b385c465c373 19:45:57 Removing intermediate container d42218811e0d 19:45:57 ---> 432439eee10d 19:45:57 Step 15/26 : EXPOSE $APP_PORT 19:45:57 ---> Running in ee848caed912 19:45:57 Removing intermediate container b385c465c373 19:45:57 ---> e0c135924aff 19:45:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:45:57 ---> Running in 08c0c0c4cb74 19:45:57 Removing intermediate container ee848caed912 19:45:57 ---> e95fa2976d81 19:45:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:45:57 Removing intermediate container 08c0c0c4cb74 19:45:57 ---> a8e240ed2630 19:45:57 Step 21/23 : LABEL arch=x86_64 19:45:57 ---> Running in b21734630448 19:45:58 ---> 0c91ac43a6af 19:45:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:45:58 Removing intermediate container b21734630448 19:45:58 ---> 3be7a355fb12 19:45:58 Step 22/23 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:45:58 ---> Running in 8ae03cf84ee0 19:45:59 Removing intermediate container 8ae03cf84ee0 19:45:59 ---> f68fd0217146 19:45:59 Step 23/23 : LABEL version=0.0.0 19:45:59 ---> 0921e261ec14 19:45:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:45:59 ---> Running in 35465b217c16 19:45:59 Removing intermediate container 35465b217c16 19:45:59 ---> de6475014e85 19:45:59 19:45:59 Successfully built de6475014e85 19:45:59 ---> ed25d7b38cf0 19:45:59 Step 19/26 : RUN apk --no-cache add py3-pip 19:45:59 Successfully tagged docker-core-data-go:latest 19:45:59  Building docker-core-data-go ... done  ---> Running in b12b476a4090 19:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:46:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:46:00 (1/33) Installing libbz2 (1.0.8-r1) 19:46:00 (2/33) Installing expat (2.2.9-r1) 19:46:00 (3/33) Installing libffi (3.3-r2) 19:46:00 (4/33) Installing gdbm (1.13-r1) 19:46:00 (5/33) Installing xz-libs (5.2.5-r0) 19:46:00 (6/33) Installing sqlite-libs (3.32.1-r0) 19:46:00 (7/33) Installing python3 (3.8.8-r0) 19:46:01 (8/33) Installing py3-appdirs (1.4.4-r1) 19:46:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:46:01 (10/33) Installing py3-parsing (2.4.7-r0) 19:46:01 (11/33) Installing py3-six (1.15.0-r0) 19:46:01 (12/33) Installing py3-packaging (20.4-r0) 19:46:01 (13/33) Installing py3-setuptools (47.0.0-r0) 19:46:01 (14/33) Installing py3-chardet (3.0.4-r4) 19:46:01 (15/33) Installing py3-idna (2.9-r0) 19:46:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:46:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:46:01 (18/33) Installing py3-requests (2.23.0-r0) 19:46:01 (19/33) Installing py3-msgpack (1.0.0-r0) 19:46:01 (20/33) Installing py3-lockfile (0.12.2-r3) 19:46:01 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:46:01 (22/33) Installing py3-colorama (0.4.3-r0) 19:46:01 (23/33) Installing py3-distlib (0.3.0-r0) 19:46:01 (24/33) Installing py3-distro (1.5.0-r1) 19:46:01 (25/33) Installing py3-webencodings (0.5.1-r3) 19:46:01 (26/33) Installing py3-html5lib (1.0.1-r4) 19:46:01 (27/33) Installing py3-pytoml (0.1.21-r0) 19:46:01 (28/33) Installing py3-pep517 (0.8.2-r0) 19:46:01 (29/33) Installing py3-progress (1.5-r0) 19:46:01 (30/33) Installing py3-toml (0.10.1-r0) 19:46:01 (31/33) Installing py3-retrying (1.3.3-r0) 19:46:01 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:46:01 (33/33) Installing py3-pip (20.1.1-r0) 19:46:01 Executing busybox-1.31.1-r19.trigger 19:46:01 OK: 71 MiB in 55 packages 19:46:10 Removing intermediate container b12b476a4090 19:46:10 ---> d2c1170af837 19:46:10 Step 20/26 : RUN pip install docker-compose==1.23.2 19:46:10 ---> Running in 7d857b678c3f 19:46:12 Collecting docker-compose==1.23.2 19:46:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:46:12 Collecting texttable<0.10,>=0.9.0 19:46:12 Downloading texttable-0.9.1.tar.gz (11 kB) 19:46:12 Collecting dockerpty<0.5,>=0.4.1 19:46:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:46:13 Collecting cached-property<2,>=1.2.0 19:46:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:46:13 Collecting docopt<0.7,>=0.6.1 19:46:13 Downloading docopt-0.6.2.tar.gz (25 kB) 19:46:14 Collecting PyYAML<4,>=3.10 19:46:14 Downloading PyYAML-3.13.tar.gz (270 kB) 19:46:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:46:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:46:15 Collecting docker<4.0,>=3.6.0 19:46:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:46:15 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:46:15 Collecting jsonschema<3,>=2.5.1 19:46:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:46:15 Collecting websocket-client<1.0,>=0.32.0 19:46:15 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:46:15 Collecting idna<2.8,>=2.5 19:46:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:46:15 Collecting urllib3<1.25,>=1.21.1 19:46:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:46:17 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:46:17 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:46:17 Collecting docker-pycreds>=0.4.0 19:46:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:46:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:46:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:46:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:46:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:46:17 Installing collected packages: texttable, dockerpty, cached-property, docopt, PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, docker-compose 19:46:17 Running setup.py install for texttable: started 19:46:17 Running setup.py install for texttable: finished with status 'done' 19:46:17 Running setup.py install for dockerpty: started 19:46:18 Running setup.py install for dockerpty: finished with status 'done' 19:46:18 Running setup.py install for docopt: started 19:46:18 Running setup.py install for docopt: finished with status 'done' 19:46:18 Running setup.py install for PyYAML: started 19:46:19 Running setup.py install for PyYAML: finished with status 'done' 19:46:19 Attempting uninstall: idna 19:46:19 Found existing installation: idna 2.9 19:46:19 Uninstalling idna-2.9: 19:46:19 Successfully uninstalled idna-2.9 19:46:19 Attempting uninstall: urllib3 19:46:19 Found existing installation: urllib3 1.25.9 19:46:19 Uninstalling urllib3-1.25.9: 19:46:19 Successfully uninstalled urllib3-1.25.9 19:46:19 Attempting uninstall: requests 19:46:19 Found existing installation: requests 2.23.0 19:46:19 Uninstalling requests-2.23.0: 19:46:19 Successfully uninstalled requests-2.23.0 19:46:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 19:46:23 Removing intermediate container 7d857b678c3f 19:46:23 ---> ecad0ecf019b 19:46:23 Step 21/26 : RUN apk --no-cache add curl 19:46:23 ---> Running in 991bf79cee5e 19:46:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:46:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:46:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:46:24 (2/3) Installing libcurl (7.69.1-r3) 19:46:24 (3/3) Installing curl (7.69.1-r3) 19:46:24 Executing busybox-1.31.1-r19.trigger 19:46:24 OK: 72 MiB in 58 packages 19:46:24 Removing intermediate container 991bf79cee5e 19:46:24 ---> 42b29818b431 19:46:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:46:24 ---> Running in 3255a168c26b 19:46:24 Removing intermediate container 3255a168c26b 19:46:24 ---> 9bf5098533d6 19:46:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:46:24 ---> Running in 295b15ed294e 19:46:25 Removing intermediate container 295b15ed294e 19:46:25 ---> d10e7a716bef 19:46:25 Step 24/26 : LABEL arch=x86_64 19:46:25 ---> Running in 0d8c6b6f725e 19:46:25 Removing intermediate container 0d8c6b6f725e 19:46:25 ---> 8c65f325c333 19:46:25 Step 25/26 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:46:25 ---> Running in ea46b03b80f3 19:46:25 Removing intermediate container ea46b03b80f3 19:46:25 ---> 505cc34a600c 19:46:25 Step 26/26 : LABEL version=0.0.0 19:46:25 ---> Running in c7ef21ca14fc 19:46:25 Removing intermediate container c7ef21ca14fc 19:46:25 ---> ddedd90286c7 19:46:25 19:46:25 Successfully built ddedd90286c7 19:46:25 Successfully tagged docker-sys-mgmt-agent-go:latest 19:46:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:46:26 $ docker stop --time=1 4129bc86cc18ee8a44c877659686fad23ff75047cdf8af4f5179e9eca4a0454c 19:46:28 $ docker rm -f 4129bc86cc18ee8a44c877659686fad23ff75047cdf8af4f5179e9eca4a0454c [Pipeline] // withDockerContainer [Pipeline] sh 19:46:28 + docker images 19:46:28 + grep docker 19:46:28 docker-sys-mgmt-agent-go latest ddedd90286c7 3 seconds ago 314MB 19:46:28 docker-core-data-go latest de6475014e85 29 seconds ago 22.7MB 19:46:28 docker-security-secretstore-setup-go latest 1699cb34766a 53 seconds ago 25.7MB 19:46:28 docker-support-scheduler-go latest ddbe5b217384 About a minute ago 17.4MB 19:46:28 docker-security-bootstrapper-go latest a0438c6ecdf5 About a minute ago 18.9MB 19:46:28 docker-core-metadata-go latest c57a4fb51178 2 minutes ago 19MB 19:46:28 docker-support-notifications-go latest a7e3ae1af3dc 2 minutes ago 17.9MB 19:46:28 docker-core-command-go latest ce86394ef143 2 minutes ago 17.3MB 19:46:28 docker-security-proxy-setup-go latest 06dfe58d8bed 2 minutes ago 25.4MB 19:46:28 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:46:44 Still waiting to schedule task 19:46:44 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 19:47:19 gofmt -l . 19:47:21 [ "`gofmt -l .`" = "" ] 19:47:24 ./bin/test-go-mod-tidy.sh 19:47:24 ./bin/test-attribution-txt.sh [Pipeline] sh 19:47:27 + ls -al . 19:47:27 total 808 19:47:27 drwxrwxr-x 9 1001 1001 4096 Mar 29 19:47 . 19:47:27 drwxr-xr-x 4 root root 4096 Mar 29 19:42 .. 19:47:27 -rw-rw-r-- 1 1001 1001 11 Mar 29 19:40 .dockerignore 19:47:27 drwxrwxr-x 8 1001 1001 4096 Mar 29 19:40 .git 19:47:27 drwxrwxr-x 3 1001 1001 4096 Mar 29 19:40 .github 19:47:27 -rw-rw-r-- 1 1001 1001 818 Mar 29 19:40 .gitignore 19:47:27 -rw-rw-r-- 1 1001 1001 166 Mar 29 19:40 .sonarcloud.properties 19:47:27 -rw-rw-r-- 1 1001 1001 8607 Mar 29 19:40 Attribution.txt 19:47:27 -rw-rw-r-- 1 1001 1001 3804 Mar 29 19:40 CONTRIBUTING.md 19:47:27 -rw-rw-r-- 1 1001 1001 931 Mar 29 19:40 Dockerfile.build 19:47:27 -rw-rw-r-- 1 1001 1001 863 Mar 29 19:40 Jenkinsfile 19:47:27 -rw-rw-r-- 1 1001 1001 10775 Mar 29 19:40 LICENSE 19:47:27 -rw-rw-r-- 1 1001 1001 5774 Mar 29 19:40 Makefile 19:47:27 -rw-rw-r-- 1 1001 1001 6548 Mar 29 19:40 README.md 19:47:27 -rw-rw-r-- 1 1001 1001 6755 Mar 29 19:40 SECURITY.md 19:47:27 -rw-rw-r-- 1 1001 1001 5 Mar 29 19:37 VERSION 19:47:27 -rw-rw-r-- 1 1001 1001 4131 Mar 29 19:40 ZMQWindows.md 19:47:27 drwxrwxr-x 2 1001 1001 4096 Mar 29 19:40 bin 19:47:27 drwxrwxr-x 14 1001 1001 4096 Mar 29 19:40 cmd 19:47:27 -rw-r--r-- 1 root root 668090 Mar 29 19:45 coverage.out 19:47:27 -rw-r--r-- 1 root root 1057 Mar 29 19:47 go.mod 19:47:27 -rw-r--r-- 1 root root 22532 Mar 29 19:47 go.sum 19:47:27 drwxrwxr-x 8 1001 1001 4096 Mar 29 19:40 internal 19:47:27 drwxrwxr-x 4 1001 1001 4096 Mar 29 19:40 openapi 19:47:27 drwxrwxr-x 4 1001 1001 4096 Mar 29 19:40 snap 19:47:27 -rw-rw-r-- 1 1001 1001 168 Mar 29 19:40 version.go [Pipeline] sh 19:47:28 + '[' -e coverage.out ] 19:47:28 + chown 1001:1001 coverage.out [Pipeline] stash 19:47:28 Warning: overwriting stash ‘coverage-report’ 19:47:29 Stashed 1 file(s) [Pipeline] sh 19:47:30 + make build 19:47:30 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:47:42 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:48:09 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:48:15 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:48:21 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:48:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:48:25 Running on prd-ubuntu18.04-docker-8c-8g-31840 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 19:48:25 Running in /w/workspace/edgex-go/38 [Pipeline] { [Pipeline] checkout 19:48:27 using credential edgex-jenkins-ssh 19:48:27 Cloning the remote Git repository 19:48:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:48:27 > git init /w/workspace/edgex-go/38 # timeout=10 19:48:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:48:27 > git --version # timeout=10 19:48:27 > git --version # 'git version 2.17.1' 19:48:27 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:48:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:48:38 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:48:41 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:48:42 Merging remotes/origin/master commit 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 into PR head commit 0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:48:42 Merge succeeded, producing 0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:48:42 Checking out Revision 0f08c5a4c934446bc4a8748a808e300ce7aa86cd (PR-3234) 19:48:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:48:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:48:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:48:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:48:41 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:48:42 > git config core.sparsecheckout # timeout=10 19:48:42 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 19:48:42 > git remote # timeout=10 19:48:42 > git config --get remote.origin.url # timeout=10 19:48:42 using GIT_SSH to set credentials SSH Credentials for GitHub 19:48:42 > git merge 26d77b84fb2d9fed3cb020dc876dcb0bb8438935 # timeout=10 19:48:42 > git rev-parse HEAD^{commit} # timeout=10 19:48:42 > git config core.sparsecheckout # timeout=10 19:48:42 > git checkout -f 0f08c5a4c934446bc4a8748a808e300ce7aa86cd # timeout=10 19:48:46 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:48:47 + echo snap-build.sh 19:48:47 snap-build.sh 19:48:47 + SNAP_BASE_DIR=. 19:48:47 + '[' '!' -z /w/workspace/edgex-go/38 ']' 19:48:47 + SNAP_BASE_DIR=/w/workspace/edgex-go/38 19:48:47 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/38]' 19:48:47 [snap-build] Building snap in dir [/w/workspace/edgex-go/38] 19:48:47 + cd /w/workspace/edgex-go/38 19:48:47 + sudo apt-get remove -qy --purge lxd lxd-client 19:48:47 Reading package lists... 19:48:47 Building dependency tree... 19:48:47 Reading state information... 19:48:47 The following packages were automatically installed and are no longer required: 19:48:47 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:48:47 uidmap xdelta3 19:48:47 Use 'sudo apt autoremove' to remove them. 19:48:47 The following packages will be REMOVED: 19:48:47 lxd* lxd-client* 19:48:47 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:48:47 After this operation, 31.7 MB disk space will be freed. 19:48:48 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:48:48 (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:48:48 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:48:50 Removing lxd dnsmasq configuration 19:48:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:48:50 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:48:50 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:48:50 (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:48:50 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:48:52 Processing triggers for systemd (237-3ubuntu10.42) ... 19:48:52 Processing triggers for ureadahead (0.100.0-21) ... 19:48:52 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:48:53 + sudo snap remove --purge lxd 19:48:53 snap "lxd" is not installed 19:48:53 + sudo groupadd --force --system lxd 19:48:53 ++ whoami 19:48:53 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:48:53 + newgrp - lxd 19:48:53 + sudo snap install lxd 19:48: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 19:49:03 2021-03-29T19:49:00Z INFO Waiting for automatic snapd restart... [Pipeline] } 19:49:07 $ docker stop --time=1 fbe24bb256985d4527529577adf46309c3ddd73c3b9b45b4b094b8448219b9bd 19:49:10 $ docker rm -f fbe24bb256985d4527529577adf46309c3ddd73c3b9b45b4b094b8448219b9bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:49:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:49:13 19:49:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:49:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:49:13 latest: Pulling from edgex-devops/edgex-compose-arm64 19:49:13 29e5d40040c1: Pulling fs layer 19:49:13 1ce36da41761: Pulling fs layer 19:49:13 25b303627fd3: Pulling fs layer 19:49:14 29e5d40040c1: Verifying Checksum 19:49:14 29e5d40040c1: Download complete 19:49:14 29e5d40040c1: Pull complete 19:49:15 1ce36da41761: Verifying Checksum 19:49:15 1ce36da41761: Download complete 19:49:16 1ce36da41761: Pull complete 19:49:16 25b303627fd3: Verifying Checksum 19:49:16 25b303627fd3: Download complete 19:49:21 lxd 4.12 from Canonical* installed 19:49:21 + sudo lxd init --auto 19:49:26 25b303627fd3: Pull complete 19:49:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:49:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:49:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:49:27 prd-ubuntu18.04-docker-arm64-4c-16g-31835 does not seem to be running inside a container 19:49:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:49:29 + sudo snap install --classic snapcraft 19:49:30 $ docker top f2b3165b21dd91b13f024f34122830633c7521b29a7cf2984c2e5877946dece4 -eo pid,comm [Pipeline] { [Pipeline] sh 19:49:31 + + docker-composegrep parallel 19:49:31 build --help 19:49:35 snapcraft 4.5.4 from Canonical* installed 19:49:35 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:49:35 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:49:35 % Total % Received % Xferd Average Speed Time Time Time Current 19:49:35 Dload Upload Total Spent Left Speed 19:49:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 10450 0 --:--:-- --:--:-- --:--:-- 10450 19:49:35 100 3325k 100 3325k 0 0 24.2M 0 --:--:-- --:--:-- --:--:-- 24.2M 19:49:35 ./yq_linux_amd64 19:49:35 + sudo snapcraft prime --use-lxd 19:49:36 --parallel Build images in parallel. [Pipeline] } 19:49:36 $ docker stop --time=1 f2b3165b21dd91b13f024f34122830633c7521b29a7cf2984c2e5877946dece4 19:49:36 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:49:36 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:49:36 - README.md 19:49:36 19:49:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:49:36 Launching a container. 19:49:38 $ docker rm -f f2b3165b21dd91b13f024f34122830633c7521b29a7cf2984c2e5877946dece4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:49:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:49:39 . [Pipeline] withDockerContainer 19:49:39 prd-ubuntu18.04-docker-arm64-4c-16g-31835 does not seem to be running inside a container 19:49:39 $ 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/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@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:10003/edgex-devops/edgex-compose-arm64:latest cat 19:49:41 $ docker top 31145fc8a7c652d07e300116f8f32258a529b83157552625bb8a3070a6ea1782 -eo pid,comm [Pipeline] { [Pipeline] sh 19:49:42 + docker-compose -f ./docker-compose-build.yml build --parallel 19:49:49 Waiting for container to be ready 19:49:49 To start your first instance, try: lxc launch ubuntu:18.04 19:49:49 19:49:49 Building docker-core-command-go ... 19:49:49 Building docker-core-data-go ... 19:49:49 Building docker-core-metadata-go ... 19:49:49 Building docker-security-bootstrapper-go ... 19:49:49 Building docker-security-proxy-setup-go ... 19:49:49 Building docker-security-secretstore-setup-go ... 19:49:49 Building docker-support-notifications-go ... 19:49:49 Building docker-support-scheduler-go ... 19:49:49 Building docker-sys-mgmt-agent-go ... 19:49:49 Building docker-security-proxy-setup-go 19:49:49 Building docker-support-notifications-go 19:49:49 Building docker-core-metadata-go 19:49:49 Building docker-support-scheduler-go 19:49:49 Building docker-security-bootstrapper-go 19:49:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:49:52 Waiting for network to be ready... 19:49:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:49:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:49:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 19:49:53 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:49:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:49:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:49:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:49:53 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 19:49:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:49:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:49:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:49:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:49:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:49:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:49:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 19:49:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 19:49:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 19:49:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 19:49:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:49:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 19:49:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 19:49:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:49:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:49:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 19:49:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 19:49:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 19:49:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 19:49:57 Fetched 24.2 MB in 5s (4643 kB/s) 19:49:58 Reading package lists... 19:49:58 Reading package lists... 19:49:59 Building dependency tree... 19:49:59 Reading state information... 19:49:59 The following additional packages will be installed: 19:49:59 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:49:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:49:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:49:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:49:59 Suggested packages: 19:49:59 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:49:59 Recommended packages: 19:49:59 gnupg libsasl2-modules 19:49:59 The following NEW packages will be installed: 19:49:59 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:49:59 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:49:59 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:49:59 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:49:59 The following packages will be upgraded: 19:49:59 gpg gpg-agent gpgconf libudev1 19:49:59 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:49:59 Need to get 3530 kB of archives. 19:49:59 After this operation, 13.3 MB of additional disk space will be used. 19:49:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:49:59 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:49:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:49:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:49:59 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 19:49:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 19:49:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:49:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:49:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:50:00 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:50:00 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:50:00 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:50:00 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:50:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:50:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:50:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:50:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:50:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:50:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:50:00 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:50:00 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:50:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:50:00 debconf: delaying package configuration, since apt-utils is not installed 19:50:00 Fetched 3530 kB in 1s (3161 kB/s) 19:50:00 (Reading database ... 12511 files and directories currently installed.) 19:50:00 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 19:50:00 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:50:00 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 19:50:00 Selecting previously unselected package udev. 19:50:00 (Reading database ... 12511 files and directories currently installed.) 19:50:00 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 19:50:00 Unpacking udev (237-3ubuntu10.45) ... 19:50:00 Selecting previously unselected package libfuse2:amd64. 19:50:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:50:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:50:00 Selecting previously unselected package fuse. 19:50:00 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:50:00 Unpacking fuse (2.9.7-1ubuntu1) ... 19:50:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:50:01 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:50:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:50:01 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:50:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:50:01 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:50:01 Selecting previously unselected package libksba8:amd64. 19:50:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:50:01 Unpacking libksba8:amd64 (1.3.5-2) ... 19:50:01 Selecting previously unselected package libroken18-heimdal:amd64. 19:50:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:50:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:50:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:01 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:50:01 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:01 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:01 Selecting previously unselected package libwind0-heimdal:amd64. 19:50:01 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:01 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:50:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:50:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:02 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:50:02 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:02 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:02 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:50:02 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:50:02 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:02 Selecting previously unselected package libsasl2-modules-db:amd64. 19:50:02 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:50:02 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:50:02 Selecting previously unselected package libsasl2-2:amd64. 19:50:02 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:50:02 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:50:02 Selecting previously unselected package libldap-common. 19:50:02 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:50:02 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:50:02 Selecting previously unselected package libldap-2.4-2:amd64. 19:50:02 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:50:02 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:50:02 Selecting previously unselected package dirmngr. 19:50:02 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:50:02 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:50:02 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:50:02 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:50:02 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:50:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:50:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:50:02 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:50:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Setting up libksba8:amd64 (1.3.5-2) ... 19:50:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:50:03 Setting up udev (237-3ubuntu10.45) ... 19:50:03 invoke-rc.d: policy-rc.d denied execution of start. 19:50:03 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Processing triggers for systemd (237-3ubuntu10) ... 19:50:03 Setting up fuse (2.9.7-1ubuntu1) ... 19:50:03 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:50:03 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:50:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:50:03 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:50:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:50:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:50:04 settings in the [Install] section, and DefaultInstance for template units). 19:50:04 This means they are not meant to be enabled using systemctl. 19:50:04 Possible reasons for having this kind of units are: 19:50:04 1) A unit may be statically enabled by being symlinked from another unit's 19:50:04 .wants/ or .requires/ directory. 19:50:04 2) A unit's purpose may be to act as a helper for some other unit which has 19:50:04 a requirement dependency on it. 19:50:04 3) A unit may be started when needed via activation (socket, path, timer, 19:50:04 D-Bus, udev, scripted systemctl call, ...). 19:50:04 4) In case of template units, the unit is meant to be enabled with some 19:50:04 instance name specified. 19:50:04 Reading package lists... 19:50:04 Building dependency tree... 19:50:04 Reading state information... 19:50:04 The following additional packages will be installed: 19:50:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:50:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:50:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:50:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:50:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:50:04 Suggested packages: 19:50:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:50:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:50:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:50:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:50:04 systemd-container policykit-1 19:50:04 Recommended packages: 19:50:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:50:04 The following NEW packages will be installed: 19:50:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:50:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:50:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:50:04 multiarch-support openssh-client python3 python3-minimal python3.6 19:50:04 python3.6-minimal snapd squashfs-tools sudo 19:50:04 The following packages will be upgraded: 19:50:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:50:05 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:50:05 Need to get 35.2 MB of archives. 19:50:05 After this operation, 141 MB of additional disk space will be used. 19:50:05 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 19:50:05 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:50:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:50:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 19:50:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:50:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:50:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:50:06 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 19:50:06 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:50:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:50:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:50:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:50:06 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:50:06 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:50:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:50:06 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:50:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:50:06 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:50:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:50:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:50:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:50:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:50:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:50:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:50:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:50:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:50:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:50:06 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:50:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:50:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:50:07 debconf: delaying package configuration, since apt-utils is not installed 19:50:07 Fetched 35.2 MB in 2s (15.6 MB/s) 19:50:07 (Reading database ... 12757 files and directories currently installed.) 19:50:07 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 19:50:07 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:50:08 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 19:50:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:50:08 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 19:50:08 (Reading database ... 12757 files and directories currently installed.) 19:50:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:50:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:50:08 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:50:08 (Reading database ... 12757 files and directories currently installed.) 19:50:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:50:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:50:08 Setting up apt (1.6.12ubuntu0.2) ... 19:50:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:50:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:50:09 (Reading database ... 12764 files and directories currently installed.) 19:50:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:50:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:50:09 Selecting previously unselected package libpython3.6-minimal:amd64. 19:50:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:50:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:50:09 Selecting previously unselected package libexpat1:amd64. 19:50:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:50:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:50:09 Selecting previously unselected package python3.6-minimal. 19:50:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:50:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:50:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 19:50:10 Checking for services that may need to be restarted...done. 19:50:10 Checking for services that may need to be restarted...done. 19:50:10 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:50:10 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:50:10 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:50:11 Selecting previously unselected package python3-minimal. 19:50:11 (Reading database ... 13012 files and directories currently installed.) 19:50:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:50:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:50:11 Selecting previously unselected package mime-support. 19:50:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:50:11 Unpacking mime-support (3.60ubuntu1) ... 19:50:11 Selecting previously unselected package libmpdec2:amd64. 19:50:11 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:50:11 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:50:11 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:50:11 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:50:11 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:50:11 Selecting previously unselected package python3.6. 19:50:11 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:50:11 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:50:11 Selecting previously unselected package libpython3-stdlib:amd64. 19:50:11 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:50:11 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:50:11 Setting up python3-minimal (3.6.7-1~18.04) ... 19:50:12 Selecting previously unselected package python3. 19:50:12 (Reading database ... 13442 files and directories currently installed.) 19:50:12 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:50:12 Unpacking python3 (3.6.7-1~18.04) ... 19:50:12 Selecting previously unselected package multiarch-support. 19:50:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:50:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:50:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:50:12 Selecting previously unselected package liblzo2-2:amd64. 19:50:12 (Reading database ... 13479 files and directories currently installed.) 19:50:12 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:50:12 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:50:12 Selecting previously unselected package libbsd0:amd64. 19:50:12 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:50:12 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:50:12 Selecting previously unselected package sudo. 19:50:12 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:50:12 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:50:12 Selecting previously unselected package apparmor. 19:50:12 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:50:12 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:50:12 Selecting previously unselected package libedit2:amd64. 19:50:12 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:50:12 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:50:12 Selecting previously unselected package libkrb5support0:amd64. 19:50:12 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:50:12 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:50:12 Selecting previously unselected package libk5crypto3:amd64. 19:50:12 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:50:12 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:50:13 Selecting previously unselected package libkeyutils1:amd64. 19:50:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:50:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:50:13 Selecting previously unselected package libkrb5-3:amd64. 19:50:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:50:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:50:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:50:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:50:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:50:13 Selecting previously unselected package libssl1.0.0:amd64. 19:50:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:50:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:50:13 Selecting previously unselected package openssh-client. 19:50:13 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:50:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:50:13 Selecting previously unselected package squashfs-tools. 19:50:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:50:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:50:13 Selecting previously unselected package snapd. 19:50:13 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:50:13 Unpacking snapd (2.48.3+18.04) ... 19:50:15 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:50:15 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:50:16 Setting up mime-support (3.60ubuntu1) ... 19:50:16 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:50:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:50:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:50:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:50:16 Setting up systemd (237-3ubuntu10.45) ... 19:50:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:50:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:50:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:50:18 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:50:18 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:50:18 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:50:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:50:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:50:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:50:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:50:19 Setting up python3 (3.6.7-1~18.04) ... 19:50:19 running python rtupdate hooks for python3.6... 19:50:19 running python post-rtupdate hooks for python3.6... 19:50:19 Setting up apparmor (2.12-4ubuntu5.1) ... 19:50:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:50:20 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:50:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:50:20 Setting up snapd (2.48.3+18.04) ... 19:50:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:50:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:50:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:50:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:50:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:50:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:50:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:50:23 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:50:23 /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:50:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:50:23 Processing triggers for systemd (237-3ubuntu10.45) ... 19:50:24 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 19:50:24 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:50:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:50:25 Reading package lists... 19:50:25 Reading package lists... 19:50:25 Building dependency tree... 19:50:25 Reading state information... 19:50:25 Calculating upgrade... 19:50:26 The following packages will be upgraded: 19:50:26 advancecomp base-files bash binutils binutils-common 19:50:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:50:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:50:26 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:50:26 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:50:26 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:50:26 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:50:26 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:50:26 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:50:26 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:50:26 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:50:26 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:50:26 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:50:26 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:50:26 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:50:26 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:50:26 Need to get 63.8 MB of archives. 19:50:26 After this operation, 5208 kB of additional disk space will be used. 19:50:26 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 19:50:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:50:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:50:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:50:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:50:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:50:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:50:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:50:26 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:50:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:50:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:50:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:50:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:50:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:50:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:50:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:50:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:50:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:50:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:50:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:50:26 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:50:26 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:50:26 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:50:26 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:50:26 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:50:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:50:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:50:26 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:50:26 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:50:26 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:50:26 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:50:26 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:50:26 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:50:26 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:50:26 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:50:26 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:50:26 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:50:26 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:50:26 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:50:26 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 19:50:26 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:50:26 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:50:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:50:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:50:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:50:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:50:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:50:26 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:50:26 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:50:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:50:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:50:26 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:50:26 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:50:26 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:50:26 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:50:27 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:50:27 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:50:27 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:50:27 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:50:27 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:50:27 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:50:27 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:50:27 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:50:27 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:50:27 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:50:27 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:50:27 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:50:27 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:50:27 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:50:27 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:50:27 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:50:27 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:50:27 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:50:27 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:50:27 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:50:27 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:50:27 Get:77 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:50:27 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:50:27 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 19:50:27 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:50:27 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:50:27 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:50:27 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:50:27 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:50:27 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:50:27 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:50:27 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:50:27 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:50:27 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:50:27 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:50:27 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:50:27 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:50:27 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:50:27 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:50:27 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:50:27 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:50:27 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:50:27 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:50:27 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:50:27 debconf: delaying package configuration, since apt-utils is not installed 19:50:27 Fetched 63.8 MB in 1s (43.4 MB/s) 19:50:28 (Reading database ... 13912 files and directories currently installed.) 19:50:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:50:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:50:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:50:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:50:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 19:50:29 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 19:50:29 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:29 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:29 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:29 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:29 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:29 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:30 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:30 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:30 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:30 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:30 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:30 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:30 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:30 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:30 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:30 (Reading database ... 13911 files and directories currently installed.) 19:50:30 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:30 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:50:30 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:50:30 (Reading database ... 13911 files and directories currently installed.) 19:50:30 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:30 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:30 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:31 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:31 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:50:31 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:50:31 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:31 (Reading database ... 13911 files and directories currently installed.) 19:50:31 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:50:31 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:50:31 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:50:32 (Reading database ... 13911 files and directories currently installed.) 19:50:32 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:50:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:50:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:50:32 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:50:32 Setting up base-files (10.1ubuntu2.10) ... 19:50:32 Installing new version of config file /etc/issue ... 19:50:32 Installing new version of config file /etc/issue.net ... 19:50:32 Installing new version of config file /etc/lsb-release ... 19:50:32 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:50:32 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:50:32 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:50:32 Removing obsolete conffile /etc/default/motd-news ... 19:50:32 (Reading database ... 13912 files and directories currently installed.) 19:50:32 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:50:32 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:50:33 Setting up bash (4.4.18-2ubuntu1.2) ... 19:50:33 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:50:33 (Reading database ... 13912 files and directories currently installed.) 19:50:33 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:33 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:50:33 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:50:33 (Reading database ... 13912 files and directories currently installed.) 19:50:33 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:50:33 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:50:33 Setting up tar (1.29b-2ubuntu0.2) ... 19:50:33 (Reading database ... 13912 files and directories currently installed.) 19:50:33 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:50:33 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:50:33 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:50:33 (Reading database ... 13912 files and directories currently installed.) 19:50:33 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:50:33 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:50:33 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:50:34 (Reading database ... 13912 files and directories currently installed.) 19:50:34 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:50:34 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:50:34 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:50:34 (Reading database ... 13912 files and directories currently installed.) 19:50:34 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:50:34 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:50:34 Setting up grep (3.1-2build1) ... 19:50:34 (Reading database ... 13912 files and directories currently installed.) 19:50:34 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:50:34 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:50:34 Setting up login (1:4.5-1ubuntu2) ... 19:50:34 (Reading database ... 13912 files and directories currently installed.) 19:50:34 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:50:34 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:50:34 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:50:34 (Reading database ... 13912 files and directories currently installed.) 19:50:34 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:50:34 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:50:35 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:50:35 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:50:35 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:50:35 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:50:36 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:50:36 (Reading database ... 13912 files and directories currently installed.) 19:50:36 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:50:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:50:37 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:50:37 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:50:37 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:50:37 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:50:37 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:50:37 (Reading database ... 13912 files and directories currently installed.) 19:50:37 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:50:37 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:50:38 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:50:38 (Reading database ... 13912 files and directories currently installed.) 19:50:38 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:38 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:50:38 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:50:38 (Reading database ... 13912 files and directories currently installed.) 19:50:38 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:38 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:50:38 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:50:38 (Reading database ... 13912 files and directories currently installed.) 19:50:38 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:38 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:50:38 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:50:38 (Reading database ... 13912 files and directories currently installed.) 19:50:38 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:38 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:50:38 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:50:39 (Reading database ... 13912 files and directories currently installed.) 19:50:39 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:50:39 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:50:39 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:50:39 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:50:39 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:50:39 (Reading database ... 13912 files and directories currently installed.) 19:50:39 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:50:39 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:50:39 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:50:39 (Reading database ... 13912 files and directories currently installed.) 19:50:39 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:39 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:50:39 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:50:39 (Reading database ... 13912 files and directories currently installed.) 19:50:39 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:39 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:50:39 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:50:40 (Reading database ... 13912 files and directories currently installed.) 19:50:40 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:40 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:50:40 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:50:40 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:50:41 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:50:41 (Reading database ... 13912 files and directories currently installed.) 19:50:41 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:50:41 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:50:41 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:50:41 (Reading database ... 13912 files and directories currently installed.) 19:50:41 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:50:41 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:50:41 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:50:41 (Reading database ... 13914 files and directories currently installed.) 19:50:41 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:50:41 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:50:42 Setting up debconf (1.5.66ubuntu1) ... 19:50:42 (Reading database ... 13914 files and directories currently installed.) 19:50:42 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:50:42 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:50:42 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:50:42 (Reading database ... 13914 files and directories currently installed.) 19:50:42 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:50:42 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:50:42 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:50:42 (Reading database ... 13914 files and directories currently installed.) 19:50:42 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:50:42 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:50:42 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:50:42 (Reading database ... 13914 files and directories currently installed.) 19:50:42 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:50:42 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:50:42 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:50:43 (Reading database ... 13914 files and directories currently installed.) 19:50:43 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:50:43 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:50:43 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:50:43 (Reading database ... 13914 files and directories currently installed.) 19:50:43 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:50:43 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:50:43 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 19:50:43 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:50:43 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:50:43 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:50:43 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:50:43 (Reading database ... 13914 files and directories currently installed.) 19:50:43 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:50:43 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:50:44 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:50:44 (Reading database ... 13914 files and directories currently installed.) 19:50:44 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:50:44 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:50:44 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:50:44 (Reading database ... 13914 files and directories currently installed.) 19:50:44 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:50:44 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:50:44 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:50:44 (Reading database ... 13914 files and directories currently installed.) 19:50:44 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:50:44 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:50:44 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:50:45 (Reading database ... 13914 files and directories currently installed.) 19:50:45 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:50:45 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:50:45 Setting up passwd (1:4.5-1ubuntu2) ... 19:50:45 (Reading database ... 13914 files and directories currently installed.) 19:50:45 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:50:45 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:50:45 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:50:45 (Reading database ... 13914 files and directories currently installed.) 19:50:45 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:50:45 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:50:45 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:50:45 (Reading database ... 13914 files and directories currently installed.) 19:50:45 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:50:45 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:50:45 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:50:45 (Reading database ... 13914 files and directories currently installed.) 19:50:45 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:50:45 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:50:46 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:50:46 (Reading database ... 13914 files and directories currently installed.) 19:50:46 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:50:46 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:50:46 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:50:46 (Reading database ... 13914 files and directories currently installed.) 19:50:46 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:50:46 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:50:46 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:50:46 (Reading database ... 13914 files and directories currently installed.) 19:50:46 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:50:46 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:50:46 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:50:47 (Reading database ... 13915 files and directories currently installed.) 19:50:47 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:50:47 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:50:47 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:50:47 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:50:47 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 19:50:47 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 19:50:47 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:50:47 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:50:47 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:50:47 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:50:47 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:50:47 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:50:47 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:50:47 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:50:47 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:50:47 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:50:48 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:50:48 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:50:48 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:50:48 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:50:48 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:50:48 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:50:48 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:50:48 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:50:49 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:50:49 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:50:49 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:50:49 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:50:49 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:50:49 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:50:50 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:50:50 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:50:50 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:50:50 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:50:50 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:50:50 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:50:50 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:50 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:50 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:50 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:51 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:51 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:51 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:51 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:53 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:53 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:53 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:53 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:54 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:54 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:55 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:50:55 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:50:55 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:50:55 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:50:55 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:50:55 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:50:55 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:50:55 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:50:55 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:50:55 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:50:55 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:50:55 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:50:55 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:50:55 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:50:56 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:50:56 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:50:56 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:56 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:50:56 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:56 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:56 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:56 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:50:56 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:50:56 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:50:56 19:50:56 Current default time zone: 'Etc/UTC' 19:50:56 Local time is now: Mon Mar 29 19:50:56 UTC 2021. 19:50:56 Universal Time is now: Mon Mar 29 19:50:56 UTC 2021. 19:50:56 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:50:56 19:50:56 Setting up systemd-sysv (237-3ubuntu10.45) ... 19:50:56 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:56 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 19:50:56 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:50:56 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:50:56 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:50:56 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:50:56 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:50:56 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:50:56 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:50:56 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:56 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:50:56 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:50:56 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:50:56 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:56 Setting up patch (2.7.6-2ubuntu1.1) ... 19:50:56 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:50:56 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:50:56 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 19:50:56 Installing new version of config file /etc/ssl/openssl.cnf ... 19:50:56 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:50:56 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:50:56 Setting up ca-certificates (20210119~18.04.1) ... 19:50:58 Updating certificates in /etc/ssl/certs... 19:50:58 23 added, 27 removed; done. 19:50:58 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:50:58 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:50:58 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:50:59 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:50:59 Setting up pkgbinarymangler (138.18.04.1) ... 19:50:59 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:50:59 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:50:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:50:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:50:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:50:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:50:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:50:59 Setting up perl (5.26.1-6ubuntu0.5) ... 19:50:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:50:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:50:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:50:59 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:50:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:50:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:50:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:50:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:50:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:50:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:51:00 Processing triggers for systemd (237-3ubuntu10.45) ... 19:51:00 Processing triggers for mime-support (3.60ubuntu1) ... 19:51:00 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:51:00 Updating certificates in /etc/ssl/certs... 19:51:00 0 added, 0 removed; done. 19:51:00 Running hooks in /etc/ca-certificates/update.d... 19:51:00 done. 19:51:00 Reading package lists... 19:51:01 Building dependency tree... 19:51:01 Reading state information... 19:51:01 The following NEW packages will be installed: 19:51:01 apt-transport-https 19:51:01 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:51:01 Need to get 1696 B of archives. 19:51:01 After this operation, 153 kB of additional disk space will be used. 19:51:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:51:01 debconf: delaying package configuration, since apt-utils is not installed 19:51:01 Fetched 1696 B in 0s (9507 B/s) 19:51:01 Selecting previously unselected package apt-transport-https. 19:51:01 (Reading database ... 13920 files and directories currently installed.) 19:51:01 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:51:01 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:51:01 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:51:01 Waiting for network to be ready... 19:51:10 2021-03-29T19:51:05Z INFO Waiting for automatic snapd restart... 19:51:10 snapd 2.49.1 from Canonical* installed 19:51:10 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:51:10 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:51:10 ---> 94f0c87b2e52 19:51:10 Step 3/31 : WORKDIR /edgex-go 19:51:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:51:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:51:10 ---> 94f0c87b2e52 19:51:10 Step 3/22 : WORKDIR /edgex-go 19:51:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:51:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:51:10 ---> 94f0c87b2e52 19:51:10 Step 3/21 : WORKDIR /edgex-go 19:51:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:51:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:51:10 ---> 94f0c87b2e52 19:51:10 Step 3/23 : WORKDIR /edgex-go 19:51:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:51:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:51:10 ---> 94f0c87b2e52 19:51:10 Step 3/22 : WORKDIR /edgex-go 19:51:10 ---> Running in 531a2d12a6a5 19:51:10 ---> Running in 83e8abffad33 19:51:10 ---> Running in ea6f55f8bbcb 19:51:10 ---> Running in 81f2df831fc7 19:51:10 ---> Running in 769f6ee9a38e 19:51:10 Removing intermediate container 531a2d12a6a5 19:51:10 ---> ba2846f9327f 19:51:10 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:10 Removing intermediate container 81f2df831fc7 19:51:10 Removing intermediate container 83e8abffad33 19:51:10 ---> af9e9fdfc1e2 19:51:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:10 ---> af63f37cad6e 19:51:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:10 Removing intermediate container 769f6ee9a38e 19:51:10 ---> f15d846399ce 19:51:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:10 Removing intermediate container ea6f55f8bbcb 19:51:10 ---> 1d5816d489cc 19:51:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:51:10 ---> Running in 3ce20fc2c97c 19:51:10 ---> Running in a1b48fae7feb 19:51:10 ---> Running in 9324cb0b6e34 19:51:10 ---> Running in 69cd3550b463 19:51:10 ---> Running in 942d9cfe6298 19:51:10 "snapd" switched to the "latest/stable" channel 19:51:10 19:51:11 Removing intermediate container 3ce20fc2c97c 19:51:11 ---> 36ecbf235aac 19:51:11 Step 5/31 : RUN apk add --update --no-cache make git 19:51:12 Removing intermediate container 69cd3550b463 19:51:12 ---> 7cf7fc9f3cef 19:51:12 Step 5/23 : RUN apk add --update --no-cache make git 19:51:12 ---> Running in adbbc2fd41e7 19:51:12 ---> Running in e8aed8bdf16f 19:51:12 Removing intermediate container 9324cb0b6e34 19:51:12 Removing intermediate container a1b48fae7feb 19:51:12 ---> 9148b3087b2a 19:51:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates ---> 5f095e659766 19:51:12 Step 5/22 : RUN apk add --update --no-cache make git 19:51:12 19:51:12 Removing intermediate container 942d9cfe6298 19:51:12 ---> 1b1ccfa0ac58 19:51:12 Step 5/21 : RUN apk add --update --no-cache make git 19:51:12 ---> Running in 40b7bdc51997 19:51:12 ---> Running in ec617d0b1871 19:51:12 ---> Running in 7f1494581f18 19:51:14 core18 20210128 from Canonical* installed 19:51:14 "core18" switched to the "latest/stable" channel 19:51:14 19:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:51:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:51:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:51:16 OK: 217 MiB in 51 packages 19:51:16 OK: 217 MiB in 51 packages 19:51:16 OK: 217 MiB in 51 packages 19:51:17 OK: 217 MiB in 51 packages 19:51:17 OK: 217 MiB in 51 packages 19:51:18 snapcraft 4.5.4 from Canonical* installed 19:51:18 Removing intermediate container adbbc2fd41e7 19:51:18 ---> 8b8e6afe1378 19:51:18 Step 6/31 : COPY go.mod . 19:51:18 "snapcraft" switched to the "latest/stable" channel 19:51:18 19:51:19 Removing intermediate container e8aed8bdf16f 19:51:19 ---> b38b3cfe12a8 19:51:19 Step 6/23 : COPY go.mod . 19:51:19 Removing intermediate container 40b7bdc51997 19:51:19 ---> cacaefdab6e2 19:51:19 Step 6/22 : COPY go.mod . 19:51:19 Removing intermediate container ec617d0b1871 19:51:19 ---> 57038456e894 19:51:19 Step 6/22 : COPY go.mod . 19:51:19 Removing intermediate container 7f1494581f18 19:51:19 ---> cf67c36895a2 19:51:19 Step 6/21 : COPY go.mod . 19:51:19 ---> 66f55cf0d4dc 19:51:19 Step 7/31 : RUN go mod download 19:51:20 ---> Running in 36fab145d00f 19:51:20 ---> 941cbe1a3873 19:51:20 Step 7/23 : RUN go mod download 19:51:20 ---> Running in 50fac5ee6f62 19:51:20 ---> 8c6a36b6ba37 19:51:20 Step 7/21 : RUN go mod download 19:51:20 ---> ec32ff8bbd8b 19:51:20 Step 7/22 : RUN go mod download 19:51:20 ---> 38aaa7d522d5 19:51:20 Step 7/22 : RUN go mod download 19:51:20 ---> Running in 34463a01e5e5 19:51:20 ---> Running in 6f10db8a06b8 19:51:21 ---> Running in 748dc00b4d2d 19:51:21 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:51:21 - README.md 19:51:21 19:51:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:51:24 Removing intermediate container 36fab145d00f 19:51:24 ---> eabc5ec60424 19:51:24 Step 8/31 : COPY . . 19:51:25 Removing intermediate container 50fac5ee6f62 19:51:25 ---> da30b2f9e5ce 19:51:25 Step 8/23 : COPY . . 19:51:26 Removing intermediate container 6f10db8a06b8 19:51:26 ---> 791fed170ecb 19:51:26 Step 8/22 : COPY . . 19:51:27 Removing intermediate container 748dc00b4d2d 19:51:27 ---> 121d05fae0a4 19:51:27 Step 8/22 : COPY . . 19:51:27 Removing intermediate container 34463a01e5e5 19:51:27 ---> 8ee26fc369e7 19:51:27 Step 8/21 : COPY . . 19:51:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:51:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:51:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:51:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:51:29 Reading package lists... 19:51:29 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:51:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:51:36 Reading package lists... 19:51:36 Building dependency tree... 19:51:36 Reading state information... 19:51:36 Suggested packages: 19:51:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:51:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:51:36 Recommended packages: 19:51:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:51:36 The following NEW packages will be installed: 19:51:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:51:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:51:36 pkg-config zip 19:51:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:51:36 Need to get 7657 kB of archives. 19:51:36 After this operation, 43.8 MB of additional disk space will be used. 19:51:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:51:36 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:51:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:51:37 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:51:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:51:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:51:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:51:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:51:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:51:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:51:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:51:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:51:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:51:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:51:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:51:37 debconf: delaying package configuration, since apt-utils is not installed 19:51:37 Fetched 7657 kB in 1s (5686 kB/s) 19:51:38 Selecting previously unselected package libglib2.0-0:amd64. 19:51:38 (Reading database ... 13924 files and directories currently installed.) 19:51:38 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:51:38 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:51:38 Selecting previously unselected package libpsl5:amd64. 19:51:38 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:51:38 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:51:38 Selecting previously unselected package libnghttp2-14:amd64. 19:51:38 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:51:38 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:51:38 Selecting previously unselected package librtmp1:amd64. 19:51:38 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:51:38 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:51:38 Selecting previously unselected package libcurl3-gnutls:amd64. 19:51:38 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:51:38 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:51:38 Selecting previously unselected package liberror-perl. 19:51:38 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:51:38 Unpacking liberror-perl (0.17025-1) ... 19:51:38 Selecting previously unselected package git-man. 19:51:38 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:51:38 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:51:38 Selecting previously unselected package git. 19:51:38 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:51:38 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:51:39 Selecting previously unselected package libnorm1:amd64. 19:51:39 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:51:39 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:51:39 Selecting previously unselected package libpgm-5.2-0:amd64. 19:51:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:51:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:51:39 Selecting previously unselected package libsodium23:amd64. 19:51:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:51:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:51:39 Selecting previously unselected package libzmq5:amd64. 19:51:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:51:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:51:39 Selecting previously unselected package libzmq3-dev:amd64. 19:51:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:51:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:51:40 Selecting previously unselected package pkg-config. 19:51:40 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:51:40 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:51:40 Selecting previously unselected package zip. 19:51:40 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:51:40 Unpacking zip (3.0-11build1) ... 19:51:40 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:51:40 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:51:40 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:51:40 Setting up liberror-perl (0.17025-1) ... 19:51:40 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:51:40 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:51:40 No schema files found: doing nothing. 19:51:40 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:51:40 Setting up zip (3.0-11build1) ... 19:51:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:51:40 Setting up libsodium23:amd64 (1.0.16-2) ... 19:51:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:51:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:51:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:51:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:51:40 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:51:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:51:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:51:47 git set to automatically installed. 19:51:47 git-man set to automatically installed. 19:51:47 libcurl3-gnutls set to automatically installed. 19:51:47 liberror-perl set to automatically installed. 19:51:47 libglib2.0-0 set to automatically installed. 19:51:47 libnghttp2-14 set to automatically installed. 19:51:47 libnorm1 set to automatically installed. 19:51:47 libpgm-5.2-0 set to automatically installed. 19:51:47 libpsl5 set to automatically installed. 19:51:47 librtmp1 set to automatically installed. 19:51:47 libsodium23 set to automatically installed. 19:51:47 libzmq3-dev set to automatically installed. 19:51:47 libzmq5 set to automatically installed. 19:51:47 pkg-config set to automatically installed. 19:51:47 zip set to automatically installed. 19:51:48 snapd is not logged in, snap install commands will use sudo 19:51:54 ---> 5bd1a9671e3a 19:51:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:51:54 ---> a4956abc927c 19:51:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:51:54 ---> cd47d6c17a1c 19:51:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:51:54 ---> 88128b4757e0 19:51:54 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:51:54 ---> 565e3d7f437f 19:51:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:51:54 ---> Running in 8e120a562f38 19:51:54 ---> Running in 4281e932c618 19:51:54 ---> Running in ed5651cc73f7 19:51:54 ---> Running in 19ec223da251 19:51:54 ---> Running in fc4d7d5ba351 19:51: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 19:51:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:51:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:51:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:51:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:51:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:51:55 snap "core18" has no updates available 19:51:56 snapd is not logged in, snap install commands will use sudo 19:52:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:52:20 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 19:52:20 Pulling go-build-helper 19:52:20 + snapcraftctl pull 19:52:20 'app-service-config' has dependencies that need to be staged: go-build-helper 19:52:20 Skipping pull go-build-helper (already ran) 19:52:20 Building go-build-helper 19:52:20 + snapcraftctl build 19:52:23 Staging go-build-helper 19:52:23 + snapcraftctl stage 19:52:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:52:35 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:52:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 19:52:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 19:52:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:52:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:52:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 19:52:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 19:52:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 19:52:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 19:52:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:52:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:52:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:52:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:52:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:52:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:52:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:52:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:52:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:52:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 19:52:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 19:52:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:52:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:52:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 19:52:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 19:52:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 19:52:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 19:52:35 Fetched 24.2 MB in 0s (0 B/s) 19:52:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:52:35 Fetched 224 kB in 0s (0 B/s) 19:52:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:52:35 Fetched 157 kB in 0s (0 B/s) 19:52:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:52:35 Fetched 221 kB in 0s (0 B/s) 19:52:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:52:35 Fetched 143 kB in 0s (0 B/s) 19:52:35 Pulling app-service-config 19:52:35 + snapcraftctl pull 19:52:35 Cloning into '/root/parts/app-service-config/src'... 19:52:35 Pulling config-common 19:52:35 + snapcraftctl pull 19:52:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:52:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:52:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:52:41 Fetched 0 B in 0s (0 B/s) 19:52:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:52:41 Fetched 0 B in 0s (0 B/s) 19:52:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:52:41 Fetched 0 B in 0s (0 B/s) 19:52:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:52:41 Fetched 0 B in 0s (0 B/s) 19:52:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:52:41 Fetched 0 B in 0s (0 B/s) 19:52:41 Pulling edgex-go 19:52:41 + snapcraftctl pull 19:53:03 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:53:03 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:53:03 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:53:03 Fetched 0 B in 0s (0 B/s) 19:53:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:53:03 Fetched 96.5 kB in 0s (0 B/s) 19:53:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:53:03 Fetched 279 kB in 0s (0 B/s) 19:53:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:53:03 Fetched 122 kB in 0s (0 B/s) 19:53:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:53:03 Fetched 77.8 kB in 0s (0 B/s) 19:53:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:53:03 Fetched 8848 B in 0s (0 B/s) 19:53:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:53:03 Fetched 47.8 kB in 0s (0 B/s) 19:53:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:53:03 Fetched 45.6 kB in 0s (0 B/s) 19:53:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:53:03 Fetched 15.0 kB in 0s (0 B/s) 19:53:03 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:53:03 Fetched 214 kB in 0s (0 B/s) 19:53:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:53:03 Fetched 154 kB in 0s (0 B/s) 19:53:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:53:03 Fetched 50.6 kB in 0s (0 B/s) 19:53:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:53:03 Fetched 14.8 kB in 0s (0 B/s) 19:53:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:53:03 Fetched 41.8 kB in 0s (0 B/s) 19:53:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:53:03 Fetched 499 kB in 0s (0 B/s) 19:53:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:53:03 Fetched 111 kB in 0s (0 B/s) 19:53:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:53:03 Fetched 240 kB in 0s (0 B/s) 19:53:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:53:03 Fetched 29.3 kB in 0s (0 B/s) 19:53:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:53:03 Fetched 85.5 kB in 0s (0 B/s) 19:53:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:53:03 Fetched 24.5 kB in 0s (0 B/s) 19:53:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:53:03 Fetched 49.2 kB in 0s (0 B/s) 19:53:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:53:03 Fetched 54.2 kB in 0s (0 B/s) 19:53:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:53:03 Fetched 30.8 kB in 0s (0 B/s) 19:53:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:53:03 Fetched 15.8 kB in 0s (0 B/s) 19:53:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:53:03 Fetched 85.9 kB in 0s (0 B/s) 19:53:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:53:03 Fetched 8720 B in 0s (0 B/s) 19:53:03 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:53:03 Fetched 137 kB in 0s (0 B/s) 19:53:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:53:03 Fetched 119 kB in 0s (0 B/s) 19:53:03 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:53:03 Fetched 109 kB in 0s (0 B/s) 19:53:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:53:03 Fetched 11.1 kB in 0s (0 B/s) 19:53:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:53:03 Fetched 645 kB in 0s (0 B/s) 19:53:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:53:03 Fetched 41.3 kB in 0s (0 B/s) 19:53:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:53:03 Fetched 17.9 kB in 0s (0 B/s) 19:53:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:53:03 Fetched 368 kB in 0s (0 B/s) 19:53:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:53:03 Fetched 187 kB in 0s (0 B/s) 19:53:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:53:03 Fetched 175 kB in 0s (0 B/s) 19:53:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:53:03 Fetched 206 kB in 0s (0 B/s) 19:53:03 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 19:53:03 Fetched 1301 kB in 0s (0 B/s) 19:53:03 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:53:03 Fetched 36.2 kB in 0s (0 B/s) 19:53:03 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:53:03 Fetched 159 kB in 0s (0 B/s) 19:53:03 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:53:03 Fetched 107 kB in 0s (0 B/s) 19:53:03 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:53:03 Fetched 48.7 kB in 0s (0 B/s) 19:53:03 Pulling static-packages 19:53:03 + snapcraftctl pull 19:53:04 Pulling version 19:53:04 + cd /root/project 19:53:04 + [ -f VERSION ] 19:53:04 + PROJECT_VERSION=local-dev 19:53:04 + git rev-parse --short HEAD 19:53:04 + GIT_REVISION=0f08c5a4 19:53:04 + snapcraftctl set-version local-dev 19:53:05 Skipping build go-build-helper (already ran) 19:53:05 Building app-service-config 19:53:05 + make build 19:53:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:53:07 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 19:53:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:53:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 19:53:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 19:53:07 go: downloading github.com/google/uuid v1.2.0 19:53:07 go: downloading github.com/go-kit/kit v0.8.0 19:53:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 19:53:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 19:53:07 go: downloading github.com/pelletier/go-toml v1.2.0 19:53:07 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:53:07 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:53:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 19:53:08 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:53:08 go: downloading github.com/go-playground/universal-translator v0.17.0 19:53:08 go: downloading github.com/gorilla/mux v1.8.0 19:53:08 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 19:53:08 go: downloading github.com/mitchellh/copystructure v1.0.0 19:53:08 go: downloading github.com/gorilla/websocket v1.4.2 19:53:08 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:53:08 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:53:08 go: downloading github.com/hashicorp/consul/api v1.8.1 19:53:08 go: downloading github.com/go-playground/locales v0.13.0 19:53:08 go: downloading github.com/BurntSushi/toml v0.3.1 19:53:08 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:53:08 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:53:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:53:08 go: downloading github.com/hashicorp/serf v0.9.5 19:53:08 go: downloading github.com/leodido/go-urn v1.2.0 19:53:08 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:53:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:53:08 go: downloading github.com/pebbe/zmq4 v1.2.5 19:53:08 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:53:08 go: downloading github.com/x448/float16 v0.8.4 19:53:08 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:53:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:53:08 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:53:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:53:08 go: downloading github.com/fatih/color v1.9.0 19:53:08 go: downloading github.com/mattn/go-isatty v0.0.12 19:53:08 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:53:08 go: downloading github.com/mattn/go-colorable v0.1.6 19:53:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:53:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:53:08 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:53:19 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:53:19 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:53:19 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:53:19 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:53:20 Building config-common 19:53:20 + snapcraftctl build 19:53:23 Building edgex-go 19:53:23 + cd /root/parts/edgex-go/src 19:53:23 + make build 19:53:23 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:53:24 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 19:53:24 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 19:53:24 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:53:24 go: downloading github.com/pkg/errors v0.8.1 19:53:24 go: downloading github.com/imdario/mergo v0.3.12 19:53:24 go: downloading github.com/go-playground/validator/v10 v10.4.1 19:53:24 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 19:53:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:53:28 go: downloading gopkg.in/yaml.v2 v2.4.0 19:53:33 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:53:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:53:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:53:37 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:53:37 go: downloading github.com/stretchr/testify v1.7.0 19:53:38 go: downloading github.com/davecgh/go-spew v1.1.1 19:53:38 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:53:38 go: downloading github.com/pmezard/go-difflib v1.0.0 19:53:40 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:53:40 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:53:40 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:53:41 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:53:42 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:53:44 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:53:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:53:45 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:53:46 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:53:46 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:53:46 go: downloading github.com/lib/pq v1.10.0 19:53:48 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:53:48 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:53:48 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:53:48 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:53:48 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:53:48 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:53:48 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:53:48 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:53:48 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:53:48 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:53:48 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:53:48 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:53:48 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:53:48 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:53:48 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:53:48 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:53:48 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:53:48 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 19:53:48 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:53:48 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:53:48 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:53:48 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:53:48 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:53:48 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:53:48 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:53:48 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:53:52 Building static-packages 19:53:52 + snapcraftctl build 19:53:54 Building version 19:53:54 + snapcraftctl build 19:53:55 Removing intermediate container 19ec223da251 19:53:55 ---> e6a057c8dca3 19:53:55 19:53:55 Step 10/31 : FROM alpine:3.12 19:53:55 3.12: Pulling from library/alpine 19:53:55 Removing intermediate container 8e120a562f38 19:53:55 ---> e5751b514034 19:53:55 19:53:55 Step 10/21 : FROM alpine:3.12 19:53:55 3.12: Pulling from library/alpine 19:53:56 Skipping stage go-build-helper (already ran) 19:53:56 Staging app-service-config 19:53:56 + snapcraftctl stage 19:53:57 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:53:57 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 19:53:57 Status: Downloaded newer image for alpine:3.12 19:53:57 ---> e47305ac9786 19:53:57 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:53:57 Status: Image is up to date for alpine:3.12 19:53:57 ---> e47305ac9786 19:53:57 Step 11/21 : RUN apk add --update --no-cache curl 19:53:57 Staging config-common 19:53:57 + snapcraftctl stage 19:53:57 ---> Running in d7ea160655e8 19:53:57 ---> Running in b765a32ef262 19:53:58 Removing intermediate container b765a32ef262 19:53:58 ---> 7e83e39bdcdf 19:53:58 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:53:58 ---> Running in 4c878c1e45c6 19:53:58 Staging edgex-go 19:53:58 + snapcraftctl stage 19:53:59 Staging static-packages 19:53:59 + snapcraftctl stage 19:54:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:54:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:54:00 Staging version 19:54:00 + snapcraftctl stage 19:54:00 (1/4) Installing ca-certificates (20191127-r4) 19:54:00 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:54:00 (3/4) Installing libcurl (7.69.1-r3) 19:54:00 (4/4) Installing curl (7.69.1-r3) 19:54:00 Executing busybox-1.31.1-r19.trigger 19:54:00 Executing ca-certificates-20191127-r4.trigger 19:54:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:54:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:54:01 OK: 7 MiB in 18 packages 19:54:01 Priming go-build-helper 19:54:01 + snapcraftctl prime 19:54:01 (1/2) Installing dumb-init (1.2.2-r1) 19:54:01 (2/2) Installing su-exec (0.2-r1) 19:54:01 Executing busybox-1.31.1-r19.trigger 19:54:01 OK: 5 MiB in 16 packages 19:54:02 Priming app-service-config 19:54:02 + snapcraftctl prime 19:54:04 Priming config-common 19:54:04 + snapcraftctl prime 19:54:04 Removing intermediate container 4c878c1e45c6 19:54:04 ---> 7b52b75b31ec 19:54:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:54:05 Priming edgex-go 19:54:05 + snapcraftctl prime 19:54:05 Removing intermediate container d7ea160655e8 19:54:05 ---> eb7fa549a245 19:54:05 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:54:05 ---> Running in 4325f510612f 19:54:06 Priming static-packages 19:54:06 + snapcraftctl prime 19:54:06 ---> Running in ef0e8bfac847 19:54:07 Removing intermediate container 4325f510612f 19:54:07 ---> 4a3574e2cba6 19:54:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:54:08 Removing intermediate container ed5651cc73f7 19:54:08 ---> f8a2833d6188 19:54:08 19:54:08 Step 10/22 : FROM alpine:3.12 19:54:08 ---> e47305ac9786 19:54:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:54:08 ---> Running in ec56d08e5331 19:54:08 Removing intermediate container ef0e8bfac847 19:54:08 ---> f30669ad9057 19:54:08 Step 13/21 : WORKDIR /edgex 19:54:08 ---> Running in 9df29a19a403 19:54:08 ---> Running in d99c21ae9fcd 19:54:08 Removing intermediate container 4281e932c618 19:54:08 ---> 7ec391422f51 19:54:08 19:54:08 Step 10/22 : FROM alpine:3.12 19:54:08 ---> e47305ac9786 19:54:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:54:08 Priming version 19:54:08 + snapcraftctl prime 19:54:09 Removing intermediate container ec56d08e5331 19:54:09 ---> 43830ddb4d42 19:54:09 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:54:09 ---> Running in d68dea64a43b 19:54:09 ---> Running in 934ca78d0faa 19:54:09 Removing intermediate container d99c21ae9fcd 19:54:09 ---> d55c1ab99db5 19:54:09 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 19:54:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:54:11 ---> c4b23d7d6c0f 19:54:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:54:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:54:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:54:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:54:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:54:12 (1/2) Installing ca-certificates (20191127-r4) 19:54:12 (1/1) Installing dumb-init (1.2.2-r1) 19:54:12 Executing busybox-1.31.1-r19.trigger 19:54:13 (2/2) Installing dumb-init (1.2.2-r1) 19:54:13 Executing busybox-1.31.1-r19.trigger 19:54:13 Executing ca-certificates-20191127-r4.trigger 19:54:13 OK: 5 MiB in 15 packages 19:54:13 OK: 6 MiB in 16 packages 19:54:14 ---> a775e1cbb08f 19:54:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:54:15 Removing intermediate container 934ca78d0faa 19:54:15 ---> 6adcc46be211 19:54:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:54:15 ---> Running in acf87dd98371 19:54:16 Removing intermediate container fc4d7d5ba351 19:54:16 ---> 40c399371eda 19:54:16 19:54:16 Step 10/23 : FROM alpine:3.12 19:54:16 ---> e47305ac9786 19:54:16 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:54:16 ---> Using cache 19:54:16 ---> 25af577d746c 19:54:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:54:16 ---> 10f089dd72e3 19:54:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:54:16 Removing intermediate container 9df29a19a403 19:54:16 ---> 25af577d746c 19:54:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:54:16 ---> Running in c01a762e390f 19:54:16 ---> Running in 6aa9a32a5957 19:54:16 ---> Running in b643f0698981 19:54:16 Removing intermediate container acf87dd98371 19:54:16 ---> d906257972a9 19:54:16 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:54:17 Removing intermediate container d68dea64a43b 19:54:17 ---> be8a82dbefcc 19:54:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:54:17 ---> Running in 556197ddf8a0 19:54:17 Removing intermediate container c01a762e390f 19:54:17 ---> 6d4c07e4c384 19:54:17 Step 13/23 : ENV APP_PORT=48081 19:54:17 Removing intermediate container b643f0698981 19:54:17 ---> 381184b3a1e5 19:54:17 Step 13/22 : ENV APP_PORT=48085 19:54:17 Removing intermediate container 6aa9a32a5957 19:54:17 ---> 3efd5e43d58a 19:54:17 Step 18/21 : CMD ["--init=true"] 19:54:17 ---> Running in d49e274a8ecb 19:54:18 ---> Running in 59d4741bc9cc 19:54:18 ---> Running in afdd5f72635c 19:54:18 Removing intermediate container 556197ddf8a0 19:54:18 ---> 574adc14a6e6 19:54:18 Step 13/22 : ENV APP_PORT=48060 19:54:18 ---> 198c0290f6e2 19:54:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:54:18 ---> Running in 1630ac5c1fab 19:54:18 ---> Running in b2224b1c22ef 19:54:18 Removing intermediate container d49e274a8ecb 19:54:18 ---> d4aae152986d 19:54:18 Step 14/23 : EXPOSE $APP_PORT 19:54:18 Removing intermediate container afdd5f72635c 19:54:18 ---> 68bb4e08cd58 19:54:18 Step 14/22 : EXPOSE $APP_PORT 19:54:18 Removing intermediate container 59d4741bc9cc 19:54:18 ---> a9efeca1db15 19:54:18 Step 19/21 : LABEL arch=arm64 19:54:18 ---> Running in 0a57df0ec36e 19:54:19 ---> Running in 88ddb8ede071 19:54:19 Removing intermediate container 1630ac5c1fab 19:54:19 ---> baf6ae6fb3f2 19:54:19 Step 14/22 : EXPOSE $APP_PORT 19:54:19 ---> Running in 5a7ec29b5210 19:54:19 ---> Running in a320d97798a2 19:54:19 Removing intermediate container 0a57df0ec36e 19:54:19 ---> c0f0301ce22c 19:54:19 Step 15/23 : WORKDIR / 19:54:19 ---> Running in 1699eed75ac5 19:54:19 Removing intermediate container 88ddb8ede071 19:54:19 ---> 611455f5dd44 19:54:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:19 Removing intermediate container 5a7ec29b5210 19:54:19 ---> 49578ee8652c 19:54:19 Step 20/21 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:54:19 Removing intermediate container a320d97798a2 19:54:19 ---> b0a8dbf60278 19:54:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:20 ---> Running in 698b0a967ac9 19:54:20 Removing intermediate container 1699eed75ac5 19:54:20 ---> ea338249b96b 19:54:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:20 Removing intermediate container 698b0a967ac9 19:54:20 ---> 47e052811b67 19:54:20 Step 21/21 : LABEL version=0.0.0 19:54:21 ---> fad39e206ae5 19:54:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:54:21 ---> Running in a6b46362ab02 19:54:21 ---> bf7fe8adef0a 19:54:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:54:21 ---> ef957d428329 19:54:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:54:21 Removing intermediate container b2224b1c22ef 19:54:21 ---> 2418b0a5501f 19:54:21 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:54:21 Removing intermediate container a6b46362ab02 19:54:21 ---> 0f9fe7f64787 19:54:21 19:54:22 Successfully built 0f9fe7f64787 19:54:22 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:54:22  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 19:54:23 ---> dacd2dfd1a6b 19:54:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:54:23 ---> e57183828388 19:54:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:54:23 ---> cbf0c8f72a0d 19:54:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:54:23 ---> 88dd70a85c4f 19:54:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:54:26 ---> f38e0411891d 19:54:26 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:54:26 ---> 1208cf5d5b36 19:54:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:54:26 ---> 27354caed8b5 19:54:26 ---> 06635eb68fff 19:54:26 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:54:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:54:26 ---> Running in a897de353e12 19:54:27 ---> Running in 79518bcbaa61 19:54:27 ---> Running in d5d95868e079 19:54:27 Removing intermediate container a897de353e12 19:54:27 ---> be3781be3985 19:54:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:28 ---> Running in 10243b661a67 19:54:28 Removing intermediate container d5d95868e079 19:54:28 ---> 04bd2239edb2 19:54:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:29 ---> 5835c39e7bb4 19:54:29 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:54:29 Removing intermediate container 79518bcbaa61 19:54:29 ---> 7c6fffdf12cd 19:54:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:54:29 ---> Running in 753763aab4c4 19:54:29 Removing intermediate container 10243b661a67 19:54:29 ---> a8bbf7792157 19:54:29 Step 21/23 : LABEL arch=arm64 19:54:30 ---> Running in ea861d4e9210 19:54:30 ---> Running in eb19059e942c 19:54:30 ---> 8a512d67ab5a 19:54:30 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:54:30 Removing intermediate container 753763aab4c4 19:54:30 ---> 7016d8ffcfb2 19:54:30 Step 20/22 : LABEL arch=arm64 19:54:30 Removing intermediate container ea861d4e9210 19:54:30 ---> 491ee214d6ff 19:54:30 Step 20/22 : LABEL arch=arm64 19:54:30 ---> Running in f80ab031b2df 19:54:30 ---> Running in 42f69d915962 19:54:31 Removing intermediate container eb19059e942c 19:54:31 ---> 4574b28785ac 19:54:31 Step 22/23 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:54:31 ---> Running in d0c1e9413a26 19:54:31 ---> 6a5d64ba805e 19:54:31 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:54:31 Removing intermediate container f80ab031b2df 19:54:31 ---> f4f14012589e 19:54:31 Step 21/22 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:54:32 ---> Running in 0f8aedb141fb 19:54:32 Removing intermediate container 42f69d915962 19:54:32 ---> 352b2a99c0d4 19:54:32 Step 21/22 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:54:32 ---> Running in a32599435762 19:54:32 Removing intermediate container d0c1e9413a26 19:54:32 ---> 1858d65944e6 19:54:32 Step 23/23 : LABEL version=0.0.0 19:54:32 ---> Running in 41ec8c2b586b 19:54:32 ---> Running in dfed71c774fb 19:54:33 Removing intermediate container a32599435762 19:54:33 ---> 540f03ec49f6 19:54:33 Step 22/22 : LABEL version=0.0.0 19:54:33 Removing intermediate container 0f8aedb141fb 19:54:33 ---> 02a0c7e8af64 19:54:33 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:54:33 Removing intermediate container 41ec8c2b586b 19:54:33 ---> f8d958d09a95 19:54:33 Step 22/22 : LABEL version=0.0.0 19:54:33 Removing intermediate container dfed71c774fb 19:54:33 ---> 3d805f838a65 19:54:33 19:54:33 ---> Running in 6ade0fd58aa8 19:54:33 ---> Running in d04ac6538673 19:54:34 Successfully built 3d805f838a65 19:54:34 Successfully tagged docker-core-metadata-go-arm64:latest 19:54:34 ---> b702aa56354d 19:54:34  Building docker-core-metadata-go ... done Step 26/31 : RUN chmod +x /entrypoint.sh 19:54:34 Building docker-core-command-go 19:54:34 Removing intermediate container 6ade0fd58aa8 19:54:34 ---> 7587111c8fc9 19:54:34 19:54:35 Removing intermediate container d04ac6538673 19:54:35 ---> ab1ac883c58d 19:54:35 19:54:35 ---> Running in efe0aff18455 19:54:35 Successfully built 7587111c8fc9 19:54:35 Successfully tagged docker-support-scheduler-go-arm64:latest 19:54:35 Building docker-core-data-go 19:54:35  Building docker-support-scheduler-go ... done Successfully built ab1ac883c58d 19:54:36 Successfully tagged docker-support-notifications-go-arm64:latest 19:54:36  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 19:54:38 Removing intermediate container efe0aff18455 19:54:38 ---> b14c6f347aa8 19:54:38 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:54:38 ---> Running in f51467c276ca 19:54:39 Removing intermediate container f51467c276ca 19:54:39 ---> 822f6d525f8c 19:54:39 Step 28/31 : CMD ["gate"] 19:54:40 ---> Running in 04dcd2416aeb 19:54:41 Removing intermediate container 04dcd2416aeb 19:54:41 ---> 6f9e38c85797 19:54:41 Step 29/31 : LABEL arch=arm64 19:54:43 ---> Running in a2e785049dc1 19:54:44 Removing intermediate container a2e785049dc1 19:54:44 ---> 142f6bf06f1c 19:54:44 Step 30/31 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:54:46 ---> Running in 10230e685526 19:54:47 Removing intermediate container 10230e685526 19:54:47 ---> 4dc8d9b36388 19:54:47 Step 31/31 : LABEL version=0.0.0 19:54:48 ---> Running in bcef49bd271d 19:54:48 Removing intermediate container bcef49bd271d 19:54:48 ---> d5cece361d85 19:54:48 19:54:49 Successfully built d5cece361d85 19:54:49 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:55:04  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:55:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:55:04 ---> 94f0c87b2e52 19:55:04 Step 3/26 : WORKDIR /edgex-go 19:55:04 ---> Using cache 19:55:04 ---> 1d5816d489cc 19:55:04 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:55:04 ---> Using cache 19:55:04 ---> 1b1ccfa0ac58 19:55:04 Step 5/26 : RUN apk add --update --no-cache make bash git 19:55:08 ---> Running in b05599e23d8b 19:55:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:55:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:55:12 OK: 217 MiB in 51 packages 19:55:15 Removing intermediate container b05599e23d8b 19:55:15 ---> 3ae5eb3486e9 19:55:15 Step 6/26 : COPY go.mod . 19:55:17 ---> 6c1f7f52d66d 19:55:17 Step 7/26 : RUN go mod download 19:55:17 ---> Running in e5d0de0a5ea6 19:55:22 Removing intermediate container e5d0de0a5ea6 19:55:22 ---> 9f1fd4449fb6 19:55:22 Step 8/26 : COPY . . 19:55:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:55:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:55:24 ---> 94f0c87b2e52 19:55:24 Step 3/23 : WORKDIR /edgex-go 19:55:24 ---> Using cache 19:55:24 ---> 1d5816d489cc 19:55:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:55:24 ---> Using cache 19:55:24 ---> 1b1ccfa0ac58 19:55:24 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:55:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:55:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:55:25 ---> 94f0c87b2e52 19:55:25 Step 3/23 : WORKDIR /edgex-go 19:55:25 ---> Using cache 19:55:25 ---> 1d5816d489cc 19:55:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:55:25 ---> Using cache 19:55:25 ---> 1b1ccfa0ac58 19:55:25 Step 5/23 : RUN apk add --update --no-cache make git 19:55:25 ---> Using cache 19:55:25 ---> cf67c36895a2 19:55:25 Step 6/23 : COPY go.mod . 19:55:25 ---> Using cache 19:55:25 ---> 8c6a36b6ba37 19:55:25 Step 7/23 : RUN go mod download 19:55:25 ---> Using cache 19:55:25 ---> 8ee26fc369e7 19:55:25 Step 8/23 : COPY . . 19:55:25 ---> Using cache 19:55:25 ---> 5bd1a9671e3a 19:55:25 Step 9/23 : RUN make cmd/core-command/core-command 19:55:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:55:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:55:25 ---> 94f0c87b2e52 19:55:25 Step 3/24 : WORKDIR /edgex-go 19:55:25 ---> Using cache 19:55:25 ---> 1d5816d489cc 19:55:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:55:25 ---> Using cache 19:55:25 ---> 1b1ccfa0ac58 19:55:25 Step 5/24 : RUN apk add --update --no-cache make git 19:55:25 ---> Using cache 19:55:25 ---> cf67c36895a2 19:55:25 Step 6/24 : COPY go.mod . 19:55:25 ---> Using cache 19:55:25 ---> 8c6a36b6ba37 19:55:25 Step 7/24 : RUN go mod download 19:55:25 ---> Using cache 19:55:25 ---> 8ee26fc369e7 19:55:25 Step 8/24 : COPY . . 19:55:25 ---> Using cache 19:55:25 ---> 5bd1a9671e3a 19:55:25 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:55:26 ---> Running in d16311db1ea7 19:55:26 ---> Running in b8c07528f656 19:55:26 ---> Running in 56877d6859b9 19:55:28 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:55:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:55:29 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:55:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:55:30 OK: 217 MiB in 51 packages 19:55:35 Removing intermediate container 56877d6859b9 19:55:35 ---> 0aeefb52dbef 19:55:35 Step 6/23 : COPY go.mod . 19:55:36 ---> e8f2aef061cf 19:55:36 Step 7/23 : RUN go mod download 19:55:37 ---> Running in 9ddfd1d45df2 19:55:44 Removing intermediate container 9ddfd1d45df2 19:55:44 ---> 8c119cb3021c 19:55:44 Step 8/23 : COPY . . 19:55:44 ---> 9182abaa0b0e 19:55:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:55:45 ---> Running in e6aad85d7245 19:55:47 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:56:06 ---> a693c25a2655 19:56:06 Step 9/23 : RUN make cmd/core-data/core-data 19:56:06 ---> Running in 574c2d4d466d 19:56:07 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:56:54 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:57:12 Removing intermediate container d16311db1ea7 19:57:12 ---> 768a462014af 19:57:12 19:57:12 Step 10/24 : FROM alpine:3.12 19:57:12 ---> e47305ac9786 19:57:12 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 19:57:12 ---> Running in 93a86075b22f 19:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:57:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:57:13 (1/6) Installing ca-certificates (20191127-r4) 19:57:14 (2/6) Installing nghttp2-libs (1.41.0-r0) 19:57:14 (3/6) Installing libcurl (7.69.1-r3) 19:57:14 (4/6) Installing curl (7.69.1-r3) 19:57:14 (5/6) Installing dumb-init (1.2.2-r1) 19:57:14 (6/6) Installing su-exec (0.2-r1) 19:57:14 Executing busybox-1.31.1-r19.trigger 19:57:14 Executing ca-certificates-20191127-r4.trigger 19:57:14 OK: 7 MiB in 20 packages 19:57:17 Removing intermediate container 93a86075b22f 19:57:17 ---> 76c53e377816 19:57:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:57:17 ---> Running in 2ceb250f2b83 19:57:18 Removing intermediate container 2ceb250f2b83 19:57:18 ---> 780445786c25 19:57:18 Step 13/24 : WORKDIR / 19:57:19 ---> Running in 9c45bce4efbb 19:57:20 Removing intermediate container 9c45bce4efbb 19:57:20 ---> 08fbf63ad31f 19:57:20 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:57:21 Removing intermediate container b8c07528f656 19:57:21 ---> ce0e39b5232c 19:57:21 19:57:21 Step 10/23 : FROM alpine:3.12 19:57:21 ---> e47305ac9786 19:57:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:57:21 ---> Using cache 19:57:21 ---> 25af577d746c 19:57:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:57:21 ---> Using cache 19:57:21 ---> 381184b3a1e5 19:57:21 Step 13/23 : ENV APP_PORT=48082 19:57:21 ---> Running in 9d66c6d59936 19:57:22 ---> 12664c83eea5 19:57:22 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:57:22 Removing intermediate container 9d66c6d59936 19:57:22 ---> 6f7c4f655e4a 19:57:22 Step 14/23 : EXPOSE $APP_PORT 19:57:22 ---> Running in b12d26bbc15b 19:57:23 ---> 87910eeed437 19:57:23 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:57:23 Removing intermediate container b12d26bbc15b 19:57:23 ---> b8c56416a147 19:57:23 Step 15/23 : WORKDIR / 19:57:24 ---> Running in 2bb074abbd78 19:57:24 ---> 5c742e097b16 19:57:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:57:25 Removing intermediate container 2bb074abbd78 19:57:25 ---> 4dcf08dadcc9 19:57:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:57:27 ---> 964b1b4854a6 19:57:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / ---> 2c5044985b3f 19:57:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:57:27 19:57:31 ---> 38a2be1d1dc9 19:57:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:57:31 ---> 08c4c2554516 19:57:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:57:32 Removing intermediate container e6aad85d7245 19:57:32 ---> c32f7a0469a1 19:57:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:57:32 ---> Running in e4d346b1646d 19:57:32 ---> 392065f47876 19:57:32 Step 19/23 : ENTRYPOINT ["/core-command"] 19:57:32 ---> 9acfc2a78a5e 19:57:32 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:57:33 ---> Running in 30da92b73efa 19:57:33 ---> Running in f681c05ff66e 19:57:34 Removing intermediate container 30da92b73efa 19:57:34 ---> c96575f2e63d 19:57:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:57:34 ---> Running in ce512a1f74ff 19:57:35 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:57:35 Removing intermediate container ce512a1f74ff 19:57:35 ---> 35f065f12852 19:57:35 Step 21/23 : LABEL arch=arm64 19:57:35 ---> Running in a878967fb42d 19:57:37 Removing intermediate container a878967fb42d 19:57:37 ---> f3d718218b79 19:57:37 Step 22/23 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:57:37 ---> Running in 747e1602f3fd 19:57:37 Removing intermediate container f681c05ff66e 19:57:37 ---> 0a32add5ef84 19:57:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:57:37 ---> Running in e620a37a35e5 19:57:38 Removing intermediate container 747e1602f3fd 19:57:38 ---> 8813a04d1908 19:57:38 Step 23/23 : LABEL version=0.0.0 19:57:38 ---> Running in f86229ff5747 19:57:38 Removing intermediate container e620a37a35e5 19:57:38 ---> d8eacc620baf 19:57:38 Step 22/24 : LABEL arch=arm64 19:57:38 ---> Running in b39d71febef9 19:57:39 Removing intermediate container f86229ff5747 19:57:39 ---> ae0c603bfe8c 19:57:39 19:57:39 Removing intermediate container b39d71febef9 19:57:39 ---> 2253c64004fa 19:57:39 Step 23/24 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:57:39 Successfully built ae0c603bfe8c 19:57:40 Successfully tagged docker-core-command-go-arm64:latest 19:57:40  Building docker-core-command-go ... done  ---> Running in 55617f71428d 19:57:40 Removing intermediate container 55617f71428d 19:57:40 ---> 0575f029cf3d 19:57:40 Step 24/24 : LABEL version=0.0.0 19:57:40 Removing intermediate container e4d346b1646d 19:57:40 ---> 71e82fff6066 19:57:40 19:57:40 Step 11/26 : FROM docker:20.10.0 19:57:40 ---> Running in b5317af43162 19:57:40 20.10.0: Pulling from library/docker 19:57:41 Removing intermediate container b5317af43162 19:57:41 ---> f607484c06db 19:57:41 19:57:42 Successfully built f607484c06db 19:57:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:57:50  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:57:50 Status: Downloaded newer image for docker:20.10.0 19:57:50 ---> eeaf43b92773 19:57:50 Step 12/26 : RUN apk add --no-cache bash 19:57:51 ---> Running in e8a851f259d0 19:57:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:57:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:57:53 (1/2) Installing readline (8.0.4-r0) 19:57:53 (2/2) Installing bash (5.0.17-r0) 19:57:53 Executing bash-5.0.17-r0.post-install 19:57:53 Executing busybox-1.31.1-r19.trigger 19:57:53 OK: 12 MiB in 22 packages 19:57:55 Removing intermediate container 574c2d4d466d 19:57:55 ---> 898f5eea46ab 19:57:55 19:57:55 Step 10/23 : FROM alpine:3.12 19:57:55 ---> e47305ac9786 19:57:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:57:55 Removing intermediate container e8a851f259d0 19:57:55 ---> 5d4223e7ea79 19:57:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:57:55 ---> Running in 000a74d3348a 19:57:55 ---> Running in 1f68e7268674 19:57:56 Removing intermediate container 000a74d3348a 19:57:56 ---> dcf50a0d6a16 19:57:56 Step 12/23 : ENV APP_PORT=48080 19:57:56 Removing intermediate container 1f68e7268674 19:57:56 ---> 4beff44b087d 19:57:56 Step 14/26 : ENV APP_PORT=48090 19:57:56 ---> Running in 480944d63ee3 19:57:56 ---> Running in 541e0d2af66b 19:57:56 Removing intermediate container 480944d63ee3 19:57:56 ---> ac291d50ed84 19:57:56 Step 13/23 : EXPOSE $APP_PORT 19:57:57 ---> Running in 41d57fa5279c 19:57:57 Removing intermediate container 541e0d2af66b 19:57:57 ---> 6fd46e75a249 19:57:57 Step 15/26 : EXPOSE $APP_PORT 19:57:57 ---> Running in d1a3103bf012 19:57:57 Removing intermediate container 41d57fa5279c 19:57:57 ---> 6c7d78169b4f 19:57:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:57:57 ---> Running in bd906e7a7582 19:57:57 Removing intermediate container d1a3103bf012 19:57:57 ---> 5b381aa74c98 19:57:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:57:59 ---> 832bd8bb1ff6 19:57:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:58:00 ---> 56ae2216a3b4 19:58:00 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:58:00 Removing intermediate container bd906e7a7582 19:58:00 ---> 9a9cba876924 19:58:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:58:00 ---> Running in 54a41c4f1cc5 19:58:00 ---> 28b88ac384b8 19:58:00 Step 19/26 : RUN apk --no-cache add py3-pip 19:58:01 ---> Running in 38ec7ea56adf 19:58:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:58:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:58:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:58:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:58:03 (1/33) Installing libbz2 (1.0.8-r1) 19:58:03 (2/33) Installing expat (2.2.9-r1) 19:58:03 (3/33) Installing libffi (3.3-r2) 19:58:03 (4/33) Installing gdbm (1.13-r1) 19:58:03 (5/33) Installing xz-libs (5.2.5-r0) 19:58:03 (6/33) Installing sqlite-libs (3.32.1-r0) 19:58:03 (7/33) Installing python3 (3.8.8-r0) 19:58:03 (1/6) Installing dumb-init (1.2.2-r1) 19:58:03 (2/6) Installing libgcc (9.3.0-r2) 19:58:03 (3/6) Installing libsodium (1.0.18-r0) 19:58:04 (4/6) Installing libstdc++ (9.3.0-r2) 19:58:04 (5/6) Installing libzmq (4.3.3-r0) 19:58:05 (6/6) Installing zeromq (4.3.3-r0) 19:58:05 Executing busybox-1.31.1-r19.trigger 19:58:05 OK: 8 MiB in 20 packages 19:58:05 (8/33) Installing py3-appdirs (1.4.4-r1) 19:58:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:58:05 (10/33) Installing py3-parsing (2.4.7-r0) 19:58:05 (11/33) Installing py3-six (1.15.0-r0) 19:58:05 (12/33) Installing py3-packaging (20.4-r0) 19:58:05 (13/33) Installing py3-setuptools (47.0.0-r0) 19:58:05 (14/33) Installing py3-chardet (3.0.4-r4) 19:58:05 (15/33) Installing py3-idna (2.9-r0) 19:58:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:58:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:58:05 (18/33) Installing py3-requests (2.23.0-r0) 19:58:05 (19/33) Installing py3-msgpack (1.0.0-r0) 19:58:05 (20/33) Installing py3-lockfile (0.12.2-r3) 19:58:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:58:05 (22/33) Installing py3-colorama (0.4.3-r0) 19:58:05 (23/33) Installing py3-distlib (0.3.0-r0) 19:58:05 (24/33) Installing py3-distro (1.5.0-r1) 19:58:05 (25/33) Installing py3-webencodings (0.5.1-r3) 19:58:05 (26/33) Installing py3-html5lib (1.0.1-r4) 19:58:05 (27/33) Installing py3-pytoml (0.1.21-r0) 19:58:05 (28/33) Installing py3-pep517 (0.8.2-r0) 19:58:05 (29/33) Installing py3-progress (1.5-r0) 19:58:05 (30/33) Installing py3-toml (0.10.1-r0) 19:58:05 (31/33) Installing py3-retrying (1.3.3-r0) 19:58:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:58:05 (33/33) Installing py3-pip (20.1.1-r0) 19:58:05 Executing busybox-1.31.1-r19.trigger 19:58:05 OK: 71 MiB in 55 packages 19:58:07 Removing intermediate container 54a41c4f1cc5 19:58:07 ---> 065c542279d5 19:58:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:58:08 ---> 35bdeff0b381 19:58:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:58:09 ---> 0d44a8648934 19:58:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:58:10 ---> aebad7c759e2 19:58:10 Step 19/23 : ENTRYPOINT ["/core-data"] 19:58:11 ---> Running in b4509648c558 19:58:11 Removing intermediate container b4509648c558 19:58:11 ---> 9ea5fd8f2c44 19:58:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:58:11 Removing intermediate container 38ec7ea56adf 19:58:11 ---> c64915ea8123 19:58:11 Step 20/26 : RUN pip install docker-compose==1.23.2 19:58:11 ---> Running in 86da8202f997 19:58:11 ---> Running in e01188a6c28d 19:58:12 Removing intermediate container e01188a6c28d 19:58:12 ---> e3b15718a147 19:58:12 Step 21/23 : LABEL arch=arm64 19:58:12 ---> Running in 61b13c3dc1ef 19:58:13 Removing intermediate container 61b13c3dc1ef 19:58:13 ---> d8771fe21516 19:58:13 Step 22/23 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:58:13 ---> Running in 1b4a8aefd740 19:58:13 Removing intermediate container 1b4a8aefd740 19:58:13 ---> 2a8900e024a0 19:58:13 Step 23/23 : LABEL version=0.0.0 19:58:13 ---> Running in 5d0cbcbffd6e 19:58:14 Removing intermediate container 5d0cbcbffd6e 19:58:14 ---> a76db53e1758 19:58:14 19:58:14 Successfully built a76db53e1758 19:58:14 Successfully tagged docker-core-data-go-arm64:latest 19:58:18  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 19:58:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:58:19 Collecting PyYAML<4,>=3.10 19:58:19 Downloading PyYAML-3.13.tar.gz (270 kB) 19:58:23 Collecting cached-property<2,>=1.2.0 19:58:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:58:23 Collecting jsonschema<3,>=2.5.1 19:58:23 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:58:24 Collecting docker<4.0,>=3.6.0 19:58:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:58:24 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:58:24 Collecting websocket-client<1.0,>=0.32.0 19:58:24 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:58:25 Collecting docopt<0.7,>=0.6.1 19:58:25 Downloading docopt-0.6.2.tar.gz (25 kB) 19:58:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:58:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:58:28 Collecting dockerpty<0.5,>=0.4.1 19:58:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:58:30 Collecting texttable<0.10,>=0.9.0 19:58:30 Downloading texttable-0.9.1.tar.gz (11 kB) 19:58:32 Collecting docker-pycreds>=0.4.0 19:58:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:58:32 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:58:33 Collecting urllib3<1.25,>=1.21.1 19:58:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:58:33 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:58:33 Collecting idna<2.8,>=2.5 19:58:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:58:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:58:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:58:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:58:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:58:34 Installing collected packages: PyYAML, cached-property, jsonschema, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, dockerpty, texttable, docker-compose 19:58:34 Running setup.py install for PyYAML: started 19:58:37 Running setup.py install for PyYAML: finished with status 'done' 19:58:37 Attempting uninstall: urllib3 19:58:37 Found existing installation: urllib3 1.25.9 19:58:37 Uninstalling urllib3-1.25.9: 19:58:37 Successfully uninstalled urllib3-1.25.9 19:58:38 Attempting uninstall: idna 19:58:38 Found existing installation: idna 2.9 19:58:38 Uninstalling idna-2.9: 19:58:38 Successfully uninstalled idna-2.9 19:58:39 Attempting uninstall: requests 19:58:39 Found existing installation: requests 2.23.0 19:58:39 Uninstalling requests-2.23.0: 19:58:39 Successfully uninstalled requests-2.23.0 19:58:40 Running setup.py install for docopt: started 19:58:42 Running setup.py install for docopt: finished with status 'done' 19:58:42 Running setup.py install for dockerpty: started 19:58:44 Running setup.py install for dockerpty: finished with status 'done' 19:58:44 Running setup.py install for texttable: started 19:58:46 Running setup.py install for texttable: finished with status 'done' 19:58: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.58.0 19:58:52 Removing intermediate container 86da8202f997 19:58:52 ---> 920870e2c1dc 19:58:52 Step 21/26 : RUN apk --no-cache add curl 19:58:52 ---> Running in fa7996058e01 19:58:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:58:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:58:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:58:54 (2/3) Installing libcurl (7.69.1-r3) 19:58:54 (3/3) Installing curl (7.69.1-r3) 19:58:54 Executing busybox-1.31.1-r19.trigger 19:58:54 OK: 72 MiB in 58 packages 19:58:55 Removing intermediate container fa7996058e01 19:58:55 ---> 3960982c0358 19:58:55 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:58:55 ---> Running in 8c24c1bf9b3e 19:58:56 Removing intermediate container 8c24c1bf9b3e 19:58:56 ---> 3c251d95b408 19:58:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:58:56 ---> Running in 8e2659c78bfe 19:58:56 Removing intermediate container 8e2659c78bfe 19:58:56 ---> 5b268a74a07e 19:58:56 Step 24/26 : LABEL arch=arm64 19:58:56 ---> Running in 7c2b97783e04 19:58:57 Removing intermediate container 7c2b97783e04 19:58:57 ---> 9414f93860ae 19:58:57 Step 25/26 : LABEL git_sha=0f08c5a4c934446bc4a8748a808e300ce7aa86cd 19:58:57 ---> Running in 1666dd0e0db0 19:58:58 Removing intermediate container 1666dd0e0db0 19:58:58 ---> 6c1f29870230 19:58:58 Step 26/26 : LABEL version=0.0.0 19:58:58 ---> Running in db18502e8250 19:58:58 Removing intermediate container db18502e8250 19:58:58 ---> 690033eddacb 19:58:58 19:58:58 Successfully built 690033eddacb 19:58:58 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:58:59  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:58:59 $ docker stop --time=1 31145fc8a7c652d07e300116f8f32258a529b83157552625bb8a3070a6ea1782 19:59:01 $ docker rm -f 31145fc8a7c652d07e300116f8f32258a529b83157552625bb8a3070a6ea1782 [Pipeline] // withDockerContainer [Pipeline] sh 19:59:02 + grep docker 19:59:02 + docker images 19:59:02 docker-sys-mgmt-agent-go-arm64 latest 690033eddacb 4 seconds ago 301MB 19:59:02 docker-core-data-go-arm64 latest a76db53e1758 48 seconds ago 21.4MB 19:59:02 docker-security-secretstore-setup-go-arm64 latest f607484c06db About a minute ago 24.4MB 19:59:02 docker-core-command-go-arm64 latest ae0c603bfe8c About a minute ago 16.3MB 19:59:02 docker-security-bootstrapper-go-arm64 latest d5cece361d85 4 minutes ago 17.9MB 19:59:02 docker-support-notifications-go-arm64 latest ab1ac883c58d 4 minutes ago 16.9MB 19:59:02 docker-support-scheduler-go-arm64 latest 7587111c8fc9 4 minutes ago 16.4MB 19:59:02 docker-core-metadata-go-arm64 latest 3d805f838a65 4 minutes ago 17.9MB 19:59:02 docker-security-proxy-setup-go-arm64 latest 0f9fe7f64787 4 minutes ago 24.1MB 19:59:02 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:59:03 ---> job-cost.sh 19:59:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aaLB 19:59:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:01:27 lf-activate-venv(): INFO: Adding /tmp/venv-aaLB/bin to PATH 20:01:27 INFO: No Stack... 20:01:27 INFO: Retrieving Pricing Info for: lf-standard-4 20:01:27 INFO: Archiving Costs [Pipeline] sh 20:01:27 + cat /w/workspace/edgex-go/38/archives/cost.csv+ 20:01:27 cut -d, -f6 [Pipeline] lock 20:01:27 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-38-stack-cost] 20:01:27 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-38-stack-cost] did not exist. Created. 20:01:27 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:01:28 + echo total: 0.20999999344348907 [Pipeline] stash 20:01:28 Stashed 1 file(s) [Pipeline] } 20:01:28 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-38-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 20:01:29 provisioning config files... 20:01:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/38@tmp/config1602508055110108643tmp [Pipeline] { [Pipeline] sh 20:01:30 + set +x 20:01:30 + curl -s https://codecov.io/bash 20:01:30 + bash -s -- 20:01:30 20:01:30 _____ _ 20:01:30 / ____| | | 20:01:30 | | ___ __| | ___ ___ _____ __ 20:01:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 20:01:30 | |___| (_) | (_| | __/ (_| (_) \ V / 20:01:30 \_____\___/ \__,_|\___|\___\___/ \_/ 20:01:30 Bash-20210309-2b87ace 20:01:30 20:01:30 20:01:30 ==> git version 2.24.3 found 20:01:30 ==> 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 20:01:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 20:01:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 20:01:30 ==> Jenkins CI detected. 20:01:30 project root: . 20:01:30 --> token set from env 20:01:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 20:01:30 ==> Running gcov in . (disable via -X gcov) 20:01:30 ==> Python coveragepy not found 20:01:30 ==> Searching for coverage reports in: 20:01:30 + . 20:01:30 -> Found 1 reports 20:01:30 ==> Detecting git/mercurial file structure 20:01:30 ==> Reading reports 20:01:30 + ./coverage.out bytes=668090 20:01:31 ==> Appending adjustments 20:01:31 https://docs.codecov.io/docs/fixing-reports 20:01:34 + Found adjustments 20:01:34 ==> Gzipping contents 20:01:34 96K /tmp/codecov.Q4qw3k.gz 20:01:34 ==> Uploading reports 20:01:34 url: https://codecov.io 20:01:34 query: branch=PR-3234&commit=0f08c5a4c934446bc4a8748a808e300ce7aa86cd&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F38%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 20:01:34 -> Pinging Codecov 20:01:34 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=0f08c5a4c934446bc4a8748a808e300ce7aa86cd&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F38%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 20:01:34 -> Uploading to 20:01:34 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/0f08c5a4c934446bc4a8748a808e300ce7aa86cd/f209b5a3-fd79-4c24-8e43-655a3754d6a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T200134Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=320bc940bf40de16420ecadcfafd2b32b5ceba1aec105e207410830268d1cd0a 20:01:34 % Total % Received % Xferd Average Speed Time Time Time Current 20:01:34 Dload Upload Total Spent Left Speed 20:01:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96782 0 0 100 96782 0 231k --:--:-- --:--:-- --:--:-- 231k 20:01:35 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/0f08c5a4c934446bc4a8748a808e300ce7aa86cd [Pipeline] } 20:01:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:01:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:01:38 ---> package-listing.sh 20:01:38 ++ facter osfamily 20:01:38 ++ tr '[:upper:]' '[:lower:]' 20:01:38 + OS_FAMILY=redhat 20:01:38 + workspace=/w/workspace/edgex-go/38 20:01:38 + START_PACKAGES=/tmp/packages_start.txt 20:01:38 + END_PACKAGES=/tmp/packages_end.txt 20:01:38 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:01:38 + PACKAGES=/tmp/packages_start.txt 20:01:38 + '[' /w/workspace/edgex-go/38 ']' 20:01:38 + PACKAGES=/tmp/packages_end.txt 20:01:38 + case "${OS_FAMILY}" in 20:01:38 + rpm -qa 20:01:38 + sort 20:01:43 + '[' -f /tmp/packages_start.txt ']' 20:01:43 + '[' -f /tmp/packages_end.txt ']' 20:01:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:01:43 + '[' /w/workspace/edgex-go/38 ']' 20:01:43 + mkdir -p /w/workspace/edgex-go/38/archives/ 20:01:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/38/archives/ [Pipeline] echo 20:01:43 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/38/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:01:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:01:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:01:43 20:01:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:01:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:01:44 alpine: Pulling from edgex-lftools-log-publisher 20:01:44 df20fa9351a1: Pulling fs layer 20:01:44 36b3adc4ff6f: Pulling fs layer 20:01:44 8ad3a11d3b57: Pulling fs layer 20:01:44 46f8f816bc3b: Pulling fs layer 20:01:44 93b61091891f: Pulling fs layer 20:01:44 93b9cdb0e59b: Pulling fs layer 20:01:44 5e14af77c1be: Pulling fs layer 20:01:44 01666e4c0597: Pulling fs layer 20:01:44 aa168da1d23b: Pulling fs layer 20:01:44 46f8f816bc3b: Waiting 20:01:44 01666e4c0597: Waiting 20:01:44 93b9cdb0e59b: Waiting 20:01:44 aa168da1d23b: Waiting 20:01:44 5e14af77c1be: Waiting 20:01:44 93b61091891f: Waiting 20:01:44 36b3adc4ff6f: Verifying Checksum 20:01:44 36b3adc4ff6f: Download complete 20:01:44 46f8f816bc3b: Download complete 20:01:44 df20fa9351a1: Download complete 20:01:44 93b9cdb0e59b: Verifying Checksum 20:01:44 93b9cdb0e59b: Download complete 20:01:44 5e14af77c1be: Verifying Checksum 20:01:44 5e14af77c1be: Download complete 20:01:44 01666e4c0597: Verifying Checksum 20:01:44 01666e4c0597: Download complete 20:01:44 93b61091891f: Verifying Checksum 20:01:44 93b61091891f: Download complete 20:01:44 8ad3a11d3b57: Verifying Checksum 20:01:44 8ad3a11d3b57: Download complete 20:01:44 df20fa9351a1: Pull complete 20:01:45 36b3adc4ff6f: Pull complete 20:01:47 8ad3a11d3b57: Pull complete 20:01:47 aa168da1d23b: Verifying Checksum 20:01:47 aa168da1d23b: Download complete 20:01:47 46f8f816bc3b: Pull complete 20:01:47 93b61091891f: Pull complete 20:01:48 93b9cdb0e59b: Pull complete 20:01:48 5e14af77c1be: Pull complete 20:01:48 01666e4c0597: Pull complete 20:01:57 aa168da1d23b: Pull complete 20:01:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:01:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:01:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:01:57 prd-centos7-docker-4c-2g-31832 does not seem to be running inside a container 20:01:57 $ 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/38/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/38 -v /w/workspace/edgex-go/38:/w/workspace/edgex-go/38:rw,z -v /w/workspace/edgex-go/38@tmp:/w/workspace/edgex-go/38@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:02:01 $ docker top 73c0d4bdebfc8b36c62f508cae89c0d4f93fca6c015bd5e5202c7f0ade8a185e -eo pid,comm [Pipeline] { [Pipeline] sh 20:02:02 + touch /tmp/pre-build-complete [Pipeline] sh 20:02:02 + mkdir -p /var/log/sa [Pipeline] sh 20:02:03 + ls /var/log/sa-host 20:02:03 + sadf -c /var/log/sa-host/sa23 20:02:03 file_magic: OK 20:02:03 HZ: Using current value: 100 20:02:03 file_header: OK 20:02:03 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 20:02:03 Statistics: 20:02:03 Hnuu...uuuununununu... 20:02:03 File successfully converted to sysstat format version 12.2.1 20:02:03 + sadf -c /var/log/sa-host/sa29 20:02:03 file_magic: OK 20:02:03 HZ: Using current value: 100 20:02:03 file_header: OK 20:02:03 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 20:02:03 Statistics: 20:02:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:02:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:02:03 provisioning config files... 20:02:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/38@tmp/config9166977220930757028tmp [Pipeline] { [Pipeline] echo 20:02:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:02:03 ---> create-netrc.sh [Pipeline] } 20:02:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:02:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:02:04 ---> python-tools-install.sh [Pipeline] echo 20:02:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:02:04 ---> sudo-logs.sh 20:02:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:02:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:02:05 ---> job-cost.sh 20:02:05 lf-activate-venv: SKIPPING 20:02:05 DEBUG: total: 0.20999999344348907 20:02:05 INFO: Retrieving Stack Cost... 20:02:05 INFO: Retrieving Pricing Info for: v1-standard-2 20:02:06 INFO: Archiving Costs [Pipeline] echo 20:02:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:02:06 ---> logs-deploy.sh 20:02:06 lf-activate-venv: SKIPPING 20:02:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/38 20:02:06 INFO: archiving workspace using pattern(s): 20:02:08 Archives upload complete. 20:02:08 INFO: archiving logs to Nexus