Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f6d014447948dfaa08a4016fd2a877554bf2967e+f60a6b9b3bbcf5933f7773f85fc76d84301e173f (8ab80f011512f83267dfb5c0ba5b09b1d482582b) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 ‘prd-centos7-docker-4c-2g-28380’ Running on prd-centos7-docker-4c-2g-28384 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e Merge succeeded, producing f6d014447948dfaa08a4016fd2a877554bf2967e Checking out Revision f6d014447948dfaa08a4016fd2a877554bf2967e (PR-3209) > git config core.sparsecheckout # timeout=10 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # 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 f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:24:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:24:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:24:37 ========================================================= 14:24:37 EdgeX Global Pipelines Version Info 14:24:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9f97bb1cccb7cfa260bd7fc093c87ca00e1a762c # timeout=10 14:24:39 ------------------- 14:24:39 stable info: 14:24:39 ------------------- 14:24:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:24:39 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:24:39 Message: update stable to v1.0.184 14:24:40 ------------------- 14:24:40 experimental info: 14:24:40 ------------------- 14:24:40 Commited By: **** collab-it+edgex@linuxfoundation.org 14:24:40 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:24:40 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:24:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:24:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:24:43 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:24:43 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:24:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo 14:24:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo 14:24:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo 14:24:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f6d014447948dfaa08a4016fd2a877554bf2967e [Pipeline] echo 14:24:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f6d0144 [Pipeline] echo 14:24:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:24:43 provisioning config files... 14:24:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5929112957020297298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:24:44 ---> docker-login.sh 14:24:44 nexus3.edgexfoundry.org:10001 14:24:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:44 Configure a credential helper to remove this warning. See 14:24:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:44 14:24:44 Login Succeeded 14:24:44 nexus3.edgexfoundry.org:10002 14:24:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:45 Configure a credential helper to remove this warning. See 14:24:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:45 14:24:45 Login Succeeded 14:24:45 nexus3.edgexfoundry.org:10003 14:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:45 Configure a credential helper to remove this warning. See 14:24:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:45 14:24:45 Login Succeeded 14:24:45 nexus3.edgexfoundry.org:10004 14:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:45 Configure a credential helper to remove this warning. See 14:24:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:45 14:24:45 Login Succeeded 14:24:45 docker.io 14:24:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:24:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:24:45 Configure a credential helper to remove this warning. See 14:24:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:24:45 14:24:45 Login Succeeded 14:24:45 ---> docker-login.sh ends [Pipeline] } 14:24:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:24:46 ++ 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 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/core-command/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo core-command,cmd/core-command/Dockerfile 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/core-data/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo core-data,cmd/core-data/Dockerfile 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/core-metadata/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo core-metadata,cmd/core-metadata/Dockerfile 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/security-bootstrapper/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/security-proxy-setup/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/support-notifications/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo support-notifications,cmd/support-notifications/Dockerfile 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/support-scheduler/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:24:46 + for file in '`ls cmd/**/Dockerfile`' 14:24:46 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:24:46 ++ cut -d/ -f2 14:24:46 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:24:46 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 14:24:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:24:47 14:24:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:24:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:24:47 latest: Pulling from edgex-devops/git-semver 14:24:47 31603596830f: Pulling fs layer 14:24:47 2a8b12db71e7: Pulling fs layer 14:24:47 6ca5941a6612: Pulling fs layer 14:24:47 ecc8261a40a4: Pulling fs layer 14:24:47 ecc8261a40a4: Waiting 14:24:47 2a8b12db71e7: Verifying Checksum 14:24:47 2a8b12db71e7: Download complete 14:24:47 31603596830f: Verifying Checksum 14:24:47 31603596830f: Download complete 14:24:47 ecc8261a40a4: Verifying Checksum 14:24:47 ecc8261a40a4: Download complete 14:24:47 6ca5941a6612: Verifying Checksum 14:24:47 6ca5941a6612: Download complete 14:24:48 31603596830f: Pull complete 14:24:48 2a8b12db71e7: Pull complete 14:24:49 6ca5941a6612: Pull complete 14:24:49 ecc8261a40a4: Pull complete 14:24:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:24:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:24:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:24:49 prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container 14:24:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:24:52 $ docker top 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:24:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:24:52 [ssh-agent] Looking for ssh-agent implementation... 14:24:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:24:53 $ docker exec 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 ssh-agent 14:24:53 SSH_AUTH_SOCK=/tmp/ssh-XcqwFfqtciCA/agent.12 14:24:53 SSH_AGENT_PID=18 14:24:53 Running ssh-add (command line suppressed) 14:24:53 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6652510008085345806.key (/w/workspace/edgex-go/4@tmp/private_key_6652510008085345806.key) 14:24:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:24:53 + git tag --points-at HEAD [Pipeline] } 14:24:53 $ docker exec --env ******** --env ******** 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 ssh-agent -k 14:24:54 unset SSH_AUTH_SOCK; 14:24:54 unset SSH_AGENT_PID; 14:24:54 echo Agent pid 18 killed; 14:24:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:24:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:24:54 [ssh-agent] Looking for ssh-agent implementation... 14:24:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:24:54 $ docker exec 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 ssh-agent 14:24:54 SSH_AUTH_SOCK=/tmp/ssh-w98g9HcncB1K/agent.48 14:24:54 SSH_AGENT_PID=53 14:24:54 Running ssh-add (command line suppressed) 14:24:54 Identity added: /w/workspace/edgex-go/4@tmp/private_key_4646055949227084900.key (/w/workspace/edgex-go/4@tmp/private_key_4646055949227084900.key) 14:24:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:24:55 + git semver init 14:24:55 # -> Open(): unable to determine branch for HEAD 14:24:55 # $GIT_DIR = /w/workspace/edgex-go/4/.git 14:24:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 14:24:55 # $SEMVER_REMOTE_NAME = origin 14:24:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:24:55 # $SEMVER_USER_NAME = edgex-jenkins 14:24:55 # $SEMVER_BRANCH = PR-3209 14:24:55 # $SEMVER_TEMP = /tmp/semver-649918016 14:24:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:25:22 # '/tmp/semver-649918016' -> '/w/workspace/edgex-go/4/.semver' 14:25:22 # -> Force: false 14:25:22 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 14:25:22 $ docker exec --env ******** --env ******** 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 ssh-agent -k 14:25:22 unset SSH_AUTH_SOCK; 14:25:22 unset SSH_AGENT_PID; 14:25:22 echo Agent pid 53 killed; 14:25:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:25:23 + git semver [Pipeline] } 14:25:23 $ docker stop --time=1 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 14:25:24 $ docker rm -f 33a0ea07f16ab59814c50df19010490d2124107c96f0f043ec021dea812ea265 [Pipeline] // withDockerContainer [Pipeline] sh 14:25:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:25:25 Stashed 1 file(s) [Pipeline] echo 14:25:25 [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 14:25:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:25:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:25:27 + sudo service docker restart 14:25:27 + true 14:25:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:25:27 ========================================================= 14:25:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:25:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:25:28 + 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 . 14:25:32 Sending build context to Docker daemon 328.2MB 14:25:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:25:32 Step 2/6 : FROM ${BASE} 14:25:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:25:32 188c0c94c7c5: Pulling fs layer 14:25:32 0ef7d3d256c8: Pulling fs layer 14:25:32 de9db76c5a1d: Pulling fs layer 14:25:32 bca2f99d35d6: Pulling fs layer 14:25:32 93359f2a8cfa: Pulling fs layer 14:25:32 7c6f9722023f: Pulling fs layer 14:25:32 a35cf1a2eb13: Pulling fs layer 14:25:32 93359f2a8cfa: Waiting 14:25:32 7c6f9722023f: Waiting 14:25:32 a35cf1a2eb13: Waiting 14:25:32 bca2f99d35d6: Waiting 14:25:32 de9db76c5a1d: Verifying Checksum 14:25:32 de9db76c5a1d: Download complete 14:25:32 0ef7d3d256c8: Download complete 14:25:32 93359f2a8cfa: Verifying Checksum 14:25:32 93359f2a8cfa: Download complete 14:25:32 188c0c94c7c5: Verifying Checksum 14:25:32 188c0c94c7c5: Download complete 14:25:32 7c6f9722023f: Verifying Checksum 14:25:32 7c6f9722023f: Download complete 14:25:32 188c0c94c7c5: Pull complete 14:25:32 0ef7d3d256c8: Pull complete 14:25:33 de9db76c5a1d: Pull complete 14:25:33 a35cf1a2eb13: Verifying Checksum 14:25:33 a35cf1a2eb13: Download complete 14:25:34 bca2f99d35d6: Verifying Checksum 14:25:34 bca2f99d35d6: Download complete 14:25:41 Still waiting to schedule task 14:25:41 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:25:41 bca2f99d35d6: Pull complete 14:25:41 93359f2a8cfa: Pull complete 14:25:41 7c6f9722023f: Pull complete 14:25:45 a35cf1a2eb13: Pull complete 14:25:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:25:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:25:45 ---> a62c8e92a672 14:25:45 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 14:25:45 ---> Running in a6362762d4fb 14:25:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:25:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:25:47 (1/12) Installing libmagic (5.38-r0) 14:25:47 (2/12) Installing file (5.38-r0) 14:25:48 (3/12) Installing libc-dev (0.7.2-r3) 14:25:48 (4/12) Installing g++ (9.3.0-r2) 14:26:03 (5/12) Installing fortify-headers (1.1-r0) 14:26:03 (6/12) Installing patch (2.7.6-r6) 14:26:03 (7/12) Installing build-base (0.5-r2) 14:26:03 (8/12) Installing libsodium (1.0.18-r0) 14:26:03 (9/12) Installing pkgconf (1.7.2-r0) 14:26:03 (10/12) Installing libsodium-dev (1.0.18-r0) 14:26:03 (11/12) Installing libzmq (4.3.3-r0) 14:26:03 (12/12) Installing zeromq-dev (4.3.3-r0) 14:26:04 Executing busybox-1.31.1-r19.trigger 14:26:04 OK: 233 MiB in 51 packages 14:26:08 Removing intermediate container a6362762d4fb 14:26:08 ---> 8258fbde0fe1 14:26:08 Step 4/6 : WORKDIR /edgex-go 14:26:08 ---> Running in ba51c491f91d 14:26:08 Removing intermediate container ba51c491f91d 14:26:08 ---> 653a4855566f 14:26:08 Step 5/6 : COPY go.mod . 14:26:08 ---> 307341a472ae 14:26:08 Step 6/6 : RUN go mod download 14:26:09 ---> Running in 7941902a557f 14:26:35 Removing intermediate container 7941902a557f 14:26:35 ---> b9d02845cf4b 14:26:35 Successfully built b9d02845cf4b 14:26:35 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:26:36 + docker inspect -f . ci-base-image-x86_64 14:26:36 . [Pipeline] withDockerContainer 14:26:36 prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container 14:26:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:26:37 $ docker top 79cb17b0fd8c3c8c1ab84830f9f8ae5d6f777488d1d77e8b4b17c512ac22158f -eo pid,comm [Pipeline] { [Pipeline] sh 14:26:37 + go version 14:26:37 go version go1.15.5 linux/amd64 [Pipeline] } 14:26:37 $ docker stop --time=1 79cb17b0fd8c3c8c1ab84830f9f8ae5d6f777488d1d77e8b4b17c512ac22158f 14:26:40 $ docker rm -f 79cb17b0fd8c3c8c1ab84830f9f8ae5d6f777488d1d77e8b4b17c512ac22158f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:26:40 + docker inspect -f . ci-base-image-x86_64 14:26:40 . [Pipeline] withDockerContainer 14:26:41 prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container 14:26:41 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:26:41 $ docker top 3da7fd1f0b85800f96bd0fea4abcd6ae3cb8bbed66c7b8577287a73b70d62999 -eo pid,comm [Pipeline] { [Pipeline] echo 14:26:42 ========================================================= 14:26:42 [edgeXBuildGoParallel] Running Tests and Build... 14:26:42 ========================================================= [Pipeline] sh 14:26:42 + make test 14:26:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:26:52 ? github.com/edgexfoundry/edgex-go [no test files] 14:27:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:27:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:27:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:27:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:27:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:27:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:27:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:27:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:27:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:27:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:27:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:27:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:27:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:27:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:27:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 14:27:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:27:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:27:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:27:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:27:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.121s coverage: 66.2% of statements 14:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:27:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:27:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.435s coverage: 82.4% of statements 14:27:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:27:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:27:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:27:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.110s coverage: 86.7% of statements 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:27:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:27:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:27:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:27:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:27:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.092s coverage: 0.1% of statements 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:27:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:27:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.040s coverage: 45.5% of statements 14:27:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.058s coverage: 79.5% of statements 14:27:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 14:27:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements 14:27:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 14:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements 14:27:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.082s coverage: 92.9% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.6% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.6% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.179s coverage: 62.4% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.294s coverage: 69.1% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 38.4% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.041s coverage: 89.5% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.040s coverage: 84.8% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.060s coverage: 100.0% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.136s coverage: 88.5% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.719s coverage: 29.1% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.057s coverage: 94.3% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.046s coverage: 87.9% of statements 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:27:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 14:27:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 14:27:57 GO111MODULE=on go vet ./... 14:28:24 gofmt -l . 14:28:24 [ "`gofmt -l .`" = "" ] 14:28:24 ./bin/test-go-mod-tidy.sh 14:28:24 ./bin/test-attribution-txt.sh [Pipeline] sh 14:28:25 + ls -al . 14:28:25 total 716 14:28:25 drwxrwxr-x 10 1001 1001 4096 Mar 3 14:28 . 14:28:25 drwxr-xr-x 4 root root 28 Mar 3 14:26 .. 14:28:25 -rw-rw-r-- 1 1001 1001 11 Mar 3 14:24 .dockerignore 14:28:25 drwxrwxr-x 8 1001 1001 179 Mar 3 14:24 .git 14:28:25 drwxrwxr-x 3 1001 1001 125 Mar 3 14:24 .github 14:28:25 -rw-rw-r-- 1 1001 1001 818 Mar 3 14:24 .gitignore 14:28:25 drwx------ 3 1001 1001 60 Mar 3 14:25 .semver 14:28:25 -rw-rw-r-- 1 1001 1001 166 Mar 3 14:24 .sonarcloud.properties 14:28:25 -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:24 Attribution.txt 14:28:25 -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:24 CONTRIBUTING.md 14:28:25 -rw-rw-r-- 1 1001 1001 931 Mar 3 14:24 Dockerfile.build 14:28:25 -rw-rw-r-- 1 1001 1001 863 Mar 3 14:24 Jenkinsfile 14:28:25 -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:24 LICENSE 14:28:25 -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:24 Makefile 14:28:25 -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:24 README.md 14:28:25 -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:24 SECURITY.md 14:28:25 -rw-rw-r-- 1 1001 1001 5 Mar 3 14:25 VERSION 14:28:25 -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:24 ZMQWindows.md 14:28:25 drwxrwxr-x 2 1001 1001 117 Mar 3 14:24 bin 14:28:25 drwxrwxr-x 14 1001 1001 4096 Mar 3 14:24 cmd 14:28:25 -rw-r--r-- 1 root root 602988 Mar 3 14:27 coverage.out 14:28:25 -rw-r--r-- 1 root root 1055 Mar 3 14:28 go.mod 14:28:25 -rw-r--r-- 1 root root 21817 Mar 3 14:28 go.sum 14:28:25 drwxrwxr-x 8 1001 1001 127 Mar 3 14:24 internal 14:28:25 drwxrwxr-x 4 1001 1001 26 Mar 3 14:24 openapi 14:28:25 drwxrwxr-x 4 1001 1001 71 Mar 3 14:24 snap 14:28:25 -rw-rw-r-- 1 1001 1001 168 Mar 3 14:24 version.go [Pipeline] sh 14:28:25 + '[' -e coverage.out ] 14:28:25 + chown 1001:1001 coverage.out [Pipeline] stash 14:28:26 Stashed 1 file(s) [Pipeline] sh 14:28:26 + make build 14:28:26 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 14:28:30 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 14:28:38 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 14:28:40 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 14:28:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:28:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:28: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 14:28:45 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 14:28:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:28: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 14:28:49 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 14:28:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:28:52 $ docker stop --time=1 3da7fd1f0b85800f96bd0fea4abcd6ae3cb8bbed66c7b8577287a73b70d62999 14:28:54 $ docker rm -f 3da7fd1f0b85800f96bd0fea4abcd6ae3cb8bbed66c7b8577287a73b70d62999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:28:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:28:55 14:28:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:28:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:28:56 latest: Pulling from edgex-devops/edgex-compose 14:28:56 cbdbe7a5bc2a: Pulling fs layer 14:28:56 ca9280d653b3: Pulling fs layer 14:28:56 7e9c9ca2126c: Pulling fs layer 14:28:56 cbdbe7a5bc2a: Verifying Checksum 14:28:56 cbdbe7a5bc2a: Download complete 14:28:56 cbdbe7a5bc2a: Pull complete 14:28:57 ca9280d653b3: Verifying Checksum 14:28:57 ca9280d653b3: Download complete 14:28:58 7e9c9ca2126c: Download complete 14:28:58 ca9280d653b3: Pull complete 14:29:05 7e9c9ca2126c: Pull complete 14:29:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:29:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:29:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:29:05 prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container 14:29:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:29:08 $ docker top 7d40c5ea53f617913919c6e856496c83e89c1e7eafddd2126732513064576228 -eo pid,comm [Pipeline] { [Pipeline] sh 14:29:08 + docker-compose build --help 14:29:08 + grep parallel 14:29:09 --parallel Build images in parallel. [Pipeline] } 14:29:09 $ docker stop --time=1 7d40c5ea53f617913919c6e856496c83e89c1e7eafddd2126732513064576228 14:29:11 $ docker rm -f 7d40c5ea53f617913919c6e856496c83e89c1e7eafddd2126732513064576228 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:29:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:29:11 . [Pipeline] withDockerContainer 14:29:12 prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container 14:29:12 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 14:29:13 $ docker top 19eb08703aef2583ac1d6a7de14d42b03f8bfa7a853d99612820128b6a847ba3 -eo pid,comm [Pipeline] { [Pipeline] sh 14:29:13 + docker-compose -f ./docker-compose-build.yml build --parallel 14:29:14 Building docker-core-command-go ... 14:29:14 Building docker-core-data-go ... 14:29:14 Building docker-core-metadata-go ... 14:29:14 Building docker-security-bootstrapper-go ... 14:29:14 Building docker-security-proxy-setup-go ... 14:29:14 Building docker-security-secretstore-setup-go ... 14:29:14 Building docker-support-notifications-go ... 14:29:14 Building docker-support-scheduler-go ... 14:29:14 Building docker-sys-mgmt-agent-go ... 14:29:14 Building docker-support-scheduler-go 14:29:14 Building docker-security-bootstrapper-go 14:29:14 Building docker-core-data-go 14:29:14 Building docker-support-notifications-go 14:29:14 Building docker-security-secretstore-setup-go 14:29:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28387 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 14:29:31 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 14:29:36 using credential edgex-jenkins-ssh 14:29:36 Cloning the remote Git repository 14:29:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:29:36 > git init /w/workspace/edgex-go/4 # timeout=10 14:29:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:29:36 > git --version # timeout=10 14:29:36 > git --version # 'git version 2.17.1' 14:29:36 using GIT_SSH to set credentials SSH Credentials for GitHub 14:29:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:29:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:29:46 ---> b9d02845cf4b 14:29:46 Step 3/22 : WORKDIR /edgex-go 14:29:47 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:47 Step 2/30 : FROM ${BUILDER_BASE} AS builder 14:29:47 ---> b9d02845cf4b 14:29:47 Step 3/30 : WORKDIR /edgex-go 14:29:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:29:47 ---> b9d02845cf4b 14:29:47 Step 3/23 : WORKDIR /edgex-go 14:29:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:29:47 ---> b9d02845cf4b 14:29:47 Step 3/24 : WORKDIR /edgex-go 14:29:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:29:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:29:47 ---> b9d02845cf4b 14:29:47 Step 3/22 : WORKDIR /edgex-go 14:29:48 ---> Running in 661424e91793 14:29:48 ---> Running in 4032f2211fc8 14:29:48 ---> Running in c0dcee85b00b 14:29:48 ---> Running in 5e12a0976599 14:29:48 ---> Running in 15f85881767b 14:29:49 Removing intermediate container 4032f2211fc8 14:29:49 ---> 3edc37fb3c14 14:29:49 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:49 Removing intermediate container 5e12a0976599 14:29:49 ---> 96fbbe420e31 14:29:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:49 Removing intermediate container c0dcee85b00b 14:29:49 ---> 80b4578057e1 14:29:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:49 Removing intermediate container 15f85881767b 14:29:49 ---> ad6e5ea772b4 14:29:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:49 Removing intermediate container 661424e91793 14:29:49 ---> fc595659e5fa 14:29:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:49 ---> Running in a94338ec7536 14:29:49 ---> Running in 7d76b70fda5c 14:29:49 ---> Running in b7b38ffcd70e 14:29:49 ---> Running in 073d887acc8b 14:29:49 ---> Running in 0788c86bd6ff 14:29:52 Removing intermediate container b7b38ffcd70e 14:29:52 ---> 165ea6bec966 14:29:52 Step 5/24 : RUN apk add --update --no-cache make git 14:29:52 Removing intermediate container 7d76b70fda5c 14:29:52 ---> 2eff670d809e 14:29:52 Step 5/22 : RUN apk add --update --no-cache make git 14:29:52 Removing intermediate container a94338ec7536 14:29:52 ---> 684cc2ad63d0 14:29:52 Step 5/30 : RUN apk add --update --no-cache make git 14:29:52 ---> Running in 0946b94d9b8d 14:29:52 ---> Running in 68a994d61271 14:29:52 Removing intermediate container 073d887acc8b 14:29:52 ---> c9758db76efd 14:29:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:29:52 Removing intermediate container 0788c86bd6ff 14:29:52 ---> 7657ac03a251 14:29:52 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:29:52 ---> Running in f1a71e2df3d9 14:29:52 ---> Running in d72b36914640 14:29:52 ---> Running in 27e19e7921e4 14:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:29:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:29:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:29:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:29:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:29:52 using GIT_SSH to set credentials SSH Credentials for GitHub 14:29:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:53 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e 14:29:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:54 OK: 233 MiB in 51 packages 14:29:54 OK: 233 MiB in 51 packages 14:29:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:29:54 OK: 233 MiB in 51 packages 14:29:54 OK: 233 MiB in 51 packages 14:29:54 Merge succeeded, producing f6d014447948dfaa08a4016fd2a877554bf2967e 14:29:54 Checking out Revision f6d014447948dfaa08a4016fd2a877554bf2967e (PR-3209) 14:29:54 Removing intermediate container 0946b94d9b8d 14:29:54 ---> e8a0724b04ad 14:29:54 Step 6/24 : COPY go.mod . 14:29:54 OK: 233 MiB in 51 packages 14:29:54 Removing intermediate container 68a994d61271 14:29:54 ---> db49d84eb7fd 14:29:54 Step 6/22 : COPY go.mod . 14:29:54 ---> ccea3c7d00ee 14:29:54 Step 7/24 : RUN go mod download 14:29:55 ---> Running in e983973ed87c 14:29:55 Removing intermediate container 27e19e7921e4 14:29:55 ---> 929592b6810a 14:29:55 Step 6/22 : COPY go.mod . 14:29:55 Removing intermediate container f1a71e2df3d9 14:29:55 ---> 7d10d8452fbe 14:29:55 Step 6/30 : COPY go.mod . 14:29:55 ---> 420e64fdfcc5 14:29:55 Step 7/22 : RUN go mod download 14:29:53 > git config core.sparsecheckout # timeout=10 14:29:53 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 14:29:54 > git remote # timeout=10 14:29:54 > git config --get remote.origin.url # timeout=10 14:29:54 using GIT_SSH to set credentials SSH Credentials for GitHub 14:29:54 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 14:29:54 > git rev-parse HEAD^{commit} # timeout=10 14:29:54 > git config core.sparsecheckout # timeout=10 14:29:54 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 14:29:55 ---> Running in acf8b6ff5868 14:29:55 ---> 851f141ecda9 14:29:55 Step 7/30 : RUN go mod download 14:29:55 ---> 2f5ab1ec1c35 14:29:55 Step 7/22 : RUN go mod download 14:29:55 Removing intermediate container d72b36914640 14:29:55 ---> c44326ad5cb0 14:29:55 Step 6/23 : COPY go.mod . 14:29:55 ---> Running in 89a2a7e5f7ef 14:29:56 ---> Running in 0a08578b62ef 14:29:56 ---> 722b39dd1acf 14:29:56 Step 7/23 : RUN go mod download 14:29:56 ---> Running in 3f1f59a6c076 14:29:57 Removing intermediate container e983973ed87c 14:29:57 ---> 0c63ffb603ec 14:29:57 Step 8/24 : COPY . . 14:29:58 Removing intermediate container acf8b6ff5868 14:29:58 ---> e6505752d86e 14:29:58 Step 8/22 : COPY . . 14:29:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:30:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:30:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:30:01 + + sudo service docker restart 14:30:01 true 14:30:01 Removing intermediate container 89a2a7e5f7ef 14:30:01 ---> fef111c27b83 14:30:01 Step 8/22 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:30:03 provisioning config files... 14:30:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config174556070296782854tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:30:04 ---> docker-login.sh 14:30:04 nexus3.edgexfoundry.org:10001 14:30:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:05 Configure a credential helper to remove this warning. See 14:30:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:05 14:30:05 Login Succeeded 14:30:05 nexus3.edgexfoundry.org:10002 14:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:06 Configure a credential helper to remove this warning. See 14:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:06 14:30:06 Login Succeeded 14:30:06 nexus3.edgexfoundry.org:10003 14:30:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:06 Configure a credential helper to remove this warning. See 14:30:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:06 14:30:06 Login Succeeded 14:30:06 nexus3.edgexfoundry.org:10004 14:30:06 Removing intermediate container 0a08578b62ef 14:30:06 ---> 520b7852b1b1 14:30:06 Step 8/30 : COPY . . 14:30:07 Removing intermediate container 3f1f59a6c076 14:30:07 ---> de99a71a1c2d 14:30:07 Step 8/23 : COPY . . 14:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:07 Configure a credential helper to remove this warning. See 14:30:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:07 14:30:07 Login Succeeded 14:30:07 docker.io 14:30:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:30:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:30:08 Configure a credential helper to remove this warning. See 14:30:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:30:08 14:30:08 Login Succeeded 14:30:08 ---> docker-login.sh ends [Pipeline] } 14:30:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:30:08 ========================================================= 14:30:08 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:30:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:30:09 + 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 . 14:30:11 Sending build context to Docker daemon 166.5MB 14:30:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:30:11 Step 2/6 : FROM ${BASE} 14:30:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:30:11 5f621e34cdf4: Pulling fs layer 14:30:11 a4357932f1b6: Pulling fs layer 14:30:11 18c013af1878: Pulling fs layer 14:30:11 00ac8860ef70: Pulling fs layer 14:30:11 63d7cb157983: Pulling fs layer 14:30:11 b116817d02f9: Pulling fs layer 14:30:11 745a02a5169b: Pulling fs layer 14:30:11 00ac8860ef70: Waiting 14:30:11 63d7cb157983: Waiting 14:30:11 b116817d02f9: Waiting 14:30:11 745a02a5169b: Waiting 14:30:11 18c013af1878: Verifying Checksum 14:30:11 18c013af1878: Download complete 14:30:11 a4357932f1b6: Verifying Checksum 14:30:11 a4357932f1b6: Download complete 14:30:11 63d7cb157983: Download complete 14:30:11 5f621e34cdf4: Verifying Checksum 14:30:11 b116817d02f9: Verifying Checksum 14:30:11 b116817d02f9: Download complete 14:30:12 5f621e34cdf4: Pull complete 14:30:13 a4357932f1b6: Pull complete 14:30:13 18c013af1878: Pull complete 14:30:14 745a02a5169b: Verifying Checksum 14:30:14 745a02a5169b: Download complete 14:30:15 00ac8860ef70: Verifying Checksum 14:30:15 00ac8860ef70: Download complete 14:30:25 00ac8860ef70: Pull complete 14:30:25 63d7cb157983: Pull complete 14:30:25 b116817d02f9: Pull complete 14:30:28 745a02a5169b: Pull complete 14:30:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:30:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:30:28 ---> b7e6874047d6 14:30:28 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 14:30:33 ---> Running in aa08a7f370c2 14:30:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:30:33 ---> 7b7a5ae9fb37 14:30:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:30:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:30:36 (1/12) Installing libmagic (5.38-r0) 14:30:36 (2/12) Installing file (5.38-r0) 14:30:36 (3/12) Installing libc-dev (0.7.2-r3) 14:30:36 (4/12) Installing g++ (9.3.0-r2) 14:30:38 ---> Running in 03c645f3bac3 14:30:38 ---> b82ed3f3a0e6 14:30:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:30:39 ---> Running in a3a6880fc6c5 14:30:40 ---> 1c589f92e11a 14:30:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:30:40 ---> f5661b90792c 14:30:40 Step 9/23 : RUN make cmd/core-data/core-data 14:30:40 ---> ec256be7ef84 14:30:40 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:30:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:30:40 ---> Running in 0433459d1012 14:30:40 ---> Running in 312cb231ba6a 14:30:40 ---> Running in b1548e0776e8 14:30:41 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 14:30:41 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 14:30:42 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 14:30:42 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 14:30:49 (5/12) Installing fortify-headers (1.1-r0) 14:30:49 (6/12) Installing patch (2.7.6-r6) 14:30:49 (7/12) Installing build-base (0.5-r2) 14:30:49 (8/12) Installing libsodium (1.0.18-r0) 14:30:49 (9/12) Installing pkgconf (1.7.2-r0) 14:30:49 (10/12) Installing libsodium-dev (1.0.18-r0) 14:30:49 (11/12) Installing libzmq (4.3.3-r0) 14:30:49 (12/12) Installing zeromq-dev (4.3.3-r0) 14:30:49 Executing busybox-1.31.1-r19.trigger 14:30:49 OK: 217 MiB in 51 packages 14:30:52 Removing intermediate container aa08a7f370c2 14:30:52 ---> 0c44beadd312 14:30:52 Step 4/6 : WORKDIR /edgex-go 14:30:52 ---> Running in 1d0f3bd73990 14:30:52 Removing intermediate container 1d0f3bd73990 14:30:52 ---> ca9cc4cae8f4 14:30:52 Step 5/6 : COPY go.mod . 14:30:53 ---> f3e259442b12 14:30:53 Step 6/6 : RUN go mod download 14:30:53 ---> Running in 80b6db2c74c5 14:31:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 14:31:18 Removing intermediate container 03c645f3bac3 14:31:18 ---> 725378ee713a 14:31:18 14:31:18 Step 10/24 : FROM alpine:3.12 14:31:18 Removing intermediate container b1548e0776e8 14:31:18 ---> e4ae2370792b 14:31:18 14:31:18 Step 10/30 : FROM alpine:3.12 14:31:18 3.12: Pulling from library/alpine 14:31:18 3.12: Pulling from library/alpine 14:31:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:31:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:31:19 Status: Downloaded newer image for alpine:3.12 14:31:19 ---> 88dd2752d2ea 14:31:19 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:31:19 Status: Downloaded newer image for alpine:3.12 14:31:19 ---> 88dd2752d2ea 14:31:19 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:31:23 ---> Running in 141473ace129 14:31:23 ---> Running in df7910bba82c 14:31:24 Removing intermediate container a3a6880fc6c5 14:31:24 ---> 6e33bffde969 14:31:24 14:31:24 Step 10/22 : FROM alpine:3.12 14:31:24 Removing intermediate container 0433459d1012 14:31:24 ---> 994560fc1008 14:31:24 14:31:24 Step 10/22 : FROM alpine:3.12 14:31:24 ---> 88dd2752d2ea 14:31:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:31:24 ---> 88dd2752d2ea 14:31:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:31:24 Removing intermediate container df7910bba82c 14:31:24 ---> d337131daf38 14:31:24 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 14:31:24 ---> Running in d9101b4f6596 14:31:25 ---> Running in a7c4e32ae0c2 14:31:25 ---> Running in c1fa36adff3f 14:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:25 (1/5) Installing ca-certificates (20191127-r4) 14:31:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:31:25 (3/5) Installing libcurl (7.69.1-r3) 14:31:25 (4/5) Installing curl (7.69.1-r3) 14:31:25 (5/5) Installing dumb-init (1.2.2-r1) 14:31:25 Executing busybox-1.31.1-r19.trigger 14:31:25 Executing ca-certificates-20191127-r4.trigger 14:31:26 OK: 7 MiB in 19 packages 14:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:26 Removing intermediate container 80b6db2c74c5 14:31:26 ---> e16632151ab9 14:31:26 Successfully built e16632151ab9 14:31:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:26 (1/1) Installing dumb-init (1.2.2-r1) 14:31:26 Executing busybox-1.31.1-r19.trigger 14:31:26 OK: 6 MiB in 15 packages 14:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:26 (1/2) Installing dumb-init (1.2.2-r1) 14:31:26 (2/2) Installing su-exec (0.2-r1) 14:31:26 Executing busybox-1.31.1-r19.trigger 14:31:26 + docker inspect -f . ci-base-image-arm64 14:31:26 . [Pipeline] withDockerContainer 14:31:26 OK: 6 MiB in 16 packages 14:31:26 (1/2) Installing ca-certificates (20191127-r4) 14:31:26 (2/2) Installing dumb-init (1.2.2-r1) 14:31:26 Executing busybox-1.31.1-r19.trigger 14:31:26 Executing ca-certificates-20191127-r4.trigger 14:31:26 OK: 6 MiB in 16 packages 14:31:26 prd-ubuntu18.04-docker-arm64-4c-16g-28387 does not seem to be running inside a container 14:31:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 14:31:28 Removing intermediate container 312cb231ba6a 14:31:28 ---> b9341cfc0e5a 14:31:28 14:31:28 Step 10/23 : FROM alpine:3.12 14:31:28 ---> 88dd2752d2ea 14:31:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:31:28 $ docker top 6124b59b46634f9cac7871a49d3fa12d4b174592ccb8cb08e6f179abdf2b0d3e -eo pid,comm 14:31:29 ---> Running in 3ece2f888500 14:31:29 Removing intermediate container 141473ace129 14:31:29 ---> cb54ec5ea892 14:31:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] { [Pipeline] sh 14:31:29 + go version 14:31:29 go version go1.15.5 linux/arm64 [Pipeline] } 14:31:29 $ docker stop --time=1 6124b59b46634f9cac7871a49d3fa12d4b174592ccb8cb08e6f179abdf2b0d3e 14:31:30 Removing intermediate container d9101b4f6596 14:31:30 ---> c10e5744dcf8 14:31:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:31:30 ---> Running in 94ff505d2742 14:31:30 Removing intermediate container 3ece2f888500 14:31:30 ---> 89795a6e7e05 14:31:30 Step 12/23 : ENV APP_PORT=48080 14:31:30 ---> Running in 22f492ae8ec2 14:31:30 Removing intermediate container c1fa36adff3f 14:31:30 ---> 5fa3b8a3e6cd 14:31:30 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 14:31:30 Removing intermediate container a7c4e32ae0c2 14:31:30 ---> 91b434a3e129 14:31:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:31:30 ---> Running in aa952e057567 14:31:30 ---> Running in d8a0517394a4 14:31:30 ---> Running in 1b10063b464d 14:31:30 Removing intermediate container 94ff505d2742 14:31:30 ---> 6bba6c351c77 14:31:30 Step 13/24 : WORKDIR / 14:31:30 Removing intermediate container 22f492ae8ec2 14:31:30 ---> fb95000c4260 14:31:30 Step 13/22 : ENV APP_PORT=48085 14:31:31 ---> Running in 75544c1fad65 14:31:31 ---> Running in 633dbd7c40c7 14:31:31 Removing intermediate container aa952e057567 14:31:31 ---> 311674aee423 14:31:31 Step 13/23 : EXPOSE $APP_PORT 14:31:31 Removing intermediate container d8a0517394a4 14:31:31 ---> d4ce377e6adb 14:31:31 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:31:31 Removing intermediate container 1b10063b464d 14:31:31 ---> 7ae162d2510f 14:31:31 Step 13/22 : ENV APP_PORT=48060 14:31:31 ---> Running in 1767cbd86ac0 14:31:31 ---> Running in b4386e44a86b 14:31:31 ---> Running in 836ad8d3cc51 14:31:31 Removing intermediate container 75544c1fad65 14:31:31 ---> e1de2b1653c7 14:31:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:31:31 Removing intermediate container 633dbd7c40c7 14:31:31 ---> f890418e27d8 14:31:31 Step 14/22 : EXPOSE $APP_PORT 14:31:31 $ docker rm -f 6124b59b46634f9cac7871a49d3fa12d4b174592ccb8cb08e6f179abdf2b0d3e [Pipeline] // withDockerContainer 14:31:32 Removing intermediate container 1767cbd86ac0 14:31:32 ---> 91967cdbe1f2 14:31:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:31:32 ---> Running in 6870522604fd 14:31:32 ---> 794ddb318d0f 14:31:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:31:32 Removing intermediate container b4386e44a86b 14:31:32 ---> e95547622d09 14:31:32 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:31:32 Removing intermediate container 836ad8d3cc51 14:31:32 ---> 902d53254cf6 14:31:32 Step 14/22 : EXPOSE $APP_PORT [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 14:31:32 ---> Running in 0e6260570f85 14:31:32 ---> Running in 2944c8be891d 14:31:32 ---> Running in 6bc7d821326b 14:31:32 Removing intermediate container 6870522604fd 14:31:32 ---> a08a40714ef3 14:31:32 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:31:32 ---> 9169014d209b 14:31:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:31:32 + docker inspect -f . ci-base-image-arm64 14:31:32 . [Pipeline] withDockerContainer 14:31:33 Removing intermediate container 6bc7d821326b 14:31:33 ---> 98c5a5bc7508 14:31:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:33 prd-ubuntu18.04-docker-arm64-4c-16g-28387 does not seem to be running inside a container 14:31:33 ---> 43231c4f1a93 14:31:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:31:33 ---> 0ee72b50f8be 14:31:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:31:33 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 14:31:33 ---> b84700ae8227 14:31:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:31:34 ---> bc05b01ec3c6 14:31:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:31:34 ---> 8245b8a741aa 14:31:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:31:34 ---> 2f8b7549c2be 14:31:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:31:34 ---> f4c960bd2675 14:31:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:31:34 ---> bd8489637aa1 14:31:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:31:34 $ docker top ea395616e8bd3ab50f2406bf8f8896989d1aeaeea8cd105f41e0ef6373fd7eca -eo pid,comm 14:31:34 Removing intermediate container 2944c8be891d 14:31:34 ---> 0aa45daa0a84 14:31:34 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 14:31:34 ---> 716701a05c24 14:31:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:31:34 ---> Running in dc309471743e 14:31:34 Removing intermediate container 0e6260570f85 14:31:34 ---> ecdf07bb7383 14:31:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:31:34 ---> Running in 3f68ab8e57e5 [Pipeline] { [Pipeline] echo 14:31:35 ========================================================= 14:31:35 [edgeXBuildGoParallel] Running Tests and Build... 14:31:35 ========================================================= [Pipeline] sh 14:31:35 ---> Running in 92f9fb8c3b25 14:31:35 ---> Running in 6733cc727197 14:31:35 ---> db11709f7e86 14:31:35 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/ 14:31:35 Removing intermediate container dc309471743e 14:31:35 ---> 93271ef7646f 14:31:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:31:35 ---> Running in 32c644b7fb30 14:31:36 + make test 14:31:36 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:31:36 ---> Running in 298180ea44ff 14:31:36 Removing intermediate container 3f68ab8e57e5 14:31:36 ---> 49bdcdd14e31 14:31:36 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:31:36 Removing intermediate container 92f9fb8c3b25 14:31:36 ---> f1e23b8503a0 14:31:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:31:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:31:36 ---> Running in 8e5fcacc6bfe 14:31:36 Removing intermediate container 298180ea44ff 14:31:36 ---> 814bccb3a52e 14:31:36 Step 20/22 : LABEL arch=x86_64 14:31:36 ---> e0790f0fd0d6 14:31:36 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:31:36 ---> Running in 768fdcbf3a3f 14:31:36 ---> Running in 8b5911b05271 14:31:36 Removing intermediate container 8e5fcacc6bfe 14:31:36 ---> b945eaec0fa7 14:31:36 Step 20/22 : LABEL arch=x86_64 14:31:37 ---> Running in 9d3bff33ea3d 14:31:37 Removing intermediate container 768fdcbf3a3f 14:31:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:31:37 ---> e57a5f34f582 14:31:37 Step 21/22 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:31:37 ---> Running in 215293da9ff3 14:31:37 Removing intermediate container 9d3bff33ea3d 14:31:37 ---> 47c9cf73462d 14:31:37 Step 21/22 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:31:37 ---> Running in 809c7cc39f8e 14:31:37 Removing intermediate container 32c644b7fb30 14:31:37 ---> 8126672b4986 14:31:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:31:37 Removing intermediate container 215293da9ff3 14:31:37 ---> 3cfb033bb566 14:31:37 Step 22/22 : LABEL version=0.0.0 14:31:37 ---> Running in 70cf009acb2a 14:31:37 (1/6) Installing dumb-init (1.2.2-r1) 14:31:37 ---> Running in e3df2074bebb 14:31:37 (2/6) Installing libgcc (9.3.0-r2) 14:31:37 (3/6) Installing libsodium (1.0.18-r0) 14:31:37 Removing intermediate container 809c7cc39f8e 14:31:37 ---> 36d569b33a19 14:31:37 Step 22/22 : LABEL version=0.0.0 14:31:37 (4/6) Installing libstdc++ (9.3.0-r2) 14:31:38 ---> Running in 970b54d9d811 14:31:38 Removing intermediate container 70cf009acb2a 14:31:38 ---> 7cadf9eff253 14:31:38 Step 22/24 : LABEL arch=x86_64 14:31:38 Removing intermediate container e3df2074bebb 14:31:38 ---> d5f1dc63dc7c 14:31:38 14:31:38 (5/6) Installing libzmq (4.3.3-r0) 14:31:38 ---> Running in 94600a6a9f3e 14:31:38 Removing intermediate container 8b5911b05271 14:31:38 ---> 3d6e8d0bf422 14:31:38 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:38 (6/6) Installing zeromq (4.3.3-r0) 14:31:38 Removing intermediate container 970b54d9d811 14:31:38 ---> c46485091604 14:31:38 14:31:38 Successfully built d5f1dc63dc7c 14:31:38 Executing busybox-1.31.1-r19.trigger 14:31:38 OK: 8 MiB in 20 packages 14:31:38 Successfully tagged docker-support-scheduler-go:latest 14:31:38 Building docker-sys-mgmt-agent-go 14:31:38  Building docker-support-scheduler-go ... done Removing intermediate container 94600a6a9f3e 14:31:38 ---> f4b0be7c777c 14:31:38 Step 23/24 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:31:38 Successfully built c46485091604 14:31:38 Successfully tagged docker-support-notifications-go:latest 14:31:38  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 14:31:39 ---> Running in d8c8467741e2 14:31:39 ---> e9db8d7f09db 14:31:39 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:31:39 Removing intermediate container d8c8467741e2 14:31:39 ---> 8847b1ae8a4d 14:31:39 Step 24/24 : LABEL version=0.0.0 14:31:39 ---> Running in 316f9fa0a52b 14:31:39 Removing intermediate container 6733cc727197 14:31:39 ---> 95dc625a592f 14:31:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:31:43 Removing intermediate container 316f9fa0a52b 14:31:43 ---> 11794239d441 14:31:43 14:31:44 Successfully built 11794239d441 14:31:44 Successfully tagged docker-security-secretstore-setup-go:latest 14:31:44 Building docker-core-metadata-go 14:31:47  Building docker-security-secretstore-setup-go ... done  ---> b13304acf851 14:31:47 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:31:47 ---> 810861327156 14:31:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:31:48 ---> 0dec6337e04b 14:31:48 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:31:49 ---> 772265dfce7a 14:31:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:31:50 ---> 6cc1ffab488f 14:31:50 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 14:31:51 ---> Running in 03ae2b69cd0e 14:31:51 ---> c1fbf39abe40 14:31:51 Step 19/23 : ENTRYPOINT ["/core-data"] 14:31:51 ---> Running in bc56c8c7d780 14:31:51 Removing intermediate container 03ae2b69cd0e 14:31:51 ---> 7d24719ef1bf 14:31:51 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:31:52 Removing intermediate container bc56c8c7d780 14:31:52 ---> 21650f4aee44 14:31:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:31:53 ---> Running in fa6141714ccc 14:31:55 ---> 4e028d7f27b6 14:31:55 Step 25/30 : RUN chmod +x /entrypoint.sh 14:31:57 Removing intermediate container fa6141714ccc 14:31:57 ---> a22bc839c7c7 14:31:57 Step 21/23 : LABEL arch=x86_64 14:31:57 ---> Running in 5f272d1f20c5 14:31:59 ---> Running in a08979d6b523 14:31:59 Removing intermediate container a08979d6b523 14:31:59 ---> 496afa3044db 14:31:59 Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:32:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:32:00 ---> b9d02845cf4b 14:32:00 Step 3/26 : WORKDIR /edgex-go 14:32:00 ---> Using cache 14:32:00 ---> fc595659e5fa 14:32:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:00 ---> Using cache 14:32:00 ---> 7657ac03a251 14:32:00 Step 5/26 : RUN apk add --update --no-cache make bash git 14:32:00 ---> Running in 433afe72a6fa 14:32:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:32:01 ---> b9d02845cf4b 14:32:01 Step 3/21 : WORKDIR /edgex-go 14:32:01 ---> Using cache 14:32:01 ---> fc595659e5fa 14:32:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:01 ---> Using cache 14:32:01 ---> 7657ac03a251 14:32:01 Step 5/21 : RUN apk add --update --no-cache make git 14:32:01 ---> Running in 15c451eb444b 14:32:02 Removing intermediate container 433afe72a6fa 14:32:02 ---> 9aede3c45869 14:32:02 Step 23/23 : LABEL version=0.0.0 14:32:02 ---> Running in aa7ce5be0e84 14:32:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:32:02 ---> b9d02845cf4b 14:32:02 Step 3/23 : WORKDIR /edgex-go 14:32:02 ---> Using cache 14:32:02 ---> fc595659e5fa 14:32:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:02 ---> Using cache 14:32:02 ---> 7657ac03a251 14:32:02 Step 5/23 : RUN apk add --update --no-cache make git 14:32:02 ? github.com/edgexfoundry/edgex-go [no test files] 14:32:03 ---> Running in 3077ec024634 14:32:03 ---> Running in 39dd168f3b7d 14:32:03 Removing intermediate container 3077ec024634 14:32:03 ---> 8af78abccdd8 14:32:03 14:32:03 Removing intermediate container 5f272d1f20c5 14:32:03 ---> caef6fc3927e 14:32:03 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 14:32:04 Successfully built 8af78abccdd8 14:32:04 ---> Running in cff8dff6d99e 14:32:04 Successfully tagged docker-core-data-go:latest 14:32:04  Building docker-core-data-go ... done Building docker-core-command-go 14:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:04 Removing intermediate container cff8dff6d99e 14:32:04 ---> 01f2342f79e8 14:32:04 Step 27/30 : CMD ["gate"] 14:32:04 ---> Running in c5c964c67fde 14:32:04 Removing intermediate container c5c964c67fde 14:32:04 ---> e464aaab4fde 14:32:04 Step 28/30 : LABEL arch=x86_64 14:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:05 OK: 233 MiB in 51 packages 14:32:05 OK: 233 MiB in 51 packages 14:32:06 OK: 233 MiB in 51 packages 14:32:06 ---> Running in 1c98e44439fb 14:32:07 Removing intermediate container 1c98e44439fb 14:32:07 ---> f7a084959efb 14:32:07 Step 29/30 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:32:08 Removing intermediate container aa7ce5be0e84 14:32:08 ---> 775403bbd9a0 14:32:08 Step 6/21 : COPY go.mod . 14:32:08 ---> Running in 39edf83578b6 14:32:08 Removing intermediate container 15c451eb444b 14:32:08 ---> 92c41171a569 14:32:08 Step 6/26 : COPY go.mod . 14:32:09 Removing intermediate container 39dd168f3b7d 14:32:09 ---> 926d2de0bfc4 14:32:09 Step 6/23 : COPY go.mod . 14:32:09 ---> 3af9ad3cb6c7 14:32:09 Step 7/21 : RUN go mod download 14:32:09 ---> 29b412968cf6 14:32:09 Step 7/26 : RUN go mod download 14:32:09 ---> Running in 380379937c65 14:32:09 ---> 96b02006499c 14:32:09 Step 7/23 : RUN go mod download 14:32:09 Removing intermediate container 39edf83578b6 14:32:09 ---> eaac2a0944e2 14:32:09 Step 30/30 : LABEL version=0.0.0 14:32:11 ---> Running in c65c504c0034 14:32:11 ---> Running in 08a01790fc7d 14:32:12 ---> Running in 88283b61d651 14:32:13 Removing intermediate container 88283b61d651 14:32:13 ---> 1e586fe770bd 14:32:13 14:32:14 Successfully built 1e586fe770bd 14:32:14 Successfully tagged docker-security-bootstrapper-go:latest 14:32:15  Building docker-security-bootstrapper-go ... done Removing intermediate container 380379937c65 14:32:15 ---> 3aca07559f77 14:32:15 Step 8/21 : COPY . . 14:32:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:32:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:32:15 ---> b9d02845cf4b 14:32:15 Step 3/23 : WORKDIR /edgex-go 14:32:15 ---> Using cache 14:32:15 ---> fc595659e5fa 14:32:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:32:15 ---> Using cache 14:32:15 ---> 7657ac03a251 14:32:15 Step 5/23 : RUN apk add --update --no-cache make git 14:32:15 ---> Using cache 14:32:15 ---> 926d2de0bfc4 14:32:15 Step 6/23 : COPY go.mod . 14:32:15 ---> Using cache 14:32:15 ---> 96b02006499c 14:32:15 Step 7/23 : RUN go mod download 14:32:16 ---> Running in f2ff009b3e54 14:32:17 Removing intermediate container 08a01790fc7d 14:32:17 ---> f0dd172cf3f7 14:32:17 Step 8/23 : COPY . . 14:32:17 Removing intermediate container c65c504c0034 14:32:17 ---> 5b5bee6a92a4 14:32:17 Step 8/26 : COPY . . 14:32:30 Removing intermediate container f2ff009b3e54 14:32:30 ---> 69b0f5e219fe 14:32:30 Step 8/23 : COPY . . 14:32:48 ---> 2faa74e9e5c0 14:32:48 ---> d0b516c6426c 14:32:48 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:32:48 ---> 3dcf1e35a6ec 14:32:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:32:48 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:32:48 ---> Running in 22bffcfc5418 14:32:48 ---> Running in 8906d89ea813 14:32:48 ---> Running in 763e27c1c395 14:32:50 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 14:32:51 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 14:32:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:32:54 ---> 8ae3eea43dad 14:32:54 Step 9/23 : RUN make cmd/core-command/core-command 14:32:54 ---> Running in 982cded5c927 14:32:55 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 14:32:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:33:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:33:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:33:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:33:13 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 14:33:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:33:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:33:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:33:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:33:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:33:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:33:20 Removing intermediate container 763e27c1c395 14:33:20 ---> aa336e937491 14:33:20 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:33:21 Removing intermediate container 22bffcfc5418 14:33:21 ---> 405255790c29 14:33:21 14:33:21 Step 10/21 : FROM alpine:3.12 14:33:21 ---> 88dd2752d2ea 14:33:21 Step 11/21 : RUN apk add --update --no-cache curl 14:33:21 ---> Running in de3d74546ca6 14:33:21 ---> Running in 9db569248a96 14:33: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 14:33:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:22 (1/4) Installing ca-certificates (20191127-r4) 14:33:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:33:22 (3/4) Installing libcurl (7.69.1-r3) 14:33:22 (4/4) Installing curl (7.69.1-r3) 14:33:22 Executing busybox-1.31.1-r19.trigger 14:33:22 Executing ca-certificates-20191127-r4.trigger 14:33:22 OK: 7 MiB in 18 packages 14:33:26 Removing intermediate container 8906d89ea813 14:33:26 ---> 3fe624ce559a 14:33:26 14:33:26 Step 10/23 : FROM alpine:3.12 14:33:26 ---> 88dd2752d2ea 14:33:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:33:26 ---> Using cache 14:33:26 ---> c10e5744dcf8 14:33:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:33:26 ---> Using cache 14:33:26 ---> fb95000c4260 14:33:26 Step 13/23 : ENV APP_PORT=48081 14:33:26 ---> Running in 3596a6f06395 14:33:27 Removing intermediate container de3d74546ca6 14:33:27 ---> 7704be3b351a 14:33:27 14:33:27 Step 11/26 : FROM docker:20.10.0 14:33:27 20.10.0: Pulling from library/docker 14:33:28 Removing intermediate container 9db569248a96 14:33:28 ---> 9e56f65584d9 14:33:28 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:33:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:33:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:33:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:33:29 Removing intermediate container 3596a6f06395 14:33:29 ---> 235cdd5e97da 14:33:29 Step 14/23 : EXPOSE $APP_PORT 14:33:29 ---> Running in c7f76cadaa45 14:33:29 Removing intermediate container 982cded5c927 14:33:29 ---> Running in 1973a7746a29 14:33:29 ---> f9e251435077 14:33:29 14:33:29 Step 10/23 : FROM alpine:3.12 14:33:29 ---> 88dd2752d2ea 14:33:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:33:29 ---> Using cache 14:33:29 ---> c10e5744dcf8 14:33:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:33:29 ---> Using cache 14:33:29 ---> fb95000c4260 14:33:29 Step 13/23 : ENV APP_PORT=48082 14:33:29 ---> Running in 994371e32040 14:33:29 Removing intermediate container c7f76cadaa45 14:33:29 ---> 4eee1046ab4a 14:33:29 Step 13/21 : WORKDIR /edgex 14:33:29 Removing intermediate container 1973a7746a29 14:33:29 ---> 3b451c5a87f3 14:33:29 Step 15/23 : WORKDIR / 14:33:30 ---> Running in 6e1a76e78c55 14:33:30 Removing intermediate container 994371e32040 14:33:30 ---> a909dc562ed4 14:33:30 Step 14/23 : EXPOSE $APP_PORT 14:33:30 ---> Running in dc78ae65266d 14:33:30 ---> Running in 9e93acd3dff0 14:33:30 Removing intermediate container 6e1a76e78c55 14:33:30 ---> d2b66da3296d 14:33:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:33:31 Removing intermediate container dc78ae65266d 14:33:31 ---> 1e1045c476e3 14:33:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:33:31 Removing intermediate container 9e93acd3dff0 14:33:31 ---> f1b5dcf62452 14:33:31 Step 15/23 : WORKDIR / 14:33:31 ---> Running in ccce905d1d78 14:33:31 ---> 483ea72e5454 14:33:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:33:31 ---> 55e8b7d7015a 14:33:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:33:31 Removing intermediate container ccce905d1d78 14:33:31 ---> e0c2305b9052 14:33:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:33:32 ---> 717f143a34f5 14:33:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:33:32 ---> e8fefb6bd667 14:33:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:33:32 ---> f04a803125d0 14:33:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:33:34 ---> 6f8c3bc590c4 14:33:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:33:34 ---> Running in 42834a4bf4b1 14:33:34 ---> d9e425ac3f25 14:33:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:33:34 ---> 671338bd9677 14:33:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:33:34 ---> Running in 44f6a7388bd6 14:33:34 Removing intermediate container 42834a4bf4b1 14:33:34 ---> 7c03a0787514 14:33:34 Step 18/21 : CMD ["--init=true"] 14:33:34 ---> Running in 742f1f5429d4 14:33:34 Removing intermediate container 44f6a7388bd6 14:33:34 ---> efb5f05146ee 14:33:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:33:34 ---> 992e12d13fdf 14:33:34 Step 19/23 : ENTRYPOINT ["/core-command"] 14:33:34 ---> Running in 6109c72e7c29 14:33:35 ---> Running in 9e8fc820a8a3 14:33:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:33:35 Removing intermediate container 742f1f5429d4 14:33:35 ---> a6202bc5751e 14:33:35 Step 19/21 : LABEL arch=x86_64 14:33:35 Status: Downloaded newer image for docker:20.10.0 14:33:35 ---> aefe523efa57 14:33:35 Step 12/26 : RUN apk add --no-cache bash 14:33:35 Removing intermediate container 6109c72e7c29 14:33:35 ---> a8a04a4f4d0e 14:33:35 Step 21/23 : LABEL arch=x86_64 14:33:35 ---> Running in 7066dba6cd45 14:33:35 ---> Running in 87b784ed6d77 14:33:35 ---> Running in 7ce7ea81cc7e 14:33:35 Removing intermediate container 9e8fc820a8a3 14:33:35 ---> 619413a95760 14:33:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:33:35 ---> Running in 6989b60616b3 14:33:35 Removing intermediate container 87b784ed6d77 14:33:35 ---> 63e2a9f39e8b 14:33:35 Step 20/21 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:33:35 Removing intermediate container 7ce7ea81cc7e 14:33:35 ---> 1d57cacea425 14:33:35 Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:33:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.459s coverage: 45.9% of statements 14:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:33:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:33:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.235s coverage: 100.0% of statements 14:33:36 ---> Running in bed1306d06c5 14:33:36 ---> Running in 59305763e053 14:33:36 Removing intermediate container 6989b60616b3 14:33:36 ---> 13bc761843dd 14:33:36 Step 21/23 : LABEL arch=x86_64 14:33:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:36 ---> Running in e953aa66a411 14:33:36 Removing intermediate container 59305763e053 14:33:36 ---> e03b720271bf 14:33:36 Step 23/23 : LABEL version=0.0.0 14:33:36 Removing intermediate container bed1306d06c5 14:33:36 ---> 55756f8ebeec 14:33:36 Step 21/21 : LABEL version=0.0.0 14:33:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:36 ---> Running in e6e966b45982 14:33:36 ---> Running in 622339d690dd 14:33:36 Removing intermediate container e953aa66a411 14:33:36 ---> ab5d701acae0 14:33:36 Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:33:36 (1/2) Installing readline (8.0.4-r0) 14:33:36 (2/2) Installing bash (5.0.17-r0) 14:33:36 Executing bash-5.0.17-r0.post-install 14:33:36 Executing busybox-1.31.1-r19.trigger 14:33:36 OK: 12 MiB in 22 packages 14:33:36 ---> Running in 3338e4748740 14:33:36 Removing intermediate container e6e966b45982 14:33:36 ---> fb37315dc6f6 14:33:36 14:33:36 Removing intermediate container 622339d690dd 14:33:36 ---> 5653f43e1c73 14:33:36 14:33:37 Successfully built 5653f43e1c73 14:33:37 Successfully built fb37315dc6f6 14:33:37 Successfully tagged docker-security-proxy-setup-go:latest 14:33:37 Removing intermediate container 3338e4748740 14:33:37 ---> a5112463b0b2 14:33:37 Step 23/23 : LABEL version=0.0.0 Building docker-security-proxy-setup-go ... done  14:33:37 Successfully tagged docker-core-metadata-go:latest 14:33:37  Building docker-core-metadata-go ... done  ---> Running in 91618fc6d2bf 14:33:37 Removing intermediate container 7066dba6cd45 14:33:37 ---> 65e3abf627cd 14:33:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:33:37 ---> Running in 5267ecb22ffa 14:33:37 Removing intermediate container 91618fc6d2bf 14:33:37 ---> 3bbe5477c096 14:33:37 14:33:37 Successfully built 3bbe5477c096 14:33:37 Successfully tagged docker-core-command-go:latest 14:33:37  Building docker-core-command-go ... done Removing intermediate container 5267ecb22ffa 14:33:37 ---> c9bb4fc6ee6d 14:33:37 Step 14/26 : ENV APP_PORT=48090 14:33:37 ---> Running in 264a26f61421 14:33:37 Removing intermediate container 264a26f61421 14:33:37 ---> 35e11534326c 14:33:37 Step 15/26 : EXPOSE $APP_PORT 14:33:37 ---> Running in e0b9209c084c 14:33:38 Removing intermediate container e0b9209c084c 14:33:38 ---> 1a02a4dd6174 14:33:38 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:33:38 ---> cdf927569729 14:33:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:33:38 ---> d25b1ba1fa20 14:33:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:33:39 ---> 27dfa7a4af60 14:33:39 Step 19/26 : RUN apk --no-cache add py3-pip 14:33:39 ---> Running in 89eb6db67038 14:33:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:39 (1/33) Installing libbz2 (1.0.8-r1) 14:33:39 (2/33) Installing expat (2.2.9-r1) 14:33:39 (3/33) Installing libffi (3.3-r2) 14:33:39 (4/33) Installing gdbm (1.13-r1) 14:33:39 (5/33) Installing xz-libs (5.2.5-r0) 14:33:39 (6/33) Installing sqlite-libs (3.32.1-r0) 14:33:39 (7/33) Installing python3 (3.8.5-r1) 14:33:40 (8/33) Installing py3-appdirs (1.4.4-r1) 14:33:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:33:40 (10/33) Installing py3-parsing (2.4.7-r0) 14:33:40 (11/33) Installing py3-six (1.15.0-r0) 14:33:40 (12/33) Installing py3-packaging (20.4-r0) 14:33:40 (13/33) Installing py3-setuptools (47.0.0-r0) 14:33:40 (14/33) Installing py3-chardet (3.0.4-r4) 14:33:40 (15/33) Installing py3-idna (2.9-r0) 14:33:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:33:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:33:41 (18/33) Installing py3-requests (2.23.0-r0) 14:33:41 (19/33) Installing py3-msgpack (1.0.0-r0) 14:33:41 (20/33) Installing py3-lockfile (0.12.2-r3) 14:33:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:33:42 (22/33) Installing py3-colorama (0.4.3-r0) 14:33:42 (23/33) Installing py3-distlib (0.3.0-r0) 14:33:42 (24/33) Installing py3-distro (1.5.0-r1) 14:33:42 (25/33) Installing py3-webencodings (0.5.1-r3) 14:33:42 (26/33) Installing py3-html5lib (1.0.1-r4) 14:33:42 (27/33) Installing py3-pytoml (0.1.21-r0) 14:33:42 (28/33) Installing py3-pep517 (0.8.2-r0) 14:33:42 (29/33) Installing py3-progress (1.5-r0) 14:33:42 (30/33) Installing py3-toml (0.10.1-r0) 14:33:42 (31/33) Installing py3-retrying (1.3.3-r0) 14:33:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:33:42 (33/33) Installing py3-pip (20.1.1-r0) 14:33:42 Executing busybox-1.31.1-r19.trigger 14:33:42 OK: 71 MiB in 55 packages 14:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.1% of statements 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:33:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.227s coverage: 66.2% of statements 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:33:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:33:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.800s coverage: 82.4% of statements 14:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:33:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:33:50 Removing intermediate container 89eb6db67038 14:33:50 ---> 18a54515e0f1 14:33:50 Step 20/26 : RUN pip install docker-compose==1.23.2 14:33:50 ---> Running in 4ef520d77f6a 14:33:52 Collecting docker-compose==1.23.2 14:33:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:33:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:33:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:33:52 Collecting cached-property<2,>=1.2.0 14:33:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:33:52 Collecting jsonschema<3,>=2.5.1 14:33:52 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:33:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:33:52 Collecting PyYAML<4,>=3.10 14:33:52 Downloading PyYAML-3.13.tar.gz (270 kB) 14:33:53 Collecting texttable<0.10,>=0.9.0 14:33:53 Downloading texttable-0.9.1.tar.gz (11 kB) 14:33:54 Collecting docker<4.0,>=3.6.0 14:33:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:33:54 Collecting dockerpty<0.5,>=0.4.1 14:33:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.269s coverage: 28.6% of statements 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.349s coverage: 86.7% of statements 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements 14:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:33:55 Collecting websocket-client<1.0,>=0.32.0 14:33:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:33:55 Collecting docopt<0.7,>=0.6.1 14:33:55 Downloading docopt-0.6.2.tar.gz (25 kB) 14:33:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.208s coverage: 78.3% of statements 14:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:33:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:33:55 Collecting idna<2.8,>=2.5 14:33:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:33:55 Collecting urllib3<1.25,>=1.21.1 14:33:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:33:55 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 14:33:55 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) 14:33:55 Collecting docker-pycreds>=0.4.0 14:33:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:33:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:33:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:33:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:33:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:33:56 Installing collected packages: idna, urllib3, requests, cached-property, jsonschema, PyYAML, texttable, docker-pycreds, websocket-client, docker, dockerpty, docopt, docker-compose 14:33:56 Attempting uninstall: idna 14:33:56 Found existing installation: idna 2.9 14:33:56 Uninstalling idna-2.9: 14:33:56 Successfully uninstalled idna-2.9 14:33:56 Attempting uninstall: urllib3 14:33:56 Found existing installation: urllib3 1.25.9 14:33:56 Uninstalling urllib3-1.25.9: 14:33:56 Successfully uninstalled urllib3-1.25.9 14:33:56 Attempting uninstall: requests 14:33:56 Found existing installation: requests 2.23.0 14:33:56 Uninstalling requests-2.23.0: 14:33:56 Successfully uninstalled requests-2.23.0 14:33:56 Running setup.py install for PyYAML: started 14:33:57 Running setup.py install for PyYAML: finished with status 'done' 14:33:57 Running setup.py install for texttable: started 14:33:58 Running setup.py install for texttable: finished with status 'done' 14:33:58 Running setup.py install for dockerpty: started 14:33:58 Running setup.py install for dockerpty: finished with status 'done' 14:33:58 Running setup.py install for docopt: started 14:33:59 Running setup.py install for docopt: finished with status 'done' 14:33:59 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 14:34:03 Removing intermediate container 4ef520d77f6a 14:34:03 ---> 185210f6f4e4 14:34:03 Step 21/26 : RUN apk --no-cache add curl 14:34:03 ---> Running in b2bee05a23c5 14:34:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:34:03 (2/3) Installing libcurl (7.69.1-r3) 14:34:03 (3/3) Installing curl (7.69.1-r3) 14:34:03 Executing busybox-1.31.1-r19.trigger 14:34:03 OK: 72 MiB in 58 packages 14:34:04 Removing intermediate container b2bee05a23c5 14:34:04 ---> be905954e075 14:34:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:34:04 ---> Running in ca477deefceb 14:34:04 Removing intermediate container ca477deefceb 14:34:04 ---> 58b1a7065d56 14:34:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:34:04 ---> Running in 61b2e5e5ae80 14:34:04 Removing intermediate container 61b2e5e5ae80 14:34:04 ---> 82d7ddc0b153 14:34:04 Step 24/26 : LABEL arch=x86_64 14:34:05 ---> Running in 9685a6519de0 14:34:05 Removing intermediate container 9685a6519de0 14:34:05 ---> 7b693c2e9559 14:34:05 Step 25/26 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:34:05 ---> Running in f0bcda11dac7 14:34:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.417s coverage: 92.8% of statements 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:34:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.085s coverage: 58.8% of statements 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:34:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.183s coverage: 0.1% of statements 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.075s coverage: 45.5% of statements 14:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 14:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 14:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements 14:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 14:34:05 Removing intermediate container f0bcda11dac7 14:34:05 ---> 3d630935570b 14:34:05 Step 26/26 : LABEL version=0.0.0 14:34:05 ---> Running in 30619c3dd4a1 14:34:05 Removing intermediate container 30619c3dd4a1 14:34:05 ---> b1e2d9918eb9 14:34:05 14:34:05 Successfully built b1e2d9918eb9 14:34:05 Successfully tagged docker-sys-mgmt-agent-go:latest 14:34:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:34:06 $ docker stop --time=1 19eb08703aef2583ac1d6a7de14d42b03f8bfa7a853d99612820128b6a847ba3 14:34:07 $ docker rm -f 19eb08703aef2583ac1d6a7de14d42b03f8bfa7a853d99612820128b6a847ba3 [Pipeline] // withDockerContainer [Pipeline] sh 14:34:08 + docker images 14:34:08 + grep docker 14:34:08 docker-sys-mgmt-agent-go latest b1e2d9918eb9 3 seconds ago 313MB 14:34:08 docker-core-command-go latest 3bbe5477c096 31 seconds ago 17.2MB 14:34:08 docker-core-metadata-go latest fb37315dc6f6 32 seconds ago 19MB 14:34:08 docker-security-proxy-setup-go latest 5653f43e1c73 32 seconds ago 24.7MB 14:34:08 docker-security-bootstrapper-go latest 1e586fe770bd About a minute ago 18.7MB 14:34:08 docker-core-data-go latest 8af78abccdd8 2 minutes ago 22.4MB 14:34:08 docker-security-secretstore-setup-go latest 11794239d441 2 minutes ago 24.9MB 14:34:08 docker-support-notifications-go latest c46485091604 2 minutes ago 17.8MB 14:34:08 docker-support-scheduler-go latest d5f1dc63dc7c 2 minutes ago 17.2MB 14:34:08 docker 20.10.0 aefe523efa57 2 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 14:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.105s coverage: 94.4% of statements 14:34:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 14:34:24 Still waiting to schedule task 14:34:24 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.128s coverage: 92.9% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.6% of statements 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.193s coverage: 91.6% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.529s coverage: 62.4% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.074s coverage: 91.3% of statements 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.778s coverage: 69.1% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 38.4% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.089s coverage: 89.5% of statements 14:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements 14:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.471s coverage: 47.0% of statements 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.099s coverage: 100.0% of statements 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:34:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.431s coverage: 88.5% of statements 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:34:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.110s coverage: 29.1% of statements 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.181s coverage: 94.3% of statements 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 14:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 14:34:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.085s coverage: 100.0% of statements 14:34:48 GO111MODULE=on go vet ./... 14:36:09 gofmt -l . 14:36:09 [ "`gofmt -l .`" = "" ] 14:36:09 ./bin/test-go-mod-tidy.sh 14:36:09 ./bin/test-attribution-txt.sh [Pipeline] sh 14:36:10 + ls -al . 14:36:10 total 744 14:36:10 drwxrwxr-x 9 1001 1001 4096 Mar 3 14:36 . 14:36:10 drwxr-xr-x 4 root root 4096 Mar 3 14:31 .. 14:36:10 -rw-rw-r-- 1 1001 1001 11 Mar 3 14:29 .dockerignore 14:36:10 drwxrwxr-x 8 1001 1001 4096 Mar 3 14:29 .git 14:36:10 drwxrwxr-x 3 1001 1001 4096 Mar 3 14:29 .github 14:36:10 -rw-rw-r-- 1 1001 1001 818 Mar 3 14:29 .gitignore 14:36:10 -rw-rw-r-- 1 1001 1001 166 Mar 3 14:29 .sonarcloud.properties 14:36:10 -rw-rw-r-- 1 1001 1001 8475 Mar 3 14:29 Attribution.txt 14:36:10 -rw-rw-r-- 1 1001 1001 3804 Mar 3 14:29 CONTRIBUTING.md 14:36:10 -rw-rw-r-- 1 1001 1001 931 Mar 3 14:29 Dockerfile.build 14:36:10 -rw-rw-r-- 1 1001 1001 863 Mar 3 14:29 Jenkinsfile 14:36:10 -rw-rw-r-- 1 1001 1001 10775 Mar 3 14:29 LICENSE 14:36:10 -rw-rw-r-- 1 1001 1001 5774 Mar 3 14:29 Makefile 14:36:10 -rw-rw-r-- 1 1001 1001 6524 Mar 3 14:29 README.md 14:36:10 -rw-rw-r-- 1 1001 1001 6755 Mar 3 14:29 SECURITY.md 14:36:10 -rw-rw-r-- 1 1001 1001 5 Mar 3 14:25 VERSION 14:36:10 -rw-rw-r-- 1 1001 1001 4131 Mar 3 14:29 ZMQWindows.md 14:36:10 drwxrwxr-x 2 1001 1001 4096 Mar 3 14:29 bin 14:36:10 drwxrwxr-x 14 1001 1001 4096 Mar 3 14:29 cmd 14:36:10 -rw-r--r-- 1 root root 602988 Mar 3 14:34 coverage.out 14:36:10 -rw-r--r-- 1 root root 1055 Mar 3 14:36 go.mod 14:36:10 -rw-r--r-- 1 root root 21817 Mar 3 14:36 go.sum 14:36:10 drwxrwxr-x 8 1001 1001 4096 Mar 3 14:29 internal 14:36:10 drwxrwxr-x 4 1001 1001 4096 Mar 3 14:29 openapi 14:36:10 drwxrwxr-x 4 1001 1001 4096 Mar 3 14:29 snap 14:36:10 -rw-rw-r-- 1 1001 1001 168 Mar 3 14:29 version.go [Pipeline] sh 14:36:11 Running on prd-ubuntu18.04-docker-8c-8g-28389 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 14:36:11 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 14:36:11 + '[' -e coverage.out ] 14:36:11 + chown 1001:1001 coverage.out [Pipeline] stash 14:36:11 Warning: overwriting stash ‘coverage-report’ 14:36:12 Stashed 1 file(s) [Pipeline] sh 14:36:13 + make build 14:36:13 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 14:36:13 using credential edgex-jenkins-ssh 14:36:13 Cloning the remote Git repository 14:36:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:36:12 > git init /w/workspace/edgex-go/4 # timeout=10 14:36:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:36:12 > git --version # timeout=10 14:36:12 > git --version # 'git version 2.17.1' 14:36:12 using GIT_SSH to set credentials SSH Credentials for GitHub 14:36:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:36:23 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 14:36:24 Merging remotes/origin/master commit f60a6b9b3bbcf5933f7773f85fc76d84301e173f into PR head commit f6d014447948dfaa08a4016fd2a877554bf2967e 14:36:24 Merge succeeded, producing f6d014447948dfaa08a4016fd2a877554bf2967e 14:36:24 Checking out Revision f6d014447948dfaa08a4016fd2a877554bf2967e (PR-3209) 14:36:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:36:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:36:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:36:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:36:23 using GIT_SSH to set credentials SSH Credentials for GitHub 14:36:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:36:24 > git config core.sparsecheckout # timeout=10 14:36:24 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 14:36:24 > git remote # timeout=10 14:36:24 > git config --get remote.origin.url # timeout=10 14:36:24 using GIT_SSH to set credentials SSH Credentials for GitHub 14:36:24 > git merge f60a6b9b3bbcf5933f7773f85fc76d84301e173f # timeout=10 14:36:24 > git rev-parse HEAD^{commit} # timeout=10 14:36:24 > git config core.sparsecheckout # timeout=10 14:36:24 > git checkout -f f6d014447948dfaa08a4016fd2a877554bf2967e # timeout=10 14:36:27 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:36:28 + echo snap-build.sh 14:36:28 snap-build.sh 14:36:28 + SNAP_BASE_DIR=. 14:36:28 + '[' '!' -z /w/workspace/edgex-go/4 ']' 14:36:28 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 14:36:28 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 14:36:28 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 14:36:28 + cd /w/workspace/edgex-go/4 14:36:28 + sudo apt-get remove -qy --purge lxd lxd-client 14:36:28 Reading package lists... 14:36:28 Building dependency tree... 14:36:28 Reading state information... 14:36:29 The following packages were automatically installed and are no longer required: 14:36:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:36:29 uidmap xdelta3 14:36:29 Use 'sudo apt autoremove' to remove them. 14:36:29 The following packages will be REMOVED: 14:36:29 lxd* lxd-client* 14:36:29 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:36:29 After this operation, 31.7 MB disk space will be freed. 14:36:30 (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.) 14:36:30 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:36:31 Removing lxd dnsmasq configuration 14:36:31 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:36:31 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:36:32 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:36:32 (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.) 14:36:32 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:36:34 Processing triggers for systemd (237-3ubuntu10.42) ... 14:36:34 Processing triggers for ureadahead (0.100.0-21) ... 14:36:35 + sudo snap remove --purge lxd 14:36:35 snap "lxd" is not installed 14:36:35 + sudo groupadd --force --system lxd 14:36:35 ++ whoami 14:36:35 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:36:35 + newgrp - lxd 14:36:35 + sudo snap install lxd 14:36:45 2021-03-03T14:36:42Z INFO Waiting for automatic snapd restart... 14:36:50 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 14:36:53 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 14:36:58 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 14:37:00 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 14:37:00 lxd 4.11 from Canonical* installed 14:37:00 + sudo lxd init --auto 14:37:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:37:10 + sudo snap install --classic snapcraft 14:37:11 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 14:37:15 snapcraft 4.5.1 from Canonical* installed 14:37:15 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 14:37:15 + patch --verbose -p1 14:37:15 Hmm... Looks like a unified diff to me... 14:37:15 The text leading up to this was: 14:37:15 -------------------------- 14:37:15 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 14:37:15 |From: Tony Espy 14:37:15 |Date: Wed, 16 Dec 2020 16:34:55 -0500 14:37:15 |Subject: [PATCH] optimize snap build for pipeline CI check 14:37:15 | 14:37:15 |This patch is used by the EdgeX CI pipeline builds to 14:37:15 |optimize the snap CI check run for pull requests. When 14:37:15 |applied, it essentially strips out everything (apps and 14:37:15 |parts) from the snapcraft.yaml file except those required 14:37:15 |to build edgex-go, as the whole idea of the CI check is to 14:37:15 |catch changes to edgex-go that break the snap build. 14:37:15 | 14:37:15 |In general, anyone updating snapcraft.yaml will also need 14:37:15 |to update this patch file, otherwise it may fail to apply, 14:37:15 |resulting in a failed snap build CI check in the associated 14:37:15 |pull request. 14:37:15 | 14:37:15 |Note - in addition to applying this patch, the pipeline also 14:37:15 |only primes the snap (e.g. `snapcraft prime`), as there's no 14:37:15 |need to build the finally binary .snap file (and it won't 14:37:15 |work with the patch applied). This further reduces the build 14:37:15 |time. 14:37:15 |--- 14:37:15 | snap/snapcraft.yaml | 461 +------------------------------------------- 14:37:15 | 1 file changed, 2 insertions(+), 459 deletions(-) 14:37:15 | 14:37:15 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 14:37:15 |index 1e537489..faf42425 100644 14:37:15 |--- a/snap/snapcraft.yaml 14:37:15 |+++ b/snap/snapcraft.yaml 14:37:15 -------------------------- 14:37:15 patching file snap/snapcraft.yaml 14:37:15 Using Plan A... 14:37:15 Hunk #1 succeeded at 73. 14:37:15 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 14:37:15 Hunk #3 succeeded at 217 (offset 3 lines). 14:37:15 Hunk #4 succeeded at 225 (offset 3 lines). 14:37:15 Hunk #5 succeeded at 232 (offset 3 lines). 14:37:15 Hunk #6 succeeded at 259 (offset 3 lines). 14:37:15 Hunk #7 succeeded at 293 (offset 3 lines). 14:37:15 Hunk #8 succeeded at 352 (offset 11 lines). 14:37:15 Hmm... Ignoring the trailing garbage. 14:37:15 done 14:37:15 + sudo snapcraft prime --use-lxd 14:37:15 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 14:37:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:37:16 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: 14:37:16 - README.md 14:37:16 - snapcraft.yaml.orig 14:37:16 14:37:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:37:17 Launching a container. 14:37:20 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 14:37:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:37:28 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 14:37:29 Waiting for container to be ready 14:37:29 To start your first instance, try: lxc launch ubuntu:18.04 14:37:29 14:37:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:37:32 Waiting for network to be ready... 14:37:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:37:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:37:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 14:37:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:37:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:37:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:37:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:37:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:37:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:37:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:37:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:37:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:37:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 14:37:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 14:37:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 14:37:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 14:37:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 14:37:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:37:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:37:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 14:37:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:37:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 14:37:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 14:37:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 14:37:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 14:37:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:37:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [Pipeline] } 14:37:35 $ docker stop --time=1 ea395616e8bd3ab50f2406bf8f8896989d1aeaeea8cd105f41e0ef6373fd7eca 14:37:38 $ docker rm -f ea395616e8bd3ab50f2406bf8f8896989d1aeaeea8cd105f41e0ef6373fd7eca 14:37:39 Fetched 24.0 MB in 6s (4247 kB/s) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 14:37:39 Reading package lists... [Pipeline] isUnix [Pipeline] sh 14:37:40 Reading package lists... 14:37:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:37:40 14:37:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:37:40 Building dependency tree... 14:37:40 Reading state information... 14:37:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:37:40 The following additional packages will be installed: 14:37:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:37:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:37:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:37:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:37:40 Suggested packages: 14:37:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:37:40 Recommended packages: 14:37:40 gnupg libsasl2-modules 14:37:40 The following NEW packages will be installed: 14:37:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:37:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:37:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:37:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:37:40 The following packages will be upgraded: 14:37:40 gpg gpg-agent gpgconf libudev1 14:37:40 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 14:37:40 Need to get 3530 kB of archives. 14:37:40 After this operation, 13.3 MB of additional disk space will be used. 14:37:40 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] 14:37:40 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] 14:37:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 14:37:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 14:37:40 latest: Pulling from edgex-devops/edgex-compose-arm64 14:37:40 29e5d40040c1: Pulling fs layer 14:37:40 1ce36da41761: Pulling fs layer 14:37:40 25b303627fd3: Pulling fs layer 14:37:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 14:37:41 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 14:37:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:37:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:37:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 14:37:41 29e5d40040c1: Verifying Checksum 14:37:41 29e5d40040c1: Download complete 14:37:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 14:37:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 14:37:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:37:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:37:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:37:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:37:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 14:37:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:37:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:37:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:37:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:37:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:37:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 14:37:41 1ce36da41761: Verifying Checksum 14:37:41 1ce36da41761: Download complete 14:37:41 debconf: delaying package configuration, since apt-utils is not installed 14:37:41 Fetched 3530 kB in 1s (3109 kB/s) 14:37:42 29e5d40040c1: Pull complete 14:37:42 (Reading database ... 12511 files and directories currently installed.) 14:37:42 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 14:37:42 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:37:42 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 14:37:42 Selecting previously unselected package udev. 14:37:42 (Reading database ... 12511 files and directories currently installed.) 14:37:42 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 14:37:42 Unpacking udev (237-3ubuntu10.44) ... 14:37:42 Selecting previously unselected package libfuse2:amd64. 14:37:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:37:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:37:42 Selecting previously unselected package fuse. 14:37:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:37:42 Unpacking fuse (2.9.7-1ubuntu1) ... 14:37:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:43 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:37:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:43 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:37:43 1ce36da41761: Pull complete 14:37:43 25b303627fd3: Verifying Checksum 14:37:43 25b303627fd3: Download complete 14:37:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:37:43 Selecting previously unselected package libksba8:amd64. 14:37:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:37:43 Unpacking libksba8:amd64 (1.3.5-2) ... 14:37:43 Selecting previously unselected package libroken18-heimdal:amd64. 14:37:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:37:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:43 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:37:43 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:43 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:37:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:44 Selecting previously unselected package libwind0-heimdal:amd64. 14:37:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:37:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:37:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:37:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:44 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:37:44 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:44 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:44 Selecting previously unselected package libsasl2-modules-db:amd64. 14:37:44 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:37:44 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:37:44 Selecting previously unselected package libsasl2-2:amd64. 14:37:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:37:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:37:44 Selecting previously unselected package libldap-common. 14:37:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 14:37:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:37:44 Selecting previously unselected package libldap-2.4-2:amd64. 14:37:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 14:37:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:37:45 Selecting previously unselected package dirmngr. 14:37:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:45 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 14:37:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:37:45 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 14:37:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:37:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:37:45 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:37:45 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 14:37:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:45 Setting up libksba8:amd64 (1.3.5-2) ... 14:37:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:37:45 Setting up udev (237-3ubuntu10.44) ... 14:37:45 invoke-rc.d: policy-rc.d denied execution of start. 14:37:45 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:45 Processing triggers for systemd (237-3ubuntu10) ... 14:37:46 Setting up fuse (2.9.7-1ubuntu1) ... 14:37:46 Setting up gpg (2.2.4-1ubuntu1.4) ... 14:37:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:37:46 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 14:37:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:37:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:37:46 settings in the [Install] section, and DefaultInstance for template units). 14:37:46 This means they are not meant to be enabled using systemctl. 14:37:46 Possible reasons for having this kind of units are: 14:37:46 1) A unit may be statically enabled by being symlinked from another unit's 14:37:46 .wants/ or .requires/ directory. 14:37:46 2) A unit's purpose may be to act as a helper for some other unit which has 14:37:46 a requirement dependency on it. 14:37:46 3) A unit may be started when needed via activation (socket, path, timer, 14:37:46 D-Bus, udev, scripted systemctl call, ...). 14:37:46 4) In case of template units, the unit is meant to be enabled with some 14:37:46 instance name specified. 14:37:47 Reading package lists... 14:37:47 Building dependency tree... 14:37:47 Reading state information... 14:37:47 The following additional packages will be installed: 14:37:47 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:37:47 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:37:47 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:37:47 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:37:47 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:37:47 Suggested packages: 14:37:47 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:37:47 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:37:47 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:37:47 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:37:47 systemd-container policykit-1 14:37:47 Recommended packages: 14:37:47 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:37:47 The following NEW packages will be installed: 14:37:47 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:37:47 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:37:47 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:37:47 multiarch-support openssh-client python3 python3-minimal python3.6 14:37:47 python3.6-minimal snapd squashfs-tools sudo 14:37:47 The following packages will be upgraded: 14:37:47 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:37:47 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 14:37:47 Need to get 35.2 MB of archives. 14:37:47 After this operation, 141 MB of additional disk space will be used. 14:37:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 14:37:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 14:37:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 14:37:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 14:37:48 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 14:37:48 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:37:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:37:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:37:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:37:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:37:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:37:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:37:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:37:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 14:37:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:37:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 14:37:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:37:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 14:37:48 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 14:37:48 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:37:48 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 14:37:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:37:48 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:37:48 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:37:48 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:37:48 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:37:48 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:37:48 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 14:37:48 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:37:48 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 14:37:49 debconf: delaying package configuration, since apt-utils is not installed 14:37:49 Fetched 35.2 MB in 2s (16.5 MB/s) 14:37:50 (Reading database ... 12757 files and directories currently installed.) 14:37:50 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 14:37:50 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:37:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 14:37:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:37:51 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 14:37:51 (Reading database ... 12757 files and directories currently installed.) 14:37:51 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 14:37:51 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 14:37:51 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 14:37:51 (Reading database ... 12757 files and directories currently installed.) 14:37:51 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 14:37:51 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 14:37:51 Setting up apt (1.6.12ubuntu0.2) ... 14:37:51 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:37:52 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:37:52 (Reading database ... 12764 files and directories currently installed.) 14:37:52 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:37:52 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:37:52 Selecting previously unselected package libpython3.6-minimal:amd64. 14:37:52 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:37:52 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:37:52 Selecting previously unselected package libexpat1:amd64. 14:37:52 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:37:52 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:37:52 Selecting previously unselected package python3.6-minimal. 14:37:52 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:37:52 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:37:53 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 14:37:53 Checking for services that may need to be restarted...done. 14:37:53 Checking for services that may need to be restarted...done. 14:37:53 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:37:53 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:37:53 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:37:53 25b303627fd3: Pull complete 14:37:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:37:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:37:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:37:53 prd-ubuntu18.04-docker-arm64-4c-16g-28387 does not seem to be running inside a container 14:37:53 Selecting previously unselected package python3-minimal. 14:37:53 (Reading database ... 13012 files and directories currently installed.) 14:37:53 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:37:53 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:37:53 Selecting previously unselected package mime-support. 14:37:53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:37:53 Unpacking mime-support (3.60ubuntu1) ... 14:37:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 14:37:54 Selecting previously unselected package libmpdec2:amd64. 14:37:54 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:37:54 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:37:54 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:37:54 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:37:54 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:37:54 Selecting previously unselected package python3.6. 14:37:54 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:37:54 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:37:54 Selecting previously unselected package libpython3-stdlib:amd64. 14:37:54 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:37:54 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:37:54 Setting up python3-minimal (3.6.7-1~18.04) ... 14:37:55 Selecting previously unselected package python3. 14:37:55 (Reading database ... 13442 files and directories currently installed.) 14:37:55 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:37:55 Unpacking python3 (3.6.7-1~18.04) ... 14:37:55 Selecting previously unselected package multiarch-support. 14:37:55 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:37:55 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:37:55 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:37:55 Selecting previously unselected package liblzo2-2:amd64. 14:37:55 (Reading database ... 13479 files and directories currently installed.) 14:37:55 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:37:55 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:37:55 Selecting previously unselected package libbsd0:amd64. 14:37:55 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:37:55 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:37:55 Selecting previously unselected package sudo. 14:37:55 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 14:37:55 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 14:37:55 Selecting previously unselected package apparmor. 14:37:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:37:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:37:56 Selecting previously unselected package libedit2:amd64. 14:37:56 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:37:56 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:37:56 Selecting previously unselected package libkrb5support0:amd64. 14:37:56 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:37:56 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:37:56 Selecting previously unselected package libk5crypto3:amd64. 14:37:56 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:37:56 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:37:56 Selecting previously unselected package libkeyutils1:amd64. 14:37:56 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:37:56 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:37:57 $ docker top 3e15f375a7b321e43634de36cd57734c509098abee3d2a9393abdce1b63afbc9 -eo pid,comm 14:37:57 Selecting previously unselected package libkrb5-3:amd64. 14:37:57 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:37:57 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:37:57 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:37:57 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:37:57 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:37:57 Selecting previously unselected package libssl1.0.0:amd64. 14:37:57 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 14:37:57 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [Pipeline] { [Pipeline] sh 14:37:57 Selecting previously unselected package openssh-client. 14:37:57 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:37:57 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:37:58 Selecting previously unselected package squashfs-tools. 14:37:58 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:37:58 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:37:58 Selecting previously unselected package snapd. 14:37:58 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 14:37:58 Unpacking snapd (2.48.3+18.04) ... 14:37:58 + docker-compose build --help 14:37:58 + grep parallel 14:38:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:38:00 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:38:00 Setting up mime-support (3.60ubuntu1) ... 14:38:00 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 14:38:00 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:38:00 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:38:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:38:00 Setting up systemd (237-3ubuntu10.44) ... 14:38:00 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:38:01 --parallel Build images in parallel. 14:38:01 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [Pipeline] } 14:38:01 $ docker stop --time=1 3e15f375a7b321e43634de36cd57734c509098abee3d2a9393abdce1b63afbc9 14:38:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:38:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:38:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:38:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:38:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:38:03 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:38:03 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:38:03 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:38:03 Setting up python3 (3.6.7-1~18.04) ... 14:38:03 running python rtupdate hooks for python3.6... 14:38:03 running python post-rtupdate hooks for python3.6... 14:38:03 Setting up apparmor (2.12-4ubuntu5.1) ... 14:38:03 $ docker rm -f 3e15f375a7b321e43634de36cd57734c509098abee3d2a9393abdce1b63afbc9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:38:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:38:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:38:04 . [Pipeline] withDockerContainer 14:38:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:38:04 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:38:05 prd-ubuntu18.04-docker-arm64-4c-16g-28387 does not seem to be running inside a container 14:38:05 Setting up snapd (2.48.3+18.04) ... 14:38:05 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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 14:38:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:38:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:38:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:38:06 $ docker top 66a3dd6fa99cc37d700d9597c3e0447940fc9a584281931932a74363989bec9d -eo pid,comm 14:38:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [Pipeline] { 14:38:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:38:06 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:38:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [Pipeline] sh 14:38:07 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:38:07 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:38:07 + docker-compose -f ./docker-compose-build.yml build --parallel 14:38:07 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:38:07 /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' 14:38:07 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:38:07 Processing triggers for systemd (237-3ubuntu10.44) ... 14:38:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:38:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:38:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:38:10 Reading package lists... 14:38:10 Reading package lists... 14:38:11 Building dependency tree... 14:38:11 Reading state information... 14:38:11 Calculating upgrade... 14:38:11 The following packages will be upgraded: 14:38:11 advancecomp base-files bash binutils binutils-common 14:38:11 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:38:11 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:38:11 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 14:38:11 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 14:38:11 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 14:38:11 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 14:38:11 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 14:38:11 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 14:38:11 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 14:38:11 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 14:38:11 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 14:38:11 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 14:38:11 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 14:38:11 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 14:38:11 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:38:11 Need to get 63.8 MB of archives. 14:38:11 After this operation, 5202 kB of additional disk space will be used. 14:38:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 14:38:11 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:38:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:38:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:38:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:38:11 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:38:11 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:38:11 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:38:11 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 14:38:11 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:38:11 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:38:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:38:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:38:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:38:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:38:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:38:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:38:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:38:11 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:38:11 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:38:11 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:38:11 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:38:11 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:38:11 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:38:11 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:38:11 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:38:11 Building docker-core-command-go ... 14:38:11 Building docker-core-data-go ... 14:38:11 Building docker-core-metadata-go ... 14:38:11 Building docker-security-bootstrapper-go ... 14:38:11 Building docker-security-proxy-setup-go ... 14:38:11 Building docker-security-secretstore-setup-go ... 14:38:11 Building docker-support-notifications-go ... 14:38:11 Building docker-support-scheduler-go ... 14:38:11 Building docker-sys-mgmt-agent-go ... 14:38:11 Building docker-security-proxy-setup-go 14:38:11 Building docker-sys-mgmt-agent-go 14:38:11 Building docker-security-secretstore-setup-go 14:38:11 Building docker-support-scheduler-go 14:38:11 Building docker-core-command-go 14:38:12 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:38:12 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:38:12 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:38:12 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:38:12 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:38:12 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:38:12 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:38:12 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:38:12 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:38:12 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 14:38:12 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:38:12 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:38:12 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 14:38:12 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 14:38:12 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 14:38:12 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:38:12 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:38:12 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:38:12 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 14:38:12 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:38:12 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:38:12 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] 14:38:12 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 14:38:12 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 14:38:12 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 14:38:12 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:38:12 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:38:12 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:38:12 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:38:12 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:38:12 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:38:12 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:38:12 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:38:12 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:38:12 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:38:12 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:38:12 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:38:12 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:38:12 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:38:12 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:38:12 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:38:12 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:38:12 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:38:12 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:38:12 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:38:12 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:38:12 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:38:12 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:38:12 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:38:12 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:38:12 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:38:12 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:38:12 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 14:38:12 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 14:38:12 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 14:38:12 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 14:38:12 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 14:38:12 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 14:38:12 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] 14:38:13 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:38:13 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 14:38:13 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:38:13 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:38:13 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 14:38:13 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:38:13 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:38:13 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] 14:38:13 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:38:13 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:38:13 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:38:13 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:38:13 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:38:13 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:38:13 debconf: delaying package configuration, since apt-utils is not installed 14:38:13 Fetched 63.8 MB in 2s (37.2 MB/s) 14:38:13 (Reading database ... 13912 files and directories currently installed.) 14:38:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:38:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:38:14 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:38:14 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:38:14 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 14:38:14 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 14:38:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:15 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:15 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:15 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:15 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:15 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:16 (Reading database ... 13911 files and directories currently installed.) 14:38:16 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:16 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:38:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:38:16 (Reading database ... 13911 files and directories currently installed.) 14:38:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:16 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:16 (Reading database ... 13911 files and directories currently installed.) 14:38:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:38:17 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:38:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:38:17 (Reading database ... 13911 files and directories currently installed.) 14:38:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:38:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:38:18 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:38:18 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:38:18 Setting up base-files (10.1ubuntu2.10) ... 14:38:18 Installing new version of config file /etc/issue ... 14:38:18 Installing new version of config file /etc/issue.net ... 14:38:18 Installing new version of config file /etc/lsb-release ... 14:38:18 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:38:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:38:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:38:18 Removing obsolete conffile /etc/default/motd-news ... 14:38:18 (Reading database ... 13912 files and directories currently installed.) 14:38:18 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:38:18 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:38:18 Setting up bash (4.4.18-2ubuntu1.2) ... 14:38:19 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 14:38:19 (Reading database ... 13912 files and directories currently installed.) 14:38:19 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:19 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:38:19 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:38:19 (Reading database ... 13912 files and directories currently installed.) 14:38:19 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:38:19 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:38:19 Setting up tar (1.29b-2ubuntu0.2) ... 14:38:19 (Reading database ... 13912 files and directories currently installed.) 14:38:19 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:38:19 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:38:19 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:38:19 (Reading database ... 13912 files and directories currently installed.) 14:38:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:38:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:38:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:38:20 (Reading database ... 13912 files and directories currently installed.) 14:38:20 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:38:20 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:38:20 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:38:20 (Reading database ... 13912 files and directories currently installed.) 14:38:20 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:38:20 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:38:20 Setting up grep (3.1-2build1) ... 14:38:20 (Reading database ... 13912 files and directories currently installed.) 14:38:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:38:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:38:20 Setting up login (1:4.5-1ubuntu2) ... 14:38:20 (Reading database ... 13912 files and directories currently installed.) 14:38:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:38:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:20 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:38:21 (Reading database ... 13912 files and directories currently installed.) 14:38:21 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:38:21 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:38:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:38:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:38:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:38:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:38:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:38:22 (Reading database ... 13912 files and directories currently installed.) 14:38:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:38:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:38:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:38:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:38:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:38:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:38:24 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:38:24 (Reading database ... 13912 files and directories currently installed.) 14:38:24 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:38:24 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:38:24 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:38:24 (Reading database ... 13912 files and directories currently installed.) 14:38:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:24 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:24 (Reading database ... 13912 files and directories currently installed.) 14:38:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:25 (Reading database ... 13912 files and directories currently installed.) 14:38:25 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:25 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:25 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:25 (Reading database ... 13912 files and directories currently installed.) 14:38:25 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:25 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:25 (Reading database ... 13912 files and directories currently installed.) 14:38:25 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:38:25 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:38:25 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:38:25 (Reading database ... 13912 files and directories currently installed.) 14:38:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:38:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:26 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:38:26 (Reading database ... 13912 files and directories currently installed.) 14:38:26 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:26 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:26 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:26 (Reading database ... 13912 files and directories currently installed.) 14:38:26 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:26 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:26 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:38:27 (Reading database ... 13912 files and directories currently installed.) 14:38:27 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:27 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:27 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:38:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:38:28 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:38:28 (Reading database ... 13912 files and directories currently installed.) 14:38:28 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:38:28 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:38:29 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:38:29 (Reading database ... 13912 files and directories currently installed.) 14:38:29 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:38:29 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:29 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:38:29 (Reading database ... 13914 files and directories currently installed.) 14:38:29 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:38:29 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:38:29 Setting up debconf (1.5.66ubuntu1) ... 14:38:30 (Reading database ... 13914 files and directories currently installed.) 14:38:30 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 14:38:30 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:38:30 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 14:38:30 (Reading database ... 13914 files and directories currently installed.) 14:38:30 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 14:38:30 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:38:30 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 14:38:30 (Reading database ... 13914 files and directories currently installed.) 14:38:30 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:38:30 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:38:30 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:38:30 (Reading database ... 13914 files and directories currently installed.) 14:38:30 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:38:31 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:38:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:38:31 (Reading database ... 13914 files and directories currently installed.) 14:38:31 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:38:31 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:38:31 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:38:31 (Reading database ... 13914 files and directories currently installed.) 14:38:31 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:31 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:31 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 14:38:32 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:38:32 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:38:32 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:38:32 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:38:32 (Reading database ... 13914 files and directories currently installed.) 14:38:32 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:38:32 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:38:32 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:38:32 (Reading database ... 13914 files and directories currently installed.) 14:38:32 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:38:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:38:33 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:38:33 (Reading database ... 13914 files and directories currently installed.) 14:38:33 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:38:33 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:38:33 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:38:33 (Reading database ... 13914 files and directories currently installed.) 14:38:33 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 14:38:33 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 14:38:34 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 14:38:34 (Reading database ... 13914 files and directories currently installed.) 14:38:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:38:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:38:34 Setting up passwd (1:4.5-1ubuntu2) ... 14:38:34 (Reading database ... 13914 files and directories currently installed.) 14:38:34 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 14:38:34 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:38:34 Setting up gpgv (2.2.4-1ubuntu1.4) ... 14:38:35 (Reading database ... 13914 files and directories currently installed.) 14:38:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:38:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 14:38:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:38:35 (Reading database ... 13914 files and directories currently installed.) 14:38:35 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:38:35 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 14:38:35 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:38:35 (Reading database ... 13914 files and directories currently installed.) 14:38:35 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:38:35 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:38:35 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:38:35 (Reading database ... 13914 files and directories currently installed.) 14:38:35 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:38:35 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:38:36 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:38:36 (Reading database ... 13914 files and directories currently installed.) 14:38:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 14:38:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 14:38:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 14:38:36 (Reading database ... 13914 files and directories currently installed.) 14:38:36 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 14:38:36 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 14:38:36 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 14:38:36 (Reading database ... 13915 files and directories currently installed.) 14:38:36 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:38:36 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:38:36 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:38:36 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:38:36 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:38:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:38:37 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 14:38:37 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 14:38:37 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:38:37 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:38:37 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:38:37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:38:37 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:38:37 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:38:37 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:38:37 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:38:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:38:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:38:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:38:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:38:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:38:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:38:38 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 14:38:38 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 14:38:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:38:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:38:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:38:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:38:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:38:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:38:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:38:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:38:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:38:40 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:38:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:38:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:38:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:41 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:42 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:42 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:44 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:44 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:38:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:38:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:38:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:38:45 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:38:45 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:38:46 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:38:46 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:38:46 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:38:46 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:38:46 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:38:46 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:38:46 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:38:46 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:38:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:38:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:46 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:46 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:38:46 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:38:46 Setting up tzdata (2021a-0ubuntu0.18.04) ... 14:38:47 14:38:47 Current default time zone: 'Etc/UTC' 14:38:47 Local time is now: Wed Mar 3 14:38:46 UTC 2021. 14:38:47 Universal Time is now: Wed Mar 3 14:38:46 UTC 2021. 14:38:47 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:38:47 14:38:47 Setting up systemd-sysv (237-3ubuntu10.44) ... 14:38:47 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:47 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 14:38:47 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:38:47 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:38:47 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:38:47 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:38:47 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:38:47 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:38:47 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:38:47 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:47 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:38:47 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:47 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 14:38:47 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:47 Setting up patch (2.7.6-2ubuntu1.1) ... 14:38:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:38:47 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:38:47 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 14:38:47 Installing new version of config file /etc/ssl/openssl.cnf ... 14:38:47 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:38:47 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:38:47 Setting up ca-certificates (20210119~18.04.1) ... 14:38:49 Updating certificates in /etc/ssl/certs... 14:38:50 23 added, 27 removed; done. 14:38:50 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:38:50 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:50 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:38:50 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:38:50 Setting up pkgbinarymangler (138.18.04.1) ... 14:38:50 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:50 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 14:38:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:38:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:38:50 Setting up perl (5.26.1-6ubuntu0.5) ... 14:38:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 14:38:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:38:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:38:50 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 14:38:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:38:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:38:50 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:38:50 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:38:50 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:38:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:38:50 Processing triggers for systemd (237-3ubuntu10.44) ... 14:38:50 Processing triggers for mime-support (3.60ubuntu1) ... 14:38:50 Processing triggers for ca-certificates (20210119~18.04.1) ... 14:38:50 Updating certificates in /etc/ssl/certs... 14:38:51 0 added, 0 removed; done. 14:38:51 Running hooks in /etc/ca-certificates/update.d... 14:38:51 done. 14:38:52 Reading package lists... 14:38:52 Building dependency tree... 14:38:52 Reading state information... 14:38:52 The following NEW packages will be installed: 14:38:52 apt-transport-https 14:38:52 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:38:52 Need to get 1696 B of archives. 14:38:52 After this operation, 153 kB of additional disk space will be used. 14:38:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 14:38:52 debconf: delaying package configuration, since apt-utils is not installed 14:38:52 Fetched 1696 B in 0s (46.0 kB/s) 14:38:52 Selecting previously unselected package apt-transport-https. 14:38:52 (Reading database ... 13920 files and directories currently installed.) 14:38:52 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 14:38:52 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 14:38:52 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 14:38:53 Waiting for network to be ready... 14:38:58 2021-03-03T14:38:56Z INFO Waiting for automatic snapd restart... 14:38:58 snapd 2.48.2.1 from Canonical* installed 14:38:58 "snapd" switched to the "latest/stable" channel 14:38:58 14:39:02 core18 20210128 from Canonical* installed 14:39:02 "core18" switched to the "latest/stable" channel 14:39:02 14:39:06 snapcraft 4.5.1 from Canonical* installed 14:39:06 "snapcraft" switched to the "latest/stable" channel 14:39:06 14:39:09 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 14:39:09 - README.md 14:39:09 - snapcraft.yaml.orig 14:39:09 14:39:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:39:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:39:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:39:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:39:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:39:18 Reading package lists... 14:39:18 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 14:39:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:39:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:39:20 ---> e16632151ab9 14:39:20 Step 3/22 : WORKDIR /edgex-go 14:39:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:39:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:39:21 ---> e16632151ab9 14:39:21 Step 3/23 : WORKDIR /edgex-go 14:39:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:39:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:39:21 ---> e16632151ab9 14:39:21 Step 3/21 : WORKDIR /edgex-go 14:39:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:39:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:39:21 ---> e16632151ab9 14:39:21 Step 3/24 : WORKDIR /edgex-go 14:39:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:39:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:39:21 ---> e16632151ab9 14:39:21 Step 3/26 : WORKDIR /edgex-go 14:39:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:39:25 Reading package lists... 14:39:25 Building dependency tree... 14:39:25 Reading state information... 14:39:25 Suggested packages: 14:39:25 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:39:25 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:39:25 Recommended packages: 14:39:25 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:39:25 The following NEW packages will be installed: 14:39:25 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:39:25 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:39:25 pkg-config zip 14:39:25 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:39:25 Need to get 7655 kB of archives. 14:39:25 After this operation, 43.7 MB of additional disk space will be used. 14:39:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 14:39:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 14:39:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 14:39:25 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:39:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 14:39:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:39:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:39:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:39:25 ---> Running in ea0f45483823 14:39:25 ---> Running in 0aa9af3a422a 14:39:25 ---> Running in af0ab186bc3c 14:39:25 ---> Running in b6d5b8275d44 14:39:25 ---> Running in 55f11ead562a 14:39:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:39:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:39:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:39:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:39:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:39:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:39:25 Removing intermediate container af0ab186bc3c 14:39:25 ---> 9a2301eecdde 14:39:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:25 Removing intermediate container 0aa9af3a422a 14:39:25 ---> e2d701fabafe 14:39:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:25 Removing intermediate container b6d5b8275d44 14:39:25 ---> 5864d8fb1ff6 14:39:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:25 Removing intermediate container ea0f45483823 14:39:25 Removing intermediate container 55f11ead562a 14:39:26 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:39:26 debconf: delaying package configuration, since apt-utils is not installed 14:39:26 Fetched 7655 kB in 1s (10.6 MB/s) 14:39:26 ---> 197941e797a4 14:39:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:26 ---> 0f8ea8485ee0 14:39:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:39:26 ---> Running in 904290b7f613 14:39:26 ---> Running in 7ea8cb82afb3 14:39:26 ---> Running in da30b4bb51aa 14:39:26 Selecting previously unselected package libglib2.0-0:amd64. 14:39:26 (Reading database ... 13924 files and directories currently installed.) 14:39:26 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 14:39:26 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 14:39:26 ---> Running in eab66faf1068 14:39:26 ---> Running in 000a0c7d38db 14:39:26 Selecting previously unselected package libpsl5:amd64. 14:39:26 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:39:26 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:39:26 Selecting previously unselected package libnghttp2-14:amd64. 14:39:26 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:39:26 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:39:26 Selecting previously unselected package librtmp1:amd64. 14:39:26 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:39:26 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:39:26 Selecting previously unselected package libcurl3-gnutls:amd64. 14:39:26 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 14:39:26 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:39:26 Selecting previously unselected package liberror-perl. 14:39:26 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:39:26 Unpacking liberror-perl (0.17025-1) ... 14:39:27 Selecting previously unselected package git-man. 14:39:27 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 14:39:27 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 14:39:27 Selecting previously unselected package git. 14:39:27 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 14:39:27 Unpacking git (1:2.17.1-1ubuntu0.7) ... 14:39:28 Selecting previously unselected package libnorm1:amd64. 14:39:28 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:39:28 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:39:28 Selecting previously unselected package libpgm-5.2-0:amd64. 14:39:28 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:39:28 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:39:28 Selecting previously unselected package libsodium23:amd64. 14:39:28 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:39:28 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:39:28 Selecting previously unselected package libzmq5:amd64. 14:39:28 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:39:28 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:39:28 Selecting previously unselected package libzmq3-dev:amd64. 14:39:28 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:39:28 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:39:28 Selecting previously unselected package pkg-config. 14:39:28 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:39:28 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:39:28 Selecting previously unselected package zip. 14:39:28 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:39:28 Unpacking zip (3.0-11build1) ... 14:39:28 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:39:28 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 14:39:28 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:39:28 Setting up liberror-perl (0.17025-1) ... 14:39:28 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:39:29 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 14:39:29 No schema files found: doing nothing. 14:39:29 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:39:29 Setting up zip (3.0-11build1) ... 14:39:29 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:39:29 Setting up libsodium23:amd64 (1.0.16-2) ... 14:39:29 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:39:29 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:39:29 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:39:29 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:39:29 Setting up git (1:2.17.1-1ubuntu0.7) ... 14:39:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:39:29 Removing intermediate container 904290b7f613 14:39:29 ---> 093589f2d764 14:39:29 Step 5/21 : RUN apk add --update --no-cache make git 14:39:29 ---> Running in 5b45fcb34eec 14:39:30 Removing intermediate container 7ea8cb82afb3 14:39:30 ---> f33f784219e6 14:39:30 Step 5/24 : RUN apk add --update --no-cache make git 14:39:30 Removing intermediate container da30b4bb51aa 14:39:30 ---> 2aec8f8e0bab 14:39:30 Step 5/22 : RUN apk add --update --no-cache make git 14:39:30 ---> Running in 4e71c4f33af6 14:39:30 Removing intermediate container eab66faf1068 14:39:30 ---> c1238c19966b 14:39:30 Step 5/23 : RUN apk add --update --no-cache make git 14:39:30 ---> Running in feb7f8b55a98 14:39:30 ---> Running in e9cb09c5b7c3 14:39:30 Removing intermediate container 000a0c7d38db 14:39:30 ---> f833e22c5851 14:39:30 Step 5/26 : RUN apk add --update --no-cache make bash git 14:39:31 ---> Running in e7044f07c931 14:39:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:33 OK: 217 MiB in 51 packages 14:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:33 OK: 217 MiB in 51 packages 14:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:39:34 OK: 217 MiB in 51 packages 14:39:34 OK: 217 MiB in 51 packages 14:39:34 OK: 217 MiB in 51 packages 14:39:34 Removing intermediate container 5b45fcb34eec 14:39:34 ---> 75ccd059cee5 14:39:34 Step 6/21 : COPY go.mod . 14:39:35 Removing intermediate container 4e71c4f33af6 14:39:35 ---> 5d7921da01bd 14:39:35 Step 6/24 : COPY go.mod . 14:39:35 ---> 63561b52f546 14:39:35 Step 7/21 : RUN go mod download 14:39:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:39:36 Removing intermediate container e9cb09c5b7c3 14:39:36 ---> f94dc9555969 14:39:36 Step 6/23 : COPY go.mod . 14:39:36 ---> Running in c63022839f10 14:39:36 git set to automatically installed. 14:39:36 git-man set to automatically installed. 14:39:36 libcurl3-gnutls set to automatically installed. 14:39:36 liberror-perl set to automatically installed. 14:39:36 libglib2.0-0 set to automatically installed. 14:39:36 libnghttp2-14 set to automatically installed. 14:39:36 libnorm1 set to automatically installed. 14:39:36 libpgm-5.2-0 set to automatically installed. 14:39:36 libpsl5 set to automatically installed. 14:39:36 librtmp1 set to automatically installed. 14:39:36 libsodium23 set to automatically installed. 14:39:36 libzmq3-dev set to automatically installed. 14:39:36 libzmq5 set to automatically installed. 14:39:36 pkg-config set to automatically installed. 14:39:36 zip set to automatically installed. 14:39:36 Removing intermediate container feb7f8b55a98 14:39:36 ---> b55da899163b 14:39:36 Step 6/22 : COPY go.mod . 14:39:36 ---> 33206a647087 14:39:36 Step 7/24 : RUN go mod download 14:39:36 Removing intermediate container e7044f07c931 14:39:36 ---> 946625567ca1 14:39:36 Step 6/26 : COPY go.mod . 14:39:37 ---> Running in 24b84e82ebcb 14:39:37 ---> 714a215fa25b 14:39:37 Step 7/23 : RUN go mod download 14:39:37 ---> a7e8369289d4 14:39:37 Step 7/22 : RUN go mod download 14:39:37 ---> Running in fd9c1cd93701 14:39:37 ---> Running in c8178de68e49 14:39:38 ---> 03e43b536af6 14:39:38 Step 7/26 : RUN go mod download 14:39:38 snapd is not logged in, snap install commands will use sudo 14:39:38 ---> Running in aa4c3b57ba85 14:39:40 Removing intermediate container c63022839f10 14:39:40 ---> b4da0b91edfc 14:39:40 Step 8/21 : COPY . . 14:39:41 Removing intermediate container 24b84e82ebcb 14:39:41 ---> 576f56799b55 14:39:41 Step 8/24 : COPY . . 14:39:42 Removing intermediate container fd9c1cd93701 14:39:42 ---> c72ace7e5ad0 14:39:42 Step 8/23 : COPY . . 14:39:43 Removing intermediate container c8178de68e49 14:39:43 ---> e00a7e66d09d 14:39:43 Step 8/22 : COPY . . 14:39:43 Removing intermediate container aa4c3b57ba85 14:39:43 ---> ffe377f8a85a 14:39:43 Step 8/26 : COPY . . 14:39:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:39:44 snap "core18" has no updates available 14:39:45 Pulling config-common 14:39:45 + snapcraftctl pull 14:39:47 Pulling go-build-helper 14:39:47 + snapcraftctl pull 14:40:10 ---> de02a9df5a48 14:40:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:40:10 ---> 337e4116e89f 14:40:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:40:10 ---> ed5482072d25 14:40:10 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:40:10 ---> Running in 3b0e31500ec9 14:40:10 ---> Running in f53e8a6b5751 14:40:10 ---> 8de6912ac2b5 14:40:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:40:10 ---> 169704ce8f93 14:40:10 Step 9/23 : RUN make cmd/core-command/core-command 14:40:10 ---> Running in 33a4cba3eed8 14:40:10 ---> Running in 266c0f9307ff 14:40:10 ---> Running in 611c4113baac 14:40:10 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 14:40:10 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 14:40:10 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 14:40:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 14:40:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:40:13 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:40:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:40:13 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:40:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 14:40:13 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:40:13 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:40:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:40:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:40:13 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:40:13 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:40:13 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:40:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:40:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 14:40:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 14:40:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 14:40:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 14:40:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 14:40:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:40:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:40:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 14:40:13 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:40:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 14:40:13 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 14:40:13 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 14:40:13 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 14:40:13 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:40:13 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:40:13 Fetched 24.0 MB in 0s (0 B/s) 14:40:13 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:40:13 Fetched 96.5 kB in 0s (0 B/s) 14:40:13 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:40:13 Fetched 279 kB in 0s (0 B/s) 14:40:13 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:40:13 Fetched 122 kB in 0s (0 B/s) 14:40:13 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:40:13 Fetched 77.8 kB in 0s (0 B/s) 14:40:13 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:40:13 Fetched 8848 B in 0s (0 B/s) 14:40:13 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:40:13 Fetched 47.8 kB in 0s (0 B/s) 14:40:13 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:40:13 Fetched 45.6 kB in 0s (0 B/s) 14:40:13 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:40:13 Fetched 15.0 kB in 0s (0 B/s) 14:40:13 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 14:40:13 Fetched 214 kB in 0s (0 B/s) 14:40:13 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 14:40:13 Fetched 154 kB in 0s (0 B/s) 14:40:13 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:40:13 Fetched 50.6 kB in 0s (0 B/s) 14:40:13 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:40:13 Fetched 14.8 kB in 0s (0 B/s) 14:40:13 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:40:13 Fetched 41.8 kB in 0s (0 B/s) 14:40:13 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:40:13 Fetched 499 kB in 0s (0 B/s) 14:40:13 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:40:13 Fetched 111 kB in 0s (0 B/s) 14:40:13 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:40:13 Fetched 240 kB in 0s (0 B/s) 14:40:13 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:40:13 Fetched 29.3 kB in 0s (0 B/s) 14:40:13 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:40:13 Fetched 85.5 kB in 0s (0 B/s) 14:40:13 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:40:13 Fetched 24.5 kB in 0s (0 B/s) 14:40:13 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:40:13 Fetched 49.2 kB in 0s (0 B/s) 14:40:13 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:40:13 Fetched 54.2 kB in 0s (0 B/s) 14:40:13 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:40:13 Fetched 30.8 kB in 0s (0 B/s) 14:40:13 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 14:40:13 Fetched 15.8 kB in 0s (0 B/s) 14:40:13 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:40:13 Fetched 85.9 kB in 0s (0 B/s) 14:40:13 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:40:13 Fetched 8720 B in 0s (0 B/s) 14:40:13 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:40:13 Fetched 137 kB in 0s (0 B/s) 14:40:13 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:40:13 Fetched 119 kB in 0s (0 B/s) 14:40:13 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:40:13 Fetched 109 kB in 0s (0 B/s) 14:40:13 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:40:13 Fetched 11.1 kB in 0s (0 B/s) 14:40:13 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:40:13 Fetched 645 kB in 0s (0 B/s) 14:40:13 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:40:13 Fetched 41.3 kB in 0s (0 B/s) 14:40:13 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:40:13 Fetched 17.9 kB in 0s (0 B/s) 14:40:13 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:40:13 Fetched 368 kB in 0s (0 B/s) 14:40:13 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:40:13 Fetched 187 kB in 0s (0 B/s) 14:40:13 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:40:13 Fetched 175 kB in 0s (0 B/s) 14:40:13 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:40:14 Fetched 206 kB in 0s (0 B/s) 14:40:14 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 14:40:14 Fetched 1301 kB in 0s (0 B/s) 14:40:14 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:40:14 Fetched 36.2 kB in 0s (0 B/s) 14:40:14 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 14:40:14 Fetched 159 kB in 0s (0 B/s) 14:40:14 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:40:14 Fetched 107 kB in 0s (0 B/s) 14:40:14 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:40:14 Fetched 48.7 kB in 0s (0 B/s) 14:40:14 Pulling static-packages 14:40:14 + snapcraftctl pull 14:40:15 'go115' has dependencies that need to be staged: go-build-helper static-packages 14:40:15 Skipping pull go-build-helper (already ran) 14:40:15 Skipping pull static-packages (already ran) 14:40:15 Building go-build-helper 14:40:15 + snapcraftctl build 14:40:19 Building static-packages 14:40:19 + snapcraftctl build 14:40:21 Staging go-build-helper 14:40:21 + snapcraftctl stage 14:40:23 Staging static-packages 14:40:23 + snapcraftctl stage 14:40:24 Pulling go115 14:40:24 + snapcraftctl pull 14:40:25 'edgex-go' has dependencies that need to be staged: go115 14:40:25 Skipping pull go115 (already ran) 14:40:25 Building go115 14:40:25 + dpkg --print-architecture 14:40:25 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 14:40:25 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 14:40:25 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 14:40:25 % Total % Received % Xferd Average Speed Time Time Time Current 14:40:25 Dload Upload Total Spent Left Speed 14:40:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 17 115M 17 20.3M 0 0 20.5M 0 0:00:05 --:--:-- 0:00:05 20.5M 39 115M 39 45.7M 0 0 23.2M 0 0:00:04 0:00:01 0:00:03 23.2M 62 115M 62 71.6M 0 0 24.2M 0 0:00:04 0:00:02 0:00:02 24.2M 84 115M 84 97.6M 0 0 24.6M 0 0:00:04 0:00:03 0:00:01 24.6M 100 115M 100 115M 0 0 25.8M 0 0:00:04 0:00:04 --:--:-- 25.8M 14:40:29 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 14:40:29 + sha256sum -c sha256 14:40:29 + grep OK 14:40:30 + mkdir -p /root/stage/go1.15 14:40:30 go1.15.2.linux-amd64.tar.gz: OK 14:40:30 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 14:40:35 Staging go115 14:40:35 + snapcraftctl stage 14:40:42 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:40:42 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:40:42 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:40:42 Fetched 0 B in 0s (0 B/s) 14:40:42 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:40:42 Fetched 224 kB in 0s (0 B/s) 14:40:42 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:40:42 Fetched 157 kB in 0s (0 B/s) 14:40:42 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:40:42 Fetched 221 kB in 0s (0 B/s) 14:40:42 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:40:42 Fetched 143 kB in 0s (0 B/s) 14:40:42 Pulling edgex-go 14:40:42 + snapcraftctl pull 14:40:43 Pulling version 14:40:43 + cd /root/project 14:40:43 + [ -f VERSION ] 14:40:43 + PROJECT_VERSION=local-dev 14:40:43 + git rev-parse --short HEAD 14:40:43 + GIT_REVISION=f6d01444 14:40:43 + snapcraftctl set-version local-dev 14:40:44 Building config-common 14:40:44 + snapcraftctl build 14:40:47 Skipping build go-build-helper (already ran) 14:40:47 Skipping build static-packages (already ran) 14:40:47 Skipping build go115 (already ran) 14:40:47 Building edgex-go 14:40:48 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 14:40:48 + cd /root/parts/edgex-go/src 14:40:48 + make build 14:40:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:40:50 go: downloading github.com/gorilla/mux v1.8.0 14:40:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 14:40:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 14:40:50 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 14:40:50 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:40:50 go: downloading github.com/google/uuid v1.2.0 14:40:50 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 14:40:50 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:40:50 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 14:40:50 go: downloading github.com/pebbe/zmq4 v1.2.5 14:40:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:40:50 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 14:40:50 go: downloading github.com/go-kit/kit v0.8.0 14:40:50 go: downloading github.com/go-playground/validator/v10 v10.3.0 14:40:50 go: downloading github.com/pkg/errors v0.8.1 14:40:50 go: downloading github.com/imdario/mergo v0.3.11 14:40:50 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:40:50 go: downloading github.com/hashicorp/consul/api v1.8.1 14:40:50 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 14:40:50 go: downloading github.com/BurntSushi/toml v0.3.1 14:40:50 go: downloading github.com/x448/float16 v0.8.4 14:40:50 go: downloading github.com/pelletier/go-toml v1.2.0 14:40:50 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:40:50 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:40:50 go: downloading github.com/go-playground/universal-translator v0.17.0 14:40:50 go: downloading github.com/leodido/go-urn v1.2.0 14:40:50 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:40:50 go: downloading github.com/hashicorp/serf v0.9.5 14:40:50 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 14:40:50 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:40:50 go: downloading github.com/mitchellh/copystructure v1.0.0 14:40:50 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:40:50 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:40:50 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:40:50 go: downloading github.com/fatih/color v1.9.0 14:40:50 go: downloading github.com/mattn/go-isatty v0.0.12 14:40:50 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:40:50 go: downloading github.com/go-playground/locales v0.13.0 14:40:50 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:40:50 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:40:50 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 14:40:50 go: downloading github.com/mattn/go-colorable v0.1.6 14:40:50 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:40:50 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:40:59 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 14:40:59 go: downloading gopkg.in/yaml.v2 v2.4.0 14:41:04 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 14:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:41:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:41:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 14:41:06 go: downloading github.com/stretchr/testify v1.7.0 14:41:07 go: downloading github.com/davecgh/go-spew v1.1.1 14:41:07 go: downloading github.com/pmezard/go-difflib v1.0.0 14:41:07 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:41:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:41:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:41:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:41:10 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 14:41:11 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 14:41:11 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 14:41:13 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 14:41:13 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 14:41:13 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:41:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 14:41:15 go: downloading github.com/lib/pq v1.9.0 14:41:17 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 14:41:17 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 14:41:17 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 14:41:17 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 14:41:17 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 14:41:17 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 14:41:17 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 14:41:17 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 14:41:17 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 14:41:17 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 14:41:17 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 14:41:17 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 14:41:17 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 14:41:17 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 14:41:17 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 14:41:17 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 14:41:17 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 14:41:17 + 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 14:41:17 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 14:41:17 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 14:41:17 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 14:41:17 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 14:41:17 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 14:41:17 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 14:41:17 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 14:41:18 Building version 14:41:18 + snapcraftctl build 14:41:21 Staging config-common 14:41:21 + snapcraftctl stage 14:41:22 Skipping stage go-build-helper (already ran) 14:41:22 Skipping stage static-packages (already ran) 14:41:22 Skipping stage go115 (already ran) 14:41:22 Staging edgex-go 14:41:22 + snapcraftctl stage 14:41:23 Staging version 14:41:23 + snapcraftctl stage 14:41:24 Priming config-common 14:41:24 + snapcraftctl prime 14:41:25 Priming go-build-helper 14:41:25 + snapcraftctl prime 14:41:27 Priming static-packages 14:41:27 + snapcraftctl prime 14:41:29 Priming go115 14:41:29 + snapcraftctl prime 14:41:30 Priming edgex-go 14:41:30 + snapcraftctl prime 14:41:31 Priming version 14:41:31 + snapcraftctl prime 14:41:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 14:41:32 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:41:36 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 14:41:51 Removing intermediate container 3b0e31500ec9 14:41:51 ---> eb121849a80b 14:41:51 14:41:51 Step 10/21 : FROM alpine:3.12 14:41:51 3.12: Pulling from library/alpine 14:41:53 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:41:53 Status: Downloaded newer image for alpine:3.12 14:41:53 ---> d10569e2745f 14:41:53 Step 11/21 : RUN apk add --update --no-cache curl 14:41:54 ---> Running in 679985cd7e20 14:41:55 Removing intermediate container f53e8a6b5751 14:41:55 ---> eb24527d6664 14:41:55 14:41:55 Step 10/24 : FROM alpine:3.12 14:41:55 ---> d10569e2745f 14:41:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:41:55 Removing intermediate container 266c0f9307ff 14:41:55 ---> 4264657418a1 14:41:55 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:41:55 ---> Running in 11ff76eaa0d9 14:41:55 ---> Running in 912d798153a9 14:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:41:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 14:41:57 (1/4) Installing ca-certificates (20191127-r4) 14:41:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:41:58 (3/4) Installing libcurl (7.69.1-r3) 14:41:58 (4/4) Installing curl (7.69.1-r3) 14:41:58 Executing busybox-1.31.1-r19.trigger 14:41:58 Executing ca-certificates-20191127-r4.trigger 14:41:58 (1/5) Installing ca-certificates (20191127-r4) 14:41:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:41:58 (3/5) Installing libcurl (7.69.1-r3) 14:41:58 (4/5) Installing curl (7.69.1-r3) 14:41:58 (5/5) Installing dumb-init (1.2.2-r1) 14:41:58 Executing busybox-1.31.1-r19.trigger 14:41:58 Executing ca-certificates-20191127-r4.trigger 14:41:58 OK: 7 MiB in 18 packages 14:41:58 OK: 7 MiB in 19 packages 14:42:02 Removing intermediate container 679985cd7e20 14:42:02 ---> bced738ceb60 14:42:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:42:02 Removing intermediate container 11ff76eaa0d9 14:42:02 ---> cff73aa32b33 14:42:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:42:02 Removing intermediate container 912d798153a9 14:42:02 ---> 4df6f7edac48 14:42:02 14:42:02 Step 11/26 : FROM docker:20.10.0 14:42:02 20.10.0: Pulling from library/docker 14:42:02 ---> Running in 66a621583597 14:42:02 ---> Running in c1c8762013b6 14:42:02 Removing intermediate container 33a4cba3eed8 14:42:02 ---> 7bd423bab96f 14:42:02 14:42:02 Step 10/22 : FROM alpine:3.12 14:42:02 ---> d10569e2745f 14:42:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:42:02 Removing intermediate container 611c4113baac 14:42:02 ---> c6ef765e4ad6 14:42:02 14:42:02 Step 10/23 : FROM alpine:3.12 14:42:02 ---> d10569e2745f 14:42:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:42:03 ---> Running in aa55361cd4c1 14:42:03 ---> Running in 1e420716a223 14:42:03 Removing intermediate container 66a621583597 14:42:03 ---> c082b8a2503a 14:42:03 Step 13/21 : WORKDIR /edgex 14:42:03 Removing intermediate container c1c8762013b6 14:42:03 ---> 3c16b3c7741d 14:42:03 Step 13/24 : WORKDIR / 14:42:04 ---> Running in 576446e9e9bc 14:42:04 ---> Running in 36f3ef3ec636 14:42:05 Removing intermediate container 576446e9e9bc 14:42:05 ---> 0ada131d7faa 14:42:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:42:05 Removing intermediate container 36f3ef3ec636 14:42:05 ---> 82f4aa31247c 14:42:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:06 (1/1) Installing dumb-init (1.2.2-r1) 14:42:06 Executing busybox-1.31.1-r19.trigger 14:42:06 (1/1) Installing dumb-init (1.2.2-r1) 14:42:06 Executing busybox-1.31.1-r19.trigger 14:42:06 OK: 5 MiB in 15 packages 14:42:06 OK: 5 MiB in 15 packages 14:42:06 ---> 5bee866fa263 14:42:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:42:06 ---> 2ebe03b7fb8d 14:42:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:42:08 ---> 6db34e9e6008 14:42:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:42:08 Removing intermediate container 1e420716a223 14:42:08 ---> 3db45a2198db 14:42:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:42:08 Removing intermediate container aa55361cd4c1 14:42:08 ---> d591801caee4 14:42:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:42:08 ---> f7d15f75e099 14:42:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:42:08 ---> Running in 05a0f6cea042 14:42:08 ---> Running in 7e68ec89787a 14:42:09 ---> f83b910ad007 14:42:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:42:09 Removing intermediate container 05a0f6cea042 14:42:09 ---> 6760aa5ad1ba 14:42:09 Step 13/22 : ENV APP_PORT=48085 14:42:09 Removing intermediate container 7e68ec89787a 14:42:09 ---> 51e8f1b84374 14:42:09 Step 13/23 : ENV APP_PORT=48082 14:42:10 ---> Running in 233c38680200 14:42:10 ---> Running in 4218190c8682 14:42:10 ---> ea61c2e969dd 14:42:10 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:42:10 ---> Running in 468cf1011b0c 14:42:11 Removing intermediate container 233c38680200 14:42:11 ---> 37bbb1f9ad74 14:42:11 Step 14/22 : EXPOSE $APP_PORT 14:42:11 Removing intermediate container 4218190c8682 14:42:11 ---> 2fd554646e7c 14:42:11 Step 14/23 : EXPOSE $APP_PORT 14:42:11 ---> 21ade379bffd 14:42:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:42:11 ---> Running in 6c31fb1bc22f 14:42:11 ---> Running in 84dea29b3efd 14:42:11 Removing intermediate container 468cf1011b0c 14:42:11 ---> 99596b2213b3 14:42:11 Step 18/21 : CMD ["--init=true"] 14:42:12 ---> Running in f2a5792a4a2a 14:42:12 Removing intermediate container 6c31fb1bc22f 14:42:12 ---> 4db8847b4f69 14:42:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:42:12 Removing intermediate container 84dea29b3efd 14:42:12 ---> ad86957e61f3 14:42:12 Step 15/23 : WORKDIR / 14:42:12 ---> Running in da5388ff088d 14:42:12 Removing intermediate container f2a5792a4a2a 14:42:12 ---> db3de2a4b769 14:42:12 Step 19/21 : LABEL arch=arm64 14:42:13 ---> 1ee5e1826c18 14:42:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:42:13 ---> Running in 0c97a3ddf0de 14:42:13 Removing intermediate container da5388ff088d 14:42:13 ---> d78c76e3ad39 14:42:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:42:13 ---> 3c1a60d61632 14:42:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:42:13 Removing intermediate container 0c97a3ddf0de 14:42:13 ---> 62b4e3142172 14:42:14 Step 20/21 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:42:14 ---> Running in 7ca4a5a3bffe 14:42:14 ---> 0e24e2f4141c 14:42:14 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/ 14:42:14 ---> Running in 1398ddc7ed8d 14:42:15 ---> 903ff06e232e 14:42:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:42:15 Removing intermediate container 7ca4a5a3bffe 14:42:15 ---> 9dac38ca5e9c 14:42:15 Step 21/21 : LABEL version=0.0.0 14:42:15 ---> Running in 6a513b984e24 14:42:16 ---> 283f78472a8a 14:42:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:42:16 Removing intermediate container 6a513b984e24 14:42:16 ---> 5f060aff2a6f 14:42:16 14:42:16 Successfully built 5f060aff2a6f 14:42:17 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:42:17  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 14:42:17 ---> c2a555642635 14:42:17 ---> 1ea67297d744 14:42:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"]Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:42:17 14:42:17 ---> Running in aa1a410754bf 14:42:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:42:17 Status: Downloaded newer image for docker:20.10.0 14:42:17 ---> eeaf43b92773 14:42:17 Step 12/26 : RUN apk add --no-cache bash 14:42:18 ---> Running in faefc2c451dd 14:42:18 Removing intermediate container 1398ddc7ed8d 14:42:18 ---> 9a33f736ca56 14:42:18 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:42:18 Removing intermediate container aa1a410754bf 14:42:18 ---> e808f65dddec 14:42:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:42:18 ---> a3eebdb53893 14:42:18 Step 19/23 : ENTRYPOINT ["/core-command"] 14:42:18 ---> Running in 598a6aa75e08 14:42:18 ---> Running in d9ed8fcc1aa9 14:42:18 ---> Running in 121d713ab899 14:42:19 Removing intermediate container 598a6aa75e08 14:42:19 ---> 304d16cf3982 14:42:19 Step 22/24 : LABEL arch=arm64 14:42:20 Removing intermediate container d9ed8fcc1aa9 14:42:20 ---> 72f5bd9a64e5 14:42:20 Step 20/22 : LABEL arch=arm64 14:42:20 Removing intermediate container 121d713ab899 14:42:20 ---> f3757ccb68d2 14:42:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:42:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:20 ---> Running in 856d60f39c0f 14:42:20 ---> Running in 2c304c1744b6 14:42:20 ---> Running in 88229637aee0 14:42:20 (1/2) Installing readline (8.0.4-r0) 14:42:20 (2/2) Installing bash (5.0.17-r0) 14:42:20 Removing intermediate container 856d60f39c0f 14:42:20 ---> 55ad1bbed6c5 14:42:20 Step 23/24 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:42:20 Executing bash-5.0.17-r0.post-install 14:42:20 Executing busybox-1.31.1-r19.trigger 14:42:20 OK: 12 MiB in 22 packages 14:42:21 ---> Running in 1bd30c40d467 14:42:21 Removing intermediate container 2c304c1744b6 14:42:21 ---> ffe5a21cdf81 14:42:21 Step 21/23 : LABEL arch=arm64 14:42:21 Removing intermediate container 88229637aee0 14:42:21 ---> 2057a73ffb1e 14:42:21 Step 21/22 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:42:21 ---> Running in f7d078755a43 14:42:22 ---> Running in 735fb49d643a 14:42:22 Removing intermediate container 1bd30c40d467 14:42:22 ---> ed4b7452487e 14:42:22 Step 24/24 : LABEL version=0.0.0 14:42:22 Removing intermediate container f7d078755a43 14:42:22 ---> a70d4e1d6c66 14:42:22 Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:42:22 ---> Running in 924c04d9bd3c 14:42:23 ---> Running in 04eddfd60bff 14:42:23 Removing intermediate container 735fb49d643a 14:42:23 ---> 840202fc38e8 14:42:23 Step 22/22 : LABEL version=0.0.0 14:42:23 Removing intermediate container faefc2c451dd 14:42:23 ---> fe211640d7a0 14:42:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:42:23 ---> Running in 52a85d1c444a 14:42:23 ---> Running in 156776b17f7c 14:42:23 Removing intermediate container 924c04d9bd3c 14:42:23 ---> d467c34fe72a 14:42:23 14:42:23 Removing intermediate container 04eddfd60bff 14:42:23 ---> 178a1638d76d 14:42:23 Step 23/23 : LABEL version=0.0.0 14:42:23 ---> Running in 54c0b3ae6f65 14:42:23 Successfully built d467c34fe72a 14:42:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:42:24  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 14:42:24 Removing intermediate container 52a85d1c444a 14:42:24 ---> a18236bcd97d 14:42:24 14:42:24 Removing intermediate container 156776b17f7c 14:42:24 ---> 33d5caef3b96 14:42:24 Step 14/26 : ENV APP_PORT=48090 14:42:24 ---> Running in 7f94fbc83d24 14:42:24 Removing intermediate container 54c0b3ae6f65 14:42:24 ---> 6fd950f74699 14:42:24 14:42:24 Successfully built a18236bcd97d 14:42:24 Successfully tagged docker-support-scheduler-go-arm64:latest 14:42:24  Building docker-support-scheduler-go ... done Building docker-core-data-go 14:42:25 Removing intermediate container 7f94fbc83d24 14:42:25 ---> 635e16c29615 14:42:25 Step 15/26 : EXPOSE $APP_PORT 14:42:25 Successfully built 6fd950f74699 14:42:25 Successfully tagged docker-core-command-go-arm64:latest 14:42:25  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 14:42:25 ---> Running in 8f04c2a29934 14:42:25 Removing intermediate container 8f04c2a29934 14:42:25 ---> dad39180ec3d 14:42:25 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:42:27 ---> dcdc01d6d997 14:42:27 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:42:27 ---> fefb5ac3631a 14:42:27 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:42:29 ---> 4e0d9c5d07e6 14:42:29 Step 19/26 : RUN apk --no-cache add py3-pip 14:42:29 ---> Running in b1d5d2e48840 14:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:42:31 (1/33) Installing libbz2 (1.0.8-r1) 14:42:31 (2/33) Installing expat (2.2.9-r1) 14:42:31 (3/33) Installing libffi (3.3-r2) 14:42:31 (4/33) Installing gdbm (1.13-r1) 14:42:31 (5/33) Installing xz-libs (5.2.5-r0) 14:42:31 (6/33) Installing sqlite-libs (3.32.1-r0) 14:42:31 (7/33) Installing python3 (3.8.5-r1) 14:42:33 (8/33) Installing py3-appdirs (1.4.4-r1) 14:42:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:42:33 (10/33) Installing py3-parsing (2.4.7-r0) 14:42:33 (11/33) Installing py3-six (1.15.0-r0) 14:42:33 (12/33) Installing py3-packaging (20.4-r0) 14:42:33 (13/33) Installing py3-setuptools (47.0.0-r0) 14:42:33 (14/33) Installing py3-chardet (3.0.4-r4) 14:42:33 (15/33) Installing py3-idna (2.9-r0) 14:42:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:42:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:42:33 (18/33) Installing py3-requests (2.23.0-r0) 14:42:33 (19/33) Installing py3-msgpack (1.0.0-r0) 14:42:33 (20/33) Installing py3-lockfile (0.12.2-r3) 14:42:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:42:33 (22/33) Installing py3-colorama (0.4.3-r0) 14:42:33 (23/33) Installing py3-distlib (0.3.0-r0) 14:42:33 (24/33) Installing py3-distro (1.5.0-r1) 14:42:33 (25/33) Installing py3-webencodings (0.5.1-r3) 14:42:33 (26/33) Installing py3-html5lib (1.0.1-r4) 14:42:33 (27/33) Installing py3-pytoml (0.1.21-r0) 14:42:33 (28/33) Installing py3-pep517 (0.8.2-r0) 14:42:33 (29/33) Installing py3-progress (1.5-r0) 14:42:33 (30/33) Installing py3-toml (0.10.1-r0) 14:42:33 (31/33) Installing py3-retrying (1.3.3-r0) 14:42:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:42:33 (33/33) Installing py3-pip (20.1.1-r0) 14:42:34 Executing busybox-1.31.1-r19.trigger 14:42:34 OK: 71 MiB in 55 packages 14:42:44 Removing intermediate container b1d5d2e48840 14:42:44 ---> 7b8fb53e456a 14:42:44 Step 20/26 : RUN pip install docker-compose==1.23.2 14:42:45 ---> Running in 0720e96c7089 14:42:50 Collecting docker-compose==1.23.2 14:42:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:42:51 Collecting texttable<0.10,>=0.9.0 14:42:51 Downloading texttable-0.9.1.tar.gz (11 kB) 14:42:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:42:53 Collecting docker<4.0,>=3.6.0 14:42:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:42:54 Collecting jsonschema<3,>=2.5.1 14:42:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:42:55 Collecting dockerpty<0.5,>=0.4.1 14:42:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:42:58 Collecting cached-property<2,>=1.2.0 14:42:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:42:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:42:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:42:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:42:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:42:59 ---> e16632151ab9 14:42:59 Step 3/22 : WORKDIR /edgex-go 14:42:59 ---> Using cache 14:42:59 ---> 197941e797a4 14:42:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:42:59 ---> Using cache 14:42:59 ---> f833e22c5851 14:42:59 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:43:00 Collecting websocket-client<1.0,>=0.32.0 14:43:00 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:43:01 Collecting docopt<0.7,>=0.6.1 14:43:01 Downloading docopt-0.6.2.tar.gz (25 kB) 14:43:02 ---> Running in 5bbb1dbfae9b 14:43:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:43:05 OK: 217 MiB in 51 packages 14:43:05 Collecting PyYAML<4,>=3.10 14:43:05 Downloading PyYAML-3.13.tar.gz (270 kB) 14:43:08 Removing intermediate container 5bbb1dbfae9b 14:43:08 ---> cbddf0e77a28 14:43:08 Step 6/22 : COPY go.mod . 14:43:08 Collecting docker-pycreds>=0.4.0 14:43:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:43:09 Collecting urllib3<1.25,>=1.21.1 14:43:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:43:10 ---> 03d370800ca2 14:43:10 Step 7/22 : RUN go mod download 14:43:10 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) 14:43:10 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) 14:43:10 Collecting idna<2.8,>=2.5 14:43:10 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:43:10 ---> Running in 7b0bd585e32a 14:43:10 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:43:10 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:43:10 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:43:10 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:43:11 Installing collected packages: texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, docopt, PyYAML, docker-compose 14:43:11 Running setup.py install for texttable: started 14:43:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:43:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:43:12 ---> e16632151ab9 14:43:12 Step 3/23 : WORKDIR /edgex-go 14:43:12 ---> Using cache 14:43:12 ---> 197941e797a4 14:43:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:43:12 ---> Using cache 14:43:12 ---> f833e22c5851 14:43:12 Step 5/23 : RUN apk add --update --no-cache make git 14:43:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:43:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:43:12 ---> e16632151ab9 14:43:12 Step 3/23 : WORKDIR /edgex-go 14:43:12 ---> Using cache 14:43:12 ---> 197941e797a4 14:43:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:43:12 ---> Using cache 14:43:12 ---> f833e22c5851 14:43:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:43:13 ---> Running in 6254efaf8b95 14:43:13 ---> Running in 7928cc431ba4 14:43:14 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:43:14 Step 2/30 : FROM ${BUILDER_BASE} AS builder 14:43:14 ---> e16632151ab9 14:43:14 Step 3/30 : WORKDIR /edgex-go 14:43:14 ---> Using cache 14:43:14 ---> 197941e797a4 14:43:14 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:43:14 ---> Using cache 14:43:14 ---> f833e22c5851 14:43:14 Step 5/30 : RUN apk add --update --no-cache make git 14:43:14 ---> Running in d1dfd5a1ac30 14:43:14 Running setup.py install for texttable: finished with status 'done' 14:43:15 Attempting uninstall: urllib3 14:43:15 Found existing installation: urllib3 1.25.9 14:43:15 Uninstalling urllib3-1.25.9: 14:43:15 Successfully uninstalled urllib3-1.25.9 14:43:15 Removing intermediate container 7b0bd585e32a 14:43:15 ---> abd8c630c941 14:43:15 Step 8/22 : COPY . . 14:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:43:15 Attempting uninstall: idna 14:43:15 Found existing installation: idna 2.9 14:43:15 Uninstalling idna-2.9: 14:43:16 Successfully uninstalled idna-2.9 14:43:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:43:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:43:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:43:16 Attempting uninstall: requests 14:43:16 Found existing installation: requests 2.23.0 14:43:16 Uninstalling requests-2.23.0: 14:43:16 Successfully uninstalled requests-2.23.0 14:43:17 OK: 217 MiB in 51 packages 14:43:17 OK: 217 MiB in 51 packages 14:43:17 OK: 217 MiB in 51 packages 14:43:19 Running setup.py install for dockerpty: started 14:43:21 Removing intermediate container 7928cc431ba4 14:43:21 ---> d6d8a9924864 14:43:21 Step 6/23 : COPY go.mod . 14:43:21 Running setup.py install for dockerpty: finished with status 'done' 14:43:21 Removing intermediate container d1dfd5a1ac30 14:43:21 ---> 98931e14f914 14:43:21 Step 6/30 : COPY go.mod . 14:43:21 Running setup.py install for docopt: started 14:43:21 Removing intermediate container 6254efaf8b95 14:43:21 ---> 706b1675aba0 14:43:21 Step 6/23 : COPY go.mod . 14:43:22 ---> e578d6390195 14:43:22 Step 7/23 : RUN go mod download 14:43:23 ---> b9d11ff316ef 14:43:23 Step 7/30 : RUN go mod download 14:43:23 ---> Running in a464a58572ec 14:43:23 ---> 93a1bb8f7346 14:43:23 Step 7/23 : RUN go mod download 14:43:24 ---> Running in f92e72a23633 14:43:24 Running setup.py install for docopt: finished with status 'done' 14:43:24 Running setup.py install for PyYAML: started 14:43:24 ---> Running in a112b4fbb22f 14:43:27 Running setup.py install for PyYAML: finished with status 'done' 14:43:29 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 14:43:29 Removing intermediate container a464a58572ec 14:43:29 ---> 376da68d6fd9 14:43:29 Step 8/23 : COPY . . 14:43:30 Removing intermediate container f92e72a23633 14:43:30 ---> 1fbe35d86a5b 14:43:30 Step 8/30 : COPY . . 14:43:30 ---> b37c50853128 14:43:30 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:43:30 Removing intermediate container a112b4fbb22f 14:43:30 ---> fc77368f9809 14:43:30 Step 8/23 : COPY . . 14:43:30 ---> Running in 96d400c531c0 14:43:33 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 14:43:38 Removing intermediate container 0720e96c7089 14:43:38 ---> 7d0d1857273f 14:43:38 Step 21/26 : RUN apk --no-cache add curl 14:43:39 ---> Running in 062c821cdef0 14:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:43:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:43:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:43:42 (2/3) Installing libcurl (7.69.1-r3) 14:43:42 (3/3) Installing curl (7.69.1-r3) 14:43:42 Executing busybox-1.31.1-r19.trigger 14:43:43 OK: 71 MiB in 58 packages 14:43:48 Removing intermediate container 062c821cdef0 14:43:48 ---> ea80697e0cee 14:43:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:43:48 ---> Running in 1388d44bee38 14:43:49 Removing intermediate container 1388d44bee38 14:43:49 ---> 61518f39bdf7 14:43:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:43:50 ---> Running in d362788130ef 14:43:52 Removing intermediate container d362788130ef 14:43:52 ---> 029facda8390 14:43:52 Step 24/26 : LABEL arch=arm64 14:43:52 ---> Running in 000670aea131 14:43:54 Removing intermediate container 000670aea131 14:43:54 ---> 3b9dc3ab6986 14:43:54 Step 25/26 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:43:54 ---> Running in 136c1c0080d4 14:43:56 Removing intermediate container 136c1c0080d4 14:43:56 ---> 47fd76457506 14:43:56 Step 26/26 : LABEL version=0.0.0 14:43:56 ---> Running in 34b6385e6e6b 14:43:58 Removing intermediate container 34b6385e6e6b 14:43:58 ---> 6a8ef9f647f6 14:43:58 14:43:59 Successfully built 6a8ef9f647f6 14:43:59 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:44:04  Building docker-sys-mgmt-agent-go ... done  ---> 124819bd03f2 14:44:04 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:44:05 ---> 15e9e7e96523 14:44:05 Step 9/23 : RUN make cmd/core-data/core-data 14:44:05 ---> Running in 5d5d6a5fde8e 14:44:05 ---> Running in 74221bafa981 14:44:05 ---> b7815ff99226 14:44:05 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:44:05 ---> Running in 6dee3c31ce97 14:44:08 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 14:44:08 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 14:44:08 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 14:44:30 Removing intermediate container 96d400c531c0 14:44:30 ---> 1a8430ae82a6 14:44:30 14:44:30 Step 10/22 : FROM alpine:3.12 14:44:30 ---> d10569e2745f 14:44:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:44:30 ---> Running in faf572d52aee 14:44:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:44:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:44:30 (1/2) Installing ca-certificates (20191127-r4) 14:44:30 (2/2) Installing dumb-init (1.2.2-r1) 14:44:30 Executing busybox-1.31.1-r19.trigger 14:44:30 Executing ca-certificates-20191127-r4.trigger 14:44:31 OK: 6 MiB in 16 packages 14:44:33 Removing intermediate container faf572d52aee 14:44:33 ---> fc8692ae621b 14:44:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:44:33 ---> Running in abfae84decd0 14:44:34 Removing intermediate container abfae84decd0 14:44:34 ---> e7222049e845 14:44:34 Step 13/22 : ENV APP_PORT=48060 14:44:34 ---> Running in c639a5334a3e 14:44:35 Removing intermediate container c639a5334a3e 14:44:35 ---> 8b25487fa382 14:44:35 Step 14/22 : EXPOSE $APP_PORT 14:44:35 ---> Running in 2c58fc1259e6 14:44:36 Removing intermediate container 2c58fc1259e6 14:44:36 ---> c0f3f3ec89fc 14:44:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:44:37 ---> 723a1e56e7f3 14:44:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:44:39 ---> 347cdd45919f 14:44:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:44:40 ---> cee81e2a2339 14:44:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:44:40 ---> Running in 42a36ffcefc6 14:44:41 Removing intermediate container 42a36ffcefc6 14:44:41 ---> 7d98c146b6db 14:44:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:44:41 ---> Running in 257a11f69164 14:44:42 Removing intermediate container 257a11f69164 14:44:42 ---> e46bc9f0afd0 14:44:42 Step 20/22 : LABEL arch=arm64 14:44:42 ---> Running in 8f596bb595aa 14:44:42 Removing intermediate container 8f596bb595aa 14:44:42 ---> 34ec996d4d9e 14:44:42 Step 21/22 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:44:43 ---> Running in 940f5d633247 14:44:43 Removing intermediate container 940f5d633247 14:44:43 ---> 105f30128b15 14:44:43 Step 22/22 : LABEL version=0.0.0 14:44:44 ---> Running in 60cbca23236c 14:44:45 Removing intermediate container 60cbca23236c 14:44:45 ---> dea6efae53c4 14:44:45 14:44:45 Successfully built dea6efae53c4 14:44:45 Successfully tagged docker-support-notifications-go-arm64:latest 14:45:24  Building docker-support-notifications-go ... done Removing intermediate container 6dee3c31ce97 14:45:24 ---> ae91233cf8e0 14:45:24 14:45:24 Step 10/30 : FROM alpine:3.12 14:45:24 ---> d10569e2745f 14:45:24 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:45:24 ---> Running in 98127430077e 14:45:25 Removing intermediate container 98127430077e 14:45:25 ---> 351acdf893a6 14:45:25 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 14:45:25 ---> Running in 6df131972629 14:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:45:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:45:28 (1/2) Installing dumb-init (1.2.2-r1) 14:45:28 (2/2) Installing su-exec (0.2-r1) 14:45:28 Executing busybox-1.31.1-r19.trigger 14:45:28 OK: 5 MiB in 16 packages 14:45:29 Removing intermediate container 6df131972629 14:45:29 ---> 90656fd2aac8 14:45:29 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 14:45:29 ---> Running in ef645e94d57e 14:45:30 Removing intermediate container ef645e94d57e 14:45:30 ---> 8caebc3d91a1 14:45:30 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:45:30 ---> Running in 5b2aa50dc6d7 14:45:30 Removing intermediate container 5b2aa50dc6d7 14:45:30 ---> eb87169d5440 14:45:30 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:45:31 ---> Running in 627a8f761e7b 14:45:34 Removing intermediate container 627a8f761e7b 14:45:34 ---> 771378b276a7 14:45:34 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 14:45:34 ---> Running in 6226c2e8a27b 14:45:35 Removing intermediate container 6226c2e8a27b 14:45:35 ---> 7980c536be6d 14:45:35 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:45:36 ---> 1cb67c6469c4 14:45:36 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:45:36 ---> Running in 68e7de75b6be 14:45:37 Removing intermediate container 74221bafa981 14:45:37 ---> 83d0d4e9764c 14:45:37 14:45:37 Step 10/23 : FROM alpine:3.12 14:45:37 ---> d10569e2745f 14:45:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:45:37 ---> Using cache 14:45:37 ---> 3db45a2198db 14:45:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:45:37 ---> Using cache 14:45:37 ---> 6760aa5ad1ba 14:45:37 Step 13/23 : ENV APP_PORT=48081 14:45:37 ---> Running in 365cf03c9764 14:45:38 Removing intermediate container 365cf03c9764 14:45:38 ---> 2fc263ab9acb 14:45:38 Step 14/23 : EXPOSE $APP_PORT 14:45:38 ---> Running in 889f7f2c76b5 14:45:39 Removing intermediate container 889f7f2c76b5 14:45:39 ---> ee1bf96f777c 14:45:39 Step 15/23 : WORKDIR / 14:45:40 ---> Running in bc01ca72a62d 14:45:40 Removing intermediate container 68e7de75b6be 14:45:40 ---> f1c82ee2c04b 14:45:40 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 14:45:40 Removing intermediate container bc01ca72a62d 14:45:40 ---> 056e30565a1a 14:45:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:45:41 Removing intermediate container 5d5d6a5fde8e 14:45:41 ---> e3389a297f3f 14:45:41 14:45:41 Step 10/23 : FROM alpine:3.12 14:45:41 ---> d10569e2745f 14:45:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:45:41 ---> Running in 1ca66756d69c 14:45:41 ---> 09f690d1cef9 14:45:41 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:45:41 ---> 1ae7270757ed 14:45:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:45:41 Removing intermediate container 1ca66756d69c 14:45:41 ---> 8bf3731ed79b 14:45:41 Step 12/23 : ENV APP_PORT=48080 14:45:42 ---> Running in e17a333d23ad 14:45:43 ---> 80690331ceda 14:45:43 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:45:43 Removing intermediate container e17a333d23ad 14:45:43 ---> 7841eff527ce 14:45:43 Step 13/23 : EXPOSE $APP_PORT 14:45:43 ---> 8c129311528e 14:45:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:45:43 ---> Running in a7b639f0ae78 14:45:44 Removing intermediate container a7b639f0ae78 14:45:44 ---> d61b23eca9ba 14:45:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:45:44 ---> fa76bee70fd2 14:45:44 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:45:44 ---> ecab3a9b86fa 14:45:44 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:45:44 ---> Running in 1cd8a36f6aa3 14:45:44 ---> Running in 174c83064ede 14:45:44 Removing intermediate container 174c83064ede 14:45:44 ---> b30eb523f576 14:45:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:45:44 ---> 81d512a44a80 14:45:44 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 14:45:45 ---> Running in 342c2f278a30 14:45:45 ---> Running in 7756e2a5176f 14:45:45 Removing intermediate container 342c2f278a30 14:45:45 ---> 9dcc6e4defb7 14:45:45 Step 21/23 : LABEL arch=arm64 14:45:46 ---> Running in 68e93d37a3ba 14:45:46 Removing intermediate container 7756e2a5176f 14:45:46 ---> 37a7494a4624 14:45:46 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:45:46 Removing intermediate container 68e93d37a3ba 14:45:46 ---> 2c0af40d183b 14:45:46 Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:45:46 ---> Running in 9b0a2d794310 14:45:46 Removing intermediate container 1cd8a36f6aa3 14:45:46 ---> 21e7917dd410 14:45:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:45:46 ---> Running in 1a7694f64802 14:45:46 ---> b5701217c102 14:45:46 Step 25/30 : RUN chmod +x /entrypoint.sh 14:45:47 Removing intermediate container 9b0a2d794310 14:45:47 ---> 606178ea094f 14:45:47 Step 23/23 : LABEL version=0.0.0 14:45:47 ---> Running in 70c70b297640 14:45:47 ---> Running in 7367984c12a5 14:45:48 Removing intermediate container 7367984c12a5 14:45:48 ---> 5fbe84ef17d2 14:45:48 14:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:45:48 Successfully built 5fbe84ef17d2 14:45:48 Successfully tagged docker-core-metadata-go-arm64:latest 14:45:49  Building docker-core-metadata-go ... done Removing intermediate container 70c70b297640 14:45:49 ---> 02d29618c616 14:45:49 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 14:45:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:45:50 ---> Running in 81ad7a39584c 14:45:50 Removing intermediate container 81ad7a39584c 14:45:50 ---> 8d4b3267611b 14:45:50 Step 27/30 : CMD ["gate"] 14:45:51 ---> Running in 64873464ae26 14:45:51 (1/6) Installing dumb-init (1.2.2-r1) 14:45:51 (2/6) Installing libgcc (9.3.0-r2) 14:45:51 (3/6) Installing libsodium (1.0.18-r0) 14:45:51 (4/6) Installing libstdc++ (9.3.0-r2) 14:45:51 Removing intermediate container 64873464ae26 14:45:51 ---> 69316d4818e4 14:45:51 Step 28/30 : LABEL arch=arm64 14:45:51 (5/6) Installing libzmq (4.3.3-r0) 14:45:52 ---> Running in 850577af4fe0 14:45:52 (6/6) Installing zeromq (4.3.3-r0) 14:45:52 Executing busybox-1.31.1-r19.trigger 14:45:52 OK: 8 MiB in 20 packages 14:45:52 Removing intermediate container 850577af4fe0 14:45:52 ---> 28f8b7af45c0 14:45:52 Step 29/30 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:45:52 ---> Running in 06d3d622535f 14:45:53 Removing intermediate container 06d3d622535f 14:45:53 ---> a9d8776fdd80 14:45:53 Step 30/30 : LABEL version=0.0.0 14:45:53 ---> Running in 169eea646847 14:45:53 Removing intermediate container 1a7694f64802 14:45:53 ---> 8c19ba2f02a4 14:45:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:45:54 Removing intermediate container 169eea646847 14:45:54 ---> 32020d3fd735 14:45:54 14:45:54 Successfully built 32020d3fd735 14:45:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:45:54  Building docker-security-bootstrapper-go ... done  ---> 9fa07392c981 14:45:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:45:56 ---> 9fa90f098cf1 14:45:56 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:45:56 ---> 4f8ed890b4fa 14:45:56 Step 19/23 : ENTRYPOINT ["/core-data"] 14:45:56 ---> Running in 528e46859b46 14:45:57 Removing intermediate container 528e46859b46 14:45:57 ---> a092a8cf848b 14:45:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:45:57 ---> Running in 69768cd89ef1 14:45:57 Removing intermediate container 69768cd89ef1 14:45:57 ---> 665fb1790e11 14:45:57 Step 21/23 : LABEL arch=arm64 14:45:57 ---> Running in 708daaaf9c27 14:45:58 Removing intermediate container 708daaaf9c27 14:45:58 ---> e707b52a6efb 14:45:58 Step 22/23 : LABEL git_sha=f6d014447948dfaa08a4016fd2a877554bf2967e 14:45:58 ---> Running in 694ab72932da 14:45:59 Removing intermediate container 694ab72932da 14:45:59 ---> 612a06e9d9a9 14:45:59 Step 23/23 : LABEL version=0.0.0 14:45:59 ---> Running in 32b1cda2e5a1 14:45:59 Removing intermediate container 32b1cda2e5a1 14:45:59 ---> bf6665dab72c 14:45:59 14:45:59 Successfully built bf6665dab72c 14:45:59 Successfully tagged docker-core-data-go-arm64:latest 14:46:00  Building docker-core-data-go ... done  [Pipeline] } 14:46:00 $ docker stop --time=1 66a3dd6fa99cc37d700d9597c3e0447940fc9a584281931932a74363989bec9d 14:46:02 $ docker rm -f 66a3dd6fa99cc37d700d9597c3e0447940fc9a584281931932a74363989bec9d [Pipeline] // withDockerContainer [Pipeline] sh 14:46:02 + grep docker 14:46:02 + docker images 14:46:03 docker-core-data-go-arm64 latest bf6665dab72c 3 seconds ago 21.1MB 14:46:03 docker-security-bootstrapper-go-arm64 latest 32020d3fd735 9 seconds ago 17.6MB 14:46:03 docker-core-metadata-go-arm64 latest 5fbe84ef17d2 15 seconds ago 17.9MB 14:46:03 docker-support-notifications-go-arm64 latest dea6efae53c4 About a minute ago 16.9MB 14:46:03 docker-sys-mgmt-agent-go-arm64 latest 6a8ef9f647f6 2 minutes ago 300MB 14:46:03 docker-core-command-go-arm64 latest 6fd950f74699 3 minutes ago 16.2MB 14:46:03 docker-security-secretstore-setup-go-arm64 latest d467c34fe72a 3 minutes ago 23.7MB 14:46:03 docker-support-scheduler-go-arm64 latest a18236bcd97d 3 minutes ago 16.3MB 14:46:03 docker-security-proxy-setup-go-arm64 latest 5f060aff2a6f 3 minutes ago 23.4MB 14:46:03 docker 20.10.0 eeaf43b92773 2 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 14:46:04 ---> job-cost.sh 14:46:04 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xHnC 14:46:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:49:04 lf-activate-venv(): INFO: Adding /tmp/venv-xHnC/bin to PATH 14:49:04 INFO: No Stack... 14:49:04 INFO: Retrieving Pricing Info for: lf-standard-4 14:49:04 INFO: Archiving Costs [Pipeline] sh 14:49:05 + cat /w/workspace/edgex-go/4/archives/cost.csv+ 14:49:05 cut -d, -f6 [Pipeline] lock 14:49:05 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-4-stack-cost] 14:49:05 Resource [jenkins-edgexfoundry-edgex-go-PR-3209-4-stack-cost] did not exist. Created. 14:49:05 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:49:05 + echo total: 0.20999999344348907 [Pipeline] stash 14:49:06 Stashed 1 file(s) [Pipeline] } 14:49:06 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-4-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 14:49:07 provisioning config files... 14:49:07 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config7790465226484360084tmp [Pipeline] { [Pipeline] sh 14:49:07 + set +x 14:49:07 + curl -s https://codecov.io/bash 14:49:07 + bash -s -- 14:49:08 14:49:08 _____ _ 14:49:08 / ____| | | 14:49:08 | | ___ __| | ___ ___ _____ __ 14:49:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:49:08 | |___| (_) | (_| | __/ (_| (_) \ V / 14:49:08 \_____\___/ \__,_|\___|\___\___/ \_/ 14:49:08 Bash-20210226-7100762 14:49:08 14:49:08 14:49:08 ==> git version 2.24.3 found 14:49:08 ==> 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 14:49:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:49:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:49:08 ==> Jenkins CI detected. 14:49:08 project root: . 14:49:08 --> token set from env 14:49:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:49:08 ==> Running gcov in . (disable via -X gcov) 14:49:08 ==> Python coveragepy not found 14:49:08 ==> Searching for coverage reports in: 14:49:08 + . 14:49:08 -> Found 1 reports 14:49:08 ==> Detecting git/mercurial file structure 14:49:08 ==> Reading reports 14:49:08 + ./coverage.out bytes=602988 14:49:08 ==> Appending adjustments 14:49:08 https://docs.codecov.io/docs/fixing-reports 14:49:11 + Found adjustments 14:49:11 ==> Gzipping contents 14:49:11 88K /tmp/codecov.JwVW7Y.gz 14:49:11 ==> Uploading reports 14:49:11 url: https://codecov.io 14:49:11 query: branch=PR-3209&commit=f6d014447948dfaa08a4016fd2a877554bf2967e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= 14:49:11 -> Pinging Codecov 14:49:11 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3209&commit=f6d014447948dfaa08a4016fd2a877554bf2967e&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= 14:49:12 -> Uploading to 14:49:12 https://storage.googleapis.com/codecov/v4/raw/2021-03-03/00271124DB129430A58F1EEE437C3FCB/f6d014447948dfaa08a4016fd2a877554bf2967e/d59271fe-0e3d-44bb-b6e9-81e7d9ce0801.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T144912Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=063f98c1eb3b13d7f3dddb4d2bee85b0bc5b5efaf544f0766d27905d17247a9e 14:49:12 % Total % Received % Xferd Average Speed Time Time Time Current 14:49:12 Dload Upload Total Spent Left Speed 14:49:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 89762 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89762 0 0 100 89762 0 117k --:--:-- --:--:-- --:--:-- 117k 14:49:13 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/f6d014447948dfaa08a4016fd2a877554bf2967e [Pipeline] } 14:49:13 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 14:49:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:49:15 ---> package-listing.sh 14:49:15 ++ facter osfamily 14:49:15 ++ tr '[:upper:]' '[:lower:]' 14:49:15 + OS_FAMILY=redhat 14:49:15 + workspace=/w/workspace/edgex-go/4 14:49:15 + START_PACKAGES=/tmp/packages_start.txt 14:49:15 + END_PACKAGES=/tmp/packages_end.txt 14:49:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:49:15 + PACKAGES=/tmp/packages_start.txt 14:49:15 + '[' /w/workspace/edgex-go/4 ']' 14:49:15 + PACKAGES=/tmp/packages_end.txt 14:49:15 + case "${OS_FAMILY}" in 14:49:15 + rpm -qa 14:49:15 + sort 14:49:21 + '[' -f /tmp/packages_start.txt ']' 14:49:21 + '[' -f /tmp/packages_end.txt ']' 14:49:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:49:21 + '[' /w/workspace/edgex-go/4 ']' 14:49:21 + mkdir -p /w/workspace/edgex-go/4/archives/ 14:49:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 14:49:21 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:49:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:49:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:49:22 14:49:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:49:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:49:22 alpine: Pulling from edgex-lftools-log-publisher 14:49:22 df20fa9351a1: Pulling fs layer 14:49:22 36b3adc4ff6f: Pulling fs layer 14:49:22 8ad3a11d3b57: Pulling fs layer 14:49:22 46f8f816bc3b: Pulling fs layer 14:49:22 93b61091891f: Pulling fs layer 14:49:22 93b9cdb0e59b: Pulling fs layer 14:49:22 5e14af77c1be: Pulling fs layer 14:49:22 01666e4c0597: Pulling fs layer 14:49:22 aa168da1d23b: Pulling fs layer 14:49:22 46f8f816bc3b: Waiting 14:49:22 93b61091891f: Waiting 14:49:22 93b9cdb0e59b: Waiting 14:49:22 5e14af77c1be: Waiting 14:49:22 01666e4c0597: Waiting 14:49:22 aa168da1d23b: Waiting 14:49:22 36b3adc4ff6f: Verifying Checksum 14:49:22 36b3adc4ff6f: Download complete 14:49:22 46f8f816bc3b: Verifying Checksum 14:49:22 46f8f816bc3b: Download complete 14:49:22 df20fa9351a1: Verifying Checksum 14:49:22 93b9cdb0e59b: Verifying Checksum 14:49:22 93b9cdb0e59b: Download complete 14:49:22 93b61091891f: Verifying Checksum 14:49:22 93b61091891f: Download complete 14:49:22 5e14af77c1be: Verifying Checksum 14:49:22 5e14af77c1be: Download complete 14:49:22 01666e4c0597: Verifying Checksum 14:49:22 01666e4c0597: Download complete 14:49:23 df20fa9351a1: Pull complete 14:49:23 36b3adc4ff6f: Pull complete 14:49:23 8ad3a11d3b57: Verifying Checksum 14:49:23 8ad3a11d3b57: Download complete 14:49:24 8ad3a11d3b57: Pull complete 14:49:25 aa168da1d23b: Verifying Checksum 14:49:25 aa168da1d23b: Download complete 14:49:25 46f8f816bc3b: Pull complete 14:49:27 93b61091891f: Pull complete 14:49:27 93b9cdb0e59b: Pull complete 14:49:27 5e14af77c1be: Pull complete 14:49:27 01666e4c0597: Pull complete 14:49:35 aa168da1d23b: Pull complete 14:49:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:49:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:49:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:49:36 prd-centos7-docker-4c-2g-28384 does not seem to be running inside a container 14:49:36 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:49:46 $ docker top e72d17d6dc84e4f67c73c25d9a7952744f391413b1d0e56c09d42a73b3522a7f -eo pid,comm [Pipeline] { [Pipeline] sh 14:49:46 + touch /tmp/pre-build-complete [Pipeline] sh 14:49:47 + mkdir -p /var/log/sa [Pipeline] sh 14:49:47 + ls /var/log/sa-host 14:49:47 + sadf -c /var/log/sa-host/sa03 14:49:47 file_magic: OK 14:49:47 HZ: Using current value: 100 14:49:47 file_header: OK 14:49:47 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 14:49:47 Statistics: 14:49:47 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... 14:49:47 File successfully converted to sysstat format version 12.2.1 14:49:47 + sadf -c /var/log/sa-host/sa23 14:49:47 file_magic: OK 14:49:47 HZ: Using current value: 100 14:49:47 file_header: OK 14:49:47 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 14:49:47 Statistics: 14:49:47 Hnuu...uuuununununu... 14:49:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:49:47 provisioning config files... 14:49:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5689330053321884085tmp [Pipeline] { [Pipeline] echo 14:49:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:49:48 ---> create-netrc.sh [Pipeline] } 14:49:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:49:48 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:49:48 ---> python-tools-install.sh [Pipeline] echo 14:49:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:49:48 ---> sudo-logs.sh 14:49:48 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:49:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:49:49 ---> job-cost.sh 14:49:49 lf-activate-venv: SKIPPING 14:49:49 DEBUG: total: 0.20999999344348907 14:49:49 INFO: Retrieving Stack Cost... 14:49:50 INFO: Retrieving Pricing Info for: v1-standard-2 14:49:50 INFO: Archiving Costs [Pipeline] echo 14:49:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:49:50 ---> logs-deploy.sh 14:49:50 lf-activate-venv: SKIPPING 14:49:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/4 14:49:50 INFO: archiving workspace using pattern(s): 14:49:52 Archives upload complete. 14:49:52 INFO: archiving logs to Nexus