Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3daad41841a19eb22bce2f1fa509c016ebb6911a+78fade22505eae315bd953aec98210b437e07b35 (ba81e1373f8aa2f3248a4158c0ba7d1b54e2cf8e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1611 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing c55df792c06c06ba7066dcd8d8a20bd913cc4294 Checking out Revision c55df792c06c06ba7066dcd8d8a20bd913cc4294 (PR-3391) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c55df792c06c06ba7066dcd8d8a20bd913cc4294 # timeout=10 Commit message: "Merge commit '78fade22505eae315bd953aec98210b437e07b35' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:30:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:30:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:30:43 ========================================================= 08:30:43 EdgeX Global Pipelines Version Info 08:30:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 # timeout=10 08:30:45 ------------------- 08:30:45 stable info: 08:30:45 ------------------- 08:30:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:30:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:30:45 Message: update stable to v1.0.186 08:30:46 ------------------- 08:30:46 experimental info: 08:30:46 ------------------- 08:30:46 Commited By: **** collab-it+edgex@linuxfoundation.org 08:30:46 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 08:30:46 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c55df792c06c06ba7066dcd8d8a20bd913cc4294 [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c55df79 [Pipeline] echo 08:30:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:30:47 provisioning config files... 08:30:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6071262569413199971tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:30:47 ---> docker-login.sh 08:30:47 nexus3.edgexfoundry.org:10001 08:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:47 Configure a credential helper to remove this warning. See 08:30:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:47 08:30:47 Login Succeeded 08:30:47 nexus3.edgexfoundry.org:10002 08:30:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:47 Configure a credential helper to remove this warning. See 08:30:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:47 08:30:47 Login Succeeded 08:30:47 nexus3.edgexfoundry.org:10003 08:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:48 Configure a credential helper to remove this warning. See 08:30:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:48 08:30:48 Login Succeeded 08:30:48 nexus3.edgexfoundry.org:10004 08:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:48 Configure a credential helper to remove this warning. See 08:30:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:48 08:30:48 Login Succeeded 08:30:48 docker.io 08:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:30:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:30:48 Configure a credential helper to remove this warning. See 08:30:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:30:48 08:30:48 Login Succeeded 08:30:48 ---> docker-login.sh ends [Pipeline] } 08:30:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:49 ++ 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 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/core-command/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo core-command,cmd/core-command/Dockerfile 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/core-data/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo core-data,cmd/core-data/Dockerfile 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/core-metadata/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo core-metadata,cmd/core-metadata/Dockerfile 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/security-bootstrapper/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/security-proxy-setup/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/support-notifications/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo support-notifications,cmd/support-notifications/Dockerfile 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/support-scheduler/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:30:49 + for file in '`ls cmd/**/Dockerfile`' 08:30:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:30:49 ++ cut -d/ -f2 08:30:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:30:49 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 08:30:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:49 08:30:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:30:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:50 latest: Pulling from edgex-devops/git-semver 08:30:50 31603596830f: Pulling fs layer 08:30:50 2a8b12db71e7: Pulling fs layer 08:30:50 6ca5941a6612: Pulling fs layer 08:30:50 ecc8261a40a4: Pulling fs layer 08:30:50 ecc8261a40a4: Waiting 08:30:50 2a8b12db71e7: Verifying Checksum 08:30:50 2a8b12db71e7: Download complete 08:30:50 31603596830f: Verifying Checksum 08:30:50 31603596830f: Download complete 08:30:50 ecc8261a40a4: Verifying Checksum 08:30:50 ecc8261a40a4: Download complete 08:30:50 6ca5941a6612: Verifying Checksum 08:30:50 6ca5941a6612: Download complete 08:30:50 31603596830f: Pull complete 08:30:50 2a8b12db71e7: Pull complete 08:30:51 6ca5941a6612: Pull complete 08:30:51 ecc8261a40a4: Pull complete 08:30:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:30:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:30:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:30:51 prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container 08:30:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:30:54 $ docker top c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:30:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:54 [ssh-agent] Looking for ssh-agent implementation... 08:30:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:54 $ docker exec c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 ssh-agent 08:30:54 SSH_AUTH_SOCK=/tmp/ssh-IUJNvJy5GL3r/agent.11 08:30:54 SSH_AGENT_PID=16 08:30:54 Running ssh-add (command line suppressed) 08:30:55 Identity added: /w/workspace/edgex-go/5@tmp/private_key_3591415294092073698.key (/w/workspace/edgex-go/5@tmp/private_key_3591415294092073698.key) 08:30:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:55 + git tag --points-at HEAD [Pipeline] } 08:30:55 $ docker exec --env ******** --env ******** c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 ssh-agent -k 08:30:55 unset SSH_AUTH_SOCK; 08:30:55 unset SSH_AGENT_PID; 08:30:55 echo Agent pid 16 killed; 08:30:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:30:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:30:55 [ssh-agent] Looking for ssh-agent implementation... 08:30:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:30:55 $ docker exec c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 ssh-agent 08:30:56 SSH_AUTH_SOCK=/tmp/ssh-H1oqZiCn4Rnh/agent.45 08:30:56 SSH_AGENT_PID=50 08:30:56 Running ssh-add (command line suppressed) 08:30:56 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5060460026786150021.key (/w/workspace/edgex-go/5@tmp/private_key_5060460026786150021.key) 08:30:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:30:56 + git semver init 08:30:56 # -> Open(): unable to determine branch for HEAD 08:30:56 # $GIT_DIR = /w/workspace/edgex-go/5/.git 08:30:56 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 08:30:56 # $SEMVER_REMOTE_NAME = origin 08:30:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:30:56 # $SEMVER_USER_NAME = edgex-jenkins 08:30:56 # $SEMVER_BRANCH = PR-3391 08:30:56 # $SEMVER_TEMP = /tmp/semver-971223058 08:30:56 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:31:18 # '/tmp/semver-971223058' -> '/w/workspace/edgex-go/5/.semver' 08:31:19 # -> Force: false 08:31:19 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 08:31:19 $ docker exec --env ******** --env ******** c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 ssh-agent -k 08:31:19 unset SSH_AUTH_SOCK; 08:31:19 unset SSH_AGENT_PID; 08:31:19 echo Agent pid 50 killed; 08:31:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:31:20 + git semver [Pipeline] } 08:31:20 $ docker stop --time=1 c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 08:31:21 $ docker rm -f c4995ba3a4161972ead11cc9c956dfefabc017eff2f9e9568036a0ef3990b412 [Pipeline] // withDockerContainer [Pipeline] sh 08:31:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:31:22 Stashed 1 file(s) [Pipeline] echo 08:31:22 [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 08:31:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:31:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:31:24 + sudo service docker restart 08:31:24 + true 08:31:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:31:24 ========================================================= 08:31:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:31:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:31:25 + 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 . 08:31:29 Sending build context to Docker daemon 329.9MB 08:31:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:31:29 Step 2/6 : FROM ${BASE} 08:31:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:31:29 188c0c94c7c5: Pulling fs layer 08:31:29 0ef7d3d256c8: Pulling fs layer 08:31:29 de9db76c5a1d: Pulling fs layer 08:31:29 bca2f99d35d6: Pulling fs layer 08:31:29 93359f2a8cfa: Pulling fs layer 08:31:29 7c6f9722023f: Pulling fs layer 08:31:29 a35cf1a2eb13: Pulling fs layer 08:31:29 93359f2a8cfa: Waiting 08:31:29 7c6f9722023f: Waiting 08:31:29 a35cf1a2eb13: Waiting 08:31:29 bca2f99d35d6: Waiting 08:31:29 de9db76c5a1d: Verifying Checksum 08:31:29 de9db76c5a1d: Download complete 08:31:29 0ef7d3d256c8: Download complete 08:31:29 93359f2a8cfa: Verifying Checksum 08:31:29 93359f2a8cfa: Download complete 08:31:29 188c0c94c7c5: Verifying Checksum 08:31:29 188c0c94c7c5: Download complete 08:31:29 7c6f9722023f: Verifying Checksum 08:31:29 7c6f9722023f: Download complete 08:31:29 188c0c94c7c5: Pull complete 08:31:30 0ef7d3d256c8: Pull complete 08:31:30 de9db76c5a1d: Pull complete 08:31:30 a35cf1a2eb13: Verifying Checksum 08:31:30 a35cf1a2eb13: Download complete 08:31:31 bca2f99d35d6: Verifying Checksum 08:31:31 bca2f99d35d6: Download complete 08:31:36 bca2f99d35d6: Pull complete 08:31:36 93359f2a8cfa: Pull complete 08:31:36 7c6f9722023f: Pull complete 08:31:38 Still waiting to schedule task 08:31:38 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:31:41 a35cf1a2eb13: Pull complete 08:31:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:31:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:31:41 ---> a62c8e92a672 08:31:41 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 08:31:41 ---> Running in 1c8ca139cac9 08:31:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:31:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:31:42 (1/12) Installing libmagic (5.38-r0) 08:31:43 (2/12) Installing file (5.38-r0) 08:31:43 (3/12) Installing libc-dev (0.7.2-r3) 08:31:43 (4/12) Installing g++ (9.3.0-r2) 08:31:49 (5/12) Installing fortify-headers (1.1-r0) 08:31:49 (6/12) Installing patch (2.7.6-r6) 08:31:49 (7/12) Installing build-base (0.5-r2) 08:31:49 (8/12) Installing libsodium (1.0.18-r0) 08:31:49 (9/12) Installing pkgconf (1.7.2-r0) 08:31:49 (10/12) Installing libsodium-dev (1.0.18-r0) 08:31:49 (11/12) Installing libzmq (4.3.3-r0) 08:31:49 (12/12) Installing zeromq-dev (4.3.3-r0) 08:31:49 Executing busybox-1.31.1-r19.trigger 08:31:49 OK: 233 MiB in 51 packages 08:31:53 Removing intermediate container 1c8ca139cac9 08:31:53 ---> 978623293975 08:31:53 Step 4/6 : WORKDIR /edgex-go 08:31:53 ---> Running in 93aec81a7526 08:31:53 Removing intermediate container 93aec81a7526 08:31:53 ---> dea119411a43 08:31:53 Step 5/6 : COPY go.mod . 08:31:53 ---> 3d75724616b8 08:31:53 Step 6/6 : RUN go mod download 08:31:53 ---> Running in 5d0b22742034 08:32:15 Removing intermediate container 5d0b22742034 08:32:15 ---> 6f8adcbdce47 08:32:15 Successfully built 6f8adcbdce47 08:32:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:32:15 + docker inspect -f . ci-base-image-x86_64 08:32:15 . [Pipeline] withDockerContainer 08:32:16 prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container 08:32:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:32:16 $ docker top 83967ee0dd40c9f173ea490ebf3f44ef92c1f3f02dae1707cd17a04ce2b4cb72 -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:17 + go version 08:32:17 go version go1.15.5 linux/amd64 [Pipeline] } 08:32:17 $ docker stop --time=1 83967ee0dd40c9f173ea490ebf3f44ef92c1f3f02dae1707cd17a04ce2b4cb72 08:32:18 $ docker rm -f 83967ee0dd40c9f173ea490ebf3f44ef92c1f3f02dae1707cd17a04ce2b4cb72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:32:19 + docker inspect -f . ci-base-image-x86_64 08:32:19 . [Pipeline] withDockerContainer 08:32:19 prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container 08:32:19 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:32:20 $ docker top 817c82e3aff5b63a28edbc7554fb99b59f5e31d85248120714e7326794ee22d9 -eo pid,comm [Pipeline] { [Pipeline] echo 08:32:20 ========================================================= 08:32:20 [edgeXBuildGoParallel] Running Tests and Build... 08:32:20 ========================================================= [Pipeline] sh 08:32:20 + make test 08:32:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:32:30 ? github.com/edgexfoundry/edgex-go [no test files] 08:32:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:32:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:32:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:32:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:32:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:33:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:33:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:33:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.152s coverage: 45.9% of statements 08:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.068s coverage: 19.8% of statements 08:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements 08:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.489s coverage: 27.1% of statements 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:33:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:33:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.099s coverage: 71.3% of statements 08:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.172s coverage: 82.9% of statements 08:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:33:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.061s coverage: 78.9% of statements 08:33:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.104s coverage: 100.0% of statements 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.151s coverage: 86.7% of statements 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:33:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.091s coverage: 78.3% of statements 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:33:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:33:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.341s coverage: 93.0% of statements 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:33:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:33:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.9% of statements 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:33:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements 08:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements 08:33:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements 08:33:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 08:33:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.072s coverage: 87.5% of statements 08:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements 08:33:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements 08:33:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.215s coverage: 81.9% of statements 08:33:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.086s coverage: 92.9% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.046s coverage: 87.2% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.2% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.046s coverage: 100.0% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 66.9% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.137s coverage: 41.5% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.054s coverage: 89.5% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.0% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.059s coverage: 100.0% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.047s coverage: 9.6% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 88.6% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.759s coverage: 28.7% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:33:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.072s coverage: 100.0% of statements 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:33:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:33:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.063s coverage: 64.6% of statements 08:33:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:33:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.129s coverage: 95.6% of statements 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:33:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:33:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:33:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:33:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:33:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 08:33:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 28.1% of statements 08:33:39 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:33:39 GO111MODULE=on go vet ./... 08:34:07 gofmt -l . 08:34:07 [ "`gofmt -l .`" = "" ] 08:34:07 ./bin/test-go-mod-tidy.sh 08:34:08 ./bin/test-attribution-txt.sh [Pipeline] sh 08:34:09 + ls -al . 08:34:09 total 820 08:34:09 drwxrwxr-x 10 1001 1001 4096 Apr 24 08:34 . 08:34:09 drwxr-xr-x 4 root root 28 Apr 24 08:32 .. 08:34:09 -rw-rw-r-- 1 1001 1001 11 Apr 24 08:30 .dockerignore 08:34:09 drwxrwxr-x 8 1001 1001 179 Apr 24 08:30 .git 08:34:09 drwxrwxr-x 3 1001 1001 125 Apr 24 08:30 .github 08:34:09 -rw-rw-r-- 1 1001 1001 818 Apr 24 08:30 .gitignore 08:34:09 drwx------ 3 1001 1001 60 Apr 24 08:31 .semver 08:34:09 -rw-rw-r-- 1 1001 1001 166 Apr 24 08:30 .sonarcloud.properties 08:34:09 -rw-rw-r-- 1 1001 1001 8609 Apr 24 08:30 Attribution.txt 08:34:09 -rw-rw-r-- 1 1001 1001 3804 Apr 24 08:30 CONTRIBUTING.md 08:34:09 -rw-rw-r-- 1 1001 1001 931 Apr 24 08:30 Dockerfile.build 08:34:09 -rw-rw-r-- 1 1001 1001 863 Apr 24 08:30 Jenkinsfile 08:34:09 -rw-rw-r-- 1 1001 1001 10775 Apr 24 08:30 LICENSE 08:34:09 -rw-rw-r-- 1 1001 1001 5774 Apr 24 08:30 Makefile 08:34:09 -rw-rw-r-- 1 1001 1001 7978 Apr 24 08:30 README.md 08:34:09 -rw-rw-r-- 1 1001 1001 6755 Apr 24 08:30 SECURITY.md 08:34:09 -rw-rw-r-- 1 1001 1001 5 Apr 24 08:31 VERSION 08:34:09 -rw-rw-r-- 1 1001 1001 4131 Apr 24 08:30 ZMQWindows.md 08:34:09 drwxrwxr-x 2 1001 1001 117 Apr 24 08:30 bin 08:34:09 drwxrwxr-x 14 1001 1001 4096 Apr 24 08:30 cmd 08:34:09 -rw-r--r-- 1 root root 711909 Apr 24 08:33 coverage.out 08:34:09 -rw-r--r-- 1 root root 1060 Apr 24 08:34 go.mod 08:34:09 -rw-r--r-- 1 root root 22302 Apr 24 08:34 go.sum 08:34:09 drwxrwxr-x 8 1001 1001 127 Apr 24 08:30 internal 08:34:09 drwxrwxr-x 4 1001 1001 26 Apr 24 08:30 openapi 08:34:09 drwxrwxr-x 4 1001 1001 71 Apr 24 08:30 snap 08:34:09 -rw-rw-r-- 1 1001 1001 168 Apr 24 08:30 version.go [Pipeline] sh 08:34:09 + '[' -e coverage.out ] 08:34:09 + chown 1001:1001 coverage.out [Pipeline] stash 08:34:09 Stashed 1 file(s) [Pipeline] sh 08:34:09 + make build 08:34:09 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 08:34:15 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 08:34:21 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 08:34:23 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 08:34:25 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 08:34:25 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 08:34:27 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 08:34:29 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 08:34:30 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 08:34:31 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 08:34: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 08:34:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1616 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 08:34:33 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 08:34:33 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] } 08:34:35 $ docker stop --time=1 817c82e3aff5b63a28edbc7554fb99b59f5e31d85248120714e7326794ee22d9 08:34:37 $ docker rm -f 817c82e3aff5b63a28edbc7554fb99b59f5e31d85248120714e7326794ee22d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 08:34:39 using credential edgex-jenkins-ssh 08:34:39 Cloning the remote Git repository [Pipeline] isUnix [Pipeline] sh 08:34:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:40 08:34:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:34:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:40 latest: Pulling from edgex-devops/edgex-compose 08:34:40 cbdbe7a5bc2a: Pulling fs layer 08:34:40 ca9280d653b3: Pulling fs layer 08:34:40 7e9c9ca2126c: Pulling fs layer 08:34:41 cbdbe7a5bc2a: Download complete 08:34:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:34:40 > git init /w/workspace/edgex-go/5 # timeout=10 08:34:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:34:40 > git --version # timeout=10 08:34:40 > git --version # 'git version 2.17.1' 08:34:40 using GIT_SSH to set credentials SSH Credentials for GitHub 08:34:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:34:41 cbdbe7a5bc2a: Pull complete 08:34:41 ca9280d653b3: Verifying Checksum 08:34:41 ca9280d653b3: Download complete 08:34:42 ca9280d653b3: Pull complete 08:34:42 7e9c9ca2126c: Download complete 08:34:50 7e9c9ca2126c: Pull complete 08:34:50 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:34:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:34:51 prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container 08:34:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:34:52 $ docker top f024ad226c529a6a6df6ac109adf82b5447ea14a32537319616ec67daa4e5734 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:52 + docker-compose build --help 08:34:52 + grep parallel 08:34:54 --parallel Build images in parallel. [Pipeline] } 08:34:54 $ docker stop --time=1 f024ad226c529a6a6df6ac109adf82b5447ea14a32537319616ec67daa4e5734 08:34:56 $ docker rm -f f024ad226c529a6a6df6ac109adf82b5447ea14a32537319616ec67daa4e5734 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:34:56 . [Pipeline] withDockerContainer 08:34:56 prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container 08:34:56 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:34:57 $ docker top d33b8855010385cc41e82284668918a178b3865ca234c9f22b0bce0a11eaff81 -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:57 + docker-compose -f ./docker-compose-build.yml build --parallel 08:34:58 Building docker-core-command-go ... 08:34:58 Building docker-core-data-go ... 08:34:58 Building docker-core-metadata-go ... 08:34:58 Building docker-security-bootstrapper-go ... 08:34:58 Building docker-security-proxy-setup-go ... 08:34:58 Building docker-security-secretstore-setup-go ... 08:34:58 Building docker-support-notifications-go ... 08:34:58 Building docker-support-scheduler-go ... 08:34:58 Building docker-sys-mgmt-agent-go ... 08:34:58 Building docker-support-notifications-go 08:34:58 Building docker-support-scheduler-go 08:34:58 Building docker-security-secretstore-setup-go 08:34:58 Building docker-core-metadata-go 08:34:58 Building docker-security-proxy-setup-go 08:35:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:35:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:35:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:35:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:35:09 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:35:10 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a 08:35:11 Merge succeeded, producing 1773ee00e69f3b409cc53ef713e3c683dde5412d 08:35:11 Checking out Revision 1773ee00e69f3b409cc53ef713e3c683dde5412d (PR-3391) 08:35:10 > git config core.sparsecheckout # timeout=10 08:35:10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 08:35:11 > git remote # timeout=10 08:35:11 > git config --get remote.origin.url # timeout=10 08:35:11 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:11 > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 08:35:11 > git rev-parse HEAD^{commit} # timeout=10 08:35:11 > git config core.sparsecheckout # timeout=10 08:35:11 > git checkout -f 1773ee00e69f3b409cc53ef713e3c683dde5412d # timeout=10 08:35:16 Commit message: "Merge commit '78fade22505eae315bd953aec98210b437e07b35' into HEAD" 08:35:16 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:35:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:35:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:35:18 + + true 08:35:18 sudo service docker restart 08:35:16 > git rev-list --no-walk 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:35:20 provisioning config files... 08:35:20 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7568304842536846459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:35:20 ---> docker-login.sh 08:35:20 nexus3.edgexfoundry.org:10001 08:35:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:21 Configure a credential helper to remove this warning. See 08:35:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:21 08:35:21 Login Succeeded 08:35:21 nexus3.edgexfoundry.org:10002 08:35:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:22 Configure a credential helper to remove this warning. See 08:35:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:22 08:35:22 Login Succeeded 08:35:22 nexus3.edgexfoundry.org:10003 08:35:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:23 Configure a credential helper to remove this warning. See 08:35:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:23 08:35:23 Login Succeeded 08:35:23 nexus3.edgexfoundry.org:10004 08:35:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:23 Configure a credential helper to remove this warning. See 08:35:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:23 08:35:23 Login Succeeded 08:35:23 docker.io 08:35:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:35:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:35:24 Configure a credential helper to remove this warning. See 08:35:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:35:24 08:35:24 Login Succeeded 08:35:24 ---> docker-login.sh ends [Pipeline] } 08:35:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:35:24 ========================================================= 08:35:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:35:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:35:25 + 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 . 08:35:27 Sending build context to Docker daemon 167.6MB 08:35:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:35:27 Step 2/6 : FROM ${BASE} 08:35:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:35:27 5f621e34cdf4: Pulling fs layer 08:35:27 a4357932f1b6: Pulling fs layer 08:35:27 18c013af1878: Pulling fs layer 08:35:27 00ac8860ef70: Pulling fs layer 08:35:27 63d7cb157983: Pulling fs layer 08:35:27 b116817d02f9: Pulling fs layer 08:35:27 745a02a5169b: Pulling fs layer 08:35:27 00ac8860ef70: Waiting 08:35:27 63d7cb157983: Waiting 08:35:27 b116817d02f9: Waiting 08:35:27 745a02a5169b: Waiting 08:35:27 18c013af1878: Verifying Checksum 08:35:27 18c013af1878: Download complete 08:35:27 a4357932f1b6: Download complete 08:35:27 63d7cb157983: Verifying Checksum 08:35:27 63d7cb157983: Download complete 08:35:27 b116817d02f9: Download complete 08:35:27 5f621e34cdf4: Verifying Checksum 08:35:27 5f621e34cdf4: Download complete 08:35:28 5f621e34cdf4: Pull complete 08:35:29 a4357932f1b6: Pull complete 08:35:29 18c013af1878: Pull complete 08:35:30 745a02a5169b: Verifying Checksum 08:35:30 745a02a5169b: Download complete 08:35:31 00ac8860ef70: Verifying Checksum 08:35:31 00ac8860ef70: Download complete 08:35:37 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:37 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:35:37 ---> 6f8adcbdce47 08:35:37 Step 3/25 : WORKDIR /edgex-go 08:35:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:35:37 ---> 6f8adcbdce47 08:35:37 Step 3/22 : WORKDIR /edgex-go 08:35:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:35:37 ---> 6f8adcbdce47 08:35:37 Step 3/22 : WORKDIR /edgex-go 08:35:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:37 08:35:37 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 08:35:37 08:35:37 ---> 6f8adcbdce47 08:35:37 ---> 6f8adcbdce47 08:35:37 Step 3/23 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go 08:35:37 08:35:37 ---> Running in 88dff7a8853a 08:35:37 ---> Running in d8abba6ee393 08:35:37 ---> Running in bd10baea75af 08:35:37 ---> Running in 808f82a1a7db 08:35:37 ---> Running in 60ac1e496835 08:35:37 Removing intermediate container 60ac1e496835 08:35:37 ---> 0a3a0c638cf0 08:35:37 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:37 Removing intermediate container bd10baea75af 08:35:37 ---> e51a9cc71594 08:35:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:37 Removing intermediate container 808f82a1a7db 08:35:37 ---> 9f6cef51f9b3 08:35:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:37 Removing intermediate container 88dff7a8853a 08:35:37 ---> 7334f3512de8 08:35:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:37 Removing intermediate container d8abba6ee393 08:35:37 ---> 11fc4afec8ff 08:35:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:37 ---> Running in 1ae5db8766d8 08:35:37 ---> Running in 8409169cbe64 08:35:37 ---> Running in 6823b43f9bed 08:35:37 ---> Running in 43d0153ac2a4 08:35:37 ---> Running in 51a38051d08e 08:35:37 Removing intermediate container 8409169cbe64 08:35:37 ---> 35ec826b3351 08:35:37 Step 5/25 : RUN apk add --update --no-cache make git 08:35:37 Removing intermediate container 1ae5db8766d8 08:35:37 ---> 9731e475a82e 08:35:37 Step 5/22 : RUN apk add --update --no-cache make git 08:35:37 ---> Running in acede382329f 08:35:37 ---> Running in 4b05a34360ee 08:35:37 Removing intermediate container 6823b43f9bed 08:35:37 ---> 91ff9a29a617 08:35:37 Step 5/23 : RUN apk add --update --no-cache make git 08:35:37 Removing intermediate container 43d0153ac2a4 08:35:37 ---> 1e6fc7460b77 08:35:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:35:37 Removing intermediate container 51a38051d08e 08:35:37 ---> aafec2371ab2 08:35:37 Step 5/21 : RUN apk add --update --no-cache make git 08:35:37 ---> Running in 593b331b1666 08:35:37 ---> Running in 26ea62cc6b92 08:35:37 ---> Running in 6b9c348b3257 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:37 OK: 233 MiB in 51 packages 08:35:38 OK: 233 MiB in 51 packages 08:35:38 OK: 233 MiB in 51 packages 08:35:38 OK: 233 MiB in 51 packages 08:35:38 OK: 233 MiB in 51 packages 08:35:38 Removing intermediate container 4b05a34360ee 08:35:38 ---> a7669a00dc2e 08:35:38 Step 6/22 : COPY go.mod . 08:35:39 Removing intermediate container 593b331b1666 08:35:39 ---> 81dc61a262dd 08:35:39 Step 6/23 : COPY go.mod . 08:35:39 Removing intermediate container acede382329f 08:35:39 ---> 98bf4974eef4 08:35:39 Step 6/25 : COPY go.mod . 08:35:39 ---> 71194d79a510 08:35:39 Step 7/22 : RUN go mod download 08:35:39 Removing intermediate container 6b9c348b3257 08:35:39 ---> 992a6ca8b60f 08:35:39 Step 6/21 : COPY go.mod . 08:35:39 ---> Running in b52e4f3d977e 08:35:39 Removing intermediate container 26ea62cc6b92 08:35:39 ---> 2da821b28825 08:35:39 Step 6/22 : COPY go.mod . 08:35:39 ---> 96d38e28fea6 08:35:39 Step 7/23 : RUN go mod download 08:35:39 ---> d8112573dd47 08:35:39 Step 7/25 : RUN go mod download 08:35:40 ---> c5cee420ce98 08:35:40 Step 7/21 : RUN go mod download 08:35:40 ---> Running in 2b2f736bcb3d 08:35:40 ---> Running in 95202623710d 08:35:40 ---> d6feb2b18e08 08:35:40 Step 7/22 : RUN go mod download 08:35:40 ---> Running in e93362b48d46 08:35:40 ---> Running in 7c928bd92114 08:35:41 00ac8860ef70: Pull complete 08:35:41 63d7cb157983: Pull complete 08:35:41 b116817d02f9: Pull complete 08:35:42 Removing intermediate container b52e4f3d977e 08:35:42 ---> 04f0aa0f3b12 08:35:42 Step 8/22 : COPY . . 08:35:42 Removing intermediate container 2b2f736bcb3d 08:35:42 ---> fdfeb180abc9 08:35:42 Step 8/23 : COPY . . 08:35:45 745a02a5169b: Pull complete 08:35:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:35:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:35:45 ---> b7e6874047d6 08:35: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 08:35:45 Removing intermediate container 95202623710d 08:35:45 ---> 43e4acc7f8c0 08:35:45 Step 8/25 : COPY . . 08:35:45 Removing intermediate container e93362b48d46 08:35:45 ---> a09011c572f0 08:35:45 Step 8/21 : COPY . . 08:35:45 Removing intermediate container 7c928bd92114 08:35:45 ---> da7ff881a030 08:35:45 Step 8/22 : COPY . . 08:35:48 ---> Running in f4854834ebb5 08:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:35:51 (1/12) Installing libmagic (5.38-r0) 08:35:52 (2/12) Installing file (5.38-r0) 08:35:52 (3/12) Installing libc-dev (0.7.2-r3) 08:35:52 (4/12) Installing g++ (9.3.0-r2) 08:35:56 (5/12) Installing fortify-headers (1.1-r0) 08:35:56 (6/12) Installing patch (2.7.6-r6) 08:35:56 (7/12) Installing build-base (0.5-r2) 08:35:56 (8/12) Installing libsodium (1.0.18-r0) 08:35:56 (9/12) Installing pkgconf (1.7.2-r0) 08:35:56 (10/12) Installing libsodium-dev (1.0.18-r0) 08:35:56 (11/12) Installing libzmq (4.3.3-r0) 08:35:56 (12/12) Installing zeromq-dev (4.3.3-r0) 08:35:56 Executing busybox-1.31.1-r19.trigger 08:35:56 OK: 217 MiB in 51 packages 08:36:00 Removing intermediate container f4854834ebb5 08:36:00 ---> 959bbfa5baa9 08:36:00 Step 4/6 : WORKDIR /edgex-go 08:36:00 ---> Running in 8335f281fd2a 08:36:01 Removing intermediate container 8335f281fd2a 08:36:01 ---> 09c1dd50d33f 08:36:01 Step 5/6 : COPY go.mod . 08:36:02 ---> b884a4dcaf03 08:36:02 Step 6/6 : RUN go mod download 08:36:02 ---> Running in b18844247edd 08:36:29 Removing intermediate container b18844247edd 08:36:29 ---> 4af8ddfc008a 08:36:29 Successfully built 4af8ddfc008a 08:36:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:36:29 + docker inspect -f . ci-base-image-arm64 08:36:29 . [Pipeline] withDockerContainer 08:36:29 prd-ubuntu18.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container 08:36:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:36:31 $ docker top 839dd3d647b0fa8b52bcceccc7e3b85ff9df4f697c9082e3ce3b01a90ce44501 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:32 + go version 08:36:32 go version go1.15.5 linux/arm64 [Pipeline] } 08:36:32 $ docker stop --time=1 839dd3d647b0fa8b52bcceccc7e3b85ff9df4f697c9082e3ce3b01a90ce44501 08:36:32 ---> ecc848e2c8bc 08:36:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:36:32 ---> Running in d07ea05efeaa 08:36:32 ---> 4fa4f5294f66 08:36:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:36:32 ---> 9d76f0032406 08:36:32 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:36:32 ---> 3ef17e621949 08:36:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:36:32 ---> Running in 518a38aa6fe3 08:36:32 ---> 187ad6576251 08:36:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:36:32 ---> Running in ec7980c93c83 08:36:32 ---> Running in 3b3195d60077 08:36:32 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 08:36:32 ---> Running in ab3b398517c6 08:36:32 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 08:36:32 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 08:36:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:36:32 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 08:36:34 $ docker rm -f 839dd3d647b0fa8b52bcceccc7e3b85ff9df4f697c9082e3ce3b01a90ce44501 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:35 + docker inspect -f . ci-base-image-arm64 08:36:35 . [Pipeline] withDockerContainer 08:36:35 prd-ubuntu18.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container 08:36:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:36:37 $ docker top baf8629761eeac2bd956d760c3eec3119eb77dd8f12502ad22070178b2a07587 -eo pid,comm [Pipeline] { [Pipeline] echo 08:36:37 ========================================================= 08:36:37 [edgeXBuildGoParallel] Running Tests and Build... 08:36:37 ========================================================= [Pipeline] sh 08:36:38 + make test 08:36:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:36:59 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 08:37:00 ? github.com/edgexfoundry/edgex-go [no test files] 08:37:11 Removing intermediate container ab3b398517c6 08:37:11 ---> 7bb3cb35bda6 08:37:11 08:37:11 Step 10/21 : FROM alpine:3.12 08:37:11 Removing intermediate container 3b3195d60077 08:37:11 ---> 9e0a96e62855 08:37:11 08:37:11 Step 10/25 : FROM alpine:3.12 08:37:11 Removing intermediate container d07ea05efeaa 08:37:11 ---> 856f1a589d7b 08:37:11 08:37:11 Step 10/22 : FROM alpine:3.12 08:37:11 Removing intermediate container ec7980c93c83 08:37:11 ---> bef844561c29 08:37:11 08:37:11 Step 10/22 : FROM alpine:3.12 08:37:11 3.12: Pulling from library/alpine 08:37:11 3.12: Pulling from library/alpine 08:37:11 3.12: Pulling from library/alpine 08:37:11 3.12: Pulling from library/alpine 08:37:12 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:37:12 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:37:12 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:37:12 Status: Downloaded newer image for alpine:3.12 08:37:12 ---> 13621d1b12d4 08:37:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:37:12 Status: Image is up to date for alpine:3.12 08:37:12 ---> 13621d1b12d4 08:37:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:37:12 Status: Downloaded newer image for alpine:3.12 08:37:12 ---> 13621d1b12d4 08:37:12 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:37:12 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:37:12 Status: Image is up to date for alpine:3.12 08:37:12 ---> 13621d1b12d4 08:37:12 Step 11/21 : RUN apk add --update --no-cache curl 08:37:13 ---> Running in 95663fe4d1a2 08:37:13 ---> Running in a80f3b9ca9c5 08:37:13 ---> Running in c51972d5e50a 08:37:13 ---> Running in 11183bb2cd40 08:37:14 Removing intermediate container 518a38aa6fe3 08:37:14 ---> 1a9806d0f94c 08:37:14 08:37:14 Step 10/23 : FROM alpine:3.12 08:37:14 ---> 13621d1b12d4 08:37:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:37:14 ---> Running in 724bff8f9a32 08:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:15 (1/4) Installing ca-certificates (20191127-r4) 08:37:15 (1/2) Installing ca-certificates (20191127-r4) 08:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:37:15 (3/4) Installing libcurl (7.76.1-r0) 08:37:15 (4/4) Installing curl (7.76.1-r0) 08:37:15 Executing busybox-1.31.1-r20.trigger 08:37:15 (2/2) Installing dumb-init (1.2.2-r1) 08:37:15 Executing ca-certificates-20191127-r4.trigger 08:37:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:15 Executing busybox-1.31.1-r20.trigger 08:37:15 Executing ca-certificates-20191127-r4.trigger 08:37:15 OK: 7 MiB in 18 packages 08:37:15 OK: 6 MiB in 16 packages 08:37:15 (1/6) Installing ca-certificates (20191127-r4) 08:37:15 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:37:15 (3/6) Installing libcurl (7.76.1-r0) 08:37:15 (4/6) Installing curl (7.76.1-r0) 08:37:15 (5/6) Installing dumb-init (1.2.2-r1) 08:37:15 (6/6) Installing su-exec (0.2-r1) 08:37:15 Executing busybox-1.31.1-r20.trigger 08:37:15 Executing ca-certificates-20191127-r4.trigger 08:37:15 OK: 7 MiB in 20 packages 08:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:16 (1/1) Installing dumb-init (1.2.2-r1) 08:37:16 Executing busybox-1.31.1-r20.trigger 08:37:16 (1/1) Installing dumb-init (1.2.2-r1) 08:37:16 Executing busybox-1.31.1-r20.trigger 08:37:16 OK: 6 MiB in 15 packages 08:37:16 OK: 6 MiB in 15 packages 08:37:18 Removing intermediate container a80f3b9ca9c5 08:37:18 ---> 079cf57b93f3 08:37:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:37:19 Removing intermediate container c51972d5e50a 08:37:19 ---> b278580f125d 08:37:19 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:37:19 Removing intermediate container 95663fe4d1a2 08:37:19 ---> fa9080928f43 08:37:19 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:37:19 ---> Running in ce1223103f04 08:37:19 ---> Running in 6486a4f00f63 08:37:19 ---> Running in c5a045bc8101 08:37:19 Removing intermediate container 724bff8f9a32 08:37:19 ---> b0d588d08cc6 08:37:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:37:19 Removing intermediate container 11183bb2cd40 08:37:19 ---> 06e7c19d94cc 08:37:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:37:19 Removing intermediate container ce1223103f04 08:37:19 ---> 74d9844ca473 08:37:19 Step 13/22 : ENV APP_PORT=48060 08:37:19 ---> Running in 82f9a45ddb03 08:37:19 ---> Running in 833093c3a01f 08:37:19 Removing intermediate container 6486a4f00f63 08:37:19 ---> a16098679313 08:37:19 Step 13/25 : WORKDIR / 08:37:19 Removing intermediate container c5a045bc8101 08:37:19 ---> 4d48b6c4830a 08:37:19 Step 13/21 : WORKDIR /edgex 08:37:20 ---> Running in d5a894edc8c9 08:37:20 ---> Running in 7779a0ac2107 08:37:20 ---> Running in e767698b18ea 08:37:20 Removing intermediate container 833093c3a01f 08:37:20 ---> 6aa48d85834f 08:37:20 Step 13/22 : ENV APP_PORT=48085 08:37:20 Removing intermediate container 82f9a45ddb03 08:37:20 ---> dd669f2272c7 08:37:20 Step 13/23 : ENV APP_PORT=48081 08:37:20 Removing intermediate container d5a894edc8c9 08:37:20 ---> e9e0d152cc0d 08:37:20 Step 14/22 : EXPOSE $APP_PORT 08:37:20 ---> Running in e72f5ddd6e85 08:37:20 ---> Running in 3e104fbfa4dd 08:37:20 ---> Running in 5f6058b5bdf7 08:37:20 Removing intermediate container e767698b18ea 08:37:20 ---> 0624c903501a 08:37:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:37:20 Removing intermediate container 7779a0ac2107 08:37:20 ---> d8112e0ab9f8 08:37:20 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:37:20 Removing intermediate container 5f6058b5bdf7 08:37:20 ---> a821805fbf70 08:37:20 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:37:20 Removing intermediate container e72f5ddd6e85 08:37:20 ---> 99178f34e8b1 08:37:20 Step 14/22 : EXPOSE $APP_PORT 08:37:21 Removing intermediate container 3e104fbfa4dd 08:37:21 ---> a1437097d4cc 08:37:21 Step 14/23 : EXPOSE $APP_PORT 08:37:21 ---> Running in bbeb83540ff7 08:37:21 ---> Running in 4965bdea9894 08:37:21 ---> 20acc667e0cf 08:37:21 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:37:21 ---> dcea8f19f7f6 08:37:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:37:21 ---> a35db73a091b 08:37:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:37:21 Removing intermediate container bbeb83540ff7 08:37:21 ---> b8d9cb10176c 08:37:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:37:21 Removing intermediate container 4965bdea9894 08:37:21 ---> d2e5847028e0 08:37:21 Step 15/23 : WORKDIR / 08:37:21 ---> 4b4200437052 08:37:21 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:37:21 ---> Running in 050f60643f27 08:37:22 ---> 4418b96b83e6 08:37:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:37:22 ---> 01fe2504e76e 08:37:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:37:22 ---> abbeca233f1e 08:37:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:37:22 ---> 13ebd8439131 08:37:22 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:37:22 Removing intermediate container 050f60643f27 08:37:22 ---> 2a32b4456ec3 08:37:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:37:22 ---> da723f46023e 08:37:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:37:22 ---> Running in 5c94b6ee10bb 08:37:22 ---> 927ec7a79d43 08:37:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:37:23 ---> 42dd914ed5e1 08:37:23 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:37:23 ---> Running in 8d1db498e46f 08:37:23 ---> 4c519dc57ae5 08:37:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:37:23 ---> 27eee1584038 08:37:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:37:23 Removing intermediate container 5c94b6ee10bb 08:37:23 ---> e6cdec1084fb 08:37:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:37:23 Removing intermediate container 8d1db498e46f 08:37:23 ---> 832fcc7ab1ee 08:37:23 Step 18/21 : CMD ["--init=true"] 08:37:23 ---> Running in 2d35ee238b4a 08:37:23 ---> bf2e21f1f412 08:37:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:37:23 ---> 5acb1434e69b 08:37:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:37:23 ---> de448428e540 08:37:23 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:37:24 ---> Running in e8a724852e8c 08:37:24 ---> Running in 438421cddeb0 08:37:24 Removing intermediate container 2d35ee238b4a 08:37:24 ---> 5de24a781bbd 08:37:24 Step 20/22 : LABEL arch=x86_64 08:37:24 ---> 84f7aa2093f6 08:37:24 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:37:25 Removing intermediate container 438421cddeb0 08:37:25 ---> e8aa2d64b361 08:37:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:37:25 Removing intermediate container e8a724852e8c 08:37:25 ---> 6501aacd9ba2 08:37:25 Step 19/21 : LABEL arch=x86_64 08:37:25 ---> 831599cff325 08:37:25 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:37:25 ---> Running in e00c98355235 08:37:25 ---> Running in 1f97aae1c7c1 08:37:25 ---> Running in e1916a9257e5 08:37:25 ---> Running in c6205e3fcdbf 08:37:25 Removing intermediate container e00c98355235 08:37:25 ---> 6fbad658daca 08:37:25 Step 21/22 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:37:25 Removing intermediate container 1f97aae1c7c1 08:37:25 ---> beaf177a1076 08:37:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:37:25 Removing intermediate container c6205e3fcdbf 08:37:25 ---> c2fcae0ccb9f 08:37:25 Step 20/21 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:37:25 Removing intermediate container e1916a9257e5 08:37:25 ---> c334b450e8ba 08:37:25 Step 20/22 : LABEL arch=x86_64 08:37:25 ---> ac95952ba68c 08:37:25 Step 21/25 : 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/ 08:37:25 ---> Running in 39964b897383 08:37:25 ---> Running in f624a249b84e 08:37:25 ---> Running in 676b82becc7a 08:37:25 ---> Running in b9da6bcaaf21 08:37:25 ---> Running in dc45dcd0744d 08:37:26 Removing intermediate container 39964b897383 08:37:26 ---> 3e1a7d2e88ef 08:37:26 Step 22/22 : LABEL version=0.0.0 08:37:26 Removing intermediate container f624a249b84e 08:37:26 ---> c39102178f7d 08:37:26 Step 21/23 : LABEL arch=x86_64 08:37:26 Removing intermediate container b9da6bcaaf21 08:37:26 ---> e65b290b8f56 08:37:26 Step 21/22 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:37:26 Removing intermediate container 676b82becc7a 08:37:26 ---> b1997aa44b4f 08:37:26 Step 21/21 : LABEL version=0.0.0 08:37:26 ---> Running in e0bc7607184d 08:37:26 ---> Running in c9344541a219 08:37:26 ---> Running in bf246964f1ee 08:37:26 ---> Running in 69874ad68af7 08:37:26 Removing intermediate container e0bc7607184d 08:37:26 ---> bf27448ce4ff 08:37:26 08:37:26 Removing intermediate container bf246964f1ee 08:37:26 ---> 07e54ec10355 08:37:26 Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:37:26 Removing intermediate container c9344541a219 08:37:26 ---> de6b71307ef2 08:37:26 Step 22/22 : LABEL version=0.0.0 08:37:26 Removing intermediate container 69874ad68af7 08:37:26 ---> 01e7a698c25f 08:37:26 08:37:26 ---> Running in 37ff762b8fed 08:37:27 ---> Running in ec31f7f0e63f 08:37:27 Successfully built bf27448ce4ff 08:37:27 Successfully tagged docker-support-notifications-go:latest 08:37:27 Successfully built 01e7a698c25f 08:37:27 Building docker-sys-mgmt-agent-go 08:37:27  Building docker-support-notifications-go ... done Successfully tagged docker-security-proxy-setup-go:latest 08:37:27  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 08:37:27 Removing intermediate container 37ff762b8fed 08:37:27 ---> b36a7af09a10 08:37:27 Step 23/23 : LABEL version=0.0.0 08:37:27 Removing intermediate container ec31f7f0e63f 08:37:27 ---> 2863915cc3b7 08:37:27 08:37:27 ---> Running in 789e8989fdcd 08:37:27 Removing intermediate container dc45dcd0744d 08:37:27 ---> 1999d6a02318 08:37:27 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:37:27 Successfully built 2863915cc3b7 08:37:27 ---> Running in d7babd3fc006 08:37:27 Successfully tagged docker-support-scheduler-go:latest 08:37:27  Building docker-support-scheduler-go ... done Building docker-core-data-go 08:37:27 Removing intermediate container 789e8989fdcd 08:37:27 ---> e3304a5123fd 08:37:27 08:37:27 Removing intermediate container d7babd3fc006 08:37:27 ---> e2d44a203cd3 08:37:27 Step 23/25 : LABEL arch=x86_64 08:37:27 Successfully built e3304a5123fd 08:37:27 ---> Running in 580ed5049f20 08:37:27 Successfully tagged docker-core-metadata-go:latest 08:37:27 Building docker-security-bootstrapper-go 08:37:28  Building docker-core-metadata-go ... done Removing intermediate container 580ed5049f20 08:37:28 ---> bcdbb1ea8a28 08:37:28 Step 24/25 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:37:28 ---> Running in 0195b683be88 08:37:28 Removing intermediate container 0195b683be88 08:37:28 ---> 22a1f526b3f8 08:37:28 Step 25/25 : LABEL version=0.0.0 08:37:28 ---> Running in e8fddf161166 08:37:28 Removing intermediate container e8fddf161166 08:37:28 ---> 5540775cf82a 08:37:28 08:37:28 Successfully built 5540775cf82a 08:37:28 Successfully tagged docker-security-secretstore-setup-go:latest 08:37:55  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:55 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:37:55 ---> 6f8adcbdce47 08:37:55 Step 3/31 : WORKDIR /edgex-go 08:37:55 ---> Using cache 08:37:55 ---> 11fc4afec8ff 08:37:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:55 ---> Using cache 08:37:55 ---> aafec2371ab2 08:37:55 Step 5/31 : RUN apk add --update --no-cache make git 08:37:55 ---> Using cache 08:37:55 ---> 992a6ca8b60f 08:37:55 Step 6/31 : COPY go.mod . 08:37:55 ---> Using cache 08:37:55 ---> c5cee420ce98 08:37:55 Step 7/31 : RUN go mod download 08:37:55 ---> Using cache 08:37:55 ---> a09011c572f0 08:37:55 Step 8/31 : COPY . . 08:37:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:55 ---> 6f8adcbdce47 08:37:55 Step 3/23 : WORKDIR /edgex-go 08:37:55 ---> Using cache 08:37:55 ---> 11fc4afec8ff 08:37:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:55 ---> Using cache 08:37:55 ---> aafec2371ab2 08:37:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:37:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:55 ---> 6f8adcbdce47 08:37:55 Step 3/23 : WORKDIR /edgex-go 08:37:55 ---> Using cache 08:37:55 ---> 11fc4afec8ff 08:37:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:55 ---> Using cache 08:37:55 ---> aafec2371ab2 08:37:55 Step 5/23 : RUN apk add --update --no-cache make bash git 08:37:55 ---> Using cache 08:37:55 ---> 187ad6576251 08:37:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:37:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:55 ---> 6f8adcbdce47 08:37:55 Step 3/23 : WORKDIR /edgex-go 08:37:55 ---> Using cache 08:37:55 ---> 11fc4afec8ff 08:37:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:55 ---> Using cache 08:37:55 ---> aafec2371ab2 08:37:55 Step 5/23 : RUN apk add --update --no-cache make git 08:37:55 ---> Using cache 08:37:55 ---> 992a6ca8b60f 08:37:55 Step 6/23 : COPY go.mod . 08:37:55 ---> Using cache 08:37:55 ---> c5cee420ce98 08:37:55 Step 7/23 : RUN go mod download 08:37:55 ---> Using cache 08:37:55 ---> a09011c572f0 08:37:55 Step 8/23 : COPY . . 08:37:55 ---> Using cache 08:37:55 ---> 187ad6576251 08:37:55 Step 9/23 : RUN make cmd/core-command/core-command 08:37:55 ---> Running in 834c9b531772 08:37:55 ---> Running in c0e92216ce84 08:37:55 ---> Running in c9fa544a5c16 08:37:55 ---> Running in b25d6c5f06c2 08:37:56 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 08:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:56 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 08:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:37:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:57 OK: 233 MiB in 51 packages 08:37:57 OK: 233 MiB in 51 packages 08:37:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:37:59 Removing intermediate container 834c9b531772 08:37:59 ---> 3cc53ca504b0 08:37:59 Step 6/23 : COPY go.mod . 08:37:59 Removing intermediate container c9fa544a5c16 08:37:59 ---> f75455985f3b 08:37:59 Step 6/23 : COPY go.mod . 08:37:59 ---> 038b693c33cf 08:37:59 Step 7/23 : RUN go mod download 08:37:59 ---> Running in 0cfde1e0e239 08:37:59 ---> b03b60166622 08:37:59 Step 7/23 : RUN go mod download 08:38:00 ---> Running in 4c04b46420f1 08:38:03 Removing intermediate container 4c04b46420f1 08:38:03 ---> 5bd217aa717b 08:38:03 Step 8/23 : COPY . . 08:38:03 Removing intermediate container 0cfde1e0e239 08:38:03 ---> e52022458860 08:38:03 Step 8/23 : COPY . . 08:38:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:38:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:38:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:38:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:38:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:38:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:38:14 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:38:15 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:38:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:38:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:38:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.302s coverage: 45.9% of statements 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:38:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements 08:38:30 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.221s coverage: 100.0% of statements 08:38:36 Removing intermediate container c0e92216ce84 08:38:36 ---> 07922c2d4099 08:38:36 08:38:36 Step 10/31 : FROM alpine:3.12 08:38:36 ---> 13621d1b12d4 08:38:36 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:38:36 ---> 3bd93a66556c 08:38:36 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:38:36 ---> 47d9bfc59547 08:38:36 Step 9/23 : RUN make cmd/core-data/core-data 08:38:36 ---> Running in 78b7f314092a 08:38:36 ---> Running in 798acb355200 08:38:36 ---> Running in 2417bcaec914 08:38:36 Removing intermediate container b25d6c5f06c2 08:38:36 ---> 98fdbae23c22 08:38:36 08:38:36 Step 10/23 : FROM alpine:3.12 08:38:36 ---> 13621d1b12d4 08:38:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:38:36 ---> Using cache 08:38:36 ---> 06e7c19d94cc 08:38:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:36 ---> Using cache 08:38:36 ---> 6aa48d85834f 08:38:36 Step 13/23 : ENV APP_PORT=48082 08:38:36 ---> Running in 45a455d745b3 08:38:36 Removing intermediate container 798acb355200 08:38:36 ---> a394c343c39b 08:38:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:38:36 ---> Running in 6aa2720ae711 08:38:36 Removing intermediate container 45a455d745b3 08:38:36 ---> 038537f7e897 08:38:36 Step 14/23 : EXPOSE $APP_PORT 08:38:36 ---> Running in cf104f07ab35 08:38:36 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 08:38:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:38:36 Removing intermediate container cf104f07ab35 08:38:36 ---> 3f5ac4082a8e 08:38:36 Step 15/23 : WORKDIR / 08:38:36 ---> Running in aafb28598488 08:38:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:36 Removing intermediate container aafb28598488 08:38:36 ---> fe8e2987fd3a 08:38:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:36 (1/2) Installing dumb-init (1.2.2-r1) 08:38:36 (2/2) Installing su-exec (0.2-r1) 08:38:36 Executing busybox-1.31.1-r20.trigger 08:38:36 OK: 6 MiB in 16 packages 08:38:37 ---> b0cf438f692c 08:38:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:38:37 Removing intermediate container 6aa2720ae711 08:38:37 ---> 1f1ca43ea84d 08:38:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:38:37 ---> Running in 94eaec63fd02 08:38:37 ---> ac110e1430a8 08:38:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:38:38 Removing intermediate container 94eaec63fd02 08:38:38 ---> 17593c0f2188 08:38:38 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:38:38 ---> Running in c7dabe7323a3 08:38:38 Removing intermediate container c7dabe7323a3 08:38:38 ---> d84c3be336ad 08:38:38 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.1% of statements 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.174s coverage: 100.0% of statements 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:38:38 ---> c2b2106e98fd 08:38:38 Step 19/23 : ENTRYPOINT ["/core-command"] 08:38:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.344s coverage: 71.3% of statements 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:38:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:38:39 ---> Running in 36a0bd5d2ad4 08:38:39 ---> Running in ff452d3db9b6 08:38:39 Removing intermediate container 36a0bd5d2ad4 08:38:39 ---> 6eaa5448ffab 08:38:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:39 ---> Running in e3b444c14f7b 08:38:40 Removing intermediate container e3b444c14f7b 08:38:40 ---> 07a0b7afe1ba 08:38:40 Step 21/23 : LABEL arch=x86_64 08:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.486s coverage: 82.9% of statements 08:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:38:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements 08:38:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:38:40 ---> Running in 4c884f5a6531 08:38:40 Removing intermediate container 4c884f5a6531 08:38:40 ---> aee7cb6822e6 08:38:40 Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:38:40 ---> Running in 2178f6598790 08:38:41 Removing intermediate container 2178f6598790 08:38:41 ---> 7d87121a5bfc 08:38:41 Step 23/23 : LABEL version=0.0.0 08:38:41 ---> Running in b111f573397d 08:38:41 Removing intermediate container ff452d3db9b6 08:38:41 ---> 2dc963eee325 08:38:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:38:41 ---> Running in f078ae5ab0c0 08:38:41 Removing intermediate container b111f573397d 08:38:41 ---> 40e949d41a10 08:38:41 08:38:42 Removing intermediate container f078ae5ab0c0 08:38:42 ---> 5070d76698ec 08:38:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:38:42 Successfully built 40e949d41a10 08:38:42 Successfully tagged docker-core-command-go:latest 08:38:42  Building docker-core-command-go ... done  ---> 06f2cd3b1f4f 08:38:42 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:38:42 ---> Running in a5d29c08b636 08:38:44 Removing intermediate container a5d29c08b636 08:38:44 ---> f9a6afd9aa13 08:38:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:44 ---> 0e55f30faa8f 08:38:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:38:45 ---> 0783fade9847 08:38:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:38:46 ---> 075ef794981a 08:38:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:38:46 ---> 1d09b9401547 08:38:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:38:48 ---> 69d955a48238 08:38:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:38:48 ---> Running in dd494c50e849 08:38:48 Removing intermediate container dd494c50e849 08:38:48 ---> 05cae54ddc91 08:38:48 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:38:49 ---> 0d4b77b4a0e5 08:38:49 Step 26/31 : RUN chmod +x /entrypoint.sh 08:38:49 ---> Running in 7feb6c7f4d91 08:38:51 Removing intermediate container 7feb6c7f4d91 08:38:51 ---> 335efcb73c3d 08:38:51 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:38:52 ---> Running in bf338224a783 08:38:52 Removing intermediate container bf338224a783 08:38:52 ---> 37f8fbb24cc1 08:38:52 Step 28/31 : CMD ["gate"] 08:38:52 ---> Running in 1c800943febd 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.248s coverage: 28.6% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.205s coverage: 100.0% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.173s coverage: 100.0% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.467s coverage: 97.5% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.233s coverage: 78.3% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:38:52 Removing intermediate container 1c800943febd 08:38:52 ---> c9274409bb01 08:38:52 Step 29/31 : LABEL arch=x86_64 08:38:52 ---> Running in 30faf48d8b24 08:38:53 Removing intermediate container 30faf48d8b24 08:38:53 ---> dc6048825777 08:38:53 Step 30/31 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:38:53 ---> Running in affca55dc407 08:38:53 Removing intermediate container affca55dc407 08:38:53 ---> e4d81e093276 08:38:53 Step 31/31 : LABEL version=0.0.0 08:38:53 ---> Running in d7e8c8ebc947 08:38:54 Removing intermediate container d7e8c8ebc947 08:38:54 ---> 8efe84980080 08:38:54 08:38:56 Successfully built 8efe84980080 08:38:56 Successfully tagged docker-security-bootstrapper-go:latest 08:38:56  Building docker-security-bootstrapper-go ... done Removing intermediate container 78b7f314092a 08:38:56 ---> d0d648fedd3d 08:38:56 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:38:57 ---> Running in f5182d7c35ae 08:38: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 08:38:59 Removing intermediate container 2417bcaec914 08:38:59 ---> fff4d9f94dcb 08:38:59 08:38:59 Step 10/23 : FROM alpine:3.12 08:38:59 ---> 13621d1b12d4 08:38:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:38:59 ---> Running in 9b20b0e1def7 08:38:59 Removing intermediate container f5182d7c35ae 08:38:59 ---> 39cb66d30d0c 08:38:59 08:38:59 Step 11/23 : FROM docker:20.10.0 08:38:59 Removing intermediate container 9b20b0e1def7 08:38:59 ---> ca874dbc530a 08:38:59 Step 12/23 : ENV APP_PORT=48080 08:39:00 ---> Running in b06d42f5c380 08:39:00 20.10.0: Pulling from library/docker 08:39:00 Removing intermediate container b06d42f5c380 08:39:00 ---> 494d75cf7725 08:39:00 Step 13/23 : EXPOSE $APP_PORT 08:39:00 ---> Running in fdc01fb9c16d 08:39:00 Removing intermediate container fdc01fb9c16d 08:39:00 ---> 6454a4863a56 08:39:00 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:39:00 ---> Running in 96024cfc9bc2 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.262s coverage: 93.0% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.214s coverage: 0.9% of statements 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.166s coverage: 79.5% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.178s coverage: 94.1% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.209s coverage: 96.3% of statements 08:39:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.196s coverage: 87.5% of statements 08:39:02 Removing intermediate container 96024cfc9bc2 08:39:02 ---> 0d6771c7722f 08:39:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:39:02 ---> Running in a8221110b62f 08:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:39:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:04 (1/6) Installing dumb-init (1.2.2-r1) 08:39:04 (2/6) Installing libgcc (9.3.0-r2) 08:39:04 (3/6) Installing libsodium (1.0.18-r0) 08:39:04 (4/6) Installing libstdc++ (9.3.0-r2) 08:39:05 (5/6) Installing libzmq (4.3.3-r0) 08:39:05 (6/6) Installing zeromq (4.3.3-r0) 08:39:05 Executing busybox-1.31.1-r20.trigger 08:39:05 OK: 8 MiB in 20 packages 08:39:06 Removing intermediate container a8221110b62f 08:39:06 ---> 67609ef2c331 08:39:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:39:07 ---> 2dae3c3cbfd1 08:39:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:39:09 ---> 9d432f6c14f8 08:39:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:39:09 ---> c06bc6c701dd 08:39:09 Step 19/23 : ENTRYPOINT ["/core-data"] 08:39:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:39:09 ---> Running in c0246ee9c203 08:39:09 Status: Downloaded newer image for docker:20.10.0 08:39:09 ---> aefe523efa57 08:39:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:39:09 ---> Running in 17c401f0992b 08:39:09 Removing intermediate container c0246ee9c203 08:39:09 ---> 6740c4c18f1b 08:39:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:09 ---> Running in 814e0477bf08 08:39:09 Removing intermediate container 17c401f0992b 08:39:09 ---> b4750d64d4f1 08:39:09 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:39:09 ---> Running in 55fc20229354 08:39:09 Removing intermediate container 814e0477bf08 08:39:09 ---> 8aa1241ff2ff 08:39:09 Step 21/23 : LABEL arch=x86_64 08:39:09 ---> Running in 3af4c209793f 08:39:10 Removing intermediate container 3af4c209793f 08:39:10 ---> 5a5baccc44a0 08:39:10 Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:39:10 ---> Running in c1c11dc62748 08:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:39:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:39:10 Removing intermediate container c1c11dc62748 08:39:10 ---> 4052b9cedd74 08:39:10 Step 23/23 : LABEL version=0.0.0 08:39:10 ---> Running in d37560038112 08:39:10 (1/39) Installing readline (8.0.4-r0) 08:39:10 (2/39) Installing bash (5.0.17-r0) 08:39:10 Executing bash-5.0.17-r0.post-install 08:39:10 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:39:10 (4/39) Installing libcurl (7.76.1-r0) 08:39:10 (5/39) Installing curl (7.76.1-r0) 08:39:10 (6/39) Installing dumb-init (1.2.2-r1) 08:39:10 (7/39) Installing libbz2 (1.0.8-r1) 08:39:10 (8/39) Installing expat (2.2.9-r1) 08:39:10 (9/39) Installing libffi (3.3-r2) 08:39:10 (10/39) Installing gdbm (1.13-r1) 08:39:10 (11/39) Installing xz-libs (5.2.5-r0) 08:39:10 (12/39) Installing sqlite-libs (3.32.1-r0) 08:39:10 (13/39) Installing python3 (3.8.8-r0) 08:39:10 Removing intermediate container d37560038112 08:39:10 ---> e926101ff632 08:39:10 08:39:10 Successfully built e926101ff632 08:39:10 Successfully tagged docker-core-data-go:latest 08:39:11  Building docker-core-data-go ... done (14/39) Installing py3-appdirs (1.4.4-r1) 08:39:11 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:39:11 (16/39) Installing py3-parsing (2.4.7-r0) 08:39:11 (17/39) Installing py3-six (1.15.0-r0) 08:39:11 (18/39) Installing py3-packaging (20.4-r0) 08:39:11 (19/39) Installing py3-setuptools (47.0.0-r0) 08:39:11 (20/39) Installing py3-chardet (3.0.4-r4) 08:39:11 (21/39) Installing py3-idna (2.9-r0) 08:39:11 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:39:11 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:39:11 (24/39) Installing py3-requests (2.23.0-r0) 08:39:11 (25/39) Installing py3-msgpack (1.0.0-r0) 08:39:11 (26/39) Installing py3-lockfile (0.12.2-r3) 08:39:11 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:39:11 (28/39) Installing py3-colorama (0.4.3-r0) 08:39:11 (29/39) Installing py3-distlib (0.3.0-r0) 08:39:12 (30/39) Installing py3-distro (1.5.0-r1) 08:39:12 (31/39) Installing py3-webencodings (0.5.1-r3) 08:39:12 (32/39) Installing py3-html5lib (1.0.1-r4) 08:39:12 (33/39) Installing py3-pytoml (0.1.21-r0) 08:39:12 (34/39) Installing py3-pep517 (0.8.2-r0) 08:39:12 (35/39) Installing py3-progress (1.5-r0) 08:39:12 (36/39) Installing py3-toml (0.10.1-r0) 08:39:12 (37/39) Installing py3-retrying (1.3.3-r0) 08:39:12 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:39:12 (39/39) Installing py3-pip (20.1.1-r0) 08:39:12 Executing busybox-1.31.1-r19.trigger 08:39:12 OK: 72 MiB in 59 packages 08:39:13 Collecting docker-compose==1.23.2 08:39:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:39:13 Collecting cached-property<2,>=1.2.0 08:39:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:39:13 Collecting texttable<0.10,>=0.9.0 08:39:13 Downloading texttable-0.9.1.tar.gz (11 kB) 08:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.160s coverage: 94.4% of statements 08:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.156s coverage: 44.8% of statements 08:39:13 Collecting docopt<0.7,>=0.6.1 08:39:13 Downloading docopt-0.6.2.tar.gz (25 kB) 08:39:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:39:14 Collecting jsonschema<3,>=2.5.1 08:39:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:39:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:39:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:39:14 Collecting docker<4.0,>=3.6.0 08:39:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:39:14 Collecting dockerpty<0.5,>=0.4.1 08:39:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:39:15 Collecting websocket-client<1.0,>=0.32.0 08:39:15 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:39:15 Collecting PyYAML<4,>=3.10 08:39:15 Downloading PyYAML-3.13.tar.gz (270 kB) 08:39:16 Collecting urllib3<1.25,>=1.21.1 08:39:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:39:16 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) 08:39:16 Collecting idna<2.8,>=2.5 08:39:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:39:16 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) 08:39:16 Collecting docker-pycreds>=0.4.0 08:39:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:39:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:39:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:39:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:39:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:39:16 Installing collected packages: cached-property, texttable, docopt, jsonschema, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, PyYAML, docker-compose 08:39:16 Running setup.py install for texttable: started 08:39:17 Running setup.py install for texttable: finished with status 'done' 08:39:17 Running setup.py install for docopt: started 08:39:17 Running setup.py install for docopt: finished with status 'done' 08:39:18 Attempting uninstall: urllib3 08:39:18 Found existing installation: urllib3 1.25.9 08:39:18 Uninstalling urllib3-1.25.9: 08:39:18 Successfully uninstalled urllib3-1.25.9 08:39:18 Attempting uninstall: idna 08:39:18 Found existing installation: idna 2.9 08:39:18 Uninstalling idna-2.9: 08:39:18 Successfully uninstalled idna-2.9 08:39:18 Attempting uninstall: requests 08:39:18 Found existing installation: requests 2.23.0 08:39:18 Uninstalling requests-2.23.0: 08:39:18 Successfully uninstalled requests-2.23.0 08:39:18 Running setup.py install for dockerpty: started 08:39:19 Running setup.py install for dockerpty: finished with status 'done' 08:39:19 Running setup.py install for PyYAML: started 08:39:19 Running setup.py install for PyYAML: finished with status 'done' 08:39:20 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.502s coverage: 81.9% of statements 08:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.220s coverage: 92.9% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.138s coverage: 79.1% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.126s coverage: 80.0% of statements 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.207s coverage: 87.2% of statements 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 85.4% of statements 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.222s coverage: 91.2% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.710s coverage: 64.4% of statements 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.128s coverage: 100.0% of statements 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.131s coverage: 91.3% of statements 08:39:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 08:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.102s coverage: 73.7% of statements 08:39:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.109s coverage: 100.0% of statements 08:39:32 Removing intermediate container 55fc20229354 08:39:32 ---> 9acb9185ad00 08:39:32 Step 14/23 : ENV APP_PORT=48090 08:39:32 ---> Running in e8eb26e86441 08:39:32 Removing intermediate container e8eb26e86441 08:39:32 ---> 338cd0e0671c 08:39:32 Step 15/23 : EXPOSE $APP_PORT 08:39:32 ---> Running in 80ec35252829 08:39:32 Removing intermediate container 80ec35252829 08:39:32 ---> c07f538d2cdd 08:39:32 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:39:32 ---> 0081f7732e1e 08:39:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:39:32 ---> feac2e127707 08:39:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:39:32 ---> 45f91f88f693 08:39:32 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:39:32 ---> Running in 2471439b86fd 08:39:32 Removing intermediate container 2471439b86fd 08:39:32 ---> 960adaab5747 08:39:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:32 ---> Running in 97641668d6da 08:39:32 Removing intermediate container 97641668d6da 08:39:32 ---> 8113e7f70547 08:39:32 Step 21/23 : LABEL arch=x86_64 08:39:32 ---> Running in c1a491dad126 08:39:32 Removing intermediate container c1a491dad126 08:39:32 ---> 70e01e49f317 08:39:32 Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:39:32 ---> Running in 972ec2d4568e 08:39:33 Removing intermediate container 972ec2d4568e 08:39:33 ---> 36d54ed0ae53 08:39:33 Step 23/23 : LABEL version=0.0.0 08:39:33 ---> Running in bb02773be608 08:39:33 Removing intermediate container bb02773be608 08:39:33 ---> a1d66228d21f 08:39:33 08:39:33 Successfully built a1d66228d21f 08:39:33 Successfully tagged docker-sys-mgmt-agent-go:latest 08:39:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:39:33 $ docker stop --time=1 d33b8855010385cc41e82284668918a178b3865ca234c9f22b0bce0a11eaff81 08:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.995s coverage: 66.9% of statements 08:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:39:35 $ docker rm -f d33b8855010385cc41e82284668918a178b3865ca234c9f22b0bce0a11eaff81 [Pipeline] // withDockerContainer [Pipeline] sh 08:39:35 + docker images 08:39:35 + grep docker 08:39:36 docker-sys-mgmt-agent-go latest a1d66228d21f 4 seconds ago 312MB 08:39:36 docker-core-data-go latest e926101ff632 26 seconds ago 22.9MB 08:39:36 docker-security-bootstrapper-go latest 8efe84980080 43 seconds ago 19.3MB 08:39:36 docker-core-command-go latest 40e949d41a10 55 seconds ago 17.5MB 08:39:36 docker-security-secretstore-setup-go latest 5540775cf82a 2 minutes ago 26.5MB 08:39:36 docker-core-metadata-go latest e3304a5123fd 2 minutes ago 19.2MB 08:39:36 docker-support-scheduler-go latest 2863915cc3b7 2 minutes ago 17.7MB 08:39:36 docker-security-proxy-setup-go latest 01e7a698c25f 2 minutes ago 26.1MB 08:39:36 docker-support-notifications-go latest bf27448ce4ff 2 minutes ago 18.2MB 08:39:36 docker 20.10.0 aefe523efa57 4 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 08:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.569s coverage: 41.5% of statements 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.103s coverage: 89.5% of statements 08:39:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.479s coverage: 47.0% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 9.6% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:39:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.480s coverage: 88.6% of statements 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:39:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:39:51 Still waiting to schedule task 08:39:51 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.747s coverage: 28.7% of statements 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.267s coverage: 99.0% of statements 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.198s coverage: 100.0% of statements 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.225s coverage: 64.6% of statements 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.318s coverage: 95.6% of statements 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.119s coverage: 87.9% of statements 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:39:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.123s coverage: 28.1% of statements 08:39:55 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 08:39:56 GO111MODULE=on go vet ./... 08:40:40 Running on prd-ubuntu18.04-docker-8c-8g-1618 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 08:40:40 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 08:40:43 using credential edgex-jenkins-ssh 08:40:43 Cloning the remote Git repository 08:40:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:40:43 > git init /w/workspace/edgex-go/5 # timeout=10 08:40:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:43 > git --version # timeout=10 08:40:43 > git --version # 'git version 2.17.1' 08:40:43 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:50 Merging remotes/origin/master commit 78fade22505eae315bd953aec98210b437e07b35 into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a 08:40:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:50 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:40:50 > git config core.sparsecheckout # timeout=10 08:40:50 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 08:40:50 > git remote # timeout=10 08:40:50 > git config --get remote.origin.url # timeout=10 08:40:50 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:50 > git merge 78fade22505eae315bd953aec98210b437e07b35 # timeout=10 08:40:50 Merge succeeded, producing b09a96f33e4403d0e7c78975fbab98e8807a22e6 08:40:50 Checking out Revision b09a96f33e4403d0e7c78975fbab98e8807a22e6 (PR-3391) 08:40:50 > git rev-parse HEAD^{commit} # timeout=10 08:40:50 > git config core.sparsecheckout # timeout=10 08:40:50 > git checkout -f b09a96f33e4403d0e7c78975fbab98e8807a22e6 # timeout=10 08:40:54 Commit message: "Merge commit '78fade22505eae315bd953aec98210b437e07b35' into HEAD" 08:40:54 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:40:54 > git rev-list --no-walk 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 # timeout=10 08:40:55 + echo snap-build.sh 08:40:55 snap-build.sh 08:40:55 + SNAP_BASE_DIR=. 08:40:55 + '[' '!' -z /w/workspace/edgex-go/5 ']' 08:40:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 08:40:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 08:40:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 08:40:55 + cd /w/workspace/edgex-go/5 08:40:55 + sudo apt-get remove -qy --purge lxd lxd-client 08:40:55 Reading package lists... 08:40:55 Building dependency tree... 08:40:55 Reading state information... 08:40:55 The following packages were automatically installed and are no longer required: 08:40:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:40:55 uidmap xdelta3 08:40:55 Use 'sudo apt autoremove' to remove them. 08:40:55 The following packages will be REMOVED: 08:40:55 lxd* lxd-client* 08:40:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:40:56 After this operation, 31.7 MB disk space will be freed. 08:40:57 (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.) 08:40:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:58 Removing lxd dnsmasq configuration 08:40:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:40:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:40:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:40:59 (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.) 08:40:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:41:01 Processing triggers for systemd (237-3ubuntu10.42) ... 08:41:01 Processing triggers for ureadahead (0.100.0-21) ... 08:41:02 + sudo snap remove --purge lxd 08:41:02 snap "lxd" is not installed 08:41:02 + sudo groupadd --force --system lxd 08:41:02 ++ whoami 08:41:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:41:02 + newgrp - lxd 08:41:02 + sudo snap install lxd 08:41:10 2021-04-24T08:41:08Z INFO Waiting for automatic snapd restart... 08:41:28 lxd 4.13 from Canonical* installed 08:41:28 + sudo lxd init --auto 08:41:33 gofmt -l . 08:41:33 [ "`gofmt -l .`" = "" ] 08:41:33 ./bin/test-go-mod-tidy.sh 08:41:33 ./bin/test-attribution-txt.sh [Pipeline] sh 08:41:34 + ls -al . 08:41:34 total 848 08:41:34 drwxrwxr-x 9 1001 1001 4096 Apr 24 08:41 . 08:41:34 drwxr-xr-x 4 root root 4096 Apr 24 08:36 .. 08:41:34 -rw-rw-r-- 1 1001 1001 11 Apr 24 08:35 .dockerignore 08:41:34 drwxrwxr-x 8 1001 1001 4096 Apr 24 08:35 .git 08:41:34 drwxrwxr-x 3 1001 1001 4096 Apr 24 08:35 .github 08:41:34 -rw-rw-r-- 1 1001 1001 818 Apr 24 08:35 .gitignore 08:41:34 -rw-rw-r-- 1 1001 1001 166 Apr 24 08:35 .sonarcloud.properties 08:41:34 -rw-rw-r-- 1 1001 1001 8609 Apr 24 08:35 Attribution.txt 08:41:34 -rw-rw-r-- 1 1001 1001 3804 Apr 24 08:35 CONTRIBUTING.md 08:41:34 -rw-rw-r-- 1 1001 1001 931 Apr 24 08:35 Dockerfile.build 08:41:34 -rw-rw-r-- 1 1001 1001 863 Apr 24 08:35 Jenkinsfile 08:41:34 -rw-rw-r-- 1 1001 1001 10775 Apr 24 08:35 LICENSE 08:41:34 -rw-rw-r-- 1 1001 1001 5774 Apr 24 08:35 Makefile 08:41:34 -rw-rw-r-- 1 1001 1001 7978 Apr 24 08:35 README.md 08:41:34 -rw-rw-r-- 1 1001 1001 6755 Apr 24 08:35 SECURITY.md 08:41:34 -rw-rw-r-- 1 1001 1001 5 Apr 24 08:31 VERSION 08:41:34 -rw-rw-r-- 1 1001 1001 4131 Apr 24 08:35 ZMQWindows.md 08:41:34 drwxrwxr-x 2 1001 1001 4096 Apr 24 08:35 bin 08:41:34 drwxrwxr-x 14 1001 1001 4096 Apr 24 08:35 cmd 08:41:34 -rw-r--r-- 1 root root 711909 Apr 24 08:39 coverage.out 08:41:34 -rw-r--r-- 1 root root 1060 Apr 24 08:41 go.mod 08:41:34 -rw-r--r-- 1 root root 22302 Apr 24 08:41 go.sum 08:41:34 drwxrwxr-x 8 1001 1001 4096 Apr 24 08:35 internal 08:41:34 drwxrwxr-x 4 1001 1001 4096 Apr 24 08:35 openapi 08:41:34 drwxrwxr-x 4 1001 1001 4096 Apr 24 08:35 snap 08:41:34 -rw-rw-r-- 1 1001 1001 168 Apr 24 08:35 version.go [Pipeline] sh 08:41:35 + '[' -e coverage.out ] 08:41:35 + chown 1001:1001 coverage.out [Pipeline] stash 08:41:35 Warning: overwriting stash ‘coverage-report’ 08:41:35 + sudo snap install --classic snapcraft 08:41:36 Stashed 1 file(s) [Pipeline] sh 08:41:37 + make build 08:41:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:41:40 snapcraft 4.6.2 from Canonical* installed 08:41:40 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:41:40 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:41:40 % Total % Received % Xferd Average Speed Time Time Time Current 08:41:40 Dload Upload Total Spent Left Speed 08:41:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4860 0 --:--:-- --:--:-- --:--:-- 4860 08:41:40 100 3325k 100 3325k 0 0 12.0M 0 --:--:-- --:--:-- --:--:-- 12.0M 08:41:40 ./yq_linux_amd64 08:41:40 + sudo snapcraft prime --use-lxd 08:41:42 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:41:42 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: 08:41:42 - README.md 08:41:42 08:41:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:41:42 Launching a container. 08:41:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:41:55 Waiting for container to be ready 08:41:55 To start your first instance, try: lxc launch ubuntu:18.04 08:41:55 08:41:57 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:41:58 Waiting for network to be ready... 08:41:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:41:58 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:41:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:41:59 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:41:59 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:41:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:41:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:41:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:41:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:41:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:41:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:41:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:41:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:42:00 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:42:00 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:42:00 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:42:00 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:42:00 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:42:00 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:42:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:42:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:42:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:42:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:42:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:42:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:42:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:42:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:42:02 Fetched 24.4 MB in 4s (5579 kB/s) 08:42:03 Reading package lists... 08:42:03 Reading package lists... 08:42:04 Building dependency tree... 08:42:04 Reading state information... 08:42:04 The following additional packages will be installed: 08:42:04 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:42:04 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:42:04 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:42:04 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:42:04 Suggested packages: 08:42:04 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:42:04 Recommended packages: 08:42:04 gnupg libsasl2-modules 08:42:04 The following NEW packages will be installed: 08:42:04 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:42:04 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:42:04 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:42:04 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:42:04 The following packages will be upgraded: 08:42:04 gpg gpg-agent gpgconf libudev1 08:42:04 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:42:04 Need to get 3529 kB of archives. 08:42:04 After this operation, 13.3 MB of additional disk space will be used. 08:42:04 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] 08:42:04 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] 08:42:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:42:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:42:04 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:42:04 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:42:05 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:42:05 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:42:05 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:42:05 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:42:05 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:42:05 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:42:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:42:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:42:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:42:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:42:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:42:05 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:42:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:42:05 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:42:05 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:42:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:42:05 debconf: delaying package configuration, since apt-utils is not installed 08:42:05 Fetched 3529 kB in 1s (3228 kB/s) 08:42:05 (Reading database ... 12511 files and directories currently installed.) 08:42:05 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:42:05 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:05 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:42:06 Selecting previously unselected package udev. 08:42:06 (Reading database ... 12511 files and directories currently installed.) 08:42:06 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:42:06 Unpacking udev (237-3ubuntu10.46) ... 08:42:06 Selecting previously unselected package libfuse2:amd64. 08:42:06 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:42:06 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:42:06 Selecting previously unselected package fuse. 08:42:06 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:42:06 Unpacking fuse (2.9.7-1ubuntu1) ... 08:42:06 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:06 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:06 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:06 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:06 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:06 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:07 Selecting previously unselected package libksba8:amd64. 08:42:07 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:42:07 Unpacking libksba8:amd64 (1.3.5-2) ... 08:42:07 Selecting previously unselected package libroken18-heimdal:amd64. 08:42:07 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:07 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:42:07 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:07 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:42:07 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:07 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:42:07 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:07 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Selecting previously unselected package libwind0-heimdal:amd64. 08:42:07 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:07 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:42:07 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:07 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:07 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:42:07 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:07 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:08 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:42:08 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:08 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:08 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:42:08 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:42:08 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:08 Selecting previously unselected package libsasl2-modules-db:amd64. 08:42:08 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:42:08 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:08 Selecting previously unselected package libsasl2-2:amd64. 08:42:08 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:42:08 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:08 Selecting previously unselected package libldap-common. 08:42:08 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:42:08 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:42:08 Selecting previously unselected package libldap-2.4-2:amd64. 08:42:08 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:42:08 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:42:08 Selecting previously unselected package dirmngr. 08:42:08 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:08 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:42:08 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:42:08 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:42:08 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:42:08 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:08 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:42:08 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:42:08 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:08 Setting up libksba8:amd64 (1.3.5-2) ... 08:42:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:09 Setting up udev (237-3ubuntu10.46) ... 08:42:09 invoke-rc.d: policy-rc.d denied execution of start. 08:42:09 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:09 Processing triggers for systemd (237-3ubuntu10) ... 08:42:09 Setting up fuse (2.9.7-1ubuntu1) ... 08:42:09 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:42:09 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:09 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:09 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:09 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:09 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:09 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:09 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:42:09 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:42:09 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:42:09 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:10 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:42:10 settings in the [Install] section, and DefaultInstance for template units). 08:42:10 This means they are not meant to be enabled using systemctl. 08:42:10 Possible reasons for having this kind of units are: 08:42:10 1) A unit may be statically enabled by being symlinked from another unit's 08:42:10 .wants/ or .requires/ directory. 08:42:10 2) A unit's purpose may be to act as a helper for some other unit which has 08:42:10 a requirement dependency on it. 08:42:10 3) A unit may be started when needed via activation (socket, path, timer, 08:42:10 D-Bus, udev, scripted systemctl call, ...). 08:42:10 4) In case of template units, the unit is meant to be enabled with some 08:42:10 instance name specified. 08:42:10 Reading package lists... 08:42:11 Building dependency tree... 08:42:11 Reading state information... 08:42:11 The following additional packages will be installed: 08:42:11 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:42:11 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:42:11 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:42:11 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:42:11 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:42:11 Suggested packages: 08:42:11 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:42:11 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:42:11 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:42:11 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:42:11 systemd-container policykit-1 08:42:11 Recommended packages: 08:42:11 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:42:11 The following NEW packages will be installed: 08:42:11 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:42:11 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:42:11 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:42:11 multiarch-support openssh-client python3 python3-minimal python3.6 08:42:11 python3.6-minimal snapd squashfs-tools sudo 08:42:11 The following packages will be upgraded: 08:42:11 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:42:11 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:42:11 Need to get 35.2 MB of archives. 08:42:11 After this operation, 141 MB of additional disk space will be used. 08:42:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:42:11 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:42:11 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:42:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:42:11 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:42:12 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:42:12 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:42:12 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:42:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:42:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:42:12 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:42:12 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:42:12 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:42:12 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:42:12 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:42:12 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:42:12 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:42:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:42:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:42:12 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:42:12 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:42:12 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:42:12 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:42:12 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:42:12 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:42:12 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:42:12 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:42:12 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:42:12 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:42:12 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:42:13 debconf: delaying package configuration, since apt-utils is not installed 08:42:13 Fetched 35.2 MB in 2s (16.1 MB/s) 08:42:13 (Reading database ... 12757 files and directories currently installed.) 08:42:13 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:42:13 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:14 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:42:14 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:14 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:42:14 (Reading database ... 12757 files and directories currently installed.) 08:42:14 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:42:14 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:42:14 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:42:14 (Reading database ... 12757 files and directories currently installed.) 08:42:14 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:42:14 Unpacking apt (1.6.13) over (1.6.1) ... 08:42:15 Setting up apt (1.6.13) ... 08:42:15 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:42:15 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:42:15 (Reading database ... 12764 files and directories currently installed.) 08:42:15 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:42:15 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:42:16 Selecting previously unselected package libpython3.6-minimal:amd64. 08:42:16 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:16 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:16 Selecting previously unselected package libexpat1:amd64. 08:42:16 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:42:16 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:42:16 Selecting previously unselected package python3.6-minimal. 08:42:16 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:16 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:42:16 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:42:16 Checking for services that may need to be restarted...done. 08:42:16 Checking for services that may need to be restarted...done. 08:42:16 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:16 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:42:16 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:42:17 Selecting previously unselected package python3-minimal. 08:42:17 (Reading database ... 13012 files and directories currently installed.) 08:42:17 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:42:17 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:42:17 Selecting previously unselected package mime-support. 08:42:17 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:42:17 Unpacking mime-support (3.60ubuntu1) ... 08:42:17 Selecting previously unselected package libmpdec2:amd64. 08:42:17 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:42:17 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:42:17 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:42:17 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:17 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:17 Selecting previously unselected package python3.6. 08:42:17 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:42:17 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:42:18 Selecting previously unselected package libpython3-stdlib:amd64. 08:42:18 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:42:18 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:42:18 Setting up python3-minimal (3.6.7-1~18.04) ... 08:42:18 Selecting previously unselected package python3. 08:42:18 (Reading database ... 13442 files and directories currently installed.) 08:42:18 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:42:18 Unpacking python3 (3.6.7-1~18.04) ... 08:42:18 Selecting previously unselected package multiarch-support. 08:42:18 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:42:18 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:42:18 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:42:18 Selecting previously unselected package liblzo2-2:amd64. 08:42:18 (Reading database ... 13479 files and directories currently installed.) 08:42:18 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:42:18 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:42:18 Selecting previously unselected package libbsd0:amd64. 08:42:18 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:42:18 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:42:19 Selecting previously unselected package sudo. 08:42:19 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:42:19 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:42:19 Selecting previously unselected package apparmor. 08:42:19 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:42:19 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:42:19 Selecting previously unselected package libedit2:amd64. 08:42:19 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:42:19 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:42:19 Selecting previously unselected package libkrb5support0:amd64. 08:42:19 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:42:19 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:42:19 Selecting previously unselected package libk5crypto3:amd64. 08:42:19 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:42:19 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:42:19 Selecting previously unselected package libkeyutils1:amd64. 08:42:19 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:42:19 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:42:19 Selecting previously unselected package libkrb5-3:amd64. 08:42:19 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:42:19 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:42:19 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:42:19 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:42:19 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:42:20 Selecting previously unselected package libssl1.0.0:amd64. 08:42:20 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:42:20 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:42:20 Selecting previously unselected package openssh-client. 08:42:20 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:42:20 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:42:20 Selecting previously unselected package squashfs-tools. 08:42:20 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:42:20 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:42:20 Selecting previously unselected package snapd. 08:42:20 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:42:20 Unpacking snapd (2.48.3+18.04) ... 08:42:22 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:42:22 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:42:22 Setting up mime-support (3.60ubuntu1) ... 08:42:22 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:42:22 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:42:22 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:42:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:22 Setting up systemd (237-3ubuntu10.46) ... 08:42:22 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:42:24 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:42:24 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:42:24 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:42:24 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:24 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:42:24 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:42:25 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 08:42:25 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:42:25 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:42:25 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:42:25 Setting up python3 (3.6.7-1~18.04) ... 08:42:25 running python rtupdate hooks for python3.6... 08:42:25 running python post-rtupdate hooks for python3.6... 08:42:25 Setting up apparmor (2.12-4ubuntu5.1) ... 08:42:26 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 08:42:27 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:42:27 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:42:27 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:42:27 Setting up snapd (2.48.3+18.04) ... 08:42:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:42:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:42:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:42:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:42:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:42:28 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:42:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:42:28 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:42:28 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:42:29 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:42:29 /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' 08:42:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:29 Processing triggers for systemd (237-3ubuntu10.46) ... 08:42:30 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:42:30 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:42:30 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:42:31 Reading package lists... 08:42:31 Reading package lists... 08:42:31 Building dependency tree... 08:42:31 Reading state information... 08:42:32 Calculating upgrade... 08:42:32 The following packages will be upgraded: 08:42:32 advancecomp base-files bash binutils binutils-common 08:42:32 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:42:32 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:42:32 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:42:32 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:42:32 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:42:32 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:42:32 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:42:32 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:42:32 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:42:32 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:42:32 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:42:32 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:42:32 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:42:32 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:42:32 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:42:32 Need to get 64.0 MB of archives. 08:42:32 After this operation, 5034 kB of additional disk space will be used. 08:42:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:42:32 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:42:32 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 08:42:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:42:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:42:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:42:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:42:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:42:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:42:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:42:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:42:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:42:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:42:33 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:42:33 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:42:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:42:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:42:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:42:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:42:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:42:33 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:42:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:42:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:42:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:42:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:42:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:42:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:42:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:42:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:42:33 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:42:33 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:42:33 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:42:33 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:42:33 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:42:33 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:42:33 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:42:33 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:42:33 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:42:33 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:42:33 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:42:33 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:42:33 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:42:33 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:42:33 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:42:33 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:42:33 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:42:33 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:42:33 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:42:33 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:42:33 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:42:33 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:42:33 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:42:33 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:42:33 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:42:33 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:42:33 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:42:33 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:42:33 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:42:33 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:42:33 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:42:33 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:42:33 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:42:33 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:42:33 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:42:33 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:42:33 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:42:33 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:42:33 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:42:33 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:42:33 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:42:33 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:42:33 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:42:33 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:42:33 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:42:33 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:42:33 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:42:33 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:42:34 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:42:34 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:42:34 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:42:34 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:42:34 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:42:34 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:42:34 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:42:34 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:42:34 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:42:34 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:42:34 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:42:34 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:42:34 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:42:34 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:42:34 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:42:34 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:42:34 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:42:34 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:42:34 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:42:34 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:42:35 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:42:35 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:42:35 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:42:35 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:42:35 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:42:35 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:42:35 debconf: delaying package configuration, since apt-utils is not installed 08:42:35 Fetched 64.0 MB in 3s (20.5 MB/s) 08:42:35 (Reading database ... 13912 files and directories currently installed.) 08:42:35 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:42:35 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:36 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:42:36 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:36 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:42:36 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:42:37 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:37 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:37 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:37 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:37 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:37 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:37 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:37 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:37 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:37 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:37 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:37 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:38 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:38 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:38 (Reading database ... 13911 files and directories currently installed.) 08:42:38 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:42:38 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:42:38 (Reading database ... 13911 files and directories currently installed.) 08:42:38 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:38 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:38 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:38 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:39 (Reading database ... 13911 files and directories currently installed.) 08:42:39 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:42:39 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:39 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:42:39 (Reading database ... 13911 files and directories currently installed.) 08:42:39 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:42:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:42:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:42:40 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:42:40 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:42:40 Setting up base-files (10.1ubuntu2.10) ... 08:42:40 Installing new version of config file /etc/issue ... 08:42:40 Installing new version of config file /etc/issue.net ... 08:42:40 Installing new version of config file /etc/lsb-release ... 08:42:40 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:42:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:42:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:42:41 Removing obsolete conffile /etc/default/motd-news ... 08:42:41 (Reading database ... 13912 files and directories currently installed.) 08:42:41 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:42:41 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:42:41 Setting up bash (4.4.18-2ubuntu1.2) ... 08:42:41 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 08:42:41 (Reading database ... 13912 files and directories currently installed.) 08:42:41 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:41 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:42:41 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:42:41 (Reading database ... 13912 files and directories currently installed.) 08:42:41 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:42:41 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:42:42 Setting up tar (1.29b-2ubuntu0.2) ... 08:42:42 (Reading database ... 13912 files and directories currently installed.) 08:42:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:42:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:42 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:42:42 (Reading database ... 13912 files and directories currently installed.) 08:42:42 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:42 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:42 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:42 (Reading database ... 13912 files and directories currently installed.) 08:42:42 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:42 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:42 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:42:43 (Reading database ... 13912 files and directories currently installed.) 08:42:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:42:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:42:43 Setting up grep (3.1-2build1) ... 08:42:43 (Reading database ... 13912 files and directories currently installed.) 08:42:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:42:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:42:43 Setting up login (1:4.5-1ubuntu2) ... 08:42:43 (Reading database ... 13912 files and directories currently installed.) 08:42:43 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:43 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:43 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:42:43 (Reading database ... 13912 files and directories currently installed.) 08:42:43 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:43 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:44 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:44 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:44 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:44 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:45 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:42:45 (Reading database ... 13912 files and directories currently installed.) 08:42:45 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:42:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:45 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:42:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:42:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:42:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:42:46 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:42:46 (Reading database ... 13912 files and directories currently installed.) 08:42:46 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:42:46 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:42:46 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:42:46 (Reading database ... 13912 files and directories currently installed.) 08:42:46 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:46 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:46 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:46 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 08:42:47 (Reading database ... 13912 files and directories currently installed.) 08:42:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:47 (Reading database ... 13912 files and directories currently installed.) 08:42:47 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:47 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:47 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:47 (Reading database ... 13912 files and directories currently installed.) 08:42:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:47 (Reading database ... 13912 files and directories currently installed.) 08:42:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:47 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:47 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:48 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:48 (Reading database ... 13912 files and directories currently installed.) 08:42:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:48 (Reading database ... 13912 files and directories currently installed.) 08:42:48 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:48 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:48 (Reading database ... 13912 files and directories currently installed.) 08:42:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:42:48 (Reading database ... 13912 files and directories currently installed.) 08:42:48 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:48 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:42:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:42:49 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:42:49 (Reading database ... 13912 files and directories currently installed.) 08:42:49 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:42:49 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:50 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:42:50 (Reading database ... 13912 files and directories currently installed.) 08:42:50 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:42:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:42:50 (Reading database ... 13914 files and directories currently installed.) 08:42:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:42:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:42:50 Setting up debconf (1.5.66ubuntu1) ... 08:42:51 (Reading database ... 13914 files and directories currently installed.) 08:42:51 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:42:51 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:42:51 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:42:51 (Reading database ... 13914 files and directories currently installed.) 08:42:51 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:42:51 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:42:51 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:42:51 (Reading database ... 13914 files and directories currently installed.) 08:42:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:52 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:52 (Reading database ... 13914 files and directories currently installed.) 08:42:52 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:52 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:52 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 08:42:52 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:52 (Reading database ... 13914 files and directories currently installed.) 08:42:52 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:52 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:52 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:52 (Reading database ... 13914 files and directories currently installed.) 08:42:52 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:52 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:53 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:42:53 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:53 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:53 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:53 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:53 (Reading database ... 13914 files and directories currently installed.) 08:42:53 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:42:53 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:42:53 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:42:53 (Reading database ... 13914 files and directories currently installed.) 08:42:53 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:42:53 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:53 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:54 (Reading database ... 13914 files and directories currently installed.) 08:42:54 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:54 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:54 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:54 (Reading database ... 13914 files and directories currently installed.) 08:42:54 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:42:54 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:42:54 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:42:54 (Reading database ... 13914 files and directories currently installed.) 08:42:54 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:42:54 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:42:55 Setting up passwd (1:4.5-1ubuntu2) ... 08:42:55 (Reading database ... 13914 files and directories currently installed.) 08:42:55 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:55 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:55 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:42:56 (Reading database ... 13914 files and directories currently installed.) 08:42:56 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:42:56 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:42:56 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:42:56 (Reading database ... 13914 files and directories currently installed.) 08:42:56 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:42:56 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:42:56 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:42:56 (Reading database ... 13914 files and directories currently installed.) 08:42:56 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:42:56 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:42:56 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:42:56 (Reading database ... 13914 files and directories currently installed.) 08:42:56 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:42:56 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:42:56 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:42:56 (Reading database ... 13914 files and directories currently installed.) 08:42:56 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:42:56 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:42:57 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:42:57 (Reading database ... 13914 files and directories currently installed.) 08:42:57 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:42:57 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:42:57 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:42:57 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 08:42:57 (Reading database ... 13914 files and directories currently installed.) 08:42:57 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:42:57 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:42:57 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:42:57 (Reading database ... 13914 files and directories currently installed.) 08:42:57 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:42:57 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:42:57 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:42:57 (Reading database ... 13915 files and directories currently installed.) 08:42:57 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:58 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:58 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:58 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:58 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:42:58 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:42:58 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:42:58 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:42:58 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:42:58 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:42:58 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:42:58 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:42:59 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:42:59 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:42:59 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:42:59 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:42:59 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:42:59 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:42:59 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:42:59 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:42:59 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:42:59 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:42:59 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:42:59 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:43:00 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:43:00 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:43:00 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:43:00 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:43:00 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:43:01 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:43:01 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:43:01 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:43:01 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:43:01 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:43:01 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:43:01 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:43:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:43:01 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:01 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:01 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:01 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:02 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:02 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:02 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:02 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:03 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:03 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:03 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:03 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:04 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:04 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:05 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:05 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:06 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:43:06 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:43:06 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:43:06 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:43:06 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 08:43:06 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:43:06 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:43:06 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:43:06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:43:06 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:43:06 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:43:06 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:43:06 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:43:07 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:43:07 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:43:07 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:43:07 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:43:07 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:07 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:43:07 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:07 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:07 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:07 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:43:07 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:43:07 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:43:07 08:43:07 Current default time zone: 'Etc/UTC' 08:43:07 Local time is now: Sat Apr 24 08:43:07 UTC 2021. 08:43:07 Universal Time is now: Sat Apr 24 08:43:07 UTC 2021. 08:43:07 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:43:07 08:43:07 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:43:07 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:07 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:43:07 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:43:07 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:43:07 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:43:07 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:43:07 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:43:07 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:43:07 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:43:07 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:07 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:43:08 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:08 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:43:08 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:08 Setting up patch (2.7.6-2ubuntu1.1) ... 08:43:08 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:43:08 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:43:08 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:43:08 Installing new version of config file /etc/ssl/openssl.cnf ... 08:43:08 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:43:08 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:43:08 Setting up ca-certificates (20210119~18.04.1) ... 08:43:10 Updating certificates in /etc/ssl/certs... 08:43:10 23 added, 27 removed; done. 08:43:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:43:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:43:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:43:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:43:11 Setting up pkgbinarymangler (138.18.04.1) ... 08:43:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:43:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:11 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:11 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:43:11 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:43:11 Setting up perl (5.26.1-6ubuntu0.5) ... 08:43:11 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:43:11 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:43:11 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:43:11 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:43:11 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:43:11 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:43:11 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:43:11 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:43:11 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:43:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:43:12 Processing triggers for systemd (237-3ubuntu10.46) ... 08:43:12 Processing triggers for mime-support (3.60ubuntu1) ... 08:43:12 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:43:12 Updating certificates in /etc/ssl/certs... 08:43:12 0 added, 0 removed; done. 08:43:12 Running hooks in /etc/ca-certificates/update.d... 08:43:12 done. 08:43:13 Reading package lists... 08:43:13 Building dependency tree... 08:43:13 Reading state information... 08:43:13 The following NEW packages will be installed: 08:43:13 apt-transport-https 08:43:13 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:43:13 Need to get 1692 B of archives. 08:43:13 After this operation, 154 kB of additional disk space will be used. 08:43:13 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:43:13 debconf: delaying package configuration, since apt-utils is not installed 08:43:13 Fetched 1692 B in 0s (8596 B/s) 08:43:13 Selecting previously unselected package apt-transport-https. 08:43:13 (Reading database ... 13920 files and directories currently installed.) 08:43:13 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:43:13 Unpacking apt-transport-https (1.6.13) ... 08:43:13 Setting up apt-transport-https (1.6.13) ... 08:43:13 Waiting for network to be ready... [Pipeline] } 08:43:14 $ docker stop --time=1 baf8629761eeac2bd956d760c3eec3119eb77dd8f12502ad22070178b2a07587 08:43:16 $ docker rm -f baf8629761eeac2bd956d760c3eec3119eb77dd8f12502ad22070178b2a07587 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:18 08:43:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:43:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:18 latest: Pulling from edgex-devops/edgex-compose-arm64 08:43:18 29e5d40040c1: Pulling fs layer 08:43:18 1ce36da41761: Pulling fs layer 08:43:18 25b303627fd3: Pulling fs layer 08:43:19 29e5d40040c1: Verifying Checksum 08:43:19 29e5d40040c1: Download complete 08:43:19 1ce36da41761: Verifying Checksum 08:43:19 29e5d40040c1: Pull complete 08:43:20 2021-04-24T08:43:16Z INFO Waiting for automatic snapd restart... 08:43:20 snapd 2.49.2 from Canonical* installed 08:43:21 "snapd" switched to the "latest/stable" channel 08:43:21 08:43:21 1ce36da41761: Pull complete 08:43:21 25b303627fd3: Verifying Checksum 08:43:21 25b303627fd3: Download complete 08:43:23 core18 20210309 from Canonical* installed 08:43:23 "core18" switched to the "latest/stable" channel 08:43:23 08:43:26 snapcraft 4.6.2 from Canonical* installed 08:43:27 "snapcraft" switched to the "latest/stable" channel 08:43:27 08:43:31 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: 08:43:31 - README.md 08:43:31 08:43:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:43:31 25b303627fd3: Pull complete 08:43:31 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:43:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:43:31 prd-ubuntu18.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container 08:43:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:43:35 $ docker top 6e24494bb0ad210472415a050934023d428ed5255067dfd529c400e770c72a1f -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:36 + grep parallel+ 08:43:36 docker-compose build --help 08:43:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:37 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:43:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:43:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:43:40 Reading package lists... 08:43:40 --parallel Build images in parallel. 08:43:40 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [Pipeline] } 08:43:40 $ docker stop --time=1 6e24494bb0ad210472415a050934023d428ed5255067dfd529c400e770c72a1f 08:43:42 $ docker rm -f 6e24494bb0ad210472415a050934023d428ed5255067dfd529c400e770c72a1f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:43 . [Pipeline] withDockerContainer 08:43:43 prd-ubuntu18.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container 08:43:43 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:43:45 $ docker top 29918c881aadf00101599339970b04024c1bb5d403cdb44071ccdfc965f438a0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:43:45 + docker-compose -f ./docker-compose-build.yml build --parallel 08:43:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:46 Reading package lists... 08:43:46 Building dependency tree... 08:43:46 Reading state information... 08:43:46 Suggested packages: 08:43:46 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:43:46 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:43:46 Recommended packages: 08:43:46 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:43:46 The following NEW packages will be installed: 08:43:46 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:43:46 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:43:46 pkg-config zip 08:43:46 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:43:46 Need to get 7663 kB of archives. 08:43:46 After this operation, 43.8 MB of additional disk space will be used. 08:43:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:43:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:43:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:43:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:43:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:43:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:43:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:43:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:43:47 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:43:47 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:43:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:43:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:43:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:43:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:43:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:43:48 debconf: delaying package configuration, since apt-utils is not installed 08:43:48 Fetched 7663 kB in 2s (3982 kB/s) 08:43:48 Selecting previously unselected package libglib2.0-0:amd64. 08:43:48 (Reading database ... 13924 files and directories currently installed.) 08:43:48 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:43:48 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:43:49 Selecting previously unselected package libpsl5:amd64. 08:43:49 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:43:49 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:43:49 Selecting previously unselected package libnghttp2-14:amd64. 08:43:49 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:43:49 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:43:49 Selecting previously unselected package librtmp1:amd64. 08:43:49 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:43:49 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:43:49 Selecting previously unselected package libcurl3-gnutls:amd64. 08:43:49 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:43:49 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:43:49 Selecting previously unselected package liberror-perl. 08:43:49 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:43:49 Unpacking liberror-perl (0.17025-1) ... 08:43:49 Selecting previously unselected package git-man. 08:43:49 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:43:49 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:43:49 Selecting previously unselected package git. 08:43:49 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:43:49 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:43:50 Selecting previously unselected package libnorm1:amd64. 08:43:50 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:43:50 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:43:50 Selecting previously unselected package libpgm-5.2-0:amd64. 08:43:50 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:43:50 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:43:50 Selecting previously unselected package libsodium23:amd64. 08:43:50 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:43:50 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:43:50 Selecting previously unselected package libzmq5:amd64. 08:43:50 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:43:50 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:43:50 Selecting previously unselected package libzmq3-dev:amd64. 08:43:50 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:43:50 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:43:50 Selecting previously unselected package pkg-config. 08:43:50 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:43:50 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:43:51 Selecting previously unselected package zip. 08:43:51 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:43:51 Unpacking zip (3.0-11build1) ... 08:43:51 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:43:51 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:43:51 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:43:51 Setting up liberror-perl (0.17025-1) ... 08:43:51 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:43:51 Building docker-core-command-go ... 08:43:51 Building docker-core-data-go ... 08:43:51 Building docker-core-metadata-go ... 08:43:51 Building docker-security-bootstrapper-go ... 08:43:51 Building docker-security-proxy-setup-go ... 08:43:51 Building docker-security-secretstore-setup-go ... 08:43:51 Building docker-support-notifications-go ... 08:43:51 Building docker-support-scheduler-go ... 08:43:51 Building docker-sys-mgmt-agent-go ... 08:43:51 Building docker-support-notifications-go 08:43:51 Building docker-support-scheduler-go 08:43:51 Building docker-security-secretstore-setup-go 08:43:51 Building docker-core-metadata-go 08:43:51 Building docker-security-proxy-setup-go 08:43:51 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:43:51 No schema files found: doing nothing. 08:43:51 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:43:51 Setting up zip (3.0-11build1) ... 08:43:51 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:43:51 Setting up libsodium23:amd64 (1.0.16-2) ... 08:43:51 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:43:51 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:43:51 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:43:51 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:43:51 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:43:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:43:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:58 git set to automatically installed. 08:43:58 git-man set to automatically installed. 08:43:58 libcurl3-gnutls set to automatically installed. 08:43:58 liberror-perl set to automatically installed. 08:43:58 libglib2.0-0 set to automatically installed. 08:43:58 libnghttp2-14 set to automatically installed. 08:43:58 libnorm1 set to automatically installed. 08:43:58 libpgm-5.2-0 set to automatically installed. 08:43:58 libpsl5 set to automatically installed. 08:43:58 librtmp1 set to automatically installed. 08:43:58 libsodium23 set to automatically installed. 08:43:58 libzmq3-dev set to automatically installed. 08:43:58 libzmq5 set to automatically installed. 08:43:58 pkg-config set to automatically installed. 08:43:58 zip set to automatically installed. 08:44:00 snapd is not logged in, snap install commands will use sudo 08:44:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:44:16 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:44:17 snapd is not logged in, snap install commands will use sudo 08:44:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:44:23 snap "core18" has no updates available 08:44:24 Pulling go-build-helper 08:44:24 + snapcraftctl pull 08:44:25 'app-service-config' has dependencies that need to be staged: go-build-helper 08:44:25 Skipping pull go-build-helper (already ran) 08:44:25 Building go-build-helper 08:44:25 + snapcraftctl build 08:44:27 Staging go-build-helper 08:44:27 + snapcraftctl stage 08:44:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:44:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:44:37 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:44:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:44:37 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:44:37 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:44:37 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:44:37 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:44:37 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:44:37 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:44:37 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:44:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:44:37 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:44:37 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:44:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:44:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:44:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:44:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:44:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:44:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:44:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:44:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:44:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:44:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:44:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:44:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:44:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:44:37 Fetched 24.4 MB in 0s (0 B/s) 08:44:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:44:37 Fetched 224 kB in 0s (0 B/s) 08:44:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:44:37 Fetched 157 kB in 0s (0 B/s) 08:44:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:44:37 Fetched 221 kB in 0s (0 B/s) 08:44:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:44:37 Fetched 143 kB in 0s (0 B/s) 08:44:37 Pulling app-service-config 08:44:37 + snapcraftctl pull 08:44:37 Cloning into '/root/parts/app-service-config/src'... 08:44:37 Pulling config-common 08:44:37 + snapcraftctl pull 08:44:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:44:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:44:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:44:41 Fetched 0 B in 0s (0 B/s) 08:44:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:44:41 Fetched 0 B in 0s (0 B/s) 08:44:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:44:41 Fetched 0 B in 0s (0 B/s) 08:44:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:44:41 Fetched 0 B in 0s (0 B/s) 08:44:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:44:41 Fetched 0 B in 0s (0 B/s) 08:44:41 Pulling edgex-go 08:44:41 + snapcraftctl pull 08:45:03 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:45:03 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:45:03 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:45:03 Fetched 0 B in 0s (0 B/s) 08:45:03 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:45:03 Fetched 96.5 kB in 0s (0 B/s) 08:45:03 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:45:03 Fetched 279 kB in 0s (0 B/s) 08:45:03 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:45:03 Fetched 122 kB in 0s (0 B/s) 08:45:03 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:45:03 Fetched 77.8 kB in 0s (0 B/s) 08:45:03 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:45:03 Fetched 8848 B in 0s (0 B/s) 08:45:03 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:45:03 Fetched 47.8 kB in 0s (0 B/s) 08:45:03 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:45:03 Fetched 45.6 kB in 0s (0 B/s) 08:45:03 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:45:03 Fetched 15.0 kB in 0s (0 B/s) 08:45:03 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:45:03 Fetched 219 kB in 0s (0 B/s) 08:45:03 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:45:03 Fetched 154 kB in 0s (0 B/s) 08:45:03 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:45:03 Fetched 50.6 kB in 0s (0 B/s) 08:45:03 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:45:03 Fetched 14.8 kB in 0s (0 B/s) 08:45:03 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:45:03 Fetched 41.8 kB in 0s (0 B/s) 08:45:03 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:45:03 Fetched 499 kB in 0s (0 B/s) 08:45:03 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:45:03 Fetched 111 kB in 0s (0 B/s) 08:45:03 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:45:03 Fetched 240 kB in 0s (0 B/s) 08:45:03 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:45:03 Fetched 29.3 kB in 0s (0 B/s) 08:45:03 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:45:03 Fetched 85.5 kB in 0s (0 B/s) 08:45:03 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:45:03 Fetched 24.5 kB in 0s (0 B/s) 08:45:03 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:45:03 Fetched 49.2 kB in 0s (0 B/s) 08:45:03 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:45:03 Fetched 54.2 kB in 0s (0 B/s) 08:45:03 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:45:03 Fetched 30.8 kB in 0s (0 B/s) 08:45:03 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:45:03 Fetched 15.8 kB in 0s (0 B/s) 08:45:03 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:45:03 Fetched 85.9 kB in 0s (0 B/s) 08:45:03 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:45:03 Fetched 8720 B in 0s (0 B/s) 08:45:03 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:45:03 Fetched 137 kB in 0s (0 B/s) 08:45:03 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:45:03 Fetched 119 kB in 0s (0 B/s) 08:45:03 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:45:03 Fetched 110 kB in 0s (0 B/s) 08:45:03 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:45:03 Fetched 11.1 kB in 0s (0 B/s) 08:45:03 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:45:03 Fetched 645 kB in 0s (0 B/s) 08:45:03 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:45:03 Fetched 41.3 kB in 0s (0 B/s) 08:45:03 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:45:03 Fetched 17.9 kB in 0s (0 B/s) 08:45:03 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:45:03 Fetched 368 kB in 0s (0 B/s) 08:45:03 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:45:03 Fetched 187 kB in 0s (0 B/s) 08:45:03 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:45:03 Fetched 175 kB in 0s (0 B/s) 08:45:03 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:45:03 Fetched 206 kB in 0s (0 B/s) 08:45:03 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:45:03 Fetched 1301 kB in 0s (0 B/s) 08:45:03 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:45:03 Fetched 36.2 kB in 0s (0 B/s) 08:45:03 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:45:03 Fetched 159 kB in 0s (0 B/s) 08:45:03 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:45:03 Fetched 107 kB in 0s (0 B/s) 08:45:03 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:45:03 Fetched 48.7 kB in 0s (0 B/s) 08:45:03 Pulling static-packages 08:45:03 + snapcraftctl pull 08:45:03 Pulling version 08:45:03 + cd /root/project 08:45:03 + [ -f VERSION ] 08:45:03 + PROJECT_VERSION=local-dev 08:45:03 + git rev-parse --short HEAD 08:45:03 + GIT_REVISION=b09a96f3 08:45:03 + snapcraftctl set-version local-dev 08:45:03 Skipping build go-build-helper (already ran) 08:45:03 Building app-service-config 08:45:03 + make build 08:45:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:45:07 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 08:45:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 08:45:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 08:45:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:45:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 08:45:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 08:45:07 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:45:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:45:07 go: downloading github.com/x448/float16 v0.8.4 08:45:07 go: downloading github.com/go-playground/validator/v10 v10.4.1 08:45:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 08:45:07 go: downloading github.com/gorilla/mux v1.8.0 08:45:07 go: downloading github.com/pelletier/go-toml v1.2.0 08:45:07 go: downloading github.com/BurntSushi/toml v0.3.1 08:45:07 go: downloading github.com/gorilla/websocket v1.4.2 08:45:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 08:45:07 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:45:08 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:45:08 go: downloading github.com/hashicorp/consul/api v1.8.1 08:45:08 go: downloading github.com/leodido/go-urn v1.2.0 08:45:08 go: downloading github.com/go-playground/universal-translator v0.17.0 08:45:08 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:45:08 go: downloading github.com/hashicorp/serf v0.9.5 08:45:08 go: downloading github.com/google/uuid v1.2.0 08:45:08 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:45:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:45:08 go: downloading github.com/mattn/go-isatty v0.0.12 08:45:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:45:08 go: downloading github.com/fatih/color v1.9.0 08:45:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:45:08 go: downloading github.com/pebbe/zmq4 v1.2.7 08:45:08 go: downloading github.com/mitchellh/copystructure v1.0.0 08:45:08 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:45:08 go: downloading github.com/go-kit/kit v0.8.0 08:45:08 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:45:08 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:45:08 go: downloading github.com/mattn/go-colorable v0.1.6 08:45:08 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:45:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:45:08 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:45:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:45:08 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:45:08 go: downloading github.com/go-playground/locales v0.13.0 08:45:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:45:08 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:45:13 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:13 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:45:13 ---> 4af8ddfc008a 08:45:13 Step 3/25 : WORKDIR /edgex-go 08:45:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:45:13 ---> 4af8ddfc008a 08:45:13 Step 3/22 : WORKDIR /edgex-go 08:45:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:13 08:45:13 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 08:45:13 08:45:13 ---> 4af8ddfc008a 08:45:13 ---> 4af8ddfc008a 08:45:13 Step 3/23 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 08:45:13 08:45:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:45:13 ---> 4af8ddfc008a 08:45:13 Step 3/21 : WORKDIR /edgex-go 08:45:13 ---> Running in 297c5824d02a 08:45:13 ---> Running in d96f4661f1e2 08:45:13 ---> Running in 4974287ac226 08:45:13 ---> Running in 44e7ecb7688d 08:45:13 ---> Running in ea6ba82cfd43 08:45:13 Removing intermediate container 4974287ac226 08:45:13 ---> 22942299e3fc 08:45:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:13 Removing intermediate container 297c5824d02a 08:45:13 ---> 1f0834fa5ca7 08:45:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:13 Removing intermediate container d96f4661f1e2 08:45:13 ---> fed0e9515e2e 08:45:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:13 Removing intermediate container ea6ba82cfd43 08:45:13 ---> 03bee10b74bd 08:45:13 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:13 Removing intermediate container 44e7ecb7688d 08:45:13 ---> 3edb26857a18 08:45:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:13 ---> Running in c0eb209fdbfa 08:45:13 ---> Running in 2cd7745dfc63 08:45:13 ---> Running in a43253517b89 08:45:13 ---> Running in 8593b1fe0920 08:45:13 ---> Running in 74f0b0556b60 08:45:14 Removing intermediate container c0eb209fdbfa 08:45:14 ---> 0ed2c163d54c 08:45:14 Step 5/21 : RUN apk add --update --no-cache make git 08:45:14 ---> Running in 40ec88ff9c96 08:45:14 Removing intermediate container 8593b1fe0920 08:45:15 ---> a3d461a915e0 08:45:15 Step 5/25 : RUN apk add --update --no-cache make git 08:45:15 ---> Running in 6f601d53e91f 08:45:15 Removing intermediate container 74f0b0556b60 08:45:15 ---> 1d5b97db1935 08:45:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:45:15 Removing intermediate container a43253517b89 08:45:15 ---> 2ce40575a101 08:45:15 Step 5/22 : RUN apk add --update --no-cache make git 08:45:15 ---> Running in 0c13077f832a 08:45:15 Removing intermediate container 2cd7745dfc63 08:45:15 ---> 3077f9be7383 08:45:15 Step 5/23 : RUN apk add --update --no-cache make git 08:45:15 ---> Running in b2b7f4b58cbb 08:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:15 ---> Running in 668a696b3f7c 08:45:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:17 OK: 217 MiB in 51 packages 08:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:18 OK: 217 MiB in 51 packages 08:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:18 Removing intermediate container 40ec88ff9c96 08:45:18 ---> 9e013354ddaf 08:45:18 Step 6/21 : COPY go.mod . 08:45:18 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:45:18 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:45:18 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:45:18 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:45:18 Building config-common 08:45:18 + snapcraftctl build 08:45:19 OK: 217 MiB in 51 packages 08:45:19 OK: 217 MiB in 51 packages 08:45:19 OK: 217 MiB in 51 packages 08:45:19 ---> e8de47b11bb3 08:45:19 Step 7/21 : RUN go mod download 08:45:20 Removing intermediate container 6f601d53e91f 08:45:20 ---> 5baeb53858b1 08:45:20 Step 6/25 : COPY go.mod . 08:45:20 ---> Running in 26fa579a3d32 08:45:21 Removing intermediate container 0c13077f832a 08:45:21 ---> cb993fe5fc7b 08:45:21 Step 6/22 : COPY go.mod . 08:45:21 Removing intermediate container b2b7f4b58cbb 08:45:21 ---> 42ec2acdfd0b 08:45:21 Step 6/22 : COPY go.mod . 08:45:21 Building edgex-go 08:45:21 + cd /root/parts/edgex-go/src 08:45:21 + make build 08:45:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:45:21 ---> e0ab5ffc884e 08:45:21 Step 7/25 : RUN go mod download 08:45:21 ---> Running in ddb44527c3ce 08:45:21 Removing intermediate container 668a696b3f7c 08:45:21 ---> c15394ae28f9 08:45:21 Step 6/23 : COPY go.mod . 08:45:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 08:45:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:45:21 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 08:45:21 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 08:45:21 go: downloading github.com/imdario/mergo v0.3.12 08:45:21 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 08:45:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 08:45:21 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 08:45:21 go: downloading github.com/pkg/errors v0.8.1 08:45:21 go: downloading github.com/pelletier/go-toml v1.9.0 08:45:21 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:45:21 go: downloading golang.org/x/text v0.3.2 08:45:22 ---> 333322a98cbc 08:45:22 Step 7/22 : RUN go mod download 08:45:22 ---> 4535b568b736 08:45:22 Step 7/22 : RUN go mod download 08:45:22 ---> Running in 8cfc352a8d3e 08:45:22 ---> Running in a38a7ba02122 08:45:22 ---> 1989ba33ff94 08:45:22 Step 7/23 : RUN go mod download 08:45:22 ---> Running in bd7a7eb65097 08:45:24 Removing intermediate container 26fa579a3d32 08:45:24 ---> 083828efbdcc 08:45:24 Step 8/21 : COPY . . 08:45:25 Removing intermediate container ddb44527c3ce 08:45:25 ---> cc676ff59425 08:45:25 Step 8/25 : COPY . . 08:45:27 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 08:45:27 go: downloading gopkg.in/yaml.v2 v2.4.0 08:45:28 Removing intermediate container a38a7ba02122 08:45:28 ---> 2da50ecc3df9 08:45:28 Step 8/22 : COPY . . 08:45:29 Removing intermediate container bd7a7eb65097 08:45:29 ---> 5fcc0abe7f3e 08:45:29 Step 8/23 : COPY . . 08:45:29 Removing intermediate container 8cfc352a8d3e 08:45:29 ---> ad0ec70cb0b9 08:45:29 Step 8/22 : COPY . . 08:45:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:45:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:45:34 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 08:45:34 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 08:45:34 go: downloading github.com/stretchr/testify v1.7.0 08:45:34 go: downloading github.com/davecgh/go-spew v1.1.1 08:45:34 go: downloading github.com/pmezard/go-difflib v1.0.0 08:45:34 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:45:36 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 08:45:36 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:45:36 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:45:37 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 08:45:39 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 08:45:39 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:45: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 08:45:42 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 08:45:43 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 08:45:43 go: downloading github.com/lib/pq v1.10.1 08:45:45 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:45:45 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:45:45 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:45:45 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:45:45 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:45:45 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:45:45 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:45:45 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:45:45 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:45:45 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:45:45 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:45:45 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:45:45 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:45:45 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:45:45 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:45:45 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:45:45 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:45:45 + 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 08:45:45 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:45:45 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:45:45 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:45:45 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:45:45 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:45:45 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:45:45 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:45:45 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:45:47 Building static-packages 08:45:47 + snapcraftctl build 08:45:49 Building version 08:45:49 + snapcraftctl build 08:45:51 Skipping stage go-build-helper (already ran) 08:45:51 Staging app-service-config 08:45:51 + snapcraftctl stage 08:45:52 Staging config-common 08:45:52 + snapcraftctl stage 08:45:53 Staging edgex-go 08:45:53 + snapcraftctl stage 08:45:55 Staging static-packages 08:45:55 + snapcraftctl stage 08:45:55 Staging version 08:45:55 + snapcraftctl stage 08:45:56 ---> b75140b86b38 08:45:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:45:56 ---> d6b34b368305 08:45:56 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:45:56 ---> f5a88dc31ff0 08:45:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:45:56 ---> e39d57e09df7 08:45:56 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:45:56 ---> Running in 7b1a9be0036c 08:45:56 ---> c1ac9b3f7139 08:45:56 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:45:56 ---> Running in 473502abbcae 08:45:56 ---> Running in 30a78801042c 08:45:56 ---> Running in 43b3b678fc44 08:45:56 ---> Running in 9db75b106007 08:45:56 Priming go-build-helper 08:45:56 + snapcraftctl prime 08:45:58 Priming app-service-config 08:45:58 + snapcraftctl prime 08:45:58 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 08:45:58 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 08:45:58 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 08:45:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:45:58 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 08:45:59 Priming config-common 08:45:59 + snapcraftctl prime 08:46:00 Priming edgex-go 08:46:00 + snapcraftctl prime 08:46:01 Priming static-packages 08:46:01 + snapcraftctl prime 08:46:04 Priming version 08:46:04 + snapcraftctl prime 08:46:04 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] } 08:47:50 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 08:47:50 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 08:48:05 Removing intermediate container 473502abbcae 08:48:05 ---> c5c102a7ec92 08:48:05 08:48:05 Step 10/25 : FROM alpine:3.12 08:48:05 Removing intermediate container 7b1a9be0036c 08:48:05 ---> 714059ec8029 08:48:05 08:48:05 Step 10/21 : FROM alpine:3.12 08:48:05 3.12: Pulling from library/alpine 08:48:05 3.12: Pulling from library/alpine 08:48:06 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:48:06 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:48:06 Status: Downloaded newer image for alpine:3.12 08:48:06 ---> 9852663dfa18 08:48:06 Step 11/21 : RUN apk add --update --no-cache curl 08:48:06 Status: Downloaded newer image for alpine:3.12 08:48:06 ---> 9852663dfa18 08:48:06 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:48:07 ---> Running in 3e1de2ef545e 08:48:07 ---> Running in b478dd57b068 08:48:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:10 (1/4) Installing ca-certificates (20191127-r4) 08:48:10 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:48:10 (3/4) Installing libcurl (7.76.1-r0) 08:48:10 (1/6) Installing ca-certificates (20191127-r4) 08:48:10 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:48:10 (3/6) Installing libcurl (7.76.1-r0) 08:48:10 (4/4) Installing curl (7.76.1-r0) 08:48:10 Executing busybox-1.31.1-r20.trigger 08:48:10 (4/6) Installing curl (7.76.1-r0) 08:48:10 (5/6) Installing dumb-init (1.2.2-r1) 08:48:10 (6/6) Installing su-exec (0.2-r1) 08:48:10 Executing busybox-1.31.1-r20.trigger 08:48:11 Executing ca-certificates-20191127-r4.trigger 08:48:11 Executing ca-certificates-20191127-r4.trigger 08:48:11 OK: 7 MiB in 18 packages 08:48:11 OK: 7 MiB in 20 packages 08:48:14 Removing intermediate container 30a78801042c 08:48:14 ---> da2383be743e 08:48:14 08:48:14 Step 10/22 : FROM alpine:3.12 08:48:14 ---> 9852663dfa18 08:48:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:48:14 Removing intermediate container 43b3b678fc44 08:48:14 ---> 71706682d23f 08:48:14 08:48:14 Step 10/22 : FROM alpine:3.12 08:48:14 ---> 9852663dfa18 08:48:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:48:15 ---> Running in 0cc9d7df8b29 08:48:15 ---> Running in 768186e17454 08:48:15 Removing intermediate container b478dd57b068 08:48:15 ---> 83d4997ed6a8 08:48:15 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:48:15 Removing intermediate container 3e1de2ef545e 08:48:15 ---> 4029e618634f 08:48:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:48:15 ---> Running in 49df1e00bfbb 08:48:15 ---> Running in b7d32ad983cf 08:48:16 Removing intermediate container 49df1e00bfbb 08:48:16 ---> 110b20a36cb0 08:48:16 Step 13/25 : WORKDIR / 08:48:17 Removing intermediate container b7d32ad983cf 08:48:17 ---> 6c4e96679e7d 08:48:17 Step 13/21 : WORKDIR /edgex 08:48:17 ---> Running in 78b18010e0d6 08:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:17 ---> Running in 58804ef894dc 08:48:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:18 (1/2) Installing ca-certificates (20191127-r4) 08:48:18 (2/2) Installing dumb-init (1.2.2-r1) 08:48:18 Executing busybox-1.31.1-r20.trigger 08:48:18 Executing ca-certificates-20191127-r4.trigger 08:48:18 (1/1) Installing dumb-init (1.2.2-r1) 08:48:18 Executing busybox-1.31.1-r20.trigger 08:48:18 OK: 5 MiB in 15 packages 08:48:18 OK: 6 MiB in 16 packages 08:48:18 Removing intermediate container 78b18010e0d6 08:48:18 ---> c5e022d4333a 08:48:18 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:48:19 Removing intermediate container 58804ef894dc 08:48:19 ---> c996341c9145 08:48:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:48:20 ---> b70593edded2 08:48:20 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:48:20 Removing intermediate container 9db75b106007 08:48:20 ---> a62aa31c16ae 08:48:20 08:48:20 Step 10/23 : FROM alpine:3.12 08:48:20 ---> 9852663dfa18 08:48:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:48:20 ---> 6639ba36fd84 08:48:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:48:20 Removing intermediate container 768186e17454 08:48:20 ---> b66449e05e80 08:48:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:20 ---> Running in c26c6ae4e1f4 08:48:21 ---> Running in fb353659ff1b 08:48:21 Removing intermediate container 0cc9d7df8b29 08:48:21 ---> f1972e9545cc 08:48:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:48:21 ---> 7ef4fb2074c8 08:48:21 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:48:21 ---> Running in 578c7d0c1fd7 08:48:21 Removing intermediate container fb353659ff1b 08:48:21 ---> 973e948e6b56 08:48:21 Step 13/22 : ENV APP_PORT=48085 08:48:22 ---> Running in 94c30bd96c28 08:48:22 Removing intermediate container 578c7d0c1fd7 08:48:22 ---> 0815a18d0b76 08:48:22 Step 13/22 : ENV APP_PORT=48060 08:48:22 ---> 954e523faf33 08:48:22 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:48:22 ---> 3295536c4fd7 08:48:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:22 ---> Running in 862735de3c80 08:48:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:22 Removing intermediate container 94c30bd96c28 08:48:22 ---> c8f4f02ee8cf 08:48:22 Step 14/22 : EXPOSE $APP_PORT 08:48:23 ---> Running in 1125a2386f5a 08:48:23 (1/1) Installing dumb-init (1.2.2-r1) 08:48:23 Executing busybox-1.31.1-r20.trigger 08:48:23 OK: 5 MiB in 15 packages 08:48:23 Removing intermediate container 862735de3c80 08:48:23 ---> db9937b1e336 08:48:23 Step 14/22 : EXPOSE $APP_PORT 08:48:23 ---> 56d3481bd125 08:48:23 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:48:23 ---> Running in bab4538b440b 08:48:23 Removing intermediate container 1125a2386f5a 08:48:23 ---> 22b9badd0a08 08:48:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:24 ---> 74a1e8020fc8 08:48:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:48:24 ---> Running in 4dab2c1f1745 08:48:24 Removing intermediate container bab4538b440b 08:48:24 ---> c9a4a4c2a248 08:48:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:25 Removing intermediate container c26c6ae4e1f4 08:48:25 ---> e5effea58fce 08:48:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:25 ---> 687eded16e72 08:48:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:48:25 ---> Running in aeb6ddd37308 08:48:25 Removing intermediate container 4dab2c1f1745 08:48:25 ---> d46d70ab225d 08:48:25 Step 18/21 : CMD ["--init=true"] 08:48:25 ---> 7396cde35e9a 08:48:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:48:25 ---> 808500cef076 08:48:25 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:48:25 ---> Running in 2d9c56c6c42a 08:48:26 Removing intermediate container aeb6ddd37308 08:48:26 ---> ce30638ec6fa 08:48:26 Step 13/23 : ENV APP_PORT=48081 08:48:26 Removing intermediate container 2d9c56c6c42a 08:48:26 ---> 21a2ad2e8dfc 08:48:26 Step 19/21 : LABEL arch=arm64 08:48:27 ---> Running in 7962a24a71a9 08:48:27 ---> d43bd39ed9e0 08:48:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:48:27 ---> Running in 20389621505a 08:48:27 ---> 1a58e32cc426 08:48:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:48:27 ---> 50df7b548ff3 08:48:27 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:48:28 Removing intermediate container 7962a24a71a9 08:48:28 ---> 4223de4eef3e 08:48:28 Step 14/23 : EXPOSE $APP_PORT 08:48:28 Removing intermediate container 20389621505a 08:48:28 ---> 4ea1d49b6dd2 08:48:28 Step 20/21 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:48:28 ---> Running in 0ff44b834be7 08:48:28 ---> Running in 11422bb8df31 08:48:28 ---> 396a92f110fa 08:48:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:48:28 ---> 317b97729a68 08:48:28 Step 21/25 : 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/ 08:48:28 ---> ac4ede8b161c 08:48:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:48:28 ---> Running in edf734019d2b 08:48:29 ---> Running in 45d448980ea9 08:48:29 Removing intermediate container 0ff44b834be7 08:48:29 ---> d5b579d00f3a 08:48:29 Step 15/23 : WORKDIR / 08:48:29 ---> Running in ff6ff83a3e48 08:48:29 Removing intermediate container 11422bb8df31 08:48:29 ---> 68cc777d2974 08:48:29 Step 21/21 : LABEL version=0.0.0 08:48:29 ---> Running in 5052cb7f57a5 08:48:29 ---> Running in d9acd8025f1a 08:48:29 Removing intermediate container edf734019d2b 08:48:29 ---> 4726a76af49c 08:48:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:29 Removing intermediate container ff6ff83a3e48 08:48:29 ---> 0ae58612ae4b 08:48:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:29 ---> Running in 4f36da609b17 08:48:30 ---> Running in 6d1733827ae9 08:48:30 Removing intermediate container d9acd8025f1a 08:48:30 ---> 1e7118a16e3a 08:48:30 08:48:30 Removing intermediate container 5052cb7f57a5 08:48:30 ---> f485ab8902ff 08:48:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:30 Removing intermediate container 4f36da609b17 08:48:30 ---> e93210daa79f 08:48:30 Step 20/22 : LABEL arch=arm64 08:48:31 Removing intermediate container 6d1733827ae9 08:48:31 ---> f047cf8a74d7 08:48:31 Step 20/22 : LABEL arch=arm64 08:48:31 ---> Running in e4d044b70465 08:48:31 Successfully built 1e7118a16e3a 08:48:31 ---> Running in 5c6f697e3a9b 08:48:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:48:31  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 08:48:31 ---> 2b80fdd35731 08:48:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:48:31 Removing intermediate container e4d044b70465 08:48:31 ---> 4e6e80940f93 08:48:31 Step 21/22 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:48:32 Removing intermediate container 5c6f697e3a9b 08:48:32 ---> 990fc0f5b838 08:48:32 Step 21/22 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:48:32 ---> Running in 2703a0e9561f 08:48:32 ---> Running in 922b9f52ae2c 08:48:32 Removing intermediate container 45d448980ea9 08:48:32 ---> 209aa5d33681 08:48:32 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:48:33 ---> Running in eafb87ae7cd7 08:48:33 Removing intermediate container 2703a0e9561f 08:48:33 ---> 54bb3500bd09 08:48:33 Step 22/22 : LABEL version=0.0.0 08:48:33 Removing intermediate container 922b9f52ae2c 08:48:33 ---> 114bbfd80df9 08:48:33 Step 22/22 : LABEL version=0.0.0 08:48:33 ---> Running in 37e476593d08 08:48:34 ---> Running in c8a39dd22a98 08:48:34 Removing intermediate container eafb87ae7cd7 08:48:34 ---> 10d56151a5e2 08:48:34 Step 23/25 : LABEL arch=arm64 08:48:34 ---> bffdd619b924 08:48:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:48:34 Removing intermediate container 37e476593d08 08:48:34 ---> f2181a5139f6 08:48:34 08:48:35 ---> Running in d0218ac3121d 08:48:35 Successfully built f2181a5139f6 08:48:35 Removing intermediate container c8a39dd22a98 08:48:35 Successfully tagged docker-support-scheduler-go-arm64:latest 08:48:35 ---> d8d5bf03f5a0 08:48:35 08:48:35 Building docker-core-command-go 08:48:35  Building docker-support-scheduler-go ... done Successfully built d8d5bf03f5a0 08:48:36 ---> cf6a7ca303e0 08:48:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:48:36 Removing intermediate container d0218ac3121d 08:48:36 ---> 38b8402e1cb9 08:48:36 Step 24/25 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:48:36 Successfully tagged docker-support-notifications-go-arm64:latest 08:48:36  Building docker-support-notifications-go ... done Building docker-core-data-go 08:48:36 ---> Running in b95010dd2a9d 08:48:36 ---> Running in 9b4362efc110 08:48:37 Removing intermediate container b95010dd2a9d 08:48:37 ---> 6b1fa7a0040d 08:48:37 Step 25/25 : LABEL version=0.0.0 08:48:37 Removing intermediate container 9b4362efc110 08:48:37 ---> 6a7e6c90a6de 08:48:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:37 ---> Running in b96625c41da7 08:48:37 ---> Running in a83c31cf8abf 08:48:37 Removing intermediate container b96625c41da7 08:48:37 ---> 66c5b021a3a7 08:48:37 08:48:37 Removing intermediate container a83c31cf8abf 08:48:37 ---> ba460307248e 08:48:37 Step 21/23 : LABEL arch=arm64 08:48:38 ---> Running in 3d4b868534ac 08:48:38 Successfully built 66c5b021a3a7 08:48:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:48:38 Building docker-security-bootstrapper-go 08:48:38  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3d4b868534ac 08:48:38 ---> 0e7c0577708f 08:48:38 Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:48:38 ---> Running in d5f85d8f97cc 08:48:39 Removing intermediate container d5f85d8f97cc 08:48:39 ---> 24ad1ee79be6 08:48:39 Step 23/23 : LABEL version=0.0.0 08:48:39 ---> Running in b9480af0643c 08:48:39 Removing intermediate container b9480af0643c 08:48:39 ---> 96a70181155e 08:48:39 08:48:40 Successfully built 96a70181155e 08:48:40 Successfully tagged docker-core-metadata-go-arm64:latest 08:49:27  Building docker-core-metadata-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:27 ---> 4af8ddfc008a 08:49:27 Step 3/23 : WORKDIR /edgex-go 08:49:27 ---> Using cache 08:49:27 ---> 3edb26857a18 08:49:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:27 ---> Using cache 08:49:27 ---> 1d5b97db1935 08:49:27 Step 5/23 : RUN apk add --update --no-cache make bash git 08:49:31 ---> Running in 4390eac8dc1f 08:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:33 ---> 4af8ddfc008a 08:49:33 Step 3/23 : WORKDIR /edgex-go 08:49:33 ---> Using cache 08:49:33 ---> 3edb26857a18 08:49:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:33 ---> Using cache 08:49:33 ---> 1d5b97db1935 08:49:33 Step 5/23 : RUN apk add --update --no-cache make git 08:49:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:33 ---> 4af8ddfc008a 08:49:33 Step 3/23 : WORKDIR /edgex-go 08:49:33 ---> Using cache 08:49:33 ---> 3edb26857a18 08:49:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:33 ---> Using cache 08:49:33 ---> 1d5b97db1935 08:49:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:49:33 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:33 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:49:33 ---> 4af8ddfc008a 08:49:33 Step 3/31 : WORKDIR /edgex-go 08:49:33 ---> Using cache 08:49:33 ---> 3edb26857a18 08:49:33 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:33 ---> Using cache 08:49:33 ---> 1d5b97db1935 08:49:33 Step 5/31 : RUN apk add --update --no-cache make git 08:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:33 ---> Running in 48f7c44578c4 08:49:33 ---> Running in 44ba8b28115f 08:49:33 ---> Running in a784992b501b 08:49:34 OK: 217 MiB in 51 packages 08:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:36 Removing intermediate container 4390eac8dc1f 08:49:36 ---> 2829c846ccff 08:49:36 Step 6/23 : COPY go.mod . 08:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:36 ---> 262017223d83 08:49:36 Step 7/23 : RUN go mod download 08:49:36 ---> Running in fd8a5d1eb75f 08:49:37 OK: 217 MiB in 51 packages 08:49:37 OK: 217 MiB in 51 packages 08:49:37 OK: 217 MiB in 51 packages 08:49:38 Removing intermediate container 48f7c44578c4 08:49:38 ---> 93d75930f20c 08:49:38 Step 6/23 : COPY go.mod . 08:49:39 Removing intermediate container 44ba8b28115f 08:49:39 ---> fbb5282edecd 08:49:39 Step 6/23 : COPY go.mod . 08:49:39 Removing intermediate container a784992b501b 08:49:39 ---> 9caf8e38b729 08:49:39 Step 6/31 : COPY go.mod . 08:49:39 ---> 563fb43b8b6f 08:49:39 Step 7/23 : RUN go mod download 08:49:40 ---> 131e658fe10e 08:49:40 Step 7/23 : RUN go mod download 08:49:40 ---> Running in d216506a4cb7 08:49:40 ---> Running in b31783ba7faf 08:49:40 ---> b8c7974df958 08:49:40 Step 7/31 : RUN go mod download 08:49:40 ---> Running in df5911908730 08:49:41 Removing intermediate container fd8a5d1eb75f 08:49:41 ---> 1e030d7fbe28 08:49:41 Step 8/23 : COPY . . 08:49:45 Removing intermediate container d216506a4cb7 08:49:45 ---> bcac6dd18d8e 08:49:45 Step 8/23 : COPY . . 08:49:45 Removing intermediate container b31783ba7faf 08:49:45 ---> 8d0ab6b8a46f 08:49:45 Step 8/23 : COPY . . 08:49:45 Removing intermediate container df5911908730 08:49:45 ---> d761577a8bab 08:49:45 Step 8/31 : COPY . . 08:50:07 ---> dff98fa8309b 08:50:07 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:50:07 ---> 5e98323b81fd 08:50:07 Step 9/23 : RUN make cmd/core-command/core-command 08:50:07 ---> bdb15626a454 08:50:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:50:07 ---> 41c5969ed3bd 08:50:07 Step 9/23 : RUN make cmd/core-data/core-data 08:50:07 ---> Running in 2d2382518157 08:50:07 ---> Running in 9902de5f9847 08:50:07 ---> Running in bfed0b42b806 08:50:07 ---> Running in d2e71347a101 08:50:07 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 08:50: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 08:50: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 08:50:08 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 08:52:00 Removing intermediate container 9902de5f9847 08:52:00 ---> b05e418d788c 08:52:00 08:52:00 Step 10/31 : FROM alpine:3.12 08:52:00 ---> 9852663dfa18 08:52:00 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:52:00 ---> Running in b4f680fe3768 08:52:00 Removing intermediate container b4f680fe3768 08:52:00 ---> c03557eb25bb 08:52:00 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:52:00 ---> Running in c57d35af2157 08:52:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:00 Removing intermediate container 2d2382518157 08:52:00 ---> 2e4e0eb9654f 08:52:00 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:52:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:00 ---> Running in 8c063c5d3008 08:52:00 (1/2) Installing dumb-init (1.2.2-r1) 08:52:00 (2/2) Installing su-exec (0.2-r1) 08:52:00 Executing busybox-1.31.1-r20.trigger 08:52:00 OK: 5 MiB in 16 packages 08:52:00 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 08:52:00 Removing intermediate container c57d35af2157 08:52:00 ---> b975360d3b8f 08:52:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:52:00 Removing intermediate container d2e71347a101 08:52:00 ---> a9a54db1dc47 08:52:00 08:52:00 Step 10/23 : FROM alpine:3.12 08:52:00 ---> 9852663dfa18 08:52:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:52:00 ---> Using cache 08:52:00 ---> e5effea58fce 08:52:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:52:00 ---> Using cache 08:52:00 ---> ce30638ec6fa 08:52:00 Step 13/23 : ENV APP_PORT=48082 08:52:00 ---> Running in 9edf5a33d4ab 08:52:00 ---> Running in f8824a7fea00 08:52:00 Removing intermediate container 9edf5a33d4ab 08:52:00 ---> 7230fca12a79 08:52:00 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:52:00 Removing intermediate container f8824a7fea00 08:52:00 ---> 88d2f1cf0fcd 08:52:00 Step 14/23 : EXPOSE $APP_PORT 08:52:00 ---> Running in b7de769f2155 08:52:00 ---> Running in 82e44ccdc48d 08:52:00 Removing intermediate container b7de769f2155 08:52:00 ---> 31a2179daab7 08:52:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:52:00 ---> Running in f4592ef34e24 08:52:00 Removing intermediate container 82e44ccdc48d 08:52:00 ---> dbf2449b10d7 08:52:00 Step 15/23 : WORKDIR / 08:52:00 ---> Running in 403109c82dea 08:52:00 Removing intermediate container 403109c82dea 08:52:00 ---> 53afdd81d642 08:52:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:00 Removing intermediate container 8c063c5d3008 08:52:00 ---> 320a06e483e4 08:52:00 08:52:00 Step 11/23 : FROM docker:20.10.0 08:52:00 20.10.0: Pulling from library/docker 08:52:00 ---> ff333c298ab3 08:52:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:52:00 Removing intermediate container f4592ef34e24 08:52:00 ---> 24141bd096b2 08:52:00 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:52:01 ---> Running in 355b41268de4 08:52:01 ---> e2cc57656677 08:52:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:52:01 Removing intermediate container 355b41268de4 08:52:01 ---> 2c2f968b1fbe 08:52:01 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:52:03 ---> f8a9adf8b93d 08:52:03 Step 19/23 : ENTRYPOINT ["/core-command"] 08:52:03 ---> 54fb4a5854a2 08:52:03 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:52:03 ---> Running in e1022920da09 08:52:03 ---> Running in fadda3f9ffd7 08:52:03 Removing intermediate container e1022920da09 08:52:03 ---> 6cb4e313dc8a 08:52:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:04 ---> Running in 52ee3634eeab 08:52:05 Removing intermediate container 52ee3634eeab 08:52:05 ---> 53906ff5b27a 08:52:05 Step 21/23 : LABEL arch=arm64 08:52:05 ---> Running in 7f9f928fdcb8 08:52:06 Removing intermediate container 7f9f928fdcb8 08:52:06 ---> a5c884f74388 08:52:06 Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:52:06 ---> Running in b2687531abf5 08:52:07 Removing intermediate container fadda3f9ffd7 08:52:07 ---> 83ad2cd349af 08:52:07 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:07 Removing intermediate container b2687531abf5 08:52:07 ---> e5d94a6439f5 08:52:07 Step 23/23 : LABEL version=0.0.0 08:52:08 ---> Running in 89970f4f5840 08:52:08 ---> eea9d739228e 08:52:08 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:52:08 Removing intermediate container 89970f4f5840 08:52:08 ---> be46fe588347 08:52:08 08:52:09 Successfully built be46fe588347 08:52:09 Removing intermediate container bfed0b42b806 08:52:09 ---> 75d808de86d2 08:52:09 08:52:09 Step 10/23 : FROM alpine:3.12 08:52:09 ---> 9852663dfa18 08:52:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:52:09 Successfully tagged docker-core-command-go-arm64:latest 08:52:10  Building docker-core-command-go ... done  ---> Running in 3fdb222929d8 08:52:11 ---> a9bd91499f09 08:52:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:52:11 Removing intermediate container 3fdb222929d8 08:52:11 ---> 734ec5c264ec 08:52:11 Step 12/23 : ENV APP_PORT=48080 08:52:12 ---> Running in 7b07ec4e7576 08:52:12 ---> 9236b7e39ae9 08:52:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:52:12 Removing intermediate container 7b07ec4e7576 08:52:12 ---> ade9c3f5aa6d 08:52:12 Step 13/23 : EXPOSE $APP_PORT 08:52:12 ---> Running in 0e6c64a539bf 08:52:13 ---> bf9ec4d27c11 08:52:13 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:52:13 Removing intermediate container 0e6c64a539bf 08:52:13 ---> 3309133518b2 08:52:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:13 ---> Running in 8f23371d1058 08:52:14 ---> 655f1ceffda0 08:52:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:52:14 ---> Running in deb555aaa3a4 08:52:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:52:15 Status: Downloaded newer image for docker:20.10.0 08:52:15 ---> eeaf43b92773 08:52:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:52:15 Removing intermediate container deb555aaa3a4 08:52:15 ---> d699c2196dae 08:52:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:52:15 ---> Running in 086767d83d05 08:52:16 Removing intermediate container 086767d83d05 08:52:16 ---> f3926050d73c 08:52:16 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:52:16 ---> f15360d661ce 08:52:16 Step 26/31 : RUN chmod +x /entrypoint.sh 08:52:16 Removing intermediate container 8f23371d1058 08:52:16 ---> f8e7572e6eb2 08:52:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:52:16 ---> Running in 4b2490efa1bf 08:52:16 ---> Running in 86d1cfa7f938 08:52:16 ---> Running in 4e998c2b179c 08:52:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:18 (1/39) Installing readline (8.0.4-r0) 08:52:18 (2/39) Installing bash (5.0.17-r0) 08:52:18 Executing bash-5.0.17-r0.post-install 08:52:18 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:52:18 (4/39) Installing libcurl (7.76.1-r0) 08:52:18 (5/39) Installing curl (7.76.1-r0) 08:52:18 (6/39) Installing dumb-init (1.2.2-r1) 08:52:18 (7/39) Installing libbz2 (1.0.8-r1) 08:52:18 (8/39) Installing expat (2.2.9-r1) 08:52:18 (9/39) Installing libffi (3.3-r2) 08:52:18 (10/39) Installing gdbm (1.13-r1) 08:52:18 (11/39) Installing xz-libs (5.2.5-r0) 08:52:18 (12/39) Installing sqlite-libs (3.32.1-r0) 08:52:18 (13/39) Installing python3 (3.8.8-r0) 08:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:19 (1/6) Installing dumb-init (1.2.2-r1) 08:52:19 (2/6) Installing libgcc (9.3.0-r2) 08:52:19 (3/6) Installing libsodium (1.0.18-r0) 08:52:20 (4/6) Installing libstdc++ (9.3.0-r2) 08:52:20 Removing intermediate container 4e998c2b179c 08:52:20 ---> 52bfd3025e0e 08:52:20 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:52:20 (5/6) Installing libzmq (4.3.3-r0) 08:52:20 (6/6) Installing zeromq (4.3.3-r0) 08:52:20 Executing busybox-1.31.1-r20.trigger 08:52:20 OK: 8 MiB in 20 packages 08:52:20 (14/39) Installing py3-appdirs (1.4.4-r1) 08:52:20 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:52:20 (16/39) Installing py3-parsing (2.4.7-r0) 08:52:20 (17/39) Installing py3-six (1.15.0-r0) 08:52:20 (18/39) Installing py3-packaging (20.4-r0) 08:52:20 (19/39) Installing py3-setuptools (47.0.0-r0) 08:52:20 (20/39) Installing py3-chardet (3.0.4-r4) 08:52:20 ---> Running in 26ffe60649d9 08:52:20 (21/39) Installing py3-idna (2.9-r0) 08:52:20 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:52:20 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:52:20 (24/39) Installing py3-requests (2.23.0-r0) 08:52:21 (25/39) Installing py3-msgpack (1.0.0-r0) 08:52:21 (26/39) Installing py3-lockfile (0.12.2-r3) 08:52:21 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:52:21 (28/39) Installing py3-colorama (0.4.3-r0) 08:52:21 (29/39) Installing py3-distlib (0.3.0-r0) 08:52:21 (30/39) Installing py3-distro (1.5.0-r1) 08:52:21 (31/39) Installing py3-webencodings (0.5.1-r3) 08:52:21 (32/39) Installing py3-html5lib (1.0.1-r4) 08:52:21 (33/39) Installing py3-pytoml (0.1.21-r0) 08:52:21 (34/39) Installing py3-pep517 (0.8.2-r0) 08:52:21 (35/39) Installing py3-progress (1.5-r0) 08:52:21 (36/39) Installing py3-toml (0.10.1-r0) 08:52:21 (37/39) Installing py3-retrying (1.3.3-r0) 08:52:21 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:52:21 (39/39) Installing py3-pip (20.1.1-r0) 08:52:21 Removing intermediate container 26ffe60649d9 08:52:21 ---> 9dd15028560b 08:52:21 Step 28/31 : CMD ["gate"] 08:52:21 Executing busybox-1.31.1-r19.trigger 08:52:21 OK: 72 MiB in 59 packages 08:52:22 ---> Running in 36b65e8f76db 08:52:22 Removing intermediate container 86d1cfa7f938 08:52:22 ---> 37b9b9753b56 08:52:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:22 Removing intermediate container 36b65e8f76db 08:52:22 ---> 4fd107be3dbd 08:52:22 Step 29/31 : LABEL arch=arm64 08:52:22 ---> Running in 2bcf59ac6601 08:52:22 ---> d7077320586b 08:52:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:52:23 Removing intermediate container 2bcf59ac6601 08:52:23 ---> 886e836054b0 08:52:23 Step 30/31 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:52:24 ---> Running in a06d52fc3b8a 08:52:24 ---> f411d1dd51c1 08:52:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:52:25 Removing intermediate container a06d52fc3b8a 08:52:25 ---> 004a4929c081 08:52:25 Step 31/31 : LABEL version=0.0.0 08:52:25 ---> Running in 42c5c9ec4388 08:52:25 ---> ffafb7aa5c3f 08:52:25 Step 19/23 : ENTRYPOINT ["/core-data"] 08:52:25 ---> Running in 85f57c3e5d51 08:52:26 Removing intermediate container 42c5c9ec4388 08:52:26 ---> 311f7169f059 08:52:26 08:52:26 Successfully built 311f7169f059 08:52:26 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:52:26  Building docker-security-bootstrapper-go ... done Removing intermediate container 85f57c3e5d51 08:52:26 ---> e2bd3329615c 08:52:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:26 ---> Running in 438263b86568 08:52:27 Collecting docker-compose==1.23.2 08:52:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:52:27 Removing intermediate container 438263b86568 08:52:27 ---> 0f4619487603 08:52:27 Step 21/23 : LABEL arch=arm64 08:52:27 ---> Running in 7ad8e53ec744 08:52:27 Removing intermediate container 7ad8e53ec744 08:52:27 ---> 053fb74bfd9b 08:52:27 Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:52:27 ---> Running in dc42d1be75c0 08:52:28 Removing intermediate container dc42d1be75c0 08:52:28 ---> 64c715b34e1b 08:52:28 Step 23/23 : LABEL version=0.0.0 08:52:28 Collecting docker<4.0,>=3.6.0 08:52:28 ---> Running in e6d411d7dff6 08:52:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:52:29 Removing intermediate container e6d411d7dff6 08:52:29 ---> dd104dadd256 08:52:29 08:52:29 Collecting docopt<0.7,>=0.6.1 08:52:29 Downloading docopt-0.6.2.tar.gz (25 kB) 08:52:29 Successfully built dd104dadd256 08:52:29 Successfully tagged docker-core-data-go-arm64:latest 08:52:33  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 08:52:33 Downloading PyYAML-3.13.tar.gz (270 kB) 08:52:37 Collecting jsonschema<3,>=2.5.1 08:52:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:52:37 Collecting websocket-client<1.0,>=0.32.0 08:52:37 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:52:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:52:38 Collecting dockerpty<0.5,>=0.4.1 08:52:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:52:41 Collecting texttable<0.10,>=0.9.0 08:52:41 Downloading texttable-0.9.1.tar.gz (11 kB) 08:52:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:52:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:52:45 Collecting cached-property<2,>=1.2.0 08:52:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:52:46 Collecting docker-pycreds>=0.4.0 08:52:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:52:47 Collecting urllib3<1.25,>=1.21.1 08:52:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:52:47 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) 08:52:47 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) 08:52:47 Collecting idna<2.8,>=2.5 08:52:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:52:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:52:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:52:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:52:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:52:48 Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, PyYAML, jsonschema, dockerpty, texttable, cached-property, docker-compose 08:52:49 Attempting uninstall: urllib3 08:52:49 Found existing installation: urllib3 1.25.9 08:52:49 Uninstalling urllib3-1.25.9: 08:52:49 Successfully uninstalled urllib3-1.25.9 08:52:49 Attempting uninstall: idna 08:52:49 Found existing installation: idna 2.9 08:52:49 Uninstalling idna-2.9: 08:52:49 Successfully uninstalled idna-2.9 08:52:50 Attempting uninstall: requests 08:52:50 Found existing installation: requests 2.23.0 08:52:50 Uninstalling requests-2.23.0: 08:52:50 Successfully uninstalled requests-2.23.0 08:52:52 Running setup.py install for docopt: started 08:52:54 Running setup.py install for docopt: finished with status 'done' 08:52:54 Running setup.py install for PyYAML: started 08:52:57 Running setup.py install for PyYAML: finished with status 'done' 08:52:57 Running setup.py install for dockerpty: started 08:53:00 Running setup.py install for dockerpty: finished with status 'done' 08:53:00 Running setup.py install for texttable: started 08:53:02 Running setup.py install for texttable: finished with status 'done' 08:53:03 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 08:53:13 Removing intermediate container 4b2490efa1bf 08:53:13 ---> 4c7f467d3b38 08:53:13 Step 14/23 : ENV APP_PORT=48090 08:53:13 ---> Running in 3ee6d9c9153b 08:53:13 Removing intermediate container 3ee6d9c9153b 08:53:13 ---> c3db3037cbb4 08:53:13 Step 15/23 : EXPOSE $APP_PORT 08:53:13 ---> Running in 87a61a198996 08:53:13 Removing intermediate container 87a61a198996 08:53:13 ---> 66330a59f52f 08:53:13 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:53:15 ---> 2f6d62e9802a 08:53:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:53:15 ---> f908b6d010d7 08:53:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:53:16 ---> 19654b0b2946 08:53:16 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:53:16 ---> Running in 1415d3b20e70 08:53:17 Removing intermediate container 1415d3b20e70 08:53:17 ---> 5c33ef32baf4 08:53:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:17 ---> Running in 85bacedd9320 08:53:18 Removing intermediate container 85bacedd9320 08:53:18 ---> eb6c66999c3c 08:53:18 Step 21/23 : LABEL arch=arm64 08:53:18 ---> Running in 1445e1c12c3f 08:53:18 Removing intermediate container 1445e1c12c3f 08:53:18 ---> 54030c332862 08:53:18 Step 22/23 : LABEL git_sha=c55df792c06c06ba7066dcd8d8a20bd913cc4294 08:53:18 ---> Running in 42c7141496cf 08:53:19 Removing intermediate container 42c7141496cf 08:53:19 ---> 39ff44763c43 08:53:19 Step 23/23 : LABEL version=0.0.0 08:53:19 ---> Running in 2c789009c2cb 08:53:19 Removing intermediate container 2c789009c2cb 08:53:19 ---> fe9045d21d40 08:53:19 08:53:20 Successfully built fe9045d21d40 08:53:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:53:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:53:20 $ docker stop --time=1 29918c881aadf00101599339970b04024c1bb5d403cdb44071ccdfc965f438a0 08:53:22 $ docker rm -f 29918c881aadf00101599339970b04024c1bb5d403cdb44071ccdfc965f438a0 [Pipeline] // withDockerContainer [Pipeline] sh 08:53:23 + docker images 08:53:23 + grep docker 08:53:23 docker-sys-mgmt-agent-go-arm64 latest fe9045d21d40 4 seconds ago 299MB 08:53:23 docker-core-data-go-arm64 latest dd104dadd256 55 seconds ago 21.6MB 08:53:23 docker-security-bootstrapper-go-arm64 latest 311f7169f059 58 seconds ago 18.2MB 08:53:23 docker-core-command-go-arm64 latest be46fe588347 About a minute ago 16.5MB 08:53:23 docker-core-metadata-go-arm64 latest 96a70181155e 4 minutes ago 18.1MB 08:53:23 docker-security-secretstore-setup-go-arm64 latest 66c5b021a3a7 4 minutes ago 25MB 08:53:23 docker-support-notifications-go-arm64 latest d8d5bf03f5a0 4 minutes ago 17.2MB 08:53:23 docker-support-scheduler-go-arm64 latest f2181a5139f6 4 minutes ago 16.6MB 08:53:23 docker-security-proxy-setup-go-arm64 latest 1e7118a16e3a 4 minutes ago 24.7MB 08:53:23 docker 20.10.0 eeaf43b92773 4 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 08:53:24 ---> job-cost.sh 08:53:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Szsu 08:54:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:55:47 lf-activate-venv(): INFO: Adding /tmp/venv-Szsu/bin to PATH 08:55:47 INFO: No Stack... 08:55:47 INFO: Retrieving Pricing Info for: lf-standard-4 08:55:47 INFO: Archiving Costs [Pipeline] sh 08:55:48 + cat /w/workspace/edgex-go/5/archives/cost.csv 08:55:48 + cut -d, -f6 [Pipeline] lock 08:55:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-5-stack-cost] 08:55:48 Resource [jenkins-edgexfoundry-edgex-go-PR-3391-5-stack-cost] did not exist. Created. 08:55:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:55:48 + echo total: 0.20999999344348907 [Pipeline] stash 08:55:49 Stashed 1 file(s) [Pipeline] } 08:55:49 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-5-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 08:55:49 provisioning config files... 08:55:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config8717716873076834884tmp [Pipeline] { [Pipeline] sh 08:55:50 + set +x 08:55:50 + curl -s https://codecov.io/bash 08:55:50 + bash -s -- 08:55:50 08:55:50 _____ _ 08:55:50 / ____| | | 08:55:50 | | ___ __| | ___ ___ _____ __ 08:55:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:55:50 | |___| (_) | (_| | __/ (_| (_) \ V / 08:55:50 \_____\___/ \__,_|\___|\___\___/ \_/ 08:55:50 Bash-1.0.2 08:55:50 08:55:50 08:55:50 ==> git version 2.24.3 found 08:55:50 ==> 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 08:55:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:55:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:55:50 ==> Jenkins CI detected. 08:55:50 project root: . 08:55:50 --> token set from env 08:55:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:55:50 ==> Running gcov in . (disable via -X gcov) 08:55:51 ==> Python coveragepy not found 08:55:51 ==> Searching for coverage reports in: 08:55:51 + . 08:55:51 -> Found 1 reports 08:55:51 ==> Detecting git/mercurial file structure 08:55:51 ==> Reading reports 08:55:51 + ./coverage.out bytes=711909 08:55:51 ==> Appending adjustments 08:55:51 https://docs.codecov.io/docs/fixing-reports 08:55:55 + Found adjustments 08:55:55 ==> Gzipping contents 08:55:55 100K /tmp/codecov.YptSH5.gz 08:55:55 ==> Uploading reports 08:55:55 url: https://codecov.io 08:55:55 query: branch=PR-3391&commit=c55df792c06c06ba7066dcd8d8a20bd913cc4294&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 08:55:55 -> Pinging Codecov 08:55:55 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=c55df792c06c06ba7066dcd8d8a20bd913cc4294&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 08:55:55 -> Uploading to 08:55:55 https://storage.googleapis.com/codecov/v4/raw/2021-04-24/00271124DB129430A58F1EEE437C3FCB/c55df792c06c06ba7066dcd8d8a20bd913cc4294/996f1183-632e-4ecd-9e76-e726527c827d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210424%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210424T085554Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bdb1df47ffe88117ec28931f5dbdc9e12fb4301842d1d57e4077d88fe5948778 08:55:55 % Total % Received % Xferd Average Speed Time Time Time Current 08:55:55 Dload Upload Total Spent Left Speed 08:55:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 172k --:--:-- --:--:-- --:--:-- 172k 100 99k 0 0 100 99k 0 172k --:--:-- --:--:-- --:--:-- 172k 08:55:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c55df792c06c06ba7066dcd8d8a20bd913cc4294 [Pipeline] } 08:55:55 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 08:55:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:55:57 ---> package-listing.sh 08:55:57 ++ facter osfamily 08:55:57 ++ tr '[:upper:]' '[:lower:]' 08:55:57 + OS_FAMILY=redhat 08:55:57 + workspace=/w/workspace/edgex-go/5 08:55:57 + START_PACKAGES=/tmp/packages_start.txt 08:55:57 + END_PACKAGES=/tmp/packages_end.txt 08:55:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:55:57 + PACKAGES=/tmp/packages_start.txt 08:55:57 + '[' /w/workspace/edgex-go/5 ']' 08:55:57 + PACKAGES=/tmp/packages_end.txt 08:55:57 + case "${OS_FAMILY}" in 08:55:57 + rpm -qa 08:55:57 + sort 08:56:03 + '[' -f /tmp/packages_start.txt ']' 08:56:03 + '[' -f /tmp/packages_end.txt ']' 08:56:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:56:03 + '[' /w/workspace/edgex-go/5 ']' 08:56:03 + mkdir -p /w/workspace/edgex-go/5/archives/ 08:56:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 08:56:03 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:56:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:56:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:03 08:56:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:56:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:04 alpine: Pulling from edgex-lftools-log-publisher 08:56:04 df20fa9351a1: Pulling fs layer 08:56:04 36b3adc4ff6f: Pulling fs layer 08:56:04 8ad3a11d3b57: Pulling fs layer 08:56:04 46f8f816bc3b: Pulling fs layer 08:56:04 93b61091891f: Pulling fs layer 08:56:04 93b9cdb0e59b: Pulling fs layer 08:56:04 5e14af77c1be: Pulling fs layer 08:56:04 01666e4c0597: Pulling fs layer 08:56:04 aa168da1d23b: Pulling fs layer 08:56:04 46f8f816bc3b: Waiting 08:56:04 93b61091891f: Waiting 08:56:04 93b9cdb0e59b: Waiting 08:56:04 5e14af77c1be: Waiting 08:56:04 01666e4c0597: Waiting 08:56:04 aa168da1d23b: Waiting 08:56:04 36b3adc4ff6f: Verifying Checksum 08:56:04 36b3adc4ff6f: Download complete 08:56:04 46f8f816bc3b: Verifying Checksum 08:56:04 46f8f816bc3b: Download complete 08:56:04 df20fa9351a1: Download complete 08:56:04 93b9cdb0e59b: Verifying Checksum 08:56:04 93b9cdb0e59b: Download complete 08:56:04 5e14af77c1be: Verifying Checksum 08:56:04 5e14af77c1be: Download complete 08:56:04 93b61091891f: Verifying Checksum 08:56:04 93b61091891f: Download complete 08:56:04 01666e4c0597: Verifying Checksum 08:56:04 01666e4c0597: Download complete 08:56:04 8ad3a11d3b57: Verifying Checksum 08:56:04 8ad3a11d3b57: Download complete 08:56:04 df20fa9351a1: Pull complete 08:56:04 36b3adc4ff6f: Pull complete 08:56:05 8ad3a11d3b57: Pull complete 08:56:06 aa168da1d23b: Verifying Checksum 08:56:06 aa168da1d23b: Download complete 08:56:06 46f8f816bc3b: Pull complete 08:56:07 93b61091891f: Pull complete 08:56:07 93b9cdb0e59b: Pull complete 08:56:07 5e14af77c1be: Pull complete 08:56:07 01666e4c0597: Pull complete 08:56:15 aa168da1d23b: Pull complete 08:56:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:56:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:56:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:56:16 prd-centos7-docker-4c-2g-1611 does not seem to be running inside a container 08:56:16 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:56:21 $ docker top 46b4eac683fd08cad57f5422eb2cdb67b40c67f37b70bb3c4c91bfcac623e96f -eo pid,comm [Pipeline] { [Pipeline] sh 08:56:21 + touch /tmp/pre-build-complete [Pipeline] sh 08:56:21 + mkdir -p /var/log/sa [Pipeline] sh 08:56:22 + ls /var/log/sa-host 08:56:22 + sadf -c /var/log/sa-host/sa23 08:56:22 file_magic: OK 08:56:22 HZ: Using current value: 100 08:56:22 file_header: OK 08:56:22 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 08:56:22 Statistics: 08:56:22 Hnuu...uuuununununu... 08:56:22 File successfully converted to sysstat format version 12.2.1 08:56:22 + sadf -c /var/log/sa-host/sa24 08:56:22 file_magic: OK 08:56:22 HZ: Using current value: 100 08:56:22 file_header: OK 08:56:22 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 08:56:22 Statistics: 08:56:22 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... 08:56:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:56:24 provisioning config files... 08:56:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config7347890527828124225tmp [Pipeline] { [Pipeline] echo 08:56:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:56:24 ---> create-netrc.sh [Pipeline] } 08:56:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:56:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:56:25 ---> python-tools-install.sh [Pipeline] echo 08:56:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:56:25 ---> sudo-logs.sh 08:56:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:56:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:56:25 ---> job-cost.sh 08:56:25 lf-activate-venv: SKIPPING 08:56:25 DEBUG: total: 0.20999999344348907 08:56:25 INFO: Retrieving Stack Cost... 08:56:27 INFO: Retrieving Pricing Info for: v1-standard-2 08:56:27 INFO: Archiving Costs [Pipeline] echo 08:56:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:56:27 ---> logs-deploy.sh 08:56:27 lf-activate-venv: SKIPPING 08:56:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/5 08:56:27 INFO: archiving workspace using pattern(s): 08:56:29 Archives upload complete. 08:56:29 INFO: archiving logs to Nexus 08:56:30 ---> uname -a: 08:56:30 Linux prd-centos7-docker-4c-2g-1611.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:56:30 08:56:30 08:56:30 ---> lscpu: 08:56:30 Architecture: x86_64 08:56:30 CPU op-mode(s): 32-bit, 64-bit 08:56:30 Byte Order: Little Endian 08:56:30 Address sizes: 40 bits physical, 48 bits virtual 08:56:30 CPU(s): 4 08:56:30 On-line CPU(s) list: 0-3 08:56:30 Thread(s) per core: 1 08:56:30 Core(s) per socket: 1 08:56:30 Socket(s): 4 08:56:30 NUMA node(s): 1 08:56:30 Vendor ID: GenuineIntel 08:56:30 CPU family: 6 08:56:30 Model: 44 08:56:30 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:56:30 Stepping: 1 08:56:30 CPU MHz: 2933.438 08:56:30 BogoMIPS: 5866.87 08:56:30 Virtualization: VT-x 08:56:30 Hypervisor vendor: KVM 08:56:30 Virtualization type: full 08:56:30 L1d cache: 128 KiB 08:56:30 L1i cache: 128 KiB 08:56:30 L2 cache: 16 MiB 08:56:30 L3 cache: 64 MiB 08:56:30 NUMA node0 CPU(s): 0-3 08:56:30 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:56:30 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:56:30 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:56:30 Vulnerability Meltdown: Mitigation; PTI 08:56:30 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:56:30 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:56:30 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:56:30 Vulnerability Srbds: Not affected 08:56:30 Vulnerability Tsx async abort: Not affected 08:56:30 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:56:30 08:56:30 08:56:30 ---> nproc: 08:56:30 4 08:56:30 08:56:30 08:56:30 ---> df -h: 08:56:30 Filesystem Size Used Available Use% Mounted on 08:56:30 overlay 50.0G 11.4G 38.6G 23% / 08:56:30 tmpfs 64.0M 0 64.0M 0% /dev 08:56:30 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:56:30 shm 64.0M 0 64.0M 0% /dev/shm 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /facter-os 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/resolv.conf 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hostname 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /etc/hosts 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/sa-host 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/secure 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /var/log/auth.log 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /run/cloud-init/result.json 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/5 08:56:30 /dev/vda1 50.0G 11.4G 38.6G 23% /w/workspace/edgex-go/5@tmp 08:56:30 08:56:30 08:56:30 ---> free -m: 08:56:30 total used free shared buff/cache available 08:56:30 Mem: 1837 728 259 0 849 1024 08:56:30 Swap: 1023 51 972 08:56:30 08:56:30 08:56:30 ---> ip addr: 08:56:30 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:56:30 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:56:30 inet 127.0.0.1/8 scope host lo 08:56:30 valid_lft forever preferred_lft forever 08:56:30 inet6 ::1/128 scope host 08:56:30 valid_lft forever preferred_lft forever 08:56:30 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:56:30 link/ether fa:16:3e:4e:dc:06 brd ff:ff:ff:ff:ff:ff 08:56:30 inet 10.30.122.5/23 brd 10.30.123.255 scope global dynamic eth0 08:56:30 valid_lft 84813sec preferred_lft 84813sec 08:56:30 inet6 fe80::f816:3eff:fe4e:dc06/64 scope link 08:56:30 valid_lft forever preferred_lft forever 08:56:30 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:56:30 link/ether 02:42:c2:03:e5:8f brd ff:ff:ff:ff:ff:ff 08:56:30 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:56:30 valid_lft forever preferred_lft forever 08:56:30 inet6 fe80::42:c2ff:fe03:e58f/64 scope link 08:56:30 valid_lft forever preferred_lft forever 08:56:30 08:56:30 08:56:30 ---> sar -b -r -n DEV: 08:56:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/24/21 _x86_64_ (4 CPU) 08:56:30 08:56:30 08:29:52 LINUX RESTART (4 CPU) 08:56:30 08:56:30 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:56:30 08:32:02 285.98 117.23 168.75 0.00 7852.18 52067.76 0.00 08:56:30 08:33:01 236.46 104.36 132.09 0.00 3595.40 18647.23 0.00 08:56:30 08:34:01 128.61 49.60 79.01 0.00 1677.31 9962.79 0.00 08:56:30 08:35:01 147.44 42.24 105.20 0.00 5239.16 30277.19 0.00 08:56:30 08:36:03 2034.01 1672.94 361.07 0.00 166629.13 222424.19 0.00 08:56:30 08:37:01 1589.61 1371.03 218.58 0.00 73809.94 88369.33 0.00 08:56:30 08:38:01 1037.61 720.72 316.89 0.00 87568.07 142010.55 0.00 08:56:30 08:39:01 1405.56 1103.73 301.82 0.00 73897.74 89887.84 0.00 08:56:30 08:40:01 120.31 15.78 104.53 0.00 3029.00 18285.30 0.00 08:56:30 08:41:01 1.83 0.55 1.28 0.00 26.65 16.47 0.00 08:56:30 08:42:01 1.55 1.28 0.27 0.00 100.72 3.01 0.00 08:56:30 08:43:01 0.27 0.02 0.25 0.00 0.13 3.25 0.00 08:56:30 08:44:01 0.27 0.02 0.25 0.00 0.27 2.48 0.00 08:56:30 08:45:01 1.57 1.37 0.20 0.00 47.17 2.66 0.00 08:56:30 08:46:01 1.40 0.08 1.32 0.00 1.60 20.25 0.00 08:56:30 08:47:01 0.58 0.02 0.57 0.00 0.13 6.03 0.00 08:56:30 08:48:01 0.65 0.02 0.63 0.00 0.27 8.34 0.00 08:56:30 08:49:01 0.58 0.00 0.58 0.00 0.00 6.03 0.00 08:56:30 08:50:01 0.72 0.00 0.72 0.00 0.00 8.31 0.00 08:56:30 08:51:01 0.25 0.03 0.22 0.00 0.80 3.03 0.00 08:56:30 08:52:01 0.15 0.00 0.15 0.00 0.00 1.78 0.00 08:56:30 08:53:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 08:56:30 08:54:01 0.68 0.03 0.65 0.00 0.80 7.13 0.00 08:56:30 08:55:01 0.72 0.00 0.72 0.00 0.00 8.13 0.00 08:56:30 08:56:02 64.93 64.38 0.55 0.00 5183.62 29.31 0.00 08:56:30 Average: 282.01 210.12 71.89 0.00 17191.94 26985.69 0.00 08:56:30 08:56:30 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:56:30 08:32:02 107140 0 737568 39.20 1492 1035344 1315508 44.90 564908 925164 61564 08:56:30 08:33:01 137688 0 773632 41.12 856 969368 1533740 52.34 659256 798460 45712 08:56:30 08:34:01 169120 0 821212 43.65 804 890408 1803496 61.55 663088 753540 56668 08:56:30 08:35:01 75876 0 740304 39.35 368 1064996 1258240 42.94 689600 826672 181048 08:56:30 08:36:03 67908 0 866680 46.06 0 946956 2349244 80.18 764560 804264 82308 08:56:30 08:37:01 308448 0 982876 52.24 0 590220 3445264 117.58 643692 644652 56760 08:56:30 08:38:01 104224 0 950876 50.54 0 826444 2618360 89.36 670776 854556 21244 08:56:30 08:39:01 397684 0 687992 36.57 0 795868 1441252 49.19 554404 689456 5524 08:56:30 08:40:01 159740 0 652800 34.69 0 1069004 1185028 40.44 515928 957256 20 08:56:30 08:41:01 161800 0 649980 34.55 0 1069764 1163464 39.71 514696 957020 20 08:56:30 08:42:01 159600 0 649148 34.50 0 1072796 1155196 39.42 513964 959960 16 08:56:30 08:43:01 160068 0 648664 34.48 0 1072812 1155196 39.42 513976 959968 8 08:56:30 08:44:01 160192 0 648532 34.47 0 1072820 1155196 39.42 513980 959976 8 08:56:30 08:45:01 157744 0 650228 34.56 0 1073572 1155376 39.43 514316 960704 24 08:56:30 08:46:01 158344 0 649620 34.53 0 1073580 1155268 39.43 514232 960720 8 08:56:30 08:47:01 158380 0 649572 34.52 0 1073592 1155196 39.42 514168 960724 8 08:56:30 08:48:01 158132 0 649820 34.54 0 1073592 1155196 39.42 514168 960728 8 08:56:30 08:49:01 158644 0 649292 34.51 0 1073608 1155196 39.42 514176 960736 8 08:56:30 08:50:01 158396 0 649532 34.52 0 1073616 1155196 39.42 514060 960736 8 08:56:30 08:51:01 158260 0 649660 34.53 0 1073624 1155268 39.43 514128 960760 8 08:56:30 08:52:01 158564 0 649348 34.51 0 1073632 1155268 39.43 514336 960760 8 08:56:30 08:53:01 158464 0 649440 34.52 0 1073640 1155196 39.42 513948 960760 16 08:56:30 08:54:01 158620 0 649284 34.51 0 1073640 1155196 39.42 514076 960776 8 08:56:30 08:55:01 158668 0 649220 34.50 0 1073656 1155196 39.42 514084 960784 8 08:56:30 08:56:02 78184 0 676856 35.97 0 1126504 1191008 40.65 538520 1013232 268 08:56:30 Average: 159596 0 705285 37.48 141 1016522 1419110 48.43 559082 906895 20451 08:56:30 08:56:30 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:56:30 08:32:02 veth457cbc4 109.03 125.79 10.17 466.03 0.00 0.00 0.00 0.00 08:56:30 08:32:02 eth0 1009.06 1077.69 5478.24 131.65 0.00 0.00 0.00 0.00 08:56:30 08:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:32:02 docker0 822.01 702.42 61.15 2665.73 0.00 0.00 0.00 0.00 08:56:30 08:33:01 eth0 33.12 19.09 30.45 12.14 0.00 0.00 0.00 0.00 08:56:30 08:33:01 veth9f0c8b9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:56:30 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:34:01 eth0 35.89 25.17 20.08 78.23 0.00 0.00 0.00 0.00 08:56:30 08:34:01 veth9f0c8b9 2.43 2.43 0.20 0.20 0.00 0.00 0.00 0.00 08:56:30 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:34:01 docker0 2.43 2.43 0.16 0.20 0.00 0.00 0.00 0.00 08:56:30 08:35:01 veth83d15ed 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 08:56:30 08:35:01 eth0 193.87 149.66 1701.30 28.47 0.00 0.00 0.00 0.00 08:56:30 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:36:03 veth83d15ed 0.00 0.36 0.00 0.02 0.00 0.00 0.00 0.00 08:56:30 08:36:03 eth0 91.31 76.06 159.23 59.95 0.00 0.00 0.00 0.00 08:56:30 08:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:36:03 docker0 49.42 56.92 3.25 145.75 0.00 0.00 0.00 0.00 08:56:30 08:37:01 veth6db718e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:56:30 08:37:01 veth17f998a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:56:30 08:37:01 veth83d15ed 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:37:01 vethaf3fd4d 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:56:30 08:38:01 veth9e2f2cd 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 08:56:30 08:38:01 veth83d15ed 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 08:56:30 08:38:01 eth0 2786.93 2713.93 12332.92 497.20 0.00 0.00 0.00 0.00 08:56:30 08:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:56:30 08:39:01 veth76fed54 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:39:01 veth83d15ed 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:39:01 eth0 54.95 38.77 135.12 45.85 0.00 0.00 0.00 0.00 08:56:30 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:40:01 eth0 224.12 178.34 1552.00 70.24 0.00 0.00 0.00 0.00 08:56:30 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:40:01 docker0 1298.63 1128.03 98.32 4325.77 0.00 0.00 0.00 0.00 08:56:30 08:41:01 eth0 1.25 0.52 0.55 0.24 0.00 0.00 0.00 0.00 08:56:30 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:42:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 08:56:30 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:43:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:56:30 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:44:01 eth0 0.53 0.08 0.05 0.01 0.00 0.00 0.00 0.00 08:56:30 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:45:01 eth0 0.63 0.48 0.32 0.21 0.00 0.00 0.00 0.00 08:56:30 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:46:01 eth0 0.35 0.25 0.15 0.08 0.00 0.00 0.00 0.00 08:56:30 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:47:01 eth0 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:56:30 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:48:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:56:30 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:50:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:51:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 08:56:30 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:52:01 eth0 0.30 0.15 0.23 0.12 0.00 0.00 0.00 0.00 08:56:30 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:53:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:56:30 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:54:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:56:30 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:55:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:56:02 eth0 13.08 8.02 12.98 6.32 0.00 0.00 0.00 0.00 08:56:30 08:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 08:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 Average: eth0 70.89 66.08 379.38 18.23 0.00 0.00 0.00 0.00 08:56:30 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:56:30 Average: docker0 38.36 35.57 2.81 140.00 0.00 0.00 0.00 0.00 08:56:30 08:56:30 08:56:30 ---> sar -P ALL: 08:56:30 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/24/21 _x86_64_ (4 CPU) 08:56:30 08:56:30 08:29:52 LINUX RESTART (4 CPU) 08:56:30 08:56:30 08:31:01 CPU %user %nice %system %iowait %steal %idle 08:56:30 08:32:02 all 16.62 0.00 9.54 4.74 0.32 68.78 08:56:30 08:32:02 0 16.78 0.00 10.66 3.42 0.27 68.87 08:56:30 08:32:02 1 12.23 0.00 9.16 3.95 0.41 74.26 08:56:30 08:32:02 2 22.57 0.00 10.07 7.00 0.27 60.09 08:56:30 08:32:02 3 14.92 0.00 8.30 4.61 0.32 71.84 08:56:30 08:33:01 all 44.11 0.00 12.94 4.59 0.50 37.87 08:56:30 08:33:01 0 42.59 0.00 13.62 2.61 0.41 40.76 08:56:30 08:33:01 1 45.36 0.00 13.51 5.98 0.42 34.73 08:56:30 08:33:01 2 43.47 0.00 12.39 4.86 0.56 38.72 08:56:30 08:33:01 3 45.01 0.00 12.23 4.88 0.60 37.28 08:56:30 08:34:01 all 48.69 0.00 13.15 4.73 0.04 33.39 08:56:30 08:34:01 0 48.04 0.00 13.35 5.16 0.05 33.41 08:56:30 08:34:01 1 49.14 0.00 13.24 6.33 0.02 31.26 08:56:30 08:34:01 2 48.40 0.00 12.77 4.39 0.07 34.37 08:56:30 08:34:01 3 49.18 0.00 13.23 3.04 0.03 34.51 08:56:30 08:35:01 all 28.50 0.00 11.42 2.38 0.05 57.64 08:56:30 08:35:01 0 28.57 0.00 11.49 2.74 0.05 57.15 08:56:30 08:35:01 1 28.54 0.00 11.57 2.12 0.05 57.71 08:56:30 08:35:01 2 26.83 0.00 11.19 2.66 0.05 59.27 08:56:30 08:35:01 3 30.07 0.00 11.44 2.00 0.05 56.44 08:56:30 08:36:03 all 19.81 0.00 27.51 23.72 0.13 28.83 08:56:30 08:36:03 0 19.05 0.00 26.79 24.77 0.17 29.22 08:56:30 08:36:03 1 19.37 0.00 27.07 22.30 0.12 31.14 08:56:30 08:36:03 2 19.86 0.00 27.73 23.03 0.10 29.28 08:56:30 08:36:03 3 20.96 0.00 28.47 24.81 0.14 25.63 08:56:30 08:37:01 all 57.71 0.00 19.01 13.95 0.08 9.25 08:56:30 08:37:01 0 56.95 0.00 19.08 14.20 0.11 9.67 08:56:30 08:37:01 1 58.10 0.00 18.27 14.68 0.05 8.90 08:56:30 08:37:01 2 57.37 0.00 18.97 14.82 0.09 8.75 08:56:30 08:37:01 3 58.41 0.00 19.73 12.10 0.07 9.69 08:56:30 08:38:01 all 28.04 0.00 22.65 15.89 0.08 33.35 08:56:30 08:38:01 0 28.34 0.00 22.23 14.40 0.09 34.95 08:56:30 08:38:01 1 26.84 0.00 22.76 16.27 0.07 34.05 08:56:30 08:38:01 2 28.18 0.00 23.21 20.37 0.09 28.15 08:56:30 08:38:01 3 28.79 0.00 22.40 12.50 0.07 36.25 08:56:30 08:39:01 all 45.57 0.00 18.72 18.57 0.09 17.04 08:56:30 08:39:01 0 44.74 0.00 18.71 18.36 0.09 18.09 08:56:30 08:39:01 1 44.24 0.00 19.46 19.11 0.09 17.11 08:56:30 08:39:01 2 44.94 0.00 18.62 18.81 0.07 17.56 08:56:30 08:39:01 3 48.39 0.00 18.10 18.00 0.11 15.41 08:56:30 08:40:01 all 7.08 0.00 4.30 4.30 0.04 84.29 08:56:30 08:40:01 0 7.49 0.00 5.65 4.91 0.03 81.92 08:56:30 08:40:01 1 5.52 0.00 3.66 2.77 0.05 88.00 08:56:30 08:40:01 2 9.92 0.00 4.54 5.33 0.05 80.16 08:56:30 08:40:01 3 5.39 0.00 3.34 4.19 0.02 87.07 08:56:30 08:41:01 all 0.17 0.00 0.03 0.00 0.00 99.80 08:56:30 08:41:01 0 0.08 0.00 0.02 0.00 0.00 99.90 08:56:30 08:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:56:30 08:41:01 2 0.52 0.00 0.02 0.00 0.00 99.47 08:56:30 08:41:01 3 0.05 0.00 0.05 0.00 0.00 99.90 08:56:30 08:42:01 all 0.16 0.00 0.04 0.00 0.00 99.79 08:56:30 08:42:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:56:30 08:42:01 1 0.13 0.00 0.03 0.02 0.00 99.82 08:56:30 08:42:01 2 0.42 0.00 0.05 0.00 0.00 99.53 08:56:30 08:42:01 3 0.05 0.00 0.05 0.00 0.00 99.90 08:56:30 08:56:30 08:42:01 CPU %user %nice %system %iowait %steal %idle 08:56:30 08:43:01 all 0.14 0.00 0.02 0.00 0.00 99.83 08:56:30 08:43:01 0 0.02 0.00 0.03 0.00 0.02 99.93 08:56:30 08:43:01 1 0.50 0.00 0.03 0.00 0.00 99.47 08:56:30 08:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 08:56:30 08:43:01 3 0.02 0.00 0.00 0.00 0.00 99.98 08:56:30 08:44:01 all 0.17 0.00 0.06 0.00 0.00 99.77 08:56:30 08:44:01 0 0.05 0.00 0.12 0.00 0.00 99.83 08:56:30 08:44:01 1 0.52 0.00 0.00 0.00 0.00 99.48 08:56:30 08:44:01 2 0.05 0.00 0.07 0.00 0.00 99.88 08:56:30 08:44:01 3 0.05 0.00 0.07 0.00 0.00 99.88 08:56:30 08:45:01 all 0.15 0.00 0.05 0.02 0.01 99.77 08:56:30 08:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:56:30 08:45:01 1 0.52 0.00 0.07 0.02 0.02 99.38 08:56:30 08:45:01 2 0.02 0.00 0.05 0.00 0.00 99.93 08:56:30 08:45:01 3 0.02 0.00 0.07 0.08 0.02 99.82 08:56:30 08:46:01 all 0.15 0.00 0.02 0.00 0.00 99.82 08:56:30 08:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:46:01 1 0.50 0.00 0.03 0.00 0.00 99.47 08:56:30 08:46:01 2 0.07 0.00 0.03 0.02 0.00 99.88 08:56:30 08:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:47:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:56:30 08:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:56:30 08:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:56:30 08:47:01 2 0.53 0.00 0.02 0.00 0.00 99.45 08:56:30 08:47:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:56:30 08:48:01 all 0.15 0.00 0.02 0.00 0.00 99.82 08:56:30 08:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:48:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:56:30 08:48:01 2 0.53 0.00 0.02 0.00 0.02 99.43 08:56:30 08:48:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:56:30 08:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:56:30 08:49:01 0 0.03 0.00 0.00 0.00 0.00 99.97 08:56:30 08:49:01 1 0.02 0.00 0.03 0.00 0.00 99.95 08:56:30 08:49:01 2 0.53 0.00 0.02 0.00 0.00 99.45 08:56:30 08:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:56:30 08:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:56:30 08:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:56:30 08:50:01 1 0.03 0.00 0.05 0.00 0.00 99.92 08:56:30 08:50:01 2 0.55 0.00 0.03 0.00 0.00 99.42 08:56:30 08:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:51:01 all 0.16 0.00 0.02 0.00 0.00 99.82 08:56:30 08:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:56:30 08:51:01 1 0.43 0.00 0.02 0.00 0.00 99.55 08:56:30 08:51:01 2 0.15 0.00 0.03 0.00 0.00 99.82 08:56:30 08:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:52:01 all 0.05 0.00 0.05 0.00 0.00 99.90 08:56:30 08:52:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:56:30 08:52:01 1 0.10 0.00 0.08 0.00 0.00 99.82 08:56:30 08:52:01 2 0.07 0.00 0.05 0.00 0.00 99.88 08:56:30 08:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:56:30 08:53:01 all 0.02 0.00 0.02 0.00 0.00 99.96 08:56:30 08:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:53:01 1 0.03 0.00 0.03 0.00 0.00 99.93 08:56:30 08:53:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:53:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:56:30 08:53:01 CPU %user %nice %system %iowait %steal %idle 08:56:30 08:54:01 all 0.12 0.00 0.03 0.00 0.00 99.85 08:56:30 08:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:54:01 1 0.43 0.00 0.07 0.00 0.00 99.50 08:56:30 08:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:56:30 08:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:56:30 08:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:56:30 08:55:01 1 0.20 0.00 0.05 0.00 0.00 99.75 08:56:30 08:55:01 2 0.35 0.00 0.03 0.00 0.00 99.62 08:56:30 08:55:01 3 0.03 0.00 0.00 0.00 0.00 99.97 08:56:30 08:56:02 all 1.62 0.00 1.01 1.77 0.01 95.58 08:56:30 08:56:02 0 1.05 0.00 0.80 0.47 0.02 97.67 08:56:30 08:56:02 1 2.60 0.00 1.52 3.47 0.02 92.39 08:56:30 08:56:02 2 2.01 0.00 1.14 1.00 0.00 95.85 08:56:30 08:56:02 3 0.83 0.00 0.60 2.12 0.02 96.43 08:56:30 Average: all 11.61 0.00 5.47 3.67 0.05 79.20 08:56:30 Average: 0 11.35 0.00 5.54 3.52 0.05 79.54 08:56:30 Average: 1 11.47 0.00 5.48 3.77 0.05 79.22 08:56:30 Average: 2 11.93 0.00 5.49 3.97 0.05 78.56 08:56:30 Average: 3 11.69 0.00 5.36 3.42 0.06 79.47 08:56:30 08:56:30 08:56:30