Pull request #3267 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b0600f3d8ad3194444232ef27f6889a15b7f8c6b+be0d14e436fe9c753018b2c9bd281985489666e3 (dd20b82317125b1bd0ab5c3e4248272e030fca0f) 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 ‘prd-centos7-blackbox-4c-2g-30704’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-30722’ is offline; ‘prd-centos7-docker-4c-2g-30726’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30724’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30731 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [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 be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b0600f3d8ad3194444232ef27f6889a15b7f8c6b > 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/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 Merge succeeded, producing b0600f3d8ad3194444232ef27f6889a15b7f8c6b Checking out Revision b0600f3d8ad3194444232ef27f6889a15b7f8c6b (PR-3267) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:23:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:23:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:23:05 ========================================================= 17:23:05 EdgeX Global Pipelines Version Info 17:23:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk aeff2b8d29f447dcdc3ca138541d6631fcc499e7 # timeout=10 17:23:06 ------------------- 17:23:06 stable info: 17:23:06 ------------------- 17:23:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:23:06 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:23:06 Message: update stable to v1.0.186 17:23:07 ------------------- 17:23:07 experimental info: 17:23:07 ------------------- 17:23:07 Commited By: **** collab-it+edgex@linuxfoundation.org 17:23:07 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 17:23:07 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:23:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:23:07 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:23:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:23:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:23:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3267 [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3267 [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3267 [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b0600f3d8ad3194444232ef27f6889a15b7f8c6b [Pipeline] echo 17:23:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b0600f3 [Pipeline] echo 17:23:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:23:10 provisioning config files... 17:23:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8814496708043439689tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:23:10 ---> docker-login.sh 17:23:10 nexus3.edgexfoundry.org:10001 17:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:11 Configure a credential helper to remove this warning. See 17:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:11 17:23:11 Login Succeeded 17:23:11 nexus3.edgexfoundry.org:10002 17:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:11 Configure a credential helper to remove this warning. See 17:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:11 17:23:11 Login Succeeded 17:23:11 nexus3.edgexfoundry.org:10003 17:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:11 Configure a credential helper to remove this warning. See 17:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:11 17:23:11 Login Succeeded 17:23:11 nexus3.edgexfoundry.org:10004 17:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:11 Configure a credential helper to remove this warning. See 17:23:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:11 17:23:11 Login Succeeded 17:23:11 docker.io 17:23:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:23:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:23:12 Configure a credential helper to remove this warning. See 17:23:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:23:12 17:23:12 Login Succeeded 17:23:12 ---> docker-login.sh ends [Pipeline] } 17:23:12 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:23:12 ++ 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 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/core-command/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo core-command,cmd/core-command/Dockerfile 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/core-data/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo core-data,cmd/core-data/Dockerfile 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/core-metadata/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo core-metadata,cmd/core-metadata/Dockerfile 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/security-bootstrapper/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/security-proxy-setup/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/support-notifications/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo support-notifications,cmd/support-notifications/Dockerfile 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/support-scheduler/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:23:12 + for file in '`ls cmd/**/Dockerfile`' 17:23:12 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:23:12 ++ cut -d/ -f2 17:23:12 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:23:12 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 17:23:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:23:13 17:23:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:23:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:23:13 latest: Pulling from edgex-devops/git-semver 17:23:13 31603596830f: Pulling fs layer 17:23:13 2a8b12db71e7: Pulling fs layer 17:23:13 6ca5941a6612: Pulling fs layer 17:23:13 ecc8261a40a4: Pulling fs layer 17:23:13 ecc8261a40a4: Waiting 17:23:13 2a8b12db71e7: Verifying Checksum 17:23:13 2a8b12db71e7: Download complete 17:23:13 31603596830f: Verifying Checksum 17:23:13 31603596830f: Download complete 17:23:14 ecc8261a40a4: Verifying Checksum 17:23:14 ecc8261a40a4: Download complete 17:23:14 6ca5941a6612: Verifying Checksum 17:23:14 6ca5941a6612: Download complete 17:23:14 31603596830f: Pull complete 17:23:14 2a8b12db71e7: Pull complete 17:23:15 6ca5941a6612: Pull complete 17:23:15 ecc8261a40a4: Pull complete 17:23:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:23:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:23:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:23:15 prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container 17:23:15 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:23:18 $ docker top eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:23:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:23:18 [ssh-agent] Looking for ssh-agent implementation... 17:23:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:23:18 $ docker exec eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 ssh-agent 17:23:19 SSH_AUTH_SOCK=/tmp/ssh-41mEOHexz8eh/agent.12 17:23:19 SSH_AGENT_PID=17 17:23:19 Running ssh-add (command line suppressed) 17:23:19 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5115635183453050849.key (/w/workspace/edgex-go/5@tmp/private_key_5115635183453050849.key) 17:23:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:23:19 + git tag --points-at HEAD [Pipeline] } 17:23:19 $ docker exec --env ******** --env ******** eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 ssh-agent -k 17:23:19 unset SSH_AUTH_SOCK; 17:23:19 unset SSH_AGENT_PID; 17:23:19 echo Agent pid 17 killed; 17:23:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:23:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:23:19 [ssh-agent] Looking for ssh-agent implementation... 17:23:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:23:20 $ docker exec eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 ssh-agent 17:23:20 SSH_AUTH_SOCK=/tmp/ssh-7G1on4s2dDCz/agent.45 17:23:20 SSH_AGENT_PID=50 17:23:20 Running ssh-add (command line suppressed) 17:23:20 Identity added: /w/workspace/edgex-go/5@tmp/private_key_8766968470837931616.key (/w/workspace/edgex-go/5@tmp/private_key_8766968470837931616.key) 17:23:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:23:20 + git semver init 17:23:20 # -> Open(): unable to determine branch for HEAD 17:23:20 # $GIT_DIR = /w/workspace/edgex-go/5/.git 17:23:20 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 17:23:20 # $SEMVER_REMOTE_NAME = origin 17:23:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:23:20 # $SEMVER_USER_NAME = edgex-jenkins 17:23:20 # $SEMVER_BRANCH = PR-3267 17:23:20 # $SEMVER_TEMP = /tmp/semver-429802526 17:23:20 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:23:39 # '/tmp/semver-429802526' -> '/w/workspace/edgex-go/5/.semver' 17:23:39 # -> Force: false 17:23:39 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 17:23:39 $ docker exec --env ******** --env ******** eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 ssh-agent -k 17:23:39 unset SSH_AUTH_SOCK; 17:23:39 unset SSH_AGENT_PID; 17:23:39 echo Agent pid 50 killed; 17:23:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:23:40 + git semver [Pipeline] } 17:23:40 $ docker stop --time=1 eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 17:23:41 $ docker rm -f eff3abbd94ba5745182b24c7d3767997668a93bbf0ef607777a3d3cba48c0f36 [Pipeline] // withDockerContainer [Pipeline] sh 17:23:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:23:42 Stashed 1 file(s) [Pipeline] echo 17:23:42 [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 17:23:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:23:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:23:44 + sudo service docker restart 17:23:44 + true 17:23:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:23:44 ========================================================= 17:23:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:23:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:23:45 + 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 . 17:23:49 Sending build context to Docker daemon 328.6MB 17:23:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:23:49 Step 2/6 : FROM ${BASE} 17:23:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:23:49 188c0c94c7c5: Pulling fs layer 17:23:49 0ef7d3d256c8: Pulling fs layer 17:23:49 de9db76c5a1d: Pulling fs layer 17:23:49 bca2f99d35d6: Pulling fs layer 17:23:49 93359f2a8cfa: Pulling fs layer 17:23:49 7c6f9722023f: Pulling fs layer 17:23:49 a35cf1a2eb13: Pulling fs layer 17:23:49 93359f2a8cfa: Waiting 17:23:49 7c6f9722023f: Waiting 17:23:49 a35cf1a2eb13: Waiting 17:23:49 bca2f99d35d6: Waiting 17:23:49 de9db76c5a1d: Download complete 17:23:49 0ef7d3d256c8: Verifying Checksum 17:23:49 0ef7d3d256c8: Download complete 17:23:49 93359f2a8cfa: Verifying Checksum 17:23:49 93359f2a8cfa: Download complete 17:23:49 7c6f9722023f: Verifying Checksum 17:23:49 7c6f9722023f: Download complete 17:23:49 188c0c94c7c5: Verifying Checksum 17:23:49 188c0c94c7c5: Download complete 17:23:49 188c0c94c7c5: Pull complete 17:23:49 0ef7d3d256c8: Pull complete 17:23:50 de9db76c5a1d: Pull complete 17:23:50 a35cf1a2eb13: Verifying Checksum 17:23:50 a35cf1a2eb13: Download complete 17:23:51 bca2f99d35d6: Verifying Checksum 17:23:51 bca2f99d35d6: Download complete 17:23:56 bca2f99d35d6: Pull complete 17:23:57 93359f2a8cfa: Pull complete 17:23:57 7c6f9722023f: Pull complete 17:23:58 Still waiting to schedule task 17:23:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:24:02 a35cf1a2eb13: Pull complete 17:24:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:24:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:24:02 ---> a62c8e92a672 17:24:02 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:24:02 ---> Running in 59ed1c639740 17:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:24:04 (1/12) Installing libmagic (5.38-r0) 17:24:04 (2/12) Installing file (5.38-r0) 17:24:04 (3/12) Installing libc-dev (0.7.2-r3) 17:24:04 (4/12) Installing g++ (9.3.0-r2) 17:24:20 (5/12) Installing fortify-headers (1.1-r0) 17:24:20 (6/12) Installing patch (2.7.6-r6) 17:24:20 (7/12) Installing build-base (0.5-r2) 17:24:20 (8/12) Installing libsodium (1.0.18-r0) 17:24:20 (9/12) Installing pkgconf (1.7.2-r0) 17:24:20 (10/12) Installing libsodium-dev (1.0.18-r0) 17:24:20 (11/12) Installing libzmq (4.3.3-r0) 17:24:20 (12/12) Installing zeromq-dev (4.3.3-r0) 17:24:20 Executing busybox-1.31.1-r19.trigger 17:24:20 OK: 233 MiB in 51 packages 17:24:23 Removing intermediate container 59ed1c639740 17:24:23 ---> 4655f93000f5 17:24:23 Step 4/6 : WORKDIR /edgex-go 17:24:23 ---> Running in 1782fff0902f 17:24:23 Removing intermediate container 1782fff0902f 17:24:23 ---> 4b70bb7d81a5 17:24:23 Step 5/6 : COPY go.mod . 17:24:23 ---> cbab0af4fcc0 17:24:23 Step 6/6 : RUN go mod download 17:24:23 ---> Running in ab9c90fe926d 17:24:45 Removing intermediate container ab9c90fe926d 17:24:45 ---> 0c39a72c2111 17:24:45 Successfully built 0c39a72c2111 17:24:45 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:24:46 + docker inspect -f . ci-base-image-x86_64 17:24:46 . [Pipeline] withDockerContainer 17:24:46 prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container 17:24:46 $ 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 ******** ci-base-image-x86_64 cat 17:24:47 $ docker top 05c41e90fd60d2f493f3a36f2c720a6b2ddd007ee6a843a9e233170f0f071e36 -eo pid,comm [Pipeline] { [Pipeline] sh 17:24:47 + go version 17:24:47 go version go1.15.5 linux/amd64 [Pipeline] } 17:24:47 $ docker stop --time=1 05c41e90fd60d2f493f3a36f2c720a6b2ddd007ee6a843a9e233170f0f071e36 17:24:49 $ docker rm -f 05c41e90fd60d2f493f3a36f2c720a6b2ddd007ee6a843a9e233170f0f071e36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:24:50 + docker inspect -f . ci-base-image-x86_64 17:24:50 . [Pipeline] withDockerContainer 17:24:50 prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container 17:24:50 $ 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 ******** ci-base-image-x86_64 cat 17:24:51 $ docker top 7ac3e066e4b733092741cdfdf5cfb32ca2c211f6c092b83a8ebff96eef25d51d -eo pid,comm [Pipeline] { [Pipeline] echo 17:24:51 ========================================================= 17:24:51 [edgeXBuildGoParallel] Running Tests and Build... 17:24:51 ========================================================= [Pipeline] sh 17:24:52 + make test 17:24:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:25:02 ? github.com/edgexfoundry/edgex-go [no test files] 17:25:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:25:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:25:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:25:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:25:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:25:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:25:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:25:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:25:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:25:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:25:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:25:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:25:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:25:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements 17:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:25:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:25:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements 17:25:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.087s coverage: 100.0% of statements 17:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.187s coverage: 27.1% of statements 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.180s coverage: 82.9% of statements 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:25:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.063s coverage: 78.9% of statements 17:25:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.095s coverage: 97.5% of statements 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:25:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:25:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.372s coverage: 92.8% of statements 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:25:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:25:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.065s coverage: 0.1% of statements 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:25:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:25:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 47.1% of statements 17:25:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.050s coverage: 79.5% of statements 17:25:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.044s coverage: 94.1% of statements 17:25:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.055s coverage: 96.3% of statements 17:25:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.026s coverage: 87.5% of statements 17:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements 17:25:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 17:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.111s coverage: 81.9% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.031s coverage: 80.8% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.6% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.079s coverage: 91.6% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 62.4% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.051s coverage: 91.3% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 69.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 38.4% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.044s coverage: 89.5% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.034s coverage: 84.8% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.142s coverage: 87.1% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.766s coverage: 29.1% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 96.5% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:26:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 17:26:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 17:26:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 17:26:10 GO111MODULE=on go vet ./... 17:26:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30740 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws 17:26:39 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 17:26:43 gofmt -l . 17:26:43 [ "`gofmt -l .`" = "" ] 17:26:43 ./bin/test-go-mod-tidy.sh 17:26:43 ./bin/test-attribution-txt.sh [Pipeline] sh 17:26:43 + ls -al . 17:26:43 total 760 17:26:43 drwxrwxr-x 10 1001 1001 4096 Mar 20 17:26 . 17:26:43 drwxr-xr-x 4 root root 28 Mar 20 17:24 .. 17:26:43 -rw-rw-r-- 1 1001 1001 11 Mar 20 17:23 .dockerignore 17:26:43 drwxrwxr-x 8 1001 1001 179 Mar 20 17:23 .git 17:26:43 drwxrwxr-x 3 1001 1001 125 Mar 20 17:23 .github 17:26:43 -rw-rw-r-- 1 1001 1001 818 Mar 20 17:23 .gitignore 17:26:43 drwx------ 3 1001 1001 60 Mar 20 17:23 .semver 17:26:43 -rw-rw-r-- 1 1001 1001 166 Mar 20 17:23 .sonarcloud.properties 17:26:43 -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:23 Attribution.txt 17:26:43 -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:23 CONTRIBUTING.md 17:26:43 -rw-rw-r-- 1 1001 1001 931 Mar 20 17:23 Dockerfile.build 17:26:43 -rw-rw-r-- 1 1001 1001 863 Mar 20 17:23 Jenkinsfile 17:26:43 -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:23 LICENSE 17:26:43 -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:23 Makefile 17:26:43 -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:23 README.md 17:26:43 -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:23 SECURITY.md 17:26:43 -rw-rw-r-- 1 1001 1001 5 Mar 20 17:23 VERSION 17:26:43 -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:23 ZMQWindows.md 17:26:43 drwxrwxr-x 2 1001 1001 117 Mar 20 17:23 bin 17:26:43 drwxrwxr-x 14 1001 1001 4096 Mar 20 17:23 cmd 17:26:43 -rw-r--r-- 1 root root 650607 Mar 20 17:26 coverage.out 17:26:43 -rw-r--r-- 1 root root 1055 Mar 20 17:26 go.mod 17:26:43 -rw-r--r-- 1 root root 22209 Mar 20 17:26 go.sum 17:26:43 drwxrwxr-x 8 1001 1001 127 Mar 20 17:23 internal 17:26:43 drwxrwxr-x 4 1001 1001 26 Mar 20 17:23 openapi 17:26:43 drwxrwxr-x 4 1001 1001 71 Mar 20 17:23 snap 17:26:43 -rw-rw-r-- 1 1001 1001 168 Mar 20 17:23 version.go [Pipeline] sh 17:26:43 + '[' -e coverage.out ] 17:26:43 + chown 1001:1001 coverage.out [Pipeline] stash 17:26:44 Stashed 1 file(s) [Pipeline] sh 17:26:44 + make build 17:26:44 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 17:26:45 using credential edgex-jenkins-ssh 17:26:45 Cloning the remote Git repository 17:26:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:26:45 > git init /w/workspace/edgex-go/5 # timeout=10 17:26:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:26:46 > git --version # timeout=10 17:26:46 > git --version # 'git version 2.17.1' 17:26:46 using GIT_SSH to set credentials SSH Credentials for GitHub 17:26:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:26:47 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 17:26: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 17:26: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 17:26:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:27:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:27:01 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 17:27:03 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 17:27:04 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 17:27:05 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 17:27:06 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 17:27: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 17:27:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:27:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:27:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:27:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:27:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:27:09 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:27:09 Merge succeeded, producing b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:27:09 Checking out Revision b0600f3d8ad3194444232ef27f6889a15b7f8c6b (PR-3267) [Pipeline] } 17:27:10 $ docker stop --time=1 7ac3e066e4b733092741cdfdf5cfb32ca2c211f6c092b83a8ebff96eef25d51d 17:27:09 > git config core.sparsecheckout # timeout=10 17:27:09 > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 17:27:09 > git remote # timeout=10 17:27:09 > git config --get remote.origin.url # timeout=10 17:27:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:27:09 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 17:27:09 > git rev-parse HEAD^{commit} # timeout=10 17:27:09 > git config core.sparsecheckout # timeout=10 17:27:09 > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 17:27:12 $ docker rm -f 7ac3e066e4b733092741cdfdf5cfb32ca2c211f6c092b83a8ebff96eef25d51d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:27:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:27:14 17:27:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:27:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:27:14 latest: Pulling from edgex-devops/edgex-compose 17:27:14 cbdbe7a5bc2a: Pulling fs layer 17:27:14 ca9280d653b3: Pulling fs layer 17:27:14 7e9c9ca2126c: Pulling fs layer 17:27:14 cbdbe7a5bc2a: Verifying Checksum 17:27:14 cbdbe7a5bc2a: Download complete 17:27:14 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { 17:27:15 cbdbe7a5bc2a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:27:15 ca9280d653b3: Verifying Checksum 17:27:15 ca9280d653b3: Download complete 17:27:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:27:16 7e9c9ca2126c: Download complete 17:27:16 ca9280d653b3: Pull complete 17:27:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:27:17 + true 17:27:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:27:19 provisioning config files... 17:27:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8682476388063853876tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:27:20 ---> docker-login.sh 17:27:20 nexus3.edgexfoundry.org:10001 17:27:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:21 Configure a credential helper to remove this warning. See 17:27:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:21 17:27:21 Login Succeeded 17:27:21 nexus3.edgexfoundry.org:10002 17:27:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:22 Configure a credential helper to remove this warning. See 17:27:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:22 17:27:22 Login Succeeded 17:27:22 nexus3.edgexfoundry.org:10003 17:27:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:22 Configure a credential helper to remove this warning. See 17:27:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:22 17:27:22 Login Succeeded 17:27:22 nexus3.edgexfoundry.org:10004 17:27:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:23 Configure a credential helper to remove this warning. See 17:27:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:23 17:27:23 Login Succeeded 17:27:23 docker.io 17:27:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:27:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:27:24 Configure a credential helper to remove this warning. See 17:27:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:27:24 17:27:24 Login Succeeded 17:27:24 ---> docker-login.sh ends [Pipeline] } 17:27:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 17:27:24 7e9c9ca2126c: Pull complete 17:27:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:27:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:27:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] echo 17:27:24 ========================================================= 17:27:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:27:24 ========================================================= [Pipeline] withDockerContainer 17:27:25 prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container 17:27:25 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:27:27 $ docker top 89a51f4bf5b3648fa0476812703664d3866470749f237e327f787540f795853e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 17:27:28 + docker-compose build --help 17:27:28 + grep parallel 17:27:28 + 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 . 17:27:29 --parallel Build images in parallel. [Pipeline] } 17:27:29 $ docker stop --time=1 89a51f4bf5b3648fa0476812703664d3866470749f237e327f787540f795853e 17:27:30 Sending build context to Docker daemon 166.8MB 17:27:30 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:27:30 Step 2/6 : FROM ${BASE} 17:27:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:27:30 5f621e34cdf4: Pulling fs layer 17:27:30 a4357932f1b6: Pulling fs layer 17:27:30 18c013af1878: Pulling fs layer 17:27:30 00ac8860ef70: Pulling fs layer 17:27:30 63d7cb157983: Pulling fs layer 17:27:30 b116817d02f9: Pulling fs layer 17:27:30 745a02a5169b: Pulling fs layer 17:27:30 00ac8860ef70: Waiting 17:27:30 63d7cb157983: Waiting 17:27:30 b116817d02f9: Waiting 17:27:30 745a02a5169b: Waiting 17:27:30 18c013af1878: Verifying Checksum 17:27:30 18c013af1878: Download complete 17:27:30 a4357932f1b6: Verifying Checksum 17:27:30 a4357932f1b6: Download complete 17:27:30 63d7cb157983: Verifying Checksum 17:27:30 63d7cb157983: Download complete 17:27:30 b116817d02f9: Verifying Checksum 17:27:30 b116817d02f9: Download complete 17:27:30 5f621e34cdf4: Verifying Checksum 17:27:30 5f621e34cdf4: Download complete 17:27:31 $ docker rm -f 89a51f4bf5b3648fa0476812703664d3866470749f237e327f787540f795853e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 17:27:31 5f621e34cdf4: Pull complete [Pipeline] isUnix [Pipeline] sh 17:27:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:27:31 . [Pipeline] withDockerContainer 17:27:31 prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container 17:27:31 a4357932f1b6: Pull complete 17:27:32 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:27:32 18c013af1878: Pull complete 17:27:32 $ docker top ba0173defe73d9ab7a02bcc5c2521222c5282a5556e37cc3cb29fc98725c9ed8 -eo pid,comm 17:27:32 745a02a5169b: Verifying Checksum 17:27:32 745a02a5169b: Download complete [Pipeline] { [Pipeline] sh 17:27:33 + docker-compose -f ./docker-compose-build.yml build --parallel 17:27:34 Building docker-core-command-go ... 17:27:34 Building docker-core-data-go ... 17:27:34 Building docker-core-metadata-go ... 17:27:34 Building docker-security-bootstrapper-go ... 17:27:34 Building docker-security-proxy-setup-go ... 17:27:34 Building docker-security-secretstore-setup-go ... 17:27:34 Building docker-support-notifications-go ... 17:27:34 Building docker-support-scheduler-go ... 17:27:34 Building docker-sys-mgmt-agent-go ... 17:27:34 Building docker-security-bootstrapper-go 17:27:34 Building docker-security-secretstore-setup-go 17:27:34 Building docker-support-scheduler-go 17:27:34 Building docker-core-metadata-go 17:27:34 Building docker-core-command-go 17:27:34 00ac8860ef70: Verifying Checksum 17:27:34 00ac8860ef70: Download complete 17:27:45 00ac8860ef70: Pull complete 17:27:45 63d7cb157983: Pull complete 17:27:45 b116817d02f9: Pull complete 17:27:48 745a02a5169b: Pull complete 17:27:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:27:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:27:48 ---> b7e6874047d6 17:27:48 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 17:27:53 ---> Running in 4993c1c317aa 17:27:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:55 (1/12) Installing libmagic (5.38-r0) 17:27:55 (2/12) Installing file (5.38-r0) 17:27:55 (3/12) Installing libc-dev (0.7.2-r3) 17:27:55 (4/12) Installing g++ (9.3.0-r2) 17:28:02 (5/12) Installing fortify-headers (1.1-r0) 17:28:02 (6/12) Installing patch (2.7.6-r6) 17:28:02 (7/12) Installing build-base (0.5-r2) 17:28:02 (8/12) Installing libsodium (1.0.18-r0) 17:28:02 (9/12) Installing pkgconf (1.7.2-r0) 17:28:02 (10/12) Installing libsodium-dev (1.0.18-r0) 17:28:02 (11/12) Installing libzmq (4.3.3-r0) 17:28:02 (12/12) Installing zeromq-dev (4.3.3-r0) 17:28:02 Executing busybox-1.31.1-r19.trigger 17:28:02 OK: 217 MiB in 51 packages 17:28:07 Removing intermediate container 4993c1c317aa 17:28:07 ---> a898b32711b4 17:28:07 Step 4/6 : WORKDIR /edgex-go 17:28:07 ---> Running in 0a21020a0263 17:28:07 Removing intermediate container 0a21020a0263 17:28:07 ---> 3a9f4fc746fa 17:28:07 Step 5/6 : COPY go.mod . 17:28:08 ---> 029157f7d4c4 17:28:08 Step 6/6 : RUN go mod download 17:28:08 ---> Running in 0b0f9ce9686b 17:28:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:28:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:28:13 ---> 0c39a72c2111 17:28:13 Step 3/22 : WORKDIR /edgex-go 17:28:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:28:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:28:13 ---> 0c39a72c2111 17:28:13 Step 3/23 : WORKDIR /edgex-go 17:28:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:28:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:28:13 ---> 0c39a72c2111 17:28:13 Step 3/31 : WORKDIR /edgex-go 17:28:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:28:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:28:13 ---> 0c39a72c2111 17:28:13 Step 3/24 : WORKDIR /edgex-go 17:28:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:28:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:28:13 ---> 0c39a72c2111 17:28:13 Step 3/23 : WORKDIR /edgex-go 17:28:13 ---> Running in e4436e2f6c48 17:28:13 ---> Running in f4ab79c03f3a 17:28:13 ---> Running in e9b5072f96bb 17:28:13 ---> Running in 70d93297da14 17:28:13 ---> Running in 14e0f15ea4d9 17:28:13 Removing intermediate container e9b5072f96bb 17:28:13 ---> f2a623cf765c 17:28:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:13 Removing intermediate container 14e0f15ea4d9 17:28:13 ---> 194903a10117 17:28:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:13 Removing intermediate container f4ab79c03f3a 17:28:13 ---> 959a26c8aa94 17:28:13 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:13 Removing intermediate container 70d93297da14 17:28:13 ---> 265b7b46854b 17:28:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:13 Removing intermediate container e4436e2f6c48 17:28:13 ---> 98654375e4c7 17:28:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:28:13 ---> Running in 2b8cf1503215 17:28:13 ---> Running in 3f76a8a69c19 17:28:13 ---> Running in 132a9372e50d 17:28:13 ---> Running in d2bd5bcea917 17:28:13 ---> Running in 5143352414a7 17:28:13 Removing intermediate container 132a9372e50d 17:28:13 ---> 3cbd3745e734 17:28:13 Step 5/23 : RUN apk add --update --no-cache make git 17:28:13 Removing intermediate container 2b8cf1503215 17:28:13 ---> 26a077f02692 17:28:13 Step 5/31 : RUN apk add --update --no-cache make git 17:28:13 Removing intermediate container 5143352414a7 17:28:13 ---> 9ad86d272f82 17:28:13 Step 5/22 : RUN apk add --update --no-cache make git 17:28:13 ---> Running in fe246eaf7282 17:28:13 ---> Running in 5db0dd825c87 17:28:13 ---> Running in 6bc6acec60fa 17:28:13 Removing intermediate container d2bd5bcea917 17:28:13 ---> bd3e28db7c2b 17:28:13 Step 5/24 : RUN apk add --update --no-cache make git 17:28:13 Removing intermediate container 3f76a8a69c19 17:28:13 ---> b6adf5fe16a8 17:28:13 Step 5/23 : RUN apk add --update --no-cache make git 17:28:13 ---> Running in 1fa0faaf591e 17:28:13 ---> Running in 97e1cfddfbca 17:28:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:28:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:28:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:28:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:28:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:28:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:28:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:28:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:28:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:28:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:28:19 OK: 233 MiB in 51 packages 17:28:19 OK: 233 MiB in 51 packages 17:28:19 Removing intermediate container 5db0dd825c87 17:28:19 ---> 8c95e12b01b6 17:28:19 Step 6/31 : COPY go.mod . 17:28:19 Removing intermediate container 1fa0faaf591e 17:28:19 ---> 2fd9f5351670 17:28:19 Step 6/24 : COPY go.mod . 17:28:19 ---> 486b1dfcef70 17:28:19 Step 7/31 : RUN go mod download 17:28:19 OK: 233 MiB in 51 packages 17:28:19 ---> Running in 658336e7c1b2 17:28:19 OK: 233 MiB in 51 packages 17:28:19 OK: 233 MiB in 51 packages 17:28:20 ---> 266fa53fcf51 17:28:20 Step 7/24 : RUN go mod download 17:28:20 ---> Running in 22d2e48b98ba 17:28:21 Removing intermediate container 6bc6acec60fa 17:28:21 ---> 08c2d81b39d4 17:28:21 Step 6/22 : COPY go.mod . 17:28:21 Removing intermediate container fe246eaf7282 17:28:21 ---> 9c8984bbc78a 17:28:21 Step 6/23 : COPY go.mod . 17:28:21 Removing intermediate container 97e1cfddfbca 17:28:21 ---> b804b3e4ce5c 17:28:21 Step 6/23 : COPY go.mod . 17:28:21 ---> 4a4632739258 17:28:21 Step 7/23 : RUN go mod download 17:28:21 ---> 608bf78c8103 17:28:21 Step 7/22 : RUN go mod download 17:28:21 ---> 87a376703d59 17:28:21 Step 7/23 : RUN go mod download 17:28:21 ---> Running in a15d12388ab8 17:28:21 ---> Running in aef6452820e6 17:28:21 ---> Running in 9761a151cbb7 17:28:22 Removing intermediate container 658336e7c1b2 17:28:22 ---> 0ae9d106b9dc 17:28:22 Step 8/31 : COPY . . 17:28:22 Removing intermediate container 22d2e48b98ba 17:28:22 ---> 52d09ce57c57 17:28:22 Step 8/24 : COPY . . 17:28:31 Removing intermediate container aef6452820e6 17:28:31 ---> d965f1aacba7 17:28:31 Step 8/22 : COPY . . 17:28:31 Removing intermediate container a15d12388ab8 17:28:31 ---> 2d7a621d9f82 17:28:31 Step 8/23 : COPY . . 17:28:34 Removing intermediate container 9761a151cbb7 17:28:34 ---> 6f0facdf17cc 17:28:34 Step 8/23 : COPY . . 17:28:35 Removing intermediate container 0b0f9ce9686b 17:28:35 ---> 5df8212933e2 17:28:35 Successfully built 5df8212933e2 17:28:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:28:36 + docker inspect -f . ci-base-image-arm64 17:28:36 . [Pipeline] withDockerContainer 17:28:36 prd-ubuntu18.04-docker-arm64-4c-16g-30740 does not seem to be running inside a container 17:28:36 $ 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 ******** ci-base-image-arm64 cat 17:28:38 $ docker top 7a97e6750847d755d4bf4f33a69776f35375ec36c17ccfcc025aefbe886f949e -eo pid,comm [Pipeline] { [Pipeline] sh 17:28:39 + go version 17:28:39 go version go1.15.5 linux/arm64 [Pipeline] } 17:28:39 $ docker stop --time=1 7a97e6750847d755d4bf4f33a69776f35375ec36c17ccfcc025aefbe886f949e 17:28:41 $ docker rm -f 7a97e6750847d755d4bf4f33a69776f35375ec36c17ccfcc025aefbe886f949e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:28:42 + docker inspect -f . ci-base-image-arm64 17:28:42 . [Pipeline] withDockerContainer 17:28:42 prd-ubuntu18.04-docker-arm64-4c-16g-30740 does not seem to be running inside a container 17:28:42 $ 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 ******** ci-base-image-arm64 cat 17:28:44 $ docker top f5eba297e5a2e260bef64451c9e36c5912166d6ab3e514e29341d5ddc54ffabb -eo pid,comm [Pipeline] { [Pipeline] echo 17:28:44 ========================================================= 17:28:44 [edgeXBuildGoParallel] Running Tests and Build... 17:28:44 ========================================================= [Pipeline] sh 17:28:45 + make test 17:28:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:29:06 ---> f206147e0d29 17:29:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:29:07 ---> 570267c02766 17:29:07 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:29:07 ---> Running in d3c15fa17637 17:29:07 ---> Running in 17be2340a5a2 17:29:08 ---> 0ff4b842f1bf 17:29:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:29:08 ---> 71df90e5eb6f 17:29:08 Step 9/23 : RUN make cmd/core-command/core-command 17:29:09 ---> Running in f56f48399045 17:29:09 ---> Running in 6646fd24b8b1 17:29:09 ---> e52b0d0dfa6e 17:29:09 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:29:09 ---> Running in a7c4cf038a86 17:29:10 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 17:29:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:29:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:29:10 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 17:29:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:29:11 ? github.com/edgexfoundry/edgex-go [no test files] 17:29:43 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 17:29:51 Removing intermediate container 17be2340a5a2 17:29:51 ---> 3d850c050ace 17:29:51 17:29:51 Step 10/31 : FROM alpine:3.12 17:29:51 3.12: Pulling from library/alpine 17:29:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:29:51 Status: Downloaded newer image for alpine:3.12 17:29:51 ---> 88dd2752d2ea 17:29:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:29:54 ---> Running in edf865b12d31 17:29:54 Removing intermediate container d3c15fa17637 17:29:54 ---> 91c7f0b29e7f 17:29:54 17:29:54 Step 10/24 : FROM alpine:3.12 17:29:54 ---> 88dd2752d2ea 17:29:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:29:54 Removing intermediate container f56f48399045 17:29:54 ---> 13f755883817 17:29:54 17:29:54 Step 10/23 : FROM alpine:3.12 17:29:54 ---> 88dd2752d2ea 17:29:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:29:54 Removing intermediate container 6646fd24b8b1 17:29:54 ---> 5df30cede101 17:29:54 17:29:54 Step 10/22 : FROM alpine:3.12 17:29:54 ---> 88dd2752d2ea 17:29:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:29:54 ---> Running in 899e10dd3dc0 17:29:54 ---> Running in 640fcaf74f5a 17:29:54 ---> Running in 85186daedda4 17:29:54 Removing intermediate container edf865b12d31 17:29:54 ---> b5eae4553bcd 17:29:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:29:57 ---> Running in 78e4ed6dd66e 17:29:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:29:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:29:58 (1/5) Installing ca-certificates (20191127-r4) 17:29:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:29:58 (3/5) Installing libcurl (7.69.1-r3) 17:29:58 (4/5) Installing curl (7.69.1-r3) 17:29:58 (5/5) Installing dumb-init (1.2.2-r1) 17:29:58 Executing busybox-1.31.1-r19.trigger 17:29:58 Executing ca-certificates-20191127-r4.trigger 17:29:58 OK: 7 MiB in 19 packages 17:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:29:58 Removing intermediate container a7c4cf038a86 17:29:58 ---> c234a17c2a10 17:29:58 17:29:58 Step 10/23 : FROM alpine:3.12 17:29:58 ---> 88dd2752d2ea 17:29:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:29:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:29:58 (1/1) Installing dumb-init (1.2.2-r1) 17:29:58 Executing busybox-1.31.1-r19.trigger 17:29:58 OK: 6 MiB in 15 packages 17:29:59 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:30:00 ---> Running in 6bf8a0aa620d 17:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:00 (1/1) Installing dumb-init (1.2.2-r1) 17:30:00 Executing busybox-1.31.1-r19.trigger 17:30:00 OK: 6 MiB in 15 packages 17:30:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:00 (1/2) Installing dumb-init (1.2.2-r1) 17:30:00 (2/2) Installing su-exec (0.2-r1) 17:30:00 Executing busybox-1.31.1-r19.trigger 17:30:00 OK: 6 MiB in 16 packages 17:30:01 Removing intermediate container 899e10dd3dc0 17:30:01 ---> 802f3408211b 17:30:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:01 Removing intermediate container 640fcaf74f5a 17:30:01 ---> 033e252f2d38 17:30:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:30:01 ---> Running in 2beab6ae84b3 17:30:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:01 ---> Running in 78748abaafca 17:30:01 (1/1) Installing dumb-init (1.2.2-r1) 17:30:01 Executing busybox-1.31.1-r19.trigger 17:30:01 OK: 6 MiB in 15 packages 17:30:01 Removing intermediate container 2beab6ae84b3 17:30:01 ---> b2efe98d55fd 17:30:01 Step 13/24 : WORKDIR / 17:30:02 ---> Running in ca97dee1465b 17:30:02 Removing intermediate container 78e4ed6dd66e 17:30:02 ---> 3a340ec0c640 17:30:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:30:02 Removing intermediate container 85186daedda4 17:30:02 ---> 451d6fe47d59 17:30:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:30:02 Removing intermediate container 78748abaafca 17:30:02 ---> 36166339994b 17:30:02 Step 13/22 : ENV APP_PORT=48085 17:30:02 ---> Running in 725cba1a06bb 17:30:02 ---> Running in 0f834b3a2294 17:30:02 ---> Running in 549adf30b4a1 17:30:02 Removing intermediate container ca97dee1465b 17:30:02 ---> 4c048f3d0133 17:30:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:30:02 Removing intermediate container 6bf8a0aa620d 17:30:02 ---> d1288804335e 17:30:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:30:02 Removing intermediate container 725cba1a06bb 17:30:02 ---> 9f72bd8459c5 17:30:02 Step 13/23 : ENV APP_PORT=48082 17:30:02 Removing intermediate container 0f834b3a2294 17:30:02 ---> d146ec74ba22 17:30:02 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:30:02 ---> Running in b10ba49e81eb 17:30:02 ---> Running in 6cfca873cd82 17:30:02 Removing intermediate container 549adf30b4a1 17:30:02 ---> f8d26f619eb8 17:30:02 Step 14/22 : EXPOSE $APP_PORT 17:30:03 ---> Running in 679ad8dcc561 17:30:03 ---> 905f42c1efb6 17:30:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:30:03 ---> Running in 9d3a270d0e35 17:30:03 Removing intermediate container 6cfca873cd82 17:30:03 ---> dff9ffa43fd4 17:30:03 Step 14/23 : EXPOSE $APP_PORT 17:30:03 Removing intermediate container b10ba49e81eb 17:30:03 ---> ba69defe7eb8 17:30:03 Step 13/23 : ENV APP_PORT=48081 17:30:03 ---> Running in cd3eb7435f86 17:30:03 ---> Running in 7a33d7214df6 17:30:03 Removing intermediate container 679ad8dcc561 17:30:03 ---> 9fd877d15dc1 17:30:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:30:03 ---> 1bafd28c2db2 17:30:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:30:03 Removing intermediate container 9d3a270d0e35 17:30:03 ---> d01cf73b197a 17:30:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:30:03 ---> Running in c6564e7afdc7 17:30:04 Removing intermediate container 7a33d7214df6 17:30:04 ---> f24d14f534f6 17:30:04 Step 14/23 : EXPOSE $APP_PORT 17:30:04 Removing intermediate container cd3eb7435f86 17:30:04 ---> efcc9fef9097 17:30:04 Step 15/23 : WORKDIR / 17:30:04 ---> Running in 835b6976f659 17:30:04 ---> c9fdab5f9a10 17:30:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:30:04 ---> 3e6dd7b5ccde 17:30:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:30:04 ---> Running in 9d69abb8ac9f 17:30:04 Removing intermediate container 835b6976f659 17:30:04 ---> 235acc1c55a3 17:30:04 Step 15/23 : WORKDIR / 17:30:04 ---> Running in ce0dbc66ed64 17:30:04 Removing intermediate container 9d69abb8ac9f 17:30:04 ---> b6156387a7eb 17:30:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:30:05 ---> e26d10da1c43 17:30:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:30:05 Removing intermediate container ce0dbc66ed64 17:30:05 ---> 0458a4b2a9df 17:30:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:30:05 ---> 679cdd4337ff 17:30:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:30:05 ---> e050c2857796 17:30:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:30:05 Removing intermediate container c6564e7afdc7 17:30:05 ---> 4656a5d535ac 17:30:05 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:30:05 ---> 530f4e410f1c 17:30:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:30:05 ---> Running in 886b37e95c6d 17:30:05 ---> 485255c26ae6 17:30:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:30:05 ---> dfe61d3e8a6c 17:30:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:30:05 ---> Running in 2daaa8a64973 17:30:05 Removing intermediate container 886b37e95c6d 17:30:05 ---> 346d69568cf9 17:30:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:30:06 ---> 3ac7320b896e 17:30:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:30:06 Removing intermediate container 2daaa8a64973 17:30:06 ---> 1ed324be30b2 17:30:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:30:06 ---> 72b34151d93c 17:30:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:30:06 ---> 792595924be4 17:30:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:30:06 ---> Running in fe2e5707255c 17:30:06 ---> 4519205090d3 17:30:06 Step 19/23 : ENTRYPOINT ["/core-command"] 17:30:06 ---> ca1f04eb8356 17:30:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:30:06 ---> Running in b0e2ddeeb828 17:30:06 ---> Running in 3381ae167831 17:30:07 ---> Running in d20ac73336e8 17:30:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:30:07 Removing intermediate container fe2e5707255c 17:30:07 ---> ece05f41e27c 17:30:07 Step 20/22 : LABEL arch=x86_64 17:30:07 ---> 91078cef1845 17:30:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:30:07 Removing intermediate container 3381ae167831 17:30:07 ---> 301a2a757236 17:30:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:30:07 ---> Running in 6862dd75716f 17:30:07 ---> Running in 081cf959aa4a 17:30:07 ---> Running in c0498b23349a 17:30:08 Removing intermediate container 6862dd75716f 17:30:08 ---> 4f126e5556da 17:30:08 Step 21/22 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:30:08 ---> Running in c51d0dfdb711 17:30:08 Removing intermediate container 081cf959aa4a 17:30:08 ---> f46cd36da12a 17:30:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:30:08 Removing intermediate container c0498b23349a 17:30:08 ---> a703cefb0ae2 17:30:08 Step 21/23 : LABEL arch=x86_64 17:30:08 ---> Running in d3f7e424a834 17:30:08 ---> Running in 9214d217c353 17:30:08 Removing intermediate container c51d0dfdb711 17:30:08 ---> bd55360a32e6 17:30:08 Step 22/22 : LABEL version=0.0.0 17:30:08 Removing intermediate container d3f7e424a834 17:30:08 ---> b0909b0c7e77 17:30:08 Step 21/23 : LABEL arch=x86_64 17:30:08 ---> Running in 3904baaedc7f 17:30:08 ---> Running in 423631dbc959 17:30:09 Removing intermediate container b0e2ddeeb828 17:30:09 ---> 8b820b4541b8 17:30:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:30:09 Removing intermediate container 9214d217c353 17:30:09 ---> abd453681f57 17:30:09 Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:30:09 ---> Running in 9b4a50c7defe 17:30:09 ---> Running in 5505c302cd50 17:30:09 Removing intermediate container 3904baaedc7f 17:30:09 ---> 714885ab8ed5 17:30:09 17:30:09 Removing intermediate container 423631dbc959 17:30:09 ---> 161e0ab8ae66 17:30:09 Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:30:09 Removing intermediate container d20ac73336e8 17:30:09 ---> acc1a8f29061 17:30:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:30:09 Successfully built 714885ab8ed5 17:30:09 ---> Running in 80f58f955d0e 17:30:09 Successfully tagged docker-support-scheduler-go:latest 17:30:09 Removing intermediate container 9b4a50c7defe 17:30:09 ---> 01edcdf67195 17:30:09 Step 23/23 : LABEL version=0.0.0 17:30:09 Building docker-support-notifications-go 17:30:09  Building docker-support-scheduler-go ... done Removing intermediate container 5505c302cd50 17:30:09 ---> 38d2b305c197 17:30:09 Step 22/24 : LABEL arch=x86_64 17:30:09 ---> 1fc6d2268b55 17:30:09 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:30:09 ---> Running in 020026779b8b 17:30:09 ---> Running in cf3d8c46ac54 17:30:09 Removing intermediate container 80f58f955d0e 17:30:09 ---> 9b29c032f459 17:30:09 Step 23/23 : LABEL version=0.0.0 17:30:10 ---> Running in 934db1f1d939 17:30:10 Removing intermediate container 020026779b8b 17:30:10 ---> 2fdad7f52edc 17:30:10 17:30:10 Removing intermediate container cf3d8c46ac54 17:30:10 ---> 4127fe5cd07d 17:30:10 Step 23/24 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:30:10 Successfully built 2fdad7f52edc 17:30:10 Removing intermediate container 934db1f1d939 17:30:10 ---> 458042330173 17:30:10 17:30:10 ---> Running in af66c511afda 17:30:10 Successfully tagged docker-core-command-go:latest 17:30:10 Building docker-security-proxy-setup-go 17:30:11  Building docker-core-command-go ... done  ---> 9135282087a0 17:30:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:30:11 Successfully built 458042330173 17:30:11 Successfully tagged docker-core-metadata-go:latest 17:30:11  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 17:30:11 Removing intermediate container af66c511afda 17:30:11 ---> f43adde628fd 17:30:11 Step 24/24 : LABEL version=0.0.0 17:30:11 ---> Running in 31664f38a18f 17:30:11 ---> 33be9db115ab 17:30:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:30:11 Removing intermediate container 31664f38a18f 17:30:11 ---> 0fcafff77fb5 17:30:11 17:30:14 Successfully built 0fcafff77fb5 17:30:14 Successfully tagged docker-security-secretstore-setup-go:latest 17:30:14  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 17:30:14 ---> 4e71f6f4f5f4 17:30:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:30:15 ---> 90690c2b36a2 17:30:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:30:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:30:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:30:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:30:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:30:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:30:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:30:18 ---> Running in 65381fd7f4f9 17:30:18 Removing intermediate container 65381fd7f4f9 17:30:18 ---> cf0ddd6fdbbc 17:30:18 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:30:20 ---> 758949fc604b 17:30:20 Step 26/31 : RUN chmod +x /entrypoint.sh 17:30:20 ---> Running in 75f0c5bc899b 17:30:22 Removing intermediate container 75f0c5bc899b 17:30:22 ---> 65802454963a 17:30:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:30:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:30:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:30:22 ---> Running in b67a8299a1f3 17:30:23 Removing intermediate container b67a8299a1f3 17:30:23 ---> 7daefd05d50c 17:30:23 Step 28/31 : CMD ["gate"] 17:30:25 ---> Running in 23a89307252a 17:30:25 Removing intermediate container 23a89307252a 17:30:25 ---> b9a7d106e22e 17:30:25 Step 29/31 : LABEL arch=x86_64 17:30:26 ---> Running in b7bb1ed4b1ec 17:30:26 Removing intermediate container b7bb1ed4b1ec 17:30:26 ---> 9832a8a50b54 17:30:26 Step 30/31 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:30:27 ---> Running in 95f13b76a8b0 17:30:28 Removing intermediate container 95f13b76a8b0 17:30:28 ---> ed315c74f2c9 17:30:28 Step 31/31 : LABEL version=0.0.0 17:30:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:30:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:30:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:30:35 ---> Running in d266fe3825d8 17:30:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:30:35 ---> 0c39a72c2111 17:30:35 Step 3/21 : WORKDIR /edgex-go 17:30:35 ---> Using cache 17:30:35 ---> 98654375e4c7 17:30:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:36 ---> Using cache 17:30:36 ---> 9ad86d272f82 17:30:36 Step 5/21 : RUN apk add --update --no-cache make git 17:30:36 ---> Using cache 17:30:36 ---> 08c2d81b39d4 17:30:36 Step 6/21 : COPY go.mod . 17:30:36 ---> Using cache 17:30:36 ---> 608bf78c8103 17:30:36 Step 7/21 : RUN go mod download 17:30:36 ---> Using cache 17:30:36 ---> d965f1aacba7 17:30:36 Step 8/21 : COPY . . 17:30:36 ---> Using cache 17:30:36 ---> 0ff4b842f1bf 17:30:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:30:36 Removing intermediate container d266fe3825d8 17:30:36 ---> 2a766e86e81a 17:30:36 17:30:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:30:36 ---> 0c39a72c2111 17:30:36 Step 3/26 : WORKDIR /edgex-go 17:30:36 ---> Using cache 17:30:36 ---> 98654375e4c7 17:30:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:36 ---> Using cache 17:30:36 ---> 9ad86d272f82 17:30:36 Step 5/26 : RUN apk add --update --no-cache make bash git 17:30:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.351s coverage: 45.9% of statements 17:30:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:30:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:30:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:30:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:30:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:30:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:30:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.134s coverage: 19.8% of statements 17:30:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.267s coverage: 100.0% of statements 17:30:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:30:38 ---> 0c39a72c2111 17:30:38 Step 3/22 : WORKDIR /edgex-go 17:30:38 ---> Using cache 17:30:38 ---> 98654375e4c7 17:30:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:38 ---> Using cache 17:30:38 ---> 9ad86d272f82 17:30:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:30:39 ---> Running in 2846209bdc23 17:30:39 Successfully built 2a766e86e81a 17:30:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:30:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:30:39 ---> 0c39a72c2111 17:30:39 Step 3/23 : WORKDIR /edgex-go 17:30:39 Successfully tagged docker-security-bootstrapper-go:latest 17:30:39 ---> Using cache 17:30:39  Building docker-security-bootstrapper-go ... done  ---> 98654375e4c7 17:30:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:30:39 ---> Using cache 17:30:39 ---> 9ad86d272f82 17:30:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:30:39 ---> Running in c5b5fb5933ae 17:30:39 ---> Running in c06d30596fee 17:30:40 ---> Running in 30f2685b10fa 17:30:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:42 OK: 233 MiB in 51 packages 17:30:42 OK: 233 MiB in 51 packages 17:30:43 OK: 233 MiB in 51 packages 17:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.517s coverage: 27.1% of statements 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.126s coverage: 100.0% of statements 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:30:45 Removing intermediate container 30f2685b10fa 17:30:45 ---> 2d02d679face 17:30:45 Step 6/23 : COPY go.mod . 17:30:45 Removing intermediate container c06d30596fee 17:30:45 ---> 56aed49b5bad 17:30:45 Step 6/22 : COPY go.mod . 17:30:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.391s coverage: 71.3% of statements 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:30:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:30:45 Removing intermediate container c5b5fb5933ae 17:30:45 ---> eeab576b0eeb 17:30:45 Step 6/26 : COPY go.mod . 17:30:45 ---> bd4775c91ae3 17:30:45 Step 7/23 : RUN go mod download 17:30:45 ---> 4236847d7a28 17:30:45 Step 7/22 : RUN go mod download 17:30:46 ---> Running in d3b050dacff6 17:30:46 ---> Running in 87c11f10701c 17:30:46 ---> 8da1aa715744 17:30:46 Step 7/26 : RUN go mod download 17:30:46 ---> Running in c96484c1987a 17:30:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.585s coverage: 82.9% of statements 17:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:30:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.165s coverage: 78.9% of statements 17:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:30:48 Removing intermediate container d3b050dacff6 17:30:48 ---> a0847c995a6e 17:30:48 Step 8/22 : COPY . . 17:30:49 Removing intermediate container c96484c1987a 17:30:49 ---> ff6e0b4fcb92 17:30:49 Step 8/26 : COPY . . 17:30:49 Removing intermediate container 87c11f10701c 17:30:49 ---> 2ef399d36ecb 17:30:49 Step 8/23 : COPY . . 17:30:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.180s coverage: 28.6% of statements 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:30:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:30:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:30:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:30:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.362s coverage: 97.5% of statements 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:30:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:30:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:31: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 17:31:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.204s coverage: 92.8% of statements 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:31:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:31:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.288s coverage: 0.1% of statements 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:31:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements 17:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements 17:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements 17:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 17:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 17:31:16 Removing intermediate container 2846209bdc23 17:31:16 ---> e35d4ce26be4 17:31:16 17:31:16 Step 10/21 : FROM alpine:3.12 17:31:17 ---> 88dd2752d2ea 17:31:17 Step 11/21 : RUN apk add --update --no-cache curl 17:31:17 ---> Running in 8b0fb7c98416 17:31:17 ---> 5c97bacb6220 17:31:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:31:17 ---> ca5163ec492b 17:31:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:31:17 ---> 529431d32ffb 17:31:17 Step 9/23 : RUN make cmd/core-data/core-data 17:31:17 ---> Running in d0091593d87d 17:31:17 ---> Running in 3696138bd1db 17:31:17 ---> Running in 9fcdde21a0c9 17:31:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:31:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:31:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:31:18 (1/4) Installing ca-certificates (20191127-r4) 17:31:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:31:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.093s coverage: 94.4% of statements 17:31:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 17:31:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:31:19 (3/4) Installing libcurl (7.69.1-r3) 17:31:19 (4/4) Installing curl (7.69.1-r3) 17:31:19 Executing busybox-1.31.1-r19.trigger 17:31:19 Executing ca-certificates-20191127-r4.trigger 17:31:19 OK: 7 MiB in 18 packages 17:31:21 Removing intermediate container 8b0fb7c98416 17:31:21 ---> 76783c4c84a4 17:31:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:31:21 ---> Running in e6280a2277f0 17:31:22 Removing intermediate container e6280a2277f0 17:31:22 ---> d04b801742cf 17:31:22 Step 13/21 : WORKDIR /edgex 17:31:22 ---> Running in 6aa239dd0906 17:31:22 Removing intermediate container 6aa239dd0906 17:31:22 ---> c9d77534ecff 17:31:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:31:23 ---> 51132485986e 17:31:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:31:25 ---> 1f4996ce7fa5 17:31:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:31:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.233s coverage: 81.9% of statements 17:31:27 ---> 2a33c1338a50 17:31:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:31:27 ---> Running in b4ec954ed7e6 17:31:27 Removing intermediate container b4ec954ed7e6 17:31:27 ---> 58a93907d8eb 17:31:27 Step 18/21 : CMD ["--init=true"] 17:31:27 ---> Running in b7ccfcda81eb 17:31:29 Removing intermediate container b7ccfcda81eb 17:31:29 ---> abc1c3db61f2 17:31:29 Step 19/21 : LABEL arch=x86_64 17:31:29 ---> Running in 556a7de808c2 17:31:29 Removing intermediate container 556a7de808c2 17:31:29 ---> c32aa3445afd 17:31:29 Step 20/21 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:31:30 ---> Running in b1af2231a088 17:31:30 Removing intermediate container b1af2231a088 17:31:30 ---> 655f09e49bde 17:31:30 Step 21/21 : LABEL version=0.0.0 17:31:30 ---> Running in 550441dd34bf 17:31:30 Removing intermediate container 550441dd34bf 17:31:30 ---> 5b90d5db8627 17:31:30 17:31:30 Successfully built 5b90d5db8627 17:31:30 Successfully tagged docker-security-proxy-setup-go:latest 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.125s coverage: 92.9% of statements 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.074s coverage: 87.2% of statements 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.143s coverage: 87.2% of statements 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.171s coverage: 84.6% of statements 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.171s coverage: 91.6% of statements 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.546s coverage: 62.4% of statements 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 17:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements 17:31:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.089s coverage: 100.0% of statements 17:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 69.0% of statements 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 38.4% of statements 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.112s coverage: 89.5% of statements 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:31:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 17:31:45  Building docker-security-proxy-setup-go ... done Removing intermediate container d0091593d87d 17:31:45 ---> c69afc618545 17:31:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:31:46 ---> Running in 7d1b8a67c07e 17:31:46 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 17:31:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.446s coverage: 47.0% of statements 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:31:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:31:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.113s coverage: 100.0% of statements 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:31:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.471s coverage: 87.1% of statements 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:31:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:31:50 Removing intermediate container 3696138bd1db 17:31:50 ---> e767fbe2b607 17:31:50 17:31:50 Step 10/22 : FROM alpine:3.12 17:31:50 ---> 88dd2752d2ea 17:31:50 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:31:50 ---> Running in 53adac80f117 17:31:50 Removing intermediate container 7d1b8a67c07e 17:31:50 ---> 13e8ac93f109 17:31:50 17:31:50 Step 11/26 : FROM docker:20.10.0 17:31:50 20.10.0: Pulling from library/docker 17:31:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:31:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:50 (1/2) Installing ca-certificates (20191127-r4) 17:31:50 (2/2) Installing dumb-init (1.2.2-r1) 17:31:50 Executing busybox-1.31.1-r19.trigger 17:31:50 Executing ca-certificates-20191127-r4.trigger 17:31:50 OK: 6 MiB in 16 packages 17:31:53 Removing intermediate container 9fcdde21a0c9 17:31:53 ---> 7f23e8132bd3 17:31:53 17:31:53 Step 10/23 : FROM alpine:3.12 17:31:53 ---> 88dd2752d2ea 17:31:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:31:53 Removing intermediate container 53adac80f117 17:31:53 ---> 47087d327d9f 17:31:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:31:53 ---> Running in 15881fc72851 17:31:53 ---> Running in b94860fd15a7 17:31:54 Removing intermediate container 15881fc72851 17:31:54 ---> 62d6dca5248e 17:31:54 Step 12/23 : ENV APP_PORT=48080 17:31:54 ---> Running in 005e6e8ea289 17:31:54 Removing intermediate container b94860fd15a7 17:31:54 ---> 5e65e6f43c6e 17:31:54 Step 13/22 : ENV APP_PORT=48060 17:31:54 ---> Running in dacdacc2b2af 17:31:54 Removing intermediate container 005e6e8ea289 17:31:54 ---> ccd3bb6c6269 17:31:54 Step 13/23 : EXPOSE $APP_PORT 17:31:55 ---> Running in 3037dda4828c 17:31:55 Removing intermediate container dacdacc2b2af 17:31:55 ---> 90c1cd07c492 17:31:55 Step 14/22 : EXPOSE $APP_PORT 17:31:55 ---> Running in 7f8c90ed1e27 17:31:55 Removing intermediate container 3037dda4828c 17:31:55 ---> 25f1b153c0a8 17:31:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:31:55 ---> Running in 7106092ea49f 17:31:56 Removing intermediate container 7f8c90ed1e27 17:31:56 ---> 44a7655ecbaa 17:31:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.519s coverage: 29.1% of statements 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.233s coverage: 96.5% of statements 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.074s coverage: 100.0% of statements 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:31:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 17:31:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 17:31:58 GO111MODULE=on go vet ./... 17:31:58 ---> d0a877db2171 17:31:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:31:58 ---> 3095c93732b6 17:31:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:31:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:31:58 Status: Downloaded newer image for docker:20.10.0 17:31:58 ---> aefe523efa57 17:31:58 Step 12/26 : RUN apk add --no-cache bash 17:31:58 Removing intermediate container 7106092ea49f 17:31:58 ---> c67167df4c78 17:31:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:31:58 ---> Running in fd086f847cf4 17:31:58 ---> Running in 8787f0bf570e 17:31:58 ---> 794122558f3a 17:31:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:31:58 ---> Running in c13e3e857768 17:31:58 Removing intermediate container c13e3e857768 17:31:58 ---> 5624baa9778f 17:31:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:31:58 ---> Running in 7677e9c315de 17:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:31:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:31:59 Removing intermediate container 7677e9c315de 17:31:59 ---> 75bcce15a7cb 17:31:59 Step 20/22 : LABEL arch=x86_64 17:31:59 (1/2) Installing readline (8.0.4-r0) 17:31:59 (2/2) Installing bash (5.0.17-r0) 17:31:59 Executing bash-5.0.17-r0.post-install 17:31:59 Executing busybox-1.31.1-r19.trigger 17:31:59 OK: 12 MiB in 22 packages 17:31:59 ---> Running in f4438634a092 17:31:59 Removing intermediate container f4438634a092 17:31:59 ---> b76c26bf2270 17:31:59 Step 21/22 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:31:59 ---> Running in 2976a32557c3 17:31:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:31:59 Removing intermediate container 2976a32557c3 17:31:59 ---> 7b956f4ee597 17:31:59 Step 22/22 : LABEL version=0.0.0 17:31:59 Removing intermediate container fd086f847cf4 17:31:59 ---> 542deae2a013 17:31:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:31:59 ---> Running in cefe0f945137 17:31:59 ---> Running in 6ec3ec207455 17:32:00 Removing intermediate container cefe0f945137 17:32:00 ---> 3d33a6b7832b 17:32:00 17:32:00 Removing intermediate container 6ec3ec207455 17:32:00 ---> a3359af7c6a7 17:32:00 Step 14/26 : ENV APP_PORT=48090 17:32:00 ---> Running in 50230cad9daa 17:32:00 (1/6) Installing dumb-init (1.2.2-r1) 17:32:00 Successfully built 3d33a6b7832b 17:32:00 Successfully tagged docker-support-notifications-go:latest 17:32:00  Building docker-support-notifications-go ... done Removing intermediate container 50230cad9daa 17:32:00 ---> f22216707af2 17:32:00 Step 15/26 : EXPOSE $APP_PORT 17:32:00 (2/6) Installing libgcc (9.3.0-r2) 17:32:00 ---> Running in efeb1b2a5c15 17:32:00 (3/6) Installing libsodium (1.0.18-r0) 17:32:00 (4/6) Installing libstdc++ (9.3.0-r2) 17:32:00 Removing intermediate container efeb1b2a5c15 17:32:00 ---> 85cd0f761a66 17:32:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:32:01 (5/6) Installing libzmq (4.3.3-r0) 17:32:01 (6/6) Installing zeromq (4.3.3-r0) 17:32:01 Executing busybox-1.31.1-r19.trigger 17:32:01 OK: 8 MiB in 20 packages 17:32:01 ---> 625c416c80f1 17:32:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:32:01 ---> 00b3a3cfd94d 17:32:01 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:32:01 Removing intermediate container 8787f0bf570e 17:32:01 ---> 7f274c730476 17:32:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:32:02 ---> 7c3a1e3e6394 17:32:02 Step 19/26 : RUN apk --no-cache add py3-pip 17:32:02 ---> Running in 7a53ebf887b8 17:32:02 ---> 45c878fbb528 17:32:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:32:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:32:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:32:03 (1/33) Installing libbz2 (1.0.8-r1) 17:32:03 (2/33) Installing expat (2.2.9-r1) 17:32:03 (3/33) Installing libffi (3.3-r2) 17:32:03 (4/33) Installing gdbm (1.13-r1) 17:32:03 (5/33) Installing xz-libs (5.2.5-r0) 17:32:03 (6/33) Installing sqlite-libs (3.32.1-r0) 17:32:03 ---> 712265f898a3 17:32:03 (7/33) Installing python3 (3.8.8-r0) 17:32:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:32:06 ---> 89f298dbfd68 17:32:06 Step 19/23 : ENTRYPOINT ["/core-data"] 17:32:06 (8/33) Installing py3-appdirs (1.4.4-r1) 17:32:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:32:06 (10/33) Installing py3-parsing (2.4.7-r0) 17:32:06 ---> Running in 371e597748e2 17:32:06 (11/33) Installing py3-six (1.15.0-r0) 17:32:06 (12/33) Installing py3-packaging (20.4-r0) 17:32:06 (13/33) Installing py3-setuptools (47.0.0-r0) 17:32:06 (14/33) Installing py3-chardet (3.0.4-r4) 17:32:06 (15/33) Installing py3-idna (2.9-r0) 17:32:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:32:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:32:07 (18/33) Installing py3-requests (2.23.0-r0) 17:32:07 (19/33) Installing py3-msgpack (1.0.0-r0) 17:32:07 (20/33) Installing py3-lockfile (0.12.2-r3) 17:32:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:32:08 (22/33) Installing py3-colorama (0.4.3-r0) 17:32:08 (23/33) Installing py3-distlib (0.3.0-r0) 17:32:08 Removing intermediate container 371e597748e2 17:32:08 ---> 456e2a0e0c61 17:32:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:32:08 (24/33) Installing py3-distro (1.5.0-r1) 17:32:08 (25/33) Installing py3-webencodings (0.5.1-r3) 17:32:08 (26/33) Installing py3-html5lib (1.0.1-r4) 17:32:08 ---> Running in 6018d41f6525 17:32:08 (27/33) Installing py3-pytoml (0.1.21-r0) 17:32:08 (28/33) Installing py3-pep517 (0.8.2-r0) 17:32:08 (29/33) Installing py3-progress (1.5-r0) 17:32:08 (30/33) Installing py3-toml (0.10.1-r0) 17:32:08 (31/33) Installing py3-retrying (1.3.3-r0) 17:32:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:32:08 (33/33) Installing py3-pip (20.1.1-r0) 17:32:09 Executing busybox-1.31.1-r19.trigger 17:32:09 OK: 71 MiB in 55 packages 17:32:09 Removing intermediate container 6018d41f6525 17:32:09 ---> b917aa968565 17:32:09 Step 21/23 : LABEL arch=x86_64 17:32:10 ---> Running in 694fce85464d 17:32:10 Removing intermediate container 694fce85464d 17:32:10 ---> 5e6ccd95c3e8 17:32:10 Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:32:10 ---> Running in 66eed98c7b26 17:32:12 Removing intermediate container 66eed98c7b26 17:32:12 ---> ff953963f203 17:32:12 Step 23/23 : LABEL version=0.0.0 17:32:15 ---> Running in a5c41aa7ad16 17:32:15 Removing intermediate container 7a53ebf887b8 17:32:15 ---> e28af527c5ae 17:32:15 Step 20/26 : RUN pip install docker-compose==1.23.2 17:32:15 Removing intermediate container a5c41aa7ad16 17:32:15 ---> 549eff77b749 17:32:15 17:32:15 ---> Running in 5c5ed8b07a1c 17:32:15 Successfully built 549eff77b749 17:32:15 Successfully tagged docker-core-data-go:latest 17:32:17  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 17:32:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:32:17 Collecting dockerpty<0.5,>=0.4.1 17:32:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:32:18 Collecting PyYAML<4,>=3.10 17:32:18 Downloading PyYAML-3.13.tar.gz (270 kB) 17:32:19 Collecting websocket-client<1.0,>=0.32.0 17:32:19 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:32:19 Collecting cached-property<2,>=1.2.0 17:32:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:32:19 Collecting texttable<0.10,>=0.9.0 17:32:19 Downloading texttable-0.9.1.tar.gz (11 kB) 17:32:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:32:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:32:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:32:20 Collecting jsonschema<3,>=2.5.1 17:32:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:32:20 Collecting docker<4.0,>=3.6.0 17:32:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:32:20 Collecting docopt<0.7,>=0.6.1 17:32:20 Downloading docopt-0.6.2.tar.gz (25 kB) 17:32:20 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) 17:32:21 Collecting urllib3<1.25,>=1.21.1 17:32:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:32:21 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) 17:32:21 Collecting idna<2.8,>=2.5 17:32:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:32:21 Collecting docker-pycreds>=0.4.0 17:32:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:32:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:32:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:32:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:32:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:32:21 Installing collected packages: dockerpty, PyYAML, websocket-client, cached-property, texttable, urllib3, idna, requests, jsonschema, docker-pycreds, docker, docopt, docker-compose 17:32:21 Running setup.py install for dockerpty: started 17:32:22 Running setup.py install for dockerpty: finished with status 'done' 17:32:22 Running setup.py install for PyYAML: started 17:32:22 Running setup.py install for PyYAML: finished with status 'done' 17:32:22 Running setup.py install for texttable: started 17:32:23 Running setup.py install for texttable: finished with status 'done' 17:32:23 Attempting uninstall: urllib3 17:32:23 Found existing installation: urllib3 1.25.9 17:32:23 Uninstalling urllib3-1.25.9: 17:32:23 Successfully uninstalled urllib3-1.25.9 17:32:23 Attempting uninstall: idna 17:32:23 Found existing installation: idna 2.9 17:32:23 Uninstalling idna-2.9: 17:32:23 Successfully uninstalled idna-2.9 17:32:23 Attempting uninstall: requests 17:32:23 Found existing installation: requests 2.23.0 17:32:23 Uninstalling requests-2.23.0: 17:32:23 Successfully uninstalled requests-2.23.0 17:32:24 Running setup.py install for docopt: started 17:32:24 Running setup.py install for docopt: finished with status 'done' 17:32:24 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 17:32:29 Removing intermediate container 5c5ed8b07a1c 17:32:29 ---> cd18b5495371 17:32:29 Step 21/26 : RUN apk --no-cache add curl 17:32:29 ---> Running in dac3e0e67e47 17:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:32:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:32:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:32:29 (2/3) Installing libcurl (7.69.1-r3) 17:32:29 (3/3) Installing curl (7.69.1-r3) 17:32:29 Executing busybox-1.31.1-r19.trigger 17:32:29 OK: 72 MiB in 58 packages 17:32:30 Removing intermediate container dac3e0e67e47 17:32:30 ---> 9af4c4778e27 17:32:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:32:30 ---> Running in 4f2bd10449a3 17:32:30 Removing intermediate container 4f2bd10449a3 17:32:30 ---> 0f4b7ff4211a 17:32:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:32:30 ---> Running in e3760a53391b 17:32:30 Removing intermediate container e3760a53391b 17:32:30 ---> 0efeebc4c10a 17:32:30 Step 24/26 : LABEL arch=x86_64 17:32:30 ---> Running in f69d58edda52 17:32:31 Removing intermediate container f69d58edda52 17:32:31 ---> e86fe0398528 17:32:31 Step 25/26 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:32:31 ---> Running in 846244ab5253 17:32:31 Removing intermediate container 846244ab5253 17:32:31 ---> f0fb1f5dea85 17:32:31 Step 26/26 : LABEL version=0.0.0 17:32:31 ---> Running in 8d0d25556ef9 17:32:31 Removing intermediate container 8d0d25556ef9 17:32:31 ---> 55698e91a867 17:32:31 17:32:31 Successfully built 55698e91a867 17:32:31 Successfully tagged docker-sys-mgmt-agent-go:latest 17:32:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:32:32 $ docker stop --time=1 ba0173defe73d9ab7a02bcc5c2521222c5282a5556e37cc3cb29fc98725c9ed8 17:32:33 $ docker rm -f ba0173defe73d9ab7a02bcc5c2521222c5282a5556e37cc3cb29fc98725c9ed8 [Pipeline] // withDockerContainer [Pipeline] sh 17:32:34 + docker images 17:32:34 + grep docker 17:32:35 docker-sys-mgmt-agent-go latest 55698e91a867 3 seconds ago 313MB 17:32:35 docker-core-data-go latest 549eff77b749 19 seconds ago 22.6MB 17:32:35 docker-support-notifications-go latest 3d33a6b7832b 35 seconds ago 17.9MB 17:32:35 docker-security-proxy-setup-go latest 5b90d5db8627 About a minute ago 24.7MB 17:32:35 docker-security-bootstrapper-go latest 2a766e86e81a About a minute ago 18.8MB 17:32:35 docker-security-secretstore-setup-go latest 0fcafff77fb5 2 minutes ago 24.9MB 17:32:35 docker-core-metadata-go latest 458042330173 2 minutes ago 19.1MB 17:32:35 docker-core-command-go latest 2fdad7f52edc 2 minutes ago 17.3MB 17:32:35 docker-support-scheduler-go latest 714885ab8ed5 2 minutes ago 17.3MB 17:32:35 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:32:50 Still waiting to schedule task 17:32:50 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:33:20 gofmt -l . 17:33:21 [ "`gofmt -l .`" = "" ] 17:33:25 ./bin/test-go-mod-tidy.sh 17:33:25 ./bin/test-attribution-txt.sh [Pipeline] sh 17:33:27 + ls -al . 17:33:27 total 788 17:33:27 drwxrwxr-x 9 1001 1001 4096 Mar 20 17:33 . 17:33:27 drwxr-xr-x 4 root root 4096 Mar 20 17:28 .. 17:33:27 -rw-rw-r-- 1 1001 1001 11 Mar 20 17:27 .dockerignore 17:33:27 drwxrwxr-x 8 1001 1001 4096 Mar 20 17:27 .git 17:33:27 drwxrwxr-x 3 1001 1001 4096 Mar 20 17:27 .github 17:33:27 -rw-rw-r-- 1 1001 1001 818 Mar 20 17:27 .gitignore 17:33:27 -rw-rw-r-- 1 1001 1001 166 Mar 20 17:27 .sonarcloud.properties 17:33:27 -rw-rw-r-- 1 1001 1001 8607 Mar 20 17:27 Attribution.txt 17:33:27 -rw-rw-r-- 1 1001 1001 3804 Mar 20 17:27 CONTRIBUTING.md 17:33:27 -rw-rw-r-- 1 1001 1001 931 Mar 20 17:27 Dockerfile.build 17:33:27 -rw-rw-r-- 1 1001 1001 863 Mar 20 17:27 Jenkinsfile 17:33:27 -rw-rw-r-- 1 1001 1001 10775 Mar 20 17:27 LICENSE 17:33:27 -rw-rw-r-- 1 1001 1001 5774 Mar 20 17:27 Makefile 17:33:27 -rw-rw-r-- 1 1001 1001 6548 Mar 20 17:27 README.md 17:33:27 -rw-rw-r-- 1 1001 1001 6755 Mar 20 17:27 SECURITY.md 17:33:27 -rw-rw-r-- 1 1001 1001 5 Mar 20 17:23 VERSION 17:33:27 -rw-rw-r-- 1 1001 1001 4131 Mar 20 17:27 ZMQWindows.md 17:33:27 drwxrwxr-x 2 1001 1001 4096 Mar 20 17:27 bin 17:33:27 drwxrwxr-x 14 1001 1001 4096 Mar 20 17:27 cmd 17:33:27 -rw-r--r-- 1 root root 650607 Mar 20 17:31 coverage.out 17:33:27 -rw-r--r-- 1 root root 1055 Mar 20 17:33 go.mod 17:33:27 -rw-r--r-- 1 root root 22209 Mar 20 17:33 go.sum 17:33:27 drwxrwxr-x 8 1001 1001 4096 Mar 20 17:27 internal 17:33:27 drwxrwxr-x 4 1001 1001 4096 Mar 20 17:27 openapi 17:33:27 drwxrwxr-x 4 1001 1001 4096 Mar 20 17:27 snap 17:33:27 -rw-rw-r-- 1 1001 1001 168 Mar 20 17:27 version.go [Pipeline] sh 17:33:28 + '[' -e coverage.out ] 17:33:28 + chown 1001:1001 coverage.out [Pipeline] stash 17:33:28 Warning: overwriting stash ‘coverage-report’ 17:33:29 Stashed 1 file(s) [Pipeline] sh 17:33:30 + make build 17:33:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:33:39 Running on prd-ubuntu18.04-docker-8c-8g-30746 in /w/workspace/edgexfoundry_edgex-go_PR-3267 [Pipeline] { [Pipeline] ws 17:33:39 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 17:33:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:33:41 using credential edgex-jenkins-ssh 17:33:41 Cloning the remote Git repository 17:33:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:33:41 > git init /w/workspace/edgex-go/5 # timeout=10 17:33:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:33:41 > git --version # timeout=10 17:33:41 > git --version # 'git version 2.17.1' 17:33:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:33:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:33:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:33:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3267/head:refs/remotes/origin/PR-3267 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:33:54 Merging remotes/origin/master commit be0d14e436fe9c753018b2c9bd281985489666e3 into PR head commit b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:33:54 Merge succeeded, producing b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:33:54 Checking out Revision b0600f3d8ad3194444232ef27f6889a15b7f8c6b (PR-3267) 17:33:54 > git config core.sparsecheckout # timeout=10 17:33:54 > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 17:33:54 > git remote # timeout=10 17:33:54 > git config --get remote.origin.url # timeout=10 17:33:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:54 > git merge be0d14e436fe9c753018b2c9bd281985489666e3 # timeout=10 17:33:54 > git rev-parse HEAD^{commit} # timeout=10 17:33:54 > git config core.sparsecheckout # timeout=10 17:33:54 > git checkout -f b0600f3d8ad3194444232ef27f6889a15b7f8c6b # timeout=10 17:33:58 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:33:59 + echo snap-build.sh 17:33:59 snap-build.sh 17:33:59 + SNAP_BASE_DIR=. 17:33:59 + '[' '!' -z /w/workspace/edgex-go/5 ']' 17:33:59 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 17:33:59 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 17:33:59 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 17:33:59 + cd /w/workspace/edgex-go/5 17:33:59 + sudo apt-get remove -qy --purge lxd lxd-client 17:33:59 Reading package lists... 17:33:59 Building dependency tree... 17:33:59 Reading state information... 17:33:59 The following packages were automatically installed and are no longer required: 17:33:59 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:33:59 uidmap xdelta3 17:33:59 Use 'sudo apt autoremove' to remove them. 17:33:59 The following packages will be REMOVED: 17:33:59 lxd* lxd-client* 17:34:00 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:34:00 After this operation, 31.7 MB disk space will be freed. 17:34:01 (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.) 17:34:01 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:34:02 Removing lxd dnsmasq configuration 17:34:02 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:34:02 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:34:03 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:34:03 (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.) 17:34:03 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:34:05 Processing triggers for systemd (237-3ubuntu10.42) ... 17:34:05 Processing triggers for ureadahead (0.100.0-21) ... 17:34:06 + sudo snap remove --purge lxd 17:34:06 snap "lxd" is not installed 17:34:06 + sudo groupadd --force --system lxd 17:34:06 ++ whoami 17:34:06 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:34:06 + newgrp - lxd 17:34:06 + sudo snap install lxd 17:34:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:34:14 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 17:34:16 2021-03-20T17:34:13Z INFO Waiting for automatic snapd restart... 17:34:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:34:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17: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 17:34:28 lxd 4.12 from Canonical* installed 17:34:28 + sudo lxd init --auto 17:34:33 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 17:34:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:34:38 + sudo snap install --classic snapcraft 17:34:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:34:45 snapcraft 4.5.4 from Canonical* installed 17:34:45 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 17:34:45 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 17:34:45 % Total % Received % Xferd Average Speed Time Time Time Current 17:34:45 Dload Upload Total Spent Left Speed 17:34:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4478 0 --:--:-- --:--:-- --:--:-- 4478 17:34:45 100 3325k 100 3325k 0 0 10.6M 0 --:--:-- --:--:-- --:--:-- 10.6M 17:34:45 ./yq_linux_amd64 17:34:45 + sudo snapcraft prime --use-lxd 17:34:46 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:34:46 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: 17:34:46 - README.md 17:34:46 17:34:46 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:34:46 Launching a container. 17:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:34:53 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 17:34:58 Waiting for container to be ready 17:34:58 To start your first instance, try: lxc launch ubuntu:18.04 17:34:58 17:35:02 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:35:02 Waiting for network to be ready... [Pipeline] } 17:35:02 $ docker stop --time=1 f5eba297e5a2e260bef64451c9e36c5912166d6ab3e514e29341d5ddc54ffabb 17:35:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:35:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 17:35:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 17:35:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:35:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:35:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 17:35:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 17:35:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:35:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:35:02 Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:35:03 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:35:03 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:35:03 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:35:03 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:35:03 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:35:03 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:35:03 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:35:03 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:35:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:35:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 17:35:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 17:35:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:35:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:35:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 17:35:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 17:35:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:35:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:35:04 $ docker rm -f f5eba297e5a2e260bef64451c9e36c5912166d6ab3e514e29341d5ddc54ffabb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:35:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:35:06 17:35:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:35:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:35:07 latest: Pulling from edgex-devops/edgex-compose-arm64 17:35:07 29e5d40040c1: Pulling fs layer 17:35:07 1ce36da41761: Pulling fs layer 17:35:07 25b303627fd3: Pulling fs layer 17:35:07 29e5d40040c1: Verifying Checksum 17:35:07 29e5d40040c1: Download complete 17:35:07 Fetched 24.1 MB in 5s (5001 kB/s) 17:35:08 1ce36da41761: Verifying Checksum 17:35:08 1ce36da41761: Download complete 17:35:08 Reading package lists... 17:35:08 29e5d40040c1: Pull complete 17:35:08 Reading package lists... 17:35:08 Building dependency tree... 17:35:08 Reading state information... 17:35:08 The following additional packages will be installed: 17:35:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:35:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:35:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:35:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:35:08 Suggested packages: 17:35:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:35:08 Recommended packages: 17:35:08 gnupg libsasl2-modules 17:35:08 The following NEW packages will be installed: 17:35:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:35:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:35:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:35:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:35:08 The following packages will be upgraded: 17:35:08 gpg gpg-agent gpgconf libudev1 17:35:08 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:35:08 Need to get 3530 kB of archives. 17:35:08 After this operation, 13.3 MB of additional disk space will be used. 17:35:08 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] 17:35:09 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] 17:35:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 17:35:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 17:35:09 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 17:35:09 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 17:35:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:35:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:35:10 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 17:35:10 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 17:35:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 17:35:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:35:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:35:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:35:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:35:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:35:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:35:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:35:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:35:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:35:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:35:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 17:35:10 1ce36da41761: Pull complete 17:35:10 25b303627fd3: Verifying Checksum 17:35:10 25b303627fd3: Download complete 17:35:10 debconf: delaying package configuration, since apt-utils is not installed 17:35:10 Fetched 3530 kB in 1s (3179 kB/s) 17:35:10 (Reading database ... 12511 files and directories currently installed.) 17:35:10 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 17:35:10 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:35:10 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 17:35:10 Selecting previously unselected package udev. 17:35:10 (Reading database ... 12511 files and directories currently installed.) 17:35:10 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 17:35:10 Unpacking udev (237-3ubuntu10.45) ... 17:35:10 Selecting previously unselected package libfuse2:amd64. 17:35:10 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:35:10 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:35:11 Selecting previously unselected package fuse. 17:35:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:35:11 Unpacking fuse (2.9.7-1ubuntu1) ... 17:35:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 17:35:11 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:35:11 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 17:35:11 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:35:11 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 17:35:11 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:35:11 Selecting previously unselected package libksba8:amd64. 17:35:11 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:35:11 Unpacking libksba8:amd64 (1.3.5-2) ... 17:35:11 Selecting previously unselected package libroken18-heimdal:amd64. 17:35:11 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:11 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:11 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:35:11 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:11 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:35:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:11 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:35:11 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:11 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:12 Selecting previously unselected package libwind0-heimdal:amd64. 17:35:12 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:12 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:12 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:35:12 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:12 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:12 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:35:12 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:12 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:12 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:35:12 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:12 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:12 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:35:12 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:35:12 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:12 Selecting previously unselected package libsasl2-modules-db:amd64. 17:35:12 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:35:12 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:35:12 Selecting previously unselected package libsasl2-2:amd64. 17:35:12 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:35:12 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:35:12 Selecting previously unselected package libldap-common. 17:35:12 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 17:35:12 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:35:12 Selecting previously unselected package libldap-2.4-2:amd64. 17:35:12 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 17:35:12 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:35:12 Selecting previously unselected package dirmngr. 17:35:12 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 17:35:12 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 17:35:12 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:35:12 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 17:35:13 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:35:13 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:35:13 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:35:13 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 17:35:13 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:13 Setting up libksba8:amd64 (1.3.5-2) ... 17:35:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:35:13 Setting up udev (237-3ubuntu10.45) ... 17:35:13 invoke-rc.d: policy-rc.d denied execution of start. 17:35:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:13 Processing triggers for systemd (237-3ubuntu10) ... 17:35:13 Setting up fuse (2.9.7-1ubuntu1) ... 17:35:13 Setting up gpg (2.2.4-1ubuntu1.4) ... 17:35:14 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:14 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:14 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:14 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:14 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:35:14 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:35:14 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 17:35:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:35:14 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:35:14 settings in the [Install] section, and DefaultInstance for template units). 17:35:14 This means they are not meant to be enabled using systemctl. 17:35:14 Possible reasons for having this kind of units are: 17:35:14 1) A unit may be statically enabled by being symlinked from another unit's 17:35:14 .wants/ or .requires/ directory. 17:35:14 2) A unit's purpose may be to act as a helper for some other unit which has 17:35:14 a requirement dependency on it. 17:35:14 3) A unit may be started when needed via activation (socket, path, timer, 17:35:14 D-Bus, udev, scripted systemctl call, ...). 17:35:14 4) In case of template units, the unit is meant to be enabled with some 17:35:14 instance name specified. 17:35:14 Reading package lists... 17:35:15 Building dependency tree... 17:35:15 Reading state information... 17:35:15 The following additional packages will be installed: 17:35:15 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:35:15 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:35:15 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:35:15 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:35:15 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:35:15 Suggested packages: 17:35:15 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:35:15 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:35:15 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:35:15 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:35:15 systemd-container policykit-1 17:35:15 Recommended packages: 17:35:15 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:35:15 The following NEW packages will be installed: 17:35:15 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:35:15 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:35:15 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:35:15 multiarch-support openssh-client python3 python3-minimal python3.6 17:35:15 python3.6-minimal snapd squashfs-tools sudo 17:35:15 The following packages will be upgraded: 17:35:15 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:35:15 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:35:15 Need to get 35.2 MB of archives. 17:35:15 After this operation, 141 MB of additional disk space will be used. 17:35:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:35:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:35:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 17:35:15 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 17:35:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 17:35:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:35:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 17:35:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 17:35:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 17:35:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:35:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:35:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:35:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:35:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:35:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:35:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:35:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 17:35:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:35:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 17:35:16 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 17:35:16 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:35:16 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:35:16 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:35:16 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:35:16 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:35:16 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:35:16 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:35:16 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:35:16 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:35:16 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:35:16 debconf: delaying package configuration, since apt-utils is not installed 17:35:16 Fetched 35.2 MB in 1s (28.7 MB/s) 17:35:16 (Reading database ... 12757 files and directories currently installed.) 17:35:16 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 17:35:17 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:35:17 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 17:35:17 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:35:17 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 17:35:17 (Reading database ... 12757 files and directories currently installed.) 17:35:17 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:35:17 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:35:17 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:35:18 (Reading database ... 12757 files and directories currently installed.) 17:35:18 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:35:18 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:35:18 Setting up apt (1.6.12ubuntu0.2) ... 17:35:18 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:35:18 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:35:18 (Reading database ... 12764 files and directories currently installed.) 17:35:18 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:35:18 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:35:19 Selecting previously unselected package libpython3.6-minimal:amd64. 17:35:19 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:35:19 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:35:19 Selecting previously unselected package libexpat1:amd64. 17:35:19 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:35:19 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:35:19 Selecting previously unselected package python3.6-minimal. 17:35:19 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:35:19 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:35:19 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 17:35:20 Checking for services that may need to be restarted...done. 17:35:20 Checking for services that may need to be restarted...done. 17:35:20 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:35:20 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:35:20 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:35:20 25b303627fd3: Pull complete 17:35:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:35:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:35:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:35:20 prd-ubuntu18.04-docker-arm64-4c-16g-30740 does not seem to be running inside a container 17:35:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:35:20 Selecting previously unselected package python3-minimal. 17:35:20 (Reading database ... 13012 files and directories currently installed.) 17:35:20 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:35:20 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:35:20 Selecting previously unselected package mime-support. 17:35:20 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:35:20 Unpacking mime-support (3.60ubuntu1) ... 17:35:21 Selecting previously unselected package libmpdec2:amd64. 17:35:21 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:35:21 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:35:21 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:35:21 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:35:21 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:35:21 Selecting previously unselected package python3.6. 17:35:21 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:35:21 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:35:21 Selecting previously unselected package libpython3-stdlib:amd64. 17:35:21 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:35:21 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:35:21 Setting up python3-minimal (3.6.7-1~18.04) ... 17:35:21 Selecting previously unselected package python3. 17:35:21 (Reading database ... 13442 files and directories currently installed.) 17:35:21 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:35:22 Unpacking python3 (3.6.7-1~18.04) ... 17:35:22 Selecting previously unselected package multiarch-support. 17:35:22 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:35:22 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:35:22 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:35:22 Selecting previously unselected package liblzo2-2:amd64. 17:35:22 (Reading database ... 13479 files and directories currently installed.) 17:35:22 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:35:22 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:35:22 Selecting previously unselected package libbsd0:amd64. 17:35:22 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:35:22 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:35:22 Selecting previously unselected package sudo. 17:35:22 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:35:22 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:35:22 Selecting previously unselected package apparmor. 17:35:22 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:35:22 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:35:22 Selecting previously unselected package libedit2:amd64. 17:35:22 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:35:22 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:35:22 Selecting previously unselected package libkrb5support0:amd64. 17:35:22 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:35:22 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:35:23 Selecting previously unselected package libk5crypto3:amd64. 17:35:23 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:35:23 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:35:23 Selecting previously unselected package libkeyutils1:amd64. 17:35:23 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:35:23 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:35:23 Selecting previously unselected package libkrb5-3:amd64. 17:35:23 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:35:23 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:35:23 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:35:23 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:35:23 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:35:23 Selecting previously unselected package libssl1.0.0:amd64. 17:35:23 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 17:35:23 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:35:23 $ docker top 0f2504a48048bf6639bbcfc08a2955ee73906366d4c7c618af3af7612c7d53ae -eo pid,comm 17:35:23 Selecting previously unselected package openssh-client. 17:35:23 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:35:23 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:35:23 Selecting previously unselected package squashfs-tools. 17:35:23 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:35:23 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:35:23 Selecting previously unselected package snapd. 17:35:23 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 17:35:23 Unpacking snapd (2.48.3+18.04) ... [Pipeline] { [Pipeline] sh 17:35:24 + docker-compose build --help 17:35:24 + grep parallel 17:35:26 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:35:26 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:35:26 Setting up mime-support (3.60ubuntu1) ... 17:35:26 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:35:27 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:35:27 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:35:27 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:35:27 Setting up systemd (237-3ubuntu10.45) ... 17:35:27 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:35:28 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:35:28 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:35:28 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:35:28 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:35:28 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:35:28 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:35:28 --parallel Build images in parallel. [Pipeline] } 17:35:28 $ docker stop --time=1 0f2504a48048bf6639bbcfc08a2955ee73906366d4c7c618af3af7612c7d53ae 17:35:29 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:35:29 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:35:29 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:35:29 Setting up python3 (3.6.7-1~18.04) ... 17:35:29 running python rtupdate hooks for python3.6... 17:35:29 running python post-rtupdate hooks for python3.6... 17:35:29 Setting up apparmor (2.12-4ubuntu5.1) ... 17:35:30 $ docker rm -f 0f2504a48048bf6639bbcfc08a2955ee73906366d4c7c618af3af7612c7d53ae 17:35:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:35:31 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:35:31 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:35:31 Setting up snapd (2.48.3+18.04) ... 17:35:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:35:31 . [Pipeline] withDockerContainer 17:35:31 prd-ubuntu18.04-docker-arm64-4c-16g-30740 does not seem to be running inside a container 17:35:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:35:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:35:32 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:35:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:35:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:35:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:35:32 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:35:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:35:33 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:35:33 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:35:33 $ docker top 0aac49dc853003153e9b46fdc696a0acb5aee75f1ac98c18d744269383146428 -eo pid,comm 17:35:33 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:35:33 /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' [Pipeline] { [Pipeline] sh 17:35:34 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:35:34 Processing triggers for systemd (237-3ubuntu10.45) ... 17:35:34 + docker-compose -f ./docker-compose-build.yml build --parallel 17:35:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:35:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:35:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:35:35 Fetched 88.7 kB in 0s (185 kB/s) 17:35:36 Reading package lists... 17:35:36 Reading package lists... 17:35:36 Building dependency tree... 17:35:36 Reading state information... 17:35:36 Calculating upgrade... 17:35:37 The following packages will be upgraded: 17:35:37 advancecomp base-files bash binutils binutils-common 17:35:37 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:35:37 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:35:37 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:35:37 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:35:37 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:35:37 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:35:37 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:35:37 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:35:37 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:35:37 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:35:37 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:35:37 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:35:37 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:35:37 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:35:37 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:35:37 Need to get 63.8 MB of archives. 17:35:37 After this operation, 5207 kB of additional disk space will be used. 17:35:37 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:35:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 17:35:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:35:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:35:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:35:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:35:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:35:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:35:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:35:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:35:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:35:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:35:38 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:35:38 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:35:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:35:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:35:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:35:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:35:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:35:38 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:35:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:35:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:35:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:35:38 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:35:38 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:35:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:35:38 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:35:38 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:35:38 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:35:38 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:35:38 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:35:38 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:35:38 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:35:38 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:35:38 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:35:38 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:35:38 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:35:38 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:35:38 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:35:38 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:35:38 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:35:38 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:35:38 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:35:38 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:35:38 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:35:38 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:35:38 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:35:38 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:35:38 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:35:38 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 17:35:38 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:35:38 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:35:38 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:35:38 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:35:38 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:35:38 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:35:38 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 17:35:38 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:35:38 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 17:35:38 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:35:38 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:35:38 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:35:38 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:35:38 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:35:38 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:35:38 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 17:35:38 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:35:38 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:35:38 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:35:38 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:35:38 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:35:38 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:35:38 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 17:35:38 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:35:38 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:35:38 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:35:38 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:35:38 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:35:38 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:35:38 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:35:38 Building docker-core-command-go ... 17:35:38 Building docker-core-data-go ... 17:35:38 Building docker-core-metadata-go ... 17:35:38 Building docker-security-bootstrapper-go ... 17:35:38 Building docker-security-proxy-setup-go ... 17:35:38 Building docker-security-secretstore-setup-go ... 17:35:38 Building docker-support-notifications-go ... 17:35:38 Building docker-support-scheduler-go ... 17:35:38 Building docker-sys-mgmt-agent-go ... 17:35:38 Building docker-sys-mgmt-agent-go 17:35:38 Building docker-security-secretstore-setup-go 17:35:38 Building docker-security-bootstrapper-go 17:35:38 Building docker-core-command-go 17:35:38 Building docker-core-data-go 17:35:39 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 17:35:39 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:35:39 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:35:39 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 17:35:39 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 17:35:39 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 17:35:39 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:35:39 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:35:39 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:35:39 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:35:39 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:35:40 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:35:40 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:35:40 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:35:40 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:35:40 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:35:40 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:35:40 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:35:40 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:35:40 debconf: delaying package configuration, since apt-utils is not installed 17:35:40 Fetched 63.8 MB in 3s (19.2 MB/s) 17:35:40 (Reading database ... 13912 files and directories currently installed.) 17:35:40 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:35:40 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:35:41 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:35:41 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:35:41 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 17:35:41 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 17:35:42 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:42 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:42 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:42 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:42 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:42 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:42 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:42 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:42 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:43 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:43 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:43 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:35:43 (Reading database ... 13911 files and directories currently installed.) 17:35:43 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:43 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:35:43 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:35:43 (Reading database ... 13911 files and directories currently installed.) 17:35:43 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:43 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:43 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:43 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:43 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:35:43 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:35:43 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:35:44 (Reading database ... 13911 files and directories currently installed.) 17:35:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:35:44 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:35:44 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:35:45 (Reading database ... 13911 files and directories currently installed.) 17:35:45 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:35:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:35:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:35:45 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:35:45 Setting up base-files (10.1ubuntu2.10) ... 17:35:45 Installing new version of config file /etc/issue ... 17:35:45 Installing new version of config file /etc/issue.net ... 17:35:45 Installing new version of config file /etc/lsb-release ... 17:35:45 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:35:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:35:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:35:45 Removing obsolete conffile /etc/default/motd-news ... 17:35:46 (Reading database ... 13912 files and directories currently installed.) 17:35:46 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:35:46 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:35:46 Setting up bash (4.4.18-2ubuntu1.2) ... 17:35:46 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 17:35:46 (Reading database ... 13912 files and directories currently installed.) 17:35:46 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:46 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:35:46 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:35:46 (Reading database ... 13912 files and directories currently installed.) 17:35:46 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:35:46 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:35:46 Setting up tar (1.29b-2ubuntu0.2) ... 17:35:46 (Reading database ... 13912 files and directories currently installed.) 17:35:46 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:35:46 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:35:47 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:35:47 (Reading database ... 13912 files and directories currently installed.) 17:35:47 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:35:47 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:35:47 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:35:47 (Reading database ... 13912 files and directories currently installed.) 17:35:47 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:35:47 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:35:47 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:35:47 (Reading database ... 13912 files and directories currently installed.) 17:35:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:35:47 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:35:47 Setting up grep (3.1-2build1) ... 17:35:48 (Reading database ... 13912 files and directories currently installed.) 17:35:48 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:35:48 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:35:48 Setting up login (1:4.5-1ubuntu2) ... 17:35:48 (Reading database ... 13912 files and directories currently installed.) 17:35:48 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:35:48 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:35:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:35:48 (Reading database ... 13912 files and directories currently installed.) 17:35:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:35:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:35:49 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:35:49 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:35:49 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:35:49 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:35:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:35:50 (Reading database ... 13912 files and directories currently installed.) 17:35:50 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:35:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:35:51 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:35:51 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:35:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:35:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:35:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:35:51 (Reading database ... 13912 files and directories currently installed.) 17:35:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:35:51 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:35:51 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:35:51 (Reading database ... 13912 files and directories currently installed.) 17:35:51 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:51 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:35:51 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:35:51 (Reading database ... 13912 files and directories currently installed.) 17:35:51 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:52 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:35:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:35:52 (Reading database ... 13912 files and directories currently installed.) 17:35:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:35:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:35:52 (Reading database ... 13912 files and directories currently installed.) 17:35:52 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:52 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:35:52 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:35:52 (Reading database ... 13912 files and directories currently installed.) 17:35:52 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:35:52 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:35:52 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:35:52 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:35:52 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:35:53 (Reading database ... 13912 files and directories currently installed.) 17:35:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:35:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:35:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:35:53 (Reading database ... 13912 files and directories currently installed.) 17:35:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:35:53 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:35:53 (Reading database ... 13912 files and directories currently installed.) 17:35:53 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:53 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:35:53 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:35:53 (Reading database ... 13912 files and directories currently installed.) 17:35:53 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:53 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:35:54 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:35:54 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:35:55 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:35:55 (Reading database ... 13912 files and directories currently installed.) 17:35:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:35:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:35:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:35:55 (Reading database ... 13912 files and directories currently installed.) 17:35:55 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:35:55 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:35:55 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:35:55 (Reading database ... 13914 files and directories currently installed.) 17:35:55 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:35:55 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:35:55 Setting up debconf (1.5.66ubuntu1) ... 17:35:56 (Reading database ... 13914 files and directories currently installed.) 17:35:56 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:35:56 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:35:56 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:35:56 (Reading database ... 13914 files and directories currently installed.) 17:35:56 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:35:56 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:35:56 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:35:56 (Reading database ... 13914 files and directories currently installed.) 17:35:56 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:35:56 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:35:56 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:35:56 (Reading database ... 13914 files and directories currently installed.) 17:35:56 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:35:56 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:35:57 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:35:57 (Reading database ... 13914 files and directories currently installed.) 17:35:57 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:35:57 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:35:57 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:35:57 (Reading database ... 13914 files and directories currently installed.) 17:35:57 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:35:57 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:35:57 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 17:35:57 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 17:35:57 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:35:57 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:35:57 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:35:58 (Reading database ... 13914 files and directories currently installed.) 17:35:58 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:35:58 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:35:58 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:35:58 (Reading database ... 13914 files and directories currently installed.) 17:35:58 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:35:58 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:35:58 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:35:58 (Reading database ... 13914 files and directories currently installed.) 17:35:58 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:35:58 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:35:58 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:35:58 (Reading database ... 13914 files and directories currently installed.) 17:35:58 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 17:35:58 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 17:35:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 17:35:59 (Reading database ... 13914 files and directories currently installed.) 17:35:59 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:35:59 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:35:59 Setting up passwd (1:4.5-1ubuntu2) ... 17:36:00 (Reading database ... 13914 files and directories currently installed.) 17:36:00 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 17:36:00 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:36:00 Setting up gpgv (2.2.4-1ubuntu1.4) ... 17:36:00 (Reading database ... 13914 files and directories currently installed.) 17:36:00 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:36:00 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:36:00 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:36:00 (Reading database ... 13914 files and directories currently installed.) 17:36:00 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:36:00 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:36:00 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:36:00 (Reading database ... 13914 files and directories currently installed.) 17:36:00 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:36:00 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:36:00 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:36:01 (Reading database ... 13914 files and directories currently installed.) 17:36:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:36:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:36:01 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:36:01 (Reading database ... 13914 files and directories currently installed.) 17:36:01 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:36:01 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:36:01 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:36:01 (Reading database ... 13914 files and directories currently installed.) 17:36:01 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:36:01 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:36:01 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:36:01 (Reading database ... 13915 files and directories currently installed.) 17:36:01 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:36:01 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:36:01 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:36:01 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:36:02 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:36:02 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:36:02 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 17:36:02 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 17:36:02 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:36:02 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:36:02 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:36:02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:36:02 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:36:02 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:36:02 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:36:02 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:36:02 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:36:03 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:36:03 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:36:03 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:36:03 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:36:03 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:36:03 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:36:03 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:36:04 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:36:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:36:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:36:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:36:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:36:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:36:05 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:36:05 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:36:05 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:36:05 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:36:05 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:36:05 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:36:05 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:06 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:06 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:06 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:07 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:09 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:09 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:09 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:10 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:36:10 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:36:10 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:36:10 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:36:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:36:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:36:11 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:36:11 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:36:11 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:36:11 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:36:11 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:36:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:36:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:36:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:36:11 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:36:11 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:36:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:36:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:36:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:36:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:36:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:36:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:36:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:36:12 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:36:12 17:36:12 Current default time zone: 'Etc/UTC' 17:36:12 Local time is now: Sat Mar 20 17:36:11 UTC 2021. 17:36:12 Universal Time is now: Sat Mar 20 17:36:11 UTC 2021. 17:36:12 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:36:12 17:36:12 Setting up systemd-sysv (237-3ubuntu10.45) ... 17:36:12 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:36:12 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 17:36:12 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:36:12 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:36:12 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:36:12 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:36:12 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:36:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:36:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:36:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:36:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:36:12 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:36:12 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 17:36:12 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:36:12 Setting up patch (2.7.6-2ubuntu1.1) ... 17:36:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:36:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:36:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 17:36:12 Installing new version of config file /etc/ssl/openssl.cnf ... 17:36:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:36:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:36:12 Setting up ca-certificates (20210119~18.04.1) ... 17:36:14 Updating certificates in /etc/ssl/certs... 17:36:15 23 added, 27 removed; done. 17:36:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:36:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:36:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:36:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:36:15 Setting up pkgbinarymangler (138.18.04.1) ... 17:36:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:36:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 17:36:15 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:36:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:36:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:36:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:36:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:36:15 Setting up perl (5.26.1-6ubuntu0.5) ... 17:36:15 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 17:36:15 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:36:15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:36:15 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 17:36:15 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:36:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:36:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:36:15 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:36:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:36:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:36:15 Processing triggers for systemd (237-3ubuntu10.45) ... 17:36:15 Processing triggers for mime-support (3.60ubuntu1) ... 17:36:15 Processing triggers for ca-certificates (20210119~18.04.1) ... 17:36:15 Updating certificates in /etc/ssl/certs... 17:36:16 0 added, 0 removed; done. 17:36:16 Running hooks in /etc/ca-certificates/update.d... 17:36:16 done. 17:36:16 Reading package lists... 17:36:17 Building dependency tree... 17:36:17 Reading state information... 17:36:17 The following NEW packages will be installed: 17:36:17 apt-transport-https 17:36:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:36:17 Need to get 1696 B of archives. 17:36:17 After this operation, 153 kB of additional disk space will be used. 17:36:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:36:17 debconf: delaying package configuration, since apt-utils is not installed 17:36:17 Fetched 1696 B in 0s (8450 B/s) 17:36:17 Selecting previously unselected package apt-transport-https. 17:36:17 (Reading database ... 13920 files and directories currently installed.) 17:36:17 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:36:17 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:36:17 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:36:17 Waiting for network to be ready... 17:36:24 2021-03-20T17:36:21Z INFO Waiting for automatic snapd restart... 17:36:24 snapd 2.49 from Canonical* installed 17:36:25 "snapd" switched to the "latest/stable" channel 17:36:25 17:36:30 core18 20210128 from Canonical* installed 17:36:30 "core18" switched to the "latest/stable" channel 17:36:30 17:36:35 snapcraft 4.5.4 from Canonical* installed 17:36:35 "snapcraft" switched to the "latest/stable" channel 17:36:35 17:36:38 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: 17:36:38 - README.md 17:36:38 17:36:38 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:36:45 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:36:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:36:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:36:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:36:46 Reading package lists... 17:36:46 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 17:36:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:36:53 Reading package lists... 17:36:53 Building dependency tree... 17:36:53 Reading state information... 17:36:53 Suggested packages: 17:36:53 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:36:53 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:36:53 Recommended packages: 17:36:53 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:36:53 The following NEW packages will be installed: 17:36:53 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:36:53 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:36:53 pkg-config zip 17:36:53 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:36:53 Need to get 7657 kB of archives. 17:36:53 After this operation, 43.8 MB of additional disk space will be used. 17:36:53 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:36:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 17:36:53 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:36:53 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:36:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:36:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:36:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:36:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:36:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:36:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:36:54 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:36:54 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 17:36:54 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 17:36:54 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:36:54 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:36:54 debconf: delaying package configuration, since apt-utils is not installed 17:36:54 Fetched 7657 kB in 1s (6523 kB/s) 17:36:54 Selecting previously unselected package libglib2.0-0:amd64. 17:36:54 (Reading database ... 13924 files and directories currently installed.) 17:36:54 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 17:36:54 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:36:54 Selecting previously unselected package libpsl5:amd64. 17:36:54 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:36:54 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:36:54 Selecting previously unselected package libnghttp2-14:amd64. 17:36:54 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:36:54 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:36:55 Selecting previously unselected package librtmp1:amd64. 17:36:55 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:36:55 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:36:55 Selecting previously unselected package libcurl3-gnutls:amd64. 17:36:55 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:36:55 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:36:55 Selecting previously unselected package liberror-perl. 17:36:55 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:36:55 Unpacking liberror-perl (0.17025-1) ... 17:36:55 Selecting previously unselected package git-man. 17:36:55 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 17:36:55 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 17:36:55 Selecting previously unselected package git. 17:36:55 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 17:36:55 Unpacking git (1:2.17.1-1ubuntu0.8) ... 17:36:56 Selecting previously unselected package libnorm1:amd64. 17:36:56 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:36:56 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:36:56 Selecting previously unselected package libpgm-5.2-0:amd64. 17:36:56 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:36:56 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:36:56 Selecting previously unselected package libsodium23:amd64. 17:36:56 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:36:56 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:36:56 Selecting previously unselected package libzmq5:amd64. 17:36:56 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:36:56 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:36:56 Selecting previously unselected package libzmq3-dev:amd64. 17:36:56 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:36:56 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:36:56 Selecting previously unselected package pkg-config. 17:36:56 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:36:56 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:36:56 Selecting previously unselected package zip. 17:36:56 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:36:56 Unpacking zip (3.0-11build1) ... 17:36:56 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:36:56 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 17:36:56 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:36:57 Setting up liberror-perl (0.17025-1) ... 17:36:57 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:36:57 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:36:57 No schema files found: doing nothing. 17:36:57 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:36:57 Setting up zip (3.0-11build1) ... 17:36:57 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:36:57 Setting up libsodium23:amd64 (1.0.16-2) ... 17:36:57 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:36:57 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:36:57 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:36:57 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:36:57 Setting up git (1:2.17.1-1ubuntu0.8) ... 17:36:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:37:00 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:37:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:37:00 ---> 5df8212933e2 17:37:00 Step 3/31 : WORKDIR /edgex-go 17:37:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:37:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:37:00 ---> 5df8212933e2 17:37:00 Step 3/26 : WORKDIR /edgex-go 17:37:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:37:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:37:00 ---> 5df8212933e2 17:37:00 Step 3/24 : WORKDIR /edgex-go 17:37:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:37:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:37:00 ---> 5df8212933e2 17:37:00 Step 3/23 : WORKDIR /edgex-go 17:37:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:37:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:37:00 ---> 5df8212933e2 17:37:00 Step 3/23 : WORKDIR /edgex-go 17:37:00 ---> Running in 886762bf74b2 17:37:00 ---> Running in 2f7a42a192ef 17:37:00 ---> Running in 279624301e04 17:37:00 ---> Running in 3ad99283c34e 17:37:00 ---> Running in b4b44f742f6f 17:37:00 Removing intermediate container b4b44f742f6f 17:37:00 ---> c42c9c3f2372 17:37:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:37:00 Removing intermediate container 279624301e04 17:37:00 ---> 8dd0274203ff 17:37:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:37:00 Removing intermediate container 3ad99283c34e 17:37:00 ---> 55242094fd6d 17:37:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:37:00 Removing intermediate container 2f7a42a192ef 17:37:00 ---> d428863143ae 17:37:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:37:00 Removing intermediate container 886762bf74b2 17:37:00 ---> 60a7d433cf75 17:37:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:37:00 ---> Running in 8ff49c41566e 17:37:00 ---> Running in bed19fb568e5 17:37:00 ---> Running in a5b1aad9931e 17:37:00 ---> Running in 982b5a7385ba 17:37:00 ---> Running in 096146d8d44e 17:37:00 Removing intermediate container a5b1aad9931e 17:37:00 ---> d70d2f24a18d 17:37:00 Step 5/23 : RUN apk add --update --no-cache make git 17:37:00 ---> Running in 1b24a8352eca 17:37:00 Removing intermediate container bed19fb568e5 17:37:00 ---> d210e01ea974 17:37:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:37:00 Removing intermediate container 8ff49c41566e 17:37:00 ---> 9ad536bdd902 17:37:00 Step 5/26 : RUN apk add --update --no-cache make bash git 17:37:00 ---> Running in f80c7d471c24 17:37:00 ---> Running in 12f077716126 17:37:00 Removing intermediate container 982b5a7385ba 17:37:00 ---> 1f5f900803dd 17:37:00 Step 5/31 : RUN apk add --update --no-cache make git 17:37:00 Removing intermediate container 096146d8d44e 17:37:00 ---> 4dc699ce7fae 17:37:00 Step 5/24 : RUN apk add --update --no-cache make git 17:37:01 ---> Running in 8d45d6cdd1f6 17:37:01 ---> Running in fd91dc90688e 17:37:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:37:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:37:03 OK: 217 MiB in 51 packages 17:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:37:03 OK: 217 MiB in 51 packages 17:37:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:37:03 git set to automatically installed. 17:37:03 git-man set to automatically installed. 17:37:03 libcurl3-gnutls set to automatically installed. 17:37:03 liberror-perl set to automatically installed. 17:37:03 libglib2.0-0 set to automatically installed. 17:37:03 libnghttp2-14 set to automatically installed. 17:37:03 libnorm1 set to automatically installed. 17:37:03 libpgm-5.2-0 set to automatically installed. 17:37:03 libpsl5 set to automatically installed. 17:37:03 librtmp1 set to automatically installed. 17:37:03 libsodium23 set to automatically installed. 17:37:03 libzmq3-dev set to automatically installed. 17:37:03 libzmq5 set to automatically installed. 17:37:03 pkg-config set to automatically installed. 17:37:03 zip set to automatically installed. 17:37:04 OK: 217 MiB in 51 packages 17:37:04 OK: 217 MiB in 51 packages 17:37:04 OK: 217 MiB in 51 packages 17:37:05 Removing intermediate container 1b24a8352eca 17:37:05 ---> 79f8a2be84e8 17:37:05 Step 6/23 : COPY go.mod . 17:37:05 Removing intermediate container 12f077716126 17:37:05 ---> a4b5c39e034b 17:37:05 Step 6/23 : COPY go.mod . 17:37:05 Removing intermediate container f80c7d471c24 17:37:05 ---> 23de1d71b666 17:37:05 Step 6/26 : COPY go.mod . 17:37:06 Removing intermediate container fd91dc90688e 17:37:06 ---> d2fa95e2b683 17:37:06 Step 6/24 : COPY go.mod . 17:37:06 ---> fd8daf8146cc 17:37:06 Step 7/23 : RUN go mod download 17:37:06 Removing intermediate container 8d45d6cdd1f6 17:37:06 ---> ff52d6d9e816 17:37:06 Step 6/31 : COPY go.mod . 17:37:06 snapd is not logged in, snap install commands will use sudo 17:37:06 ---> 10f122d7db6a 17:37:06 Step 7/23 : RUN go mod download 17:37:06 ---> Running in 7f99c6d9b392 17:37:06 ---> Running in 8a015367fae9 17:37:07 ---> cbc9038ab013 17:37:07 Step 7/26 : RUN go mod download 17:37:07 ---> Running in 59ad265d76d1 17:37:07 ---> a7506d2b8eba 17:37:07 Step 7/24 : RUN go mod download 17:37:07 ---> 1410a2eb83dd 17:37:07 Step 7/31 : RUN go mod download 17:37:07 ---> Running in 16aada49cdd7 17:37:07 ---> Running in 198024fa5c34 17:37:11 Removing intermediate container 7f99c6d9b392 17:37:11 ---> d4450660e7ee 17:37:11 Step 8/23 : COPY . . 17:37:11 Removing intermediate container 59ad265d76d1 17:37:11 ---> 59a6cb9e8081 17:37:11 Step 8/26 : COPY . . 17:37:11 Removing intermediate container 8a015367fae9 17:37:11 ---> 535344289f0a 17:37:11 Step 8/23 : COPY . . 17:37:12 Removing intermediate container 16aada49cdd7 17:37:12 ---> ad6b44fcb93b 17:37:12 Step 8/24 : COPY . . 17:37:12 Removing intermediate container 198024fa5c34 17:37:12 ---> 9b7383731c88 17:37:12 Step 8/31 : COPY . . 17:37:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:37:31 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 17:37:31 snapd is not logged in, snap install commands will use sudo 17:37:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:37:37 snap "core18" has no updates available 17:37:37 Pulling go-build-helper 17:37:37 + snapcraftctl pull 17:37:38 'app-service-config' has dependencies that need to be staged: go-build-helper 17:37:38 Skipping pull go-build-helper (already ran) 17:37:38 Building go-build-helper 17:37:38 + snapcraftctl build 17:37:39 ---> 213becfbda4d 17:37:39 Step 9/23 : RUN make cmd/core-command/core-command 17:37:39 ---> 4664a2dd82a7 17:37:39 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:37:39 ---> 78cf2755e39b 17:37:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:37:39 ---> Running in ccbbf62897a0 17:37:39 ---> e0f57005e137 17:37:39 Step 9/23 : RUN make cmd/core-data/core-data 17:37:39 ---> 9d7d25f229d4 17:37:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:37:39 ---> Running in 19d7e4f5cf46 17:37:39 ---> Running in 6f2e76bf0f12 17:37:39 ---> Running in 6bb46c793efe 17:37:39 ---> Running in 0dc767300a36 17:37:40 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 17:37: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 17:37:40 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 17:37:40 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 17:37:40 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 17:37:41 Staging go-build-helper 17:37:41 + snapcraftctl stage 17:37:53 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:37:53 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:37:53 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:37:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 17:37:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:37:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:37:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:37:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:37:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:37:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:37:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:37:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [306 kB] 17:37:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:37:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:37:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 17:37:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 17:37:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:37:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:37:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:37:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1949 kB] 17:37:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 17:37:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:37:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:37:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 17:37:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 17:37:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:37:53 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:37:53 Fetched 24.1 MB in 0s (0 B/s) 17:37:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:37:53 Fetched 224 kB in 0s (0 B/s) 17:37:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:37:53 Fetched 157 kB in 0s (0 B/s) 17:37:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:37:53 Fetched 221 kB in 0s (0 B/s) 17:37:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:37:53 Fetched 143 kB in 0s (0 B/s) 17:37:53 Pulling app-service-config 17:37:53 + snapcraftctl pull 17:37:54 Cloning into '/root/parts/app-service-config/src'... 17:37:54 Pulling config-common 17:37:54 + snapcraftctl pull 17:37:59 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:37:59 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:37:59 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:37:59 Fetched 0 B in 0s (0 B/s) 17:37:59 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:37:59 Fetched 0 B in 0s (0 B/s) 17:37:59 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:37:59 Fetched 0 B in 0s (0 B/s) 17:37:59 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:37:59 Fetched 0 B in 0s (0 B/s) 17:37:59 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:37:59 Fetched 0 B in 0s (0 B/s) 17:37:59 Pulling edgex-go 17:37:59 + snapcraftctl pull 17:38:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:38:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:38:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:38:21 Fetched 0 B in 0s (0 B/s) 17:38:21 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:38:21 Fetched 96.5 kB in 0s (0 B/s) 17:38:21 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:38:21 Fetched 279 kB in 0s (0 B/s) 17:38:21 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:38:21 Fetched 122 kB in 0s (0 B/s) 17:38:21 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:38:21 Fetched 77.8 kB in 0s (0 B/s) 17:38:21 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:38:21 Fetched 8848 B in 0s (0 B/s) 17:38:21 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:38:21 Fetched 47.8 kB in 0s (0 B/s) 17:38:21 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:38:21 Fetched 45.6 kB in 0s (0 B/s) 17:38:21 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:38:21 Fetched 15.0 kB in 0s (0 B/s) 17:38:21 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:38:21 Fetched 214 kB in 0s (0 B/s) 17:38:21 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:38:21 Fetched 154 kB in 0s (0 B/s) 17:38:21 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:38:21 Fetched 50.6 kB in 0s (0 B/s) 17:38:21 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:38:21 Fetched 14.8 kB in 0s (0 B/s) 17:38:21 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:38:21 Fetched 41.8 kB in 0s (0 B/s) 17:38:21 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:38:21 Fetched 499 kB in 0s (0 B/s) 17:38:21 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:38:21 Fetched 111 kB in 0s (0 B/s) 17:38:21 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:38:21 Fetched 240 kB in 0s (0 B/s) 17:38:21 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:38:21 Fetched 29.3 kB in 0s (0 B/s) 17:38:21 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:38:21 Fetched 85.5 kB in 0s (0 B/s) 17:38:21 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:38:21 Fetched 24.5 kB in 0s (0 B/s) 17:38:21 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:38:21 Fetched 49.2 kB in 0s (0 B/s) 17:38:21 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:38:21 Fetched 54.2 kB in 0s (0 B/s) 17:38:21 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:38:21 Fetched 30.8 kB in 0s (0 B/s) 17:38:21 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:38:21 Fetched 15.8 kB in 0s (0 B/s) 17:38:21 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:38:21 Fetched 85.9 kB in 0s (0 B/s) 17:38:21 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:38:21 Fetched 8720 B in 0s (0 B/s) 17:38:21 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:38:21 Fetched 137 kB in 0s (0 B/s) 17:38:21 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:38:21 Fetched 119 kB in 0s (0 B/s) 17:38:21 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:38:21 Fetched 109 kB in 0s (0 B/s) 17:38:21 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:38:21 Fetched 11.1 kB in 0s (0 B/s) 17:38:21 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:38:21 Fetched 645 kB in 0s (0 B/s) 17:38:21 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:38:21 Fetched 41.3 kB in 0s (0 B/s) 17:38:21 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:38:21 Fetched 17.9 kB in 0s (0 B/s) 17:38:21 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:38:21 Fetched 368 kB in 0s (0 B/s) 17:38:21 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:38:21 Fetched 187 kB in 0s (0 B/s) 17:38:21 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:38:21 Fetched 175 kB in 0s (0 B/s) 17:38:21 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:38:21 Fetched 206 kB in 0s (0 B/s) 17:38:21 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 17:38:21 Fetched 1301 kB in 0s (0 B/s) 17:38:21 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:38:21 Fetched 36.2 kB in 0s (0 B/s) 17:38:21 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:38:21 Fetched 159 kB in 0s (0 B/s) 17:38:21 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:38:21 Fetched 107 kB in 0s (0 B/s) 17:38:21 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:38:21 Fetched 48.7 kB in 0s (0 B/s) 17:38:21 Pulling static-packages 17:38:21 + snapcraftctl pull 17:38:21 Pulling version 17:38:21 + cd /root/project 17:38:21 + [ -f VERSION ] 17:38:21 + PROJECT_VERSION=local-dev 17:38:21 + git rev-parse --short HEAD 17:38:21 + GIT_REVISION=b0600f3d 17:38:21 + snapcraftctl set-version local-dev 17:38:22 Skipping build go-build-helper (already ran) 17:38:23 Building app-service-config 17:38:23 + make build 17:38:23 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 17:38:25 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 17:38:25 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 17:38:25 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 17:38:25 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 17:38:25 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:38:25 go: downloading github.com/go-kit/kit v0.8.0 17:38:25 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 17:38:25 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 17:38:25 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:38:25 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 17:38:25 go: downloading github.com/pelletier/go-toml v1.2.0 17:38:25 go: downloading github.com/google/uuid v1.2.0 17:38:25 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:38:25 go: downloading github.com/gorilla/mux v1.8.0 17:38:26 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:38:26 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:38:26 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:38:26 go: downloading github.com/leodido/go-urn v1.2.0 17:38:26 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:38:26 go: downloading github.com/hashicorp/consul/api v1.8.1 17:38:26 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:38:26 go: downloading github.com/hashicorp/serf v0.9.5 17:38:26 go: downloading github.com/pebbe/zmq4 v1.2.5 17:38:26 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:38:26 go: downloading github.com/BurntSushi/toml v0.3.1 17:38:26 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:38:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:38:26 go: downloading github.com/fatih/color v1.9.0 17:38:26 go: downloading github.com/mitchellh/copystructure v1.0.0 17:38:26 go: downloading github.com/mattn/go-colorable v0.1.6 17:38:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:38:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:38:26 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:38:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:38:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:38:26 go: downloading github.com/go-playground/universal-translator v0.17.0 17:38:26 go: downloading github.com/mattn/go-isatty v0.0.12 17:38:26 go: downloading github.com/x448/float16 v0.8.4 17:38:26 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:38:26 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 17:38:26 go: downloading github.com/go-playground/locales v0.13.0 17:38:26 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:38:26 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:38:39 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 17:38:39 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 17:38:39 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 17:38:39 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 17:38:39 Building config-common 17:38:39 + snapcraftctl build 17:38:42 Building edgex-go 17:38:42 + cd /root/parts/edgex-go/src 17:38:42 + make build 17:38:43 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 17:38:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.15 17:38:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 17:38:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 17:38:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:38:43 go: downloading github.com/pkg/errors v0.8.1 17:38:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:38:43 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:38:43 go: downloading github.com/imdario/mergo v0.3.12 17:38:43 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:38:43 go: downloading github.com/gorilla/websocket v1.4.2 17:38:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:38:48 go: downloading gopkg.in/yaml.v2 v2.4.0 17:38:54 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 17:38:55 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 17: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 17:38:57 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 17:38:57 go: downloading github.com/stretchr/testify v1.7.0 17:38:58 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:38:58 go: downloading github.com/pmezard/go-difflib v1.0.0 17:38:58 go: downloading github.com/davecgh/go-spew v1.1.1 17:38:59 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 17:38:59 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:38:59 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:39:01 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 17:39:02 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 17:39:02 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 17:39:04 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 17:39:05 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 17:39:05 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:39:07 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 17:39:07 go: downloading github.com/lib/pq v1.9.0 17:39:09 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:39:09 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:39:09 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:39:09 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:39:09 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:39:09 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:39:09 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:39:09 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:39:09 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:39:09 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:39:09 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:39:09 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:39:09 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:39:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:39:09 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:39:09 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:39:09 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:39:09 + 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 17:39:09 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:39:09 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:39:09 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:39:09 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:39:09 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:39:09 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:39:09 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:39:12 Building static-packages 17:39:12 + snapcraftctl build 17:39:15 Building version 17:39:15 + snapcraftctl build 17:39:17 Skipping stage go-build-helper (already ran) 17:39:17 Staging app-service-config 17:39:17 + snapcraftctl stage 17:39:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:39:18 Staging config-common 17:39:18 + snapcraftctl stage 17:39:19 Staging edgex-go 17:39:19 + snapcraftctl stage 17:39:20 Staging static-packages 17:39:20 + snapcraftctl stage 17:39:21 Staging version 17:39:21 + snapcraftctl stage 17:39:22 Priming go-build-helper 17:39:22 + snapcraftctl prime 17:39:23 Priming app-service-config 17:39:23 + snapcraftctl prime 17:39:24 Priming config-common 17:39:24 + snapcraftctl prime 17:39:25 Priming edgex-go 17:39:25 + snapcraftctl prime 17:39:26 Priming static-packages 17:39:26 + snapcraftctl prime 17:39:28 Priming version 17:39:28 + snapcraftctl prime 17:39:30 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] } 17:39:40 Removing intermediate container 6f2e76bf0f12 17:39:40 ---> 79c84bc6d77c 17:39:40 17:39:40 Step 10/24 : FROM alpine:3.12 17:39:40 3.12: Pulling from library/alpine 17:39:40 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:39:40 Status: Downloaded newer image for alpine:3.12 17:39:40 ---> d10569e2745f 17:39:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:39:41 ---> Running in ce44cdf3d57d 17:39:43 Removing intermediate container 6bb46c793efe 17:39:43 ---> 583ac5451048 17:39:43 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:39:43 ---> Running in 30a0d73aea52 17:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:39:43 Removing intermediate container 19d7e4f5cf46 17:39:43 ---> fb21d5facd0a 17:39:43 17:39:43 Step 10/31 : FROM alpine:3.12 17:39:43 ---> d10569e2745f 17:39:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:39:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:39:43 ---> Running in 8e73bb87ab09 17:39:44 (1/5) Installing ca-certificates (20191127-r4) 17:39:44 Removing intermediate container 8e73bb87ab09 17:39:44 ---> 00d0c6085cbc 17:39:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:39:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:39:44 (3/5) Installing libcurl (7.69.1-r3) 17:39:44 (4/5) Installing curl (7.69.1-r3) 17:39:44 (5/5) Installing dumb-init (1.2.2-r1) 17:39:44 Executing busybox-1.31.1-r19.trigger 17:39:44 Executing ca-certificates-20191127-r4.trigger 17:39:45 ---> Running in ed078c4404a0 17:39:45 OK: 7 MiB in 19 packages 17:39:45 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 17:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:39:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:39:48 (1/2) Installing dumb-init (1.2.2-r1) 17:39:49 (2/2) Installing su-exec (0.2-r1) 17:39:49 Executing busybox-1.31.1-r19.trigger 17:39:49 OK: 5 MiB in 16 packages 17:39:49 Removing intermediate container ce44cdf3d57d 17:39:49 ---> 03d899b259a3 17:39:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:39:50 ---> Running in 7975d49ae4f5 17:39:50 Removing intermediate container ccbbf62897a0 17:39:50 ---> b7e34958e8af 17:39:50 17:39:50 Step 10/23 : FROM alpine:3.12 17:39:50 ---> d10569e2745f 17:39:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:39:51 Removing intermediate container 7975d49ae4f5 17:39:51 ---> ea00103fa369 17:39:51 Step 13/24 : WORKDIR / 17:39:51 ---> Running in a7427d90738f 17:39:51 Removing intermediate container ed078c4404a0 17:39:51 ---> 3162d2eef3da 17:39:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:39:51 ---> Running in 42c06e13eccd 17:39:51 ---> Running in 2ca92c423c83 17:39:51 Removing intermediate container 30a0d73aea52 17:39:51 ---> b363515369fe 17:39:51 17:39:51 Step 11/26 : FROM docker:20.10.0 17:39:52 20.10.0: Pulling from library/docker 17:39:52 Removing intermediate container 42c06e13eccd 17:39:52 ---> db5b7fdbc865 17:39:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:39:52 Removing intermediate container 2ca92c423c83 17:39:52 ---> 663364a0145a 17:39:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:39:53 ---> Running in 3c40baa78317 17:39:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:39:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:39:54 (1/1) Installing dumb-init (1.2.2-r1) 17:39:54 Executing busybox-1.31.1-r19.trigger 17:39:54 OK: 5 MiB in 15 packages 17:39:54 ---> d5d48414bf6e 17:39:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:39:55 Removing intermediate container 3c40baa78317 17:39:55 ---> e3d7cb4f63d2 17:39:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:39:55 ---> Running in 7a5abc360f12 17:39:56 ---> 2e44515f7903 17:39:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:39:57 Removing intermediate container a7427d90738f 17:39:57 ---> 5f92d7c6e9f3 17:39:57 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:39:57 ---> Running in 1f7d40376bc0 17:39:58 ---> ed2ab5ef80d1 17:39:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:39:58 Removing intermediate container 1f7d40376bc0 17:39:58 ---> 5d6a2f8f8d88 17:39:58 Step 13/23 : ENV APP_PORT=48082 17:39:59 ---> Running in 7898a96ce404 17:40:01 Removing intermediate container 7a5abc360f12 17:40:01 ---> 03b0256d4e6c 17:40:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:40:01 Removing intermediate container 7898a96ce404 17:40:01 ---> 9974f247fa3f 17:40:01 Step 14/23 : EXPOSE $APP_PORT 17:40:01 ---> f1b31da6b53f 17:40:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:40:01 ---> Running in 7d0686e52218 17:40:01 ---> Running in 3c3bbf90f432 17:40:02 Removing intermediate container 7d0686e52218 17:40:02 ---> 119af425fb0f 17:40:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:40:02 Removing intermediate container 3c3bbf90f432 17:40:02 ---> 88422f99461d 17:40:02 Step 15/23 : WORKDIR / 17:40:03 ---> dac22850df26 17:40:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:40:03 ---> Running in bf44c1b802e5 17:40:04 ---> c99b859c0b15 17:40:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:40:04 ---> Running in 410373624a7d 17:40:05 ---> 6ebe3de8ab2e 17:40:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:40:06 Removing intermediate container bf44c1b802e5 17:40:06 ---> 7ed0fa52ea86 17:40:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:40:07 ---> Running in be6a2db7a229 17:40:08 Removing intermediate container 0dc767300a36 17:40:08 ---> 8f9aded72e6f 17:40:08 17:40:08 Step 10/23 : FROM alpine:3.12 17:40:08 ---> d10569e2745f 17:40:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:40:08 ---> 4b6a1f090f0b 17:40:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:40:08 ---> Running in e92a54673caa 17:40:08 Removing intermediate container e92a54673caa 17:40:08 ---> 327756c36d98 17:40:08 Step 12/23 : ENV APP_PORT=48080 17:40:09 ---> Running in f7e8153d9b8b 17:40:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:40:09 Status: Downloaded newer image for docker:20.10.0 17:40:09 ---> eeaf43b92773 17:40:09 Step 12/26 : RUN apk add --no-cache bash 17:40:09 ---> Running in 01bfefb85b79 17:40:10 ---> d1972203eff9 17:40:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:40:10 Removing intermediate container f7e8153d9b8b 17:40:10 ---> bdc45b0dfdef 17:40:10 Step 13/23 : EXPOSE $APP_PORT 17:40:10 Removing intermediate container 410373624a7d 17:40:10 ---> a60c3fd51cbf 17:40:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:40:10 ---> Running in db80525ecd22 17:40:10 Removing intermediate container be6a2db7a229 17:40:10 ---> 5117471228ff 17:40:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:40:10 ---> Running in 0ce23ea2f905 17:40:10 Removing intermediate container db80525ecd22 17:40:10 ---> d46effb99bcb 17:40:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:40:11 ---> 0bb02ff2c05d 17:40:11 Step 19/23 : ENTRYPOINT ["/core-command"] 17:40:11 ---> Running in 265d3e5be98c 17:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:40:11 ---> 17a138746a98 17:40:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:40:11 ---> Running in 39f39d8b53b0 17:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:40:11 Removing intermediate container 0ce23ea2f905 17:40:11 ---> cc08da3868d2 17:40:11 Step 22/24 : LABEL arch=arm64 17:40:11 ---> Running in 0d3955554e10 17:40:12 (1/2) Installing readline (8.0.4-r0) 17:40:12 (2/2) Installing bash (5.0.17-r0) 17:40:12 Executing bash-5.0.17-r0.post-install 17:40:12 Executing busybox-1.31.1-r19.trigger 17:40:12 OK: 12 MiB in 22 packages 17:40:12 Removing intermediate container 39f39d8b53b0 17:40:12 ---> ae26bf1493be 17:40:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:40:12 Removing intermediate container 0d3955554e10 17:40:12 ---> 847d10c363ad 17:40:12 Step 23/24 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:40:12 ---> Running in 2b9feb819bf3 17:40:13 ---> Running in 3aa7798fa4a4 17:40:13 ---> 9e040d778004 17:40:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:40:13 Removing intermediate container 2b9feb819bf3 17:40:13 ---> 808169aed3c6 17:40:13 Step 21/23 : LABEL arch=arm64 17:40:14 Removing intermediate container 3aa7798fa4a4 17:40:14 ---> bb52392dfb8e 17:40:14 Step 24/24 : LABEL version=0.0.0 17:40:14 ---> Running in 0ad4ea493e75 17:40:14 ---> Running in 95098bff381a 17:40:14 Removing intermediate container 01bfefb85b79 17:40:14 ---> 1e65497530c0 17:40:14 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:40:14 ---> Running in c6d7f0091f02 17:40:14 Removing intermediate container 0ad4ea493e75 17:40:14 ---> a2cf7f06508b 17:40:14 Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:40:14 Removing intermediate container 265d3e5be98c 17:40:14 ---> fcf61ccffd03 17:40:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:40:14 ---> 447d18f361c7 17:40:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:40:14 Removing intermediate container 95098bff381a 17:40:14 ---> f3ec0013a72b 17:40:14 17:40:15 ---> Running in 6a3045f9275b 17:40:15 ---> Running in 4f7a3b674afc 17:40:15 Removing intermediate container c6d7f0091f02 17:40:15 ---> 16774c7233af 17:40:15 Step 14/26 : ENV APP_PORT=48090 17:40:15 ---> Running in 88e505ec4349 17:40:15 Successfully built f3ec0013a72b 17:40:15 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:40:15 Building docker-core-metadata-go 17:40:15  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6a3045f9275b 17:40:15 ---> 680491caf38c 17:40:15 Step 23/23 : LABEL version=0.0.0 17:40:15 ---> abd81941aa5d 17:40:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:40:16 ---> Running in 9943bca288f2 17:40:16 Removing intermediate container 88e505ec4349 17:40:16 ---> 331ef6b50fc9 17:40:16 Step 15/26 : EXPOSE $APP_PORT 17:40:16 ---> Running in 6c4f4f7d593b 17:40:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:40:16 Removing intermediate container 9943bca288f2 17:40:16 ---> 0250562ad01e 17:40:16 17:40:17 Successfully built 0250562ad01e 17:40:17 Successfully tagged docker-core-command-go-arm64:latest 17:40:17 Building docker-security-proxy-setup-go 17:40:17  Building docker-core-command-go ... done Removing intermediate container 6c4f4f7d593b 17:40:17 ---> 4148a180d70e 17:40:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:40:18 ---> 264d1d8644b5 17:40:18 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:40:18 ---> Running in 9a5215020708 17:40:19 ---> 53c12274c8ad 17:40:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:40:19 Removing intermediate container 9a5215020708 17:40:19 ---> ac014f1c9795 17:40:19 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:40:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:40:21 ---> 4ce04c750337 17:40:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:40:22 ---> 13f533bb7b9d 17:40:22 Step 26/31 : RUN chmod +x /entrypoint.sh 17:40:24 ---> Running in eae8cc4f1a33 17:40:24 ---> 87f64f5b3186 17:40:24 Step 19/26 : RUN apk --no-cache add py3-pip 17:40:25 ---> Running in a493e66fce2d 17:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:40:26 (1/6) Installing dumb-init (1.2.2-r1) 17:40:27 (2/6) Installing libgcc (9.3.0-r2) 17:40:27 (3/6) Installing libsodium (1.0.18-r0) 17:40:27 (1/33) Installing libbz2 (1.0.8-r1) 17:40:27 (2/33) Installing expat (2.2.9-r1) 17:40:27 (3/33) Installing libffi (3.3-r2) 17:40:27 (4/33) Installing gdbm (1.13-r1) 17:40:27 (5/33) Installing xz-libs (5.2.5-r0) 17:40:27 (6/33) Installing sqlite-libs (3.32.1-r0) 17:40:27 (7/33) Installing python3 (3.8.8-r0) 17:40:27 (4/6) Installing libstdc++ (9.3.0-r2) 17:40:28 Removing intermediate container eae8cc4f1a33 17:40:28 ---> 33c946fe6fee 17:40:28 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:40:29 (8/33) Installing py3-appdirs (1.4.4-r1) 17:40:29 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:40:29 (10/33) Installing py3-parsing (2.4.7-r0) 17:40:29 (11/33) Installing py3-six (1.15.0-r0) 17:40:29 (12/33) Installing py3-packaging (20.4-r0) 17:40:29 (13/33) Installing py3-setuptools (47.0.0-r0) 17:40:29 (14/33) Installing py3-chardet (3.0.4-r4) 17:40:29 ---> Running in b51f3a30d48f 17:40:29 (15/33) Installing py3-idna (2.9-r0) 17:40:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:40:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:40:29 (18/33) Installing py3-requests (2.23.0-r0) 17:40:29 (19/33) Installing py3-msgpack (1.0.0-r0) 17:40:29 (20/33) Installing py3-lockfile (0.12.2-r3) 17:40:29 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:40:29 (22/33) Installing py3-colorama (0.4.3-r0) 17:40:29 (23/33) Installing py3-distlib (0.3.0-r0) 17:40:30 (24/33) Installing py3-distro (1.5.0-r1) 17:40:30 (25/33) Installing py3-webencodings (0.5.1-r3) 17:40:30 (26/33) Installing py3-html5lib (1.0.1-r4) 17:40:30 (27/33) Installing py3-pytoml (0.1.21-r0) 17:40:30 (28/33) Installing py3-pep517 (0.8.2-r0) 17:40:30 (29/33) Installing py3-progress (1.5-r0) 17:40:30 (30/33) Installing py3-toml (0.10.1-r0) 17:40:30 (31/33) Installing py3-retrying (1.3.3-r0) 17:40:30 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:40:30 (33/33) Installing py3-pip (20.1.1-r0) 17:40:30 Executing busybox-1.31.1-r19.trigger 17:40:30 (5/6) Installing libzmq (4.3.3-r0) 17:40:30 OK: 71 MiB in 55 packages 17:40:30 Removing intermediate container b51f3a30d48f 17:40:30 ---> 12c24b26ca17 17:40:30 Step 28/31 : CMD ["gate"] 17:40:31 (6/6) Installing zeromq (4.3.3-r0) 17:40:31 Executing busybox-1.31.1-r19.trigger 17:40:31 OK: 8 MiB in 20 packages 17:40:31 ---> Running in 752586a51f07 17:40:33 Removing intermediate container 752586a51f07 17:40:33 ---> 69ecd0b5a103 17:40:33 Step 29/31 : LABEL arch=arm64 17:40:34 ---> Running in 272f94ad6e12 17:40:34 Removing intermediate container 4f7a3b674afc 17:40:34 ---> 2eba030e8c61 17:40:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:40:35 Removing intermediate container 272f94ad6e12 17:40:35 ---> cb3a48546d90 17:40:35 Step 30/31 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:40:36 ---> 456d6893128c 17:40:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:40:36 ---> Running in 01f050c728ad 17:40:38 Removing intermediate container 01f050c728ad 17:40:38 ---> 603ef8ad2f32 17:40:38 Step 31/31 : LABEL version=0.0.0 17:40:39 ---> Running in 92aad7b68fa5 17:40:39 ---> de8c456a8616 17:40:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:40:40 Removing intermediate container 92aad7b68fa5 17:40:40 ---> 2733d44d30f9 17:40:40 17:40:41 ---> 07f4820d099e 17:40:41 Step 19/23 : ENTRYPOINT ["/core-data"] 17:40:41 Successfully built 2733d44d30f9 17:40:41 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:40:41  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 17:40:41 ---> Running in 1c2ce74b7cb8 17:40:42 Removing intermediate container a493e66fce2d 17:40:42 ---> 51ae336e3a5e 17:40:42 Step 20/26 : RUN pip install docker-compose==1.23.2 17:40:42 Removing intermediate container 1c2ce74b7cb8 17:40:42 ---> 9b0d6d919518 17:40:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:40:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:40:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:40:43 ---> 5df8212933e2 17:40:43 Step 3/23 : WORKDIR /edgex-go 17:40:43 ---> Using cache 17:40:43 ---> 60a7d433cf75 17:40:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:40:43 ---> Using cache 17:40:43 ---> 4dc699ce7fae 17:40:43 Step 5/23 : RUN apk add --update --no-cache make git 17:40:43 ---> Using cache 17:40:43 ---> d2fa95e2b683 17:40:43 Step 6/23 : COPY go.mod . 17:40:43 ---> Using cache 17:40:43 ---> a7506d2b8eba 17:40:43 Step 7/23 : RUN go mod download 17:40:43 ---> Using cache 17:40:43 ---> ad6b44fcb93b 17:40:43 Step 8/23 : COPY . . 17:40:43 ---> Using cache 17:40:43 ---> 78cf2755e39b 17:40:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:40:43 ---> Running in e3bc091639d5 17:40:43 ---> Running in 8564ecf5aa7f 17:40:43 ---> Running in 4393dd902d7c 17:40:44 Removing intermediate container 8564ecf5aa7f 17:40:44 ---> b46a632a908c 17:40:44 Step 21/23 : LABEL arch=arm64 17:40:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:40:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:40:45 ---> 5df8212933e2 17:40:45 Step 3/21 : WORKDIR /edgex-go 17:40:45 ---> Using cache 17:40:45 ---> 60a7d433cf75 17:40:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:40:45 ---> Using cache 17:40:45 ---> 4dc699ce7fae 17:40:45 Step 5/21 : RUN apk add --update --no-cache make git 17:40:45 ---> Using cache 17:40:45 ---> d2fa95e2b683 17:40:45 Step 6/21 : COPY go.mod . 17:40:45 ---> Using cache 17:40:45 ---> a7506d2b8eba 17:40:45 Step 7/21 : RUN go mod download 17:40:45 ---> Using cache 17:40:45 ---> ad6b44fcb93b 17:40:45 Step 8/21 : COPY . . 17:40:45 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 17:40:45 ---> Using cache 17:40:45 ---> 78cf2755e39b 17:40:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:40:46 ---> Running in b3f638669cc8 17:40:46 ---> Running in 115fc0d5cd3c 17:40:47 Removing intermediate container b3f638669cc8 17:40:47 ---> 609dfe417fe8 17:40:47 Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:40:47 ---> Running in 0b48b922fcc7 17:40:48 Removing intermediate container 0b48b922fcc7 17:40:48 ---> 4f00a2640077 17:40:48 Step 23/23 : LABEL version=0.0.0 17:40:49 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 17:40:49 ---> Running in 0ce8194d9d0b 17:40:50 Removing intermediate container 0ce8194d9d0b 17:40:50 ---> 3615d5f112e5 17:40:50 17:40:50 Successfully built 3615d5f112e5 17:40:50 Successfully tagged docker-core-data-go-arm64:latest 17:40:50 Collecting docker-compose==1.23.2 17:40:50 Building docker-support-scheduler-go 17:40:51  Building docker-core-data-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:40:52 Collecting dockerpty<0.5,>=0.4.1 17:40:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:40:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:40:55 Collecting docopt<0.7,>=0.6.1 17:40:55 Downloading docopt-0.6.2.tar.gz (25 kB) 17:41:01 Collecting websocket-client<1.0,>=0.32.0 17:41:01 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:41:01 Collecting cached-property<2,>=1.2.0 17:41:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:41:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:41:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:41:03 Collecting texttable<0.10,>=0.9.0 17:41:03 Downloading texttable-0.9.1.tar.gz (11 kB) 17:41:07 Collecting jsonschema<3,>=2.5.1 17:41:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:41:08 Collecting docker<4.0,>=3.6.0 17:41:08 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:41:10 Collecting PyYAML<4,>=3.10 17:41:10 Downloading PyYAML-3.13.tar.gz (270 kB) 17:41:16 Collecting idna<2.8,>=2.5 17:41:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:41:18 Collecting urllib3<1.25,>=1.21.1 17:41:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:41:18 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) 17:41:18 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) 17:41:18 Collecting docker-pycreds>=0.4.0 17:41:19 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:41:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:41:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:41:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:41:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:41:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:41:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:41:20 ---> 5df8212933e2 17:41:20 Step 3/22 : WORKDIR /edgex-go 17:41:20 ---> Using cache 17:41:20 ---> 60a7d433cf75 17:41:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:20 ---> Using cache 17:41:20 ---> 4dc699ce7fae 17:41:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:41:21 Installing collected packages: dockerpty, docopt, websocket-client, cached-property, idna, urllib3, requests, texttable, jsonschema, docker-pycreds, docker, PyYAML, docker-compose 17:41:21 Running setup.py install for dockerpty: started 17:41:24 ---> Running in c23c4849b357 17:41:25 Running setup.py install for dockerpty: finished with status 'done' 17:41:25 Running setup.py install for docopt: started 17:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:30 Running setup.py install for docopt: finished with status 'done' 17:41:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:41:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:41:30 ---> 5df8212933e2 17:41:30 Step 3/22 : WORKDIR /edgex-go 17:41:30 ---> Using cache 17:41:30 ---> 60a7d433cf75 17:41:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:30 ---> Using cache 17:41:30 ---> 4dc699ce7fae 17:41:30 Step 5/22 : RUN apk add --update --no-cache make git 17:41:30 ---> Using cache 17:41:30 ---> d2fa95e2b683 17:41:30 Step 6/22 : COPY go.mod . 17:41:30 ---> Using cache 17:41:30 ---> a7506d2b8eba 17:41:30 Step 7/22 : RUN go mod download 17:41:30 ---> Using cache 17:41:30 ---> ad6b44fcb93b 17:41:30 Step 8/22 : COPY . . 17:41:30 ---> Using cache 17:41:30 ---> 78cf2755e39b 17:41:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:41:31 ---> Running in d604119b096e 17:41:31 Attempting uninstall: idna 17:41:31 Found existing installation: idna 2.9 17:41:31 Uninstalling idna-2.9: 17:41:31 Successfully uninstalled idna-2.9 17:41:32 Attempting uninstall: urllib3 17:41:32 Found existing installation: urllib3 1.25.9 17:41:32 Uninstalling urllib3-1.25.9: 17:41:32 Successfully uninstalled urllib3-1.25.9 17:41:32 Attempting uninstall: requests 17:41:32 Found existing installation: requests 2.23.0 17:41:32 Uninstalling requests-2.23.0: 17:41: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 17:41:33 Successfully uninstalled requests-2.23.0 17:41:33 OK: 217 MiB in 51 packages 17:41:33 Running setup.py install for texttable: started 17:41:35 Removing intermediate container c23c4849b357 17:41:35 ---> 2a24dfbc5d1a 17:41:35 Step 6/22 : COPY go.mod . 17:41:36 ---> cd001a61da6a 17:41:36 Step 7/22 : RUN go mod download 17:41:36 ---> Running in 398fa873db04 17:41:37 Running setup.py install for texttable: finished with status 'done' 17:41:39 Running setup.py install for PyYAML: started 17:41:41 Removing intermediate container 398fa873db04 17:41:41 ---> 74762bd2451e 17:41:41 Step 8/22 : COPY . . 17:41:42 Running setup.py install for PyYAML: finished with status 'done' 17:41:44 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 17:41:54 Removing intermediate container e3bc091639d5 17:41:54 ---> 9fc58eeabbb6 17:41:54 Step 21/26 : RUN apk --no-cache add curl 17:41:54 ---> Running in 2a6b5328076f 17:41:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:41:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:41:57 (2/3) Installing libcurl (7.69.1-r3) 17:41:57 (3/3) Installing curl (7.69.1-r3) 17:41:57 Executing busybox-1.31.1-r19.trigger 17:41:57 OK: 72 MiB in 58 packages 17:42:00 Removing intermediate container 2a6b5328076f 17:42:00 ---> 80bdb37ae379 17:42:00 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:42:00 ---> Running in d0c3eaa6609e 17:42:00 ---> f6415e015446 17:42:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:42:00 ---> Running in 70fffa4e6c25 17:42:01 Removing intermediate container d0c3eaa6609e 17:42:01 ---> 8f3bd7559f81 17:42:01 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:42:01 ---> Running in 879b7c7cbc5b 17:42:02 Removing intermediate container 879b7c7cbc5b 17:42:02 ---> 2b8cb431a96a 17:42:02 Step 24/26 : LABEL arch=arm64 17:42:02 ---> Running in a3d021e14f5f 17:42:03 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 17:42:04 Removing intermediate container a3d021e14f5f 17:42:04 ---> 379723e2d4a1 17:42:04 Step 25/26 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:42:04 ---> Running in 98dbc14eb17a 17:42:04 Removing intermediate container 98dbc14eb17a 17:42:04 ---> 12e28148b043 17:42:04 Step 26/26 : LABEL version=0.0.0 17:42:04 ---> Running in c5a7f283b1aa 17:42:05 Removing intermediate container c5a7f283b1aa 17:42:05 ---> 9e5dc887aae1 17:42:05 17:42:06 Successfully built 9e5dc887aae1 17:42:06 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:42:18  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:42:35 Removing intermediate container 115fc0d5cd3c 17:42:35 ---> 478946a1926f 17:42:35 17:42:35 Step 10/21 : FROM alpine:3.12 17:42:35 ---> d10569e2745f 17:42:35 Step 11/21 : RUN apk add --update --no-cache curl 17:42:35 ---> Running in cedfcf4dfad1 17:42:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:36 (1/4) Installing ca-certificates (20191127-r4) 17:42:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:42:36 (3/4) Installing libcurl (7.69.1-r3) 17:42:36 (4/4) Installing curl (7.69.1-r3) 17:42:36 Executing busybox-1.31.1-r19.trigger 17:42:36 Executing ca-certificates-20191127-r4.trigger 17:42:37 OK: 7 MiB in 18 packages 17:42:39 Removing intermediate container cedfcf4dfad1 17:42:39 ---> 61a9b2b7a8a9 17:42:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:42:39 ---> Running in a8a4a65bbada 17:42:40 Removing intermediate container a8a4a65bbada 17:42:40 ---> 004b188f2d9a 17:42:40 Step 13/21 : WORKDIR /edgex 17:42:40 ---> Running in b8c7d16475d4 17:42:41 Removing intermediate container b8c7d16475d4 17:42:41 ---> 85f0a10bd85c 17:42:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:42:42 ---> 32c87fc3c5c3 17:42:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:42:44 ---> 752935575763 17:42:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:42:45 ---> a694b036cc2e 17:42:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:42:45 ---> Running in 0d968be83e22 17:42:46 Removing intermediate container 0d968be83e22 17:42:46 ---> 06d1b94192ed 17:42:46 Step 18/21 : CMD ["--init=true"] 17:42:46 ---> Running in 3a467e2e5ae5 17:42:47 Removing intermediate container 3a467e2e5ae5 17:42:47 ---> 2cd8d6926a07 17:42:47 Step 19/21 : LABEL arch=arm64 17:42:47 ---> Running in 5879bc8eb1e9 17:42:47 Removing intermediate container 5879bc8eb1e9 17:42:47 ---> ed112e5fbcc2 17:42:47 Step 20/21 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:42:48 ---> Running in 20e984f2322f 17:42:48 Removing intermediate container 20e984f2322f 17:42:48 ---> 53b724674e81 17:42:48 Step 21/21 : LABEL version=0.0.0 17:42:49 ---> Running in 132c0904c199 17:42:49 Removing intermediate container 132c0904c199 17:42:49 ---> 288c73034c4a 17:42:49 17:42:50 Successfully built 288c73034c4a 17:42:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:42:55  Building docker-security-proxy-setup-go ... done Removing intermediate container 4393dd902d7c 17:42:55 ---> 7c1c0dabc4b7 17:42:55 17:42:55 Step 10/23 : FROM alpine:3.12 17:42:55 ---> d10569e2745f 17:42:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:42:55 ---> Using cache 17:42:55 ---> 5f92d7c6e9f3 17:42:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:42:55 ---> Using cache 17:42:55 ---> 5d6a2f8f8d88 17:42:55 Step 13/23 : ENV APP_PORT=48081 17:42:56 ---> Running in 1084515651c7 17:42:56 Removing intermediate container 1084515651c7 17:42:56 ---> ffa435f15ec7 17:42:56 Step 14/23 : EXPOSE $APP_PORT 17:42:56 ---> Running in 0deca28e7ebb 17:42:57 Removing intermediate container 0deca28e7ebb 17:42:57 ---> a92a7af56df5 17:42:57 Step 15/23 : WORKDIR / 17:42:57 ---> Running in 3cdcf85c4ee2 17:42:58 Removing intermediate container 3cdcf85c4ee2 17:42:58 ---> 6b336f8fd0fd 17:42:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:42:59 ---> 74c2ece578eb 17:42:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:43:01 ---> 67861c5de391 17:43:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:43:02 ---> da2fff13c96a 17:43:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:43:02 ---> Running in a9c7ec00e4b7 17:43:03 Removing intermediate container a9c7ec00e4b7 17:43:03 ---> d391a3b066e3 17:43:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:43:03 ---> Running in c3b8a6e33d40 17:43:04 Removing intermediate container c3b8a6e33d40 17:43:04 ---> c3eb3c7c5a7c 17:43:04 Step 21/23 : LABEL arch=arm64 17:43:04 ---> Running in 019f977a1fa5 17:43:04 Removing intermediate container 019f977a1fa5 17:43:04 ---> 645e327abbad 17:43:04 Step 22/23 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:43:05 ---> Running in 6b813995e56c 17:43:05 Removing intermediate container 6b813995e56c 17:43:05 ---> c04f53cf9b79 17:43:05 Step 23/23 : LABEL version=0.0.0 17:43:06 ---> Running in eddf9fc9f83f 17:43:07 Removing intermediate container eddf9fc9f83f 17:43:07 ---> 412f8bbdfa91 17:43:07 17:43:07 Successfully built 412f8bbdfa91 17:43:08 Successfully tagged docker-core-metadata-go-arm64:latest 17:43:09  Building docker-core-metadata-go ... done Removing intermediate container d604119b096e 17:43:09 ---> 9885c326cc02 17:43:09 17:43:09 Step 10/22 : FROM alpine:3.12 17:43:09 ---> d10569e2745f 17:43:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:43:09 ---> Using cache 17:43:09 ---> 5f92d7c6e9f3 17:43:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:43:09 ---> Using cache 17:43:09 ---> 5d6a2f8f8d88 17:43:09 Step 13/22 : ENV APP_PORT=48085 17:43:09 ---> Running in f9f29d58dc76 17:43:10 Removing intermediate container f9f29d58dc76 17:43:10 ---> dba513463fda 17:43:10 Step 14/22 : EXPOSE $APP_PORT 17:43:10 ---> Running in eeb9ef19ccd3 17:43:10 Removing intermediate container eeb9ef19ccd3 17:43:10 ---> 98924fa03a84 17:43:10 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:43:11 ---> f270fc09d3a2 17:43:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:43:13 ---> 4b4b44159a70 17:43:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:43:13 ---> f59e22828f83 17:43:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:43:13 ---> Running in 2a25f16162d0 17:43:14 Removing intermediate container 2a25f16162d0 17:43:14 ---> 583ac4dc20a7 17:43:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:43:14 ---> Running in 9edc4fa81151 17:43:15 Removing intermediate container 9edc4fa81151 17:43:15 ---> c0af7d334c10 17:43:15 Step 20/22 : LABEL arch=arm64 17:43:15 ---> Running in e6fdf5cc5f91 17:43:16 Removing intermediate container e6fdf5cc5f91 17:43:16 ---> abed4faf0d81 17:43:16 Step 21/22 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:43:16 ---> Running in 104dafe8bf68 17:43:16 Removing intermediate container 104dafe8bf68 17:43:16 ---> 373d74178259 17:43:16 Step 22/22 : LABEL version=0.0.0 17:43:17 ---> Running in f475f7106b84 17:43:18 Removing intermediate container f475f7106b84 17:43:18 ---> 5703caa792e8 17:43:18 17:43:18 Successfully built 5703caa792e8 17:43:18 Successfully tagged docker-support-scheduler-go-arm64:latest 17:43:18  Building docker-support-scheduler-go ... done Removing intermediate container 70fffa4e6c25 17:43:18 ---> 7924dd2906f0 17:43:18 17:43:18 Step 10/22 : FROM alpine:3.12 17:43:18 ---> d10569e2745f 17:43:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:43:18 ---> Running in 181a83d7a8a5 17:43:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:21 (1/2) Installing ca-certificates (20191127-r4) 17:43:21 (2/2) Installing dumb-init (1.2.2-r1) 17:43:21 Executing busybox-1.31.1-r19.trigger 17:43:21 Executing ca-certificates-20191127-r4.trigger 17:43:21 OK: 6 MiB in 16 packages 17:43:23 Removing intermediate container 181a83d7a8a5 17:43:23 ---> 225ca10ef3e5 17:43:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:43:23 ---> Running in 055d0a335fb7 17:43:23 Removing intermediate container 055d0a335fb7 17:43:23 ---> 1198e84e8515 17:43:23 Step 13/22 : ENV APP_PORT=48060 17:43:23 ---> Running in 63bd770fff22 17:43:24 Removing intermediate container 63bd770fff22 17:43:24 ---> 200b8f4080f0 17:43:24 Step 14/22 : EXPOSE $APP_PORT 17:43:24 ---> Running in 52b7c5533524 17:43:24 Removing intermediate container 52b7c5533524 17:43:24 ---> 741c4177816d 17:43:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:43:25 ---> a07524e5351a 17:43:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:43:27 ---> cdc8c06f149b 17:43:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:43:27 ---> 66ee6247e71a 17:43:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:43:28 ---> Running in 93fd822d8f16 17:43:28 Removing intermediate container 93fd822d8f16 17:43:28 ---> 0ed7ea017355 17:43:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:43:28 ---> Running in 8ff658760f70 17:43:29 Removing intermediate container 8ff658760f70 17:43:29 ---> 25b9a11a93b8 17:43:29 Step 20/22 : LABEL arch=arm64 17:43:29 ---> Running in 3a45003f1f92 17:43:29 Removing intermediate container 3a45003f1f92 17:43:29 ---> 441d7f8f9c5b 17:43:29 Step 21/22 : LABEL git_sha=b0600f3d8ad3194444232ef27f6889a15b7f8c6b 17:43:29 ---> Running in e7ae548e12c8 17:43:30 Removing intermediate container e7ae548e12c8 17:43:30 ---> 592b14efedc6 17:43:30 Step 22/22 : LABEL version=0.0.0 17:43:30 ---> Running in 7e956bdc8d05 17:43:31 Removing intermediate container 7e956bdc8d05 17:43:31 ---> cd08f06738e1 17:43:31 17:43:31 Successfully built cd08f06738e1 17:43:31 Successfully tagged docker-support-notifications-go-arm64:latest 17:43:31  Building docker-support-notifications-go ... done  [Pipeline] } 17:43:31 $ docker stop --time=1 0aac49dc853003153e9b46fdc696a0acb5aee75f1ac98c18d744269383146428 17:43:33 $ docker rm -f 0aac49dc853003153e9b46fdc696a0acb5aee75f1ac98c18d744269383146428 [Pipeline] // withDockerContainer [Pipeline] sh 17:43:34 + + docker images 17:43:34 grep docker 17:43:34 docker-support-notifications-go-arm64 latest cd08f06738e1 4 seconds ago 16.9MB 17:43:34 docker-support-scheduler-go-arm64 latest 5703caa792e8 17 seconds ago 16.3MB 17:43:34 docker-core-metadata-go-arm64 latest 412f8bbdfa91 28 seconds ago 17.9MB 17:43:34 docker-security-proxy-setup-go-arm64 latest 288c73034c4a 45 seconds ago 23.4MB 17:43:34 docker-sys-mgmt-agent-go-arm64 latest 9e5dc887aae1 About a minute ago 300MB 17:43:34 docker-core-data-go-arm64 latest 3615d5f112e5 2 minutes ago 21.3MB 17:43:34 docker-security-bootstrapper-go-arm64 latest 2733d44d30f9 2 minutes ago 17.8MB 17:43:34 docker-core-command-go-arm64 latest 0250562ad01e 3 minutes ago 16.3MB 17:43:34 docker-security-secretstore-setup-go-arm64 latest f3ec0013a72b 3 minutes ago 23.7MB 17:43:34 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:43:35 ---> job-cost.sh 17:43:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3jlk 17:44:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:46:24 lf-activate-venv(): INFO: Adding /tmp/venv-3jlk/bin to PATH 17:46:24 INFO: No Stack... 17:46:24 INFO: Retrieving Pricing Info for: lf-standard-4 17:46:24 INFO: Archiving Costs [Pipeline] sh 17:46:24 + cat /w/workspace/edgex-go/5/archives/cost.csv+ 17:46:24 cut -d, -f6 [Pipeline] lock 17:46:24 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3267-5-stack-cost] 17:46:24 Resource [jenkins-edgexfoundry-edgex-go-PR-3267-5-stack-cost] did not exist. Created. 17:46:24 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3267-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:46:25 + echo total: 0.20999999344348907 [Pipeline] stash 17:46:25 Stashed 1 file(s) [Pipeline] } 17:46:25 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3267-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 17:46:26 provisioning config files... 17:46:26 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config1746898691432219964tmp [Pipeline] { [Pipeline] sh 17:46:27 + set +x 17:46:27 + curl -s https://codecov.io/bash 17:46:27 + bash -s -- 17:46:27 17:46:27 _____ _ 17:46:27 / ____| | | 17:46:27 | | ___ __| | ___ ___ _____ __ 17:46:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:46:27 | |___| (_) | (_| | __/ (_| (_) \ V / 17:46:27 \_____\___/ \__,_|\___|\___\___/ \_/ 17:46:27 Bash-20210309-2b87ace 17:46:27 17:46:27 17:46:27 ==> git version 2.24.3 found 17:46:27 ==> 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 17:46:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:46:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:46:27 ==> Jenkins CI detected. 17:46:27 project root: . 17:46:27 --> token set from env 17:46:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:46:27 ==> Running gcov in . (disable via -X gcov) 17:46:27 ==> Python coveragepy not found 17:46:27 ==> Searching for coverage reports in: 17:46:27 + . 17:46:27 -> Found 1 reports 17:46:27 ==> Detecting git/mercurial file structure 17:46:27 ==> Reading reports 17:46:27 + ./coverage.out bytes=650607 17:46:27 ==> Appending adjustments 17:46:27 https://docs.codecov.io/docs/fixing-reports 17:46:31 + Found adjustments 17:46:31 ==> Gzipping contents 17:46:31 96K /tmp/codecov.i5RTc3.gz 17:46:31 ==> Uploading reports 17:46:31 url: https://codecov.io 17:46:31 query: branch=PR-3267&commit=b0600f3d8ad3194444232ef27f6889a15b7f8c6b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3267%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3267&job=&cmd_args= 17:46:31 -> Pinging Codecov 17:46:31 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3267&commit=b0600f3d8ad3194444232ef27f6889a15b7f8c6b&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3267%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3267&job=&cmd_args= 17:46:31 -> Uploading to 17:46:31 https://storage.googleapis.com/codecov/v4/raw/2021-03-20/00271124DB129430A58F1EEE437C3FCB/b0600f3d8ad3194444232ef27f6889a15b7f8c6b/73c28d3d-5967-446a-ba37-8a6e33f2d138.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T174631Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0f8174a0cbbd50e17842bd8e9a8fb134f0643da5c86e3d774a53548cdea0ba1f 17:46:31 % Total % Received % Xferd Average Speed Time Time Time Current 17:46:31 Dload Upload Total Spent Left Speed 17:46:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94960 0 0 100 94960 0 176k --:--:-- --:--:-- --:--:-- 176k 17:46:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b0600f3d8ad3194444232ef27f6889a15b7f8c6b [Pipeline] } 17:46:32 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 17:46:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:46:35 ---> package-listing.sh 17:46:35 ++ facter osfamily 17:46:35 ++ tr '[:upper:]' '[:lower:]' 17:46:35 + OS_FAMILY=redhat 17:46:35 + workspace=/w/workspace/edgex-go/5 17:46:35 + START_PACKAGES=/tmp/packages_start.txt 17:46:35 + END_PACKAGES=/tmp/packages_end.txt 17:46:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:46:35 + PACKAGES=/tmp/packages_start.txt 17:46:35 + '[' /w/workspace/edgex-go/5 ']' 17:46:35 + PACKAGES=/tmp/packages_end.txt 17:46:35 + case "${OS_FAMILY}" in 17:46:35 + rpm -qa 17:46:35 + sort 17:46:40 + '[' -f /tmp/packages_start.txt ']' 17:46:40 + '[' -f /tmp/packages_end.txt ']' 17:46:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:46:40 + '[' /w/workspace/edgex-go/5 ']' 17:46:40 + mkdir -p /w/workspace/edgex-go/5/archives/ 17:46:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 17:46:40 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 17:46:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:46:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:46:41 17:46:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:46:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:46:41 alpine: Pulling from edgex-lftools-log-publisher 17:46:41 df20fa9351a1: Pulling fs layer 17:46:41 36b3adc4ff6f: Pulling fs layer 17:46:41 8ad3a11d3b57: Pulling fs layer 17:46:41 46f8f816bc3b: Pulling fs layer 17:46:41 93b61091891f: Pulling fs layer 17:46:41 93b9cdb0e59b: Pulling fs layer 17:46:41 5e14af77c1be: Pulling fs layer 17:46:41 01666e4c0597: Pulling fs layer 17:46:41 aa168da1d23b: Pulling fs layer 17:46:41 46f8f816bc3b: Waiting 17:46:41 93b61091891f: Waiting 17:46:41 93b9cdb0e59b: Waiting 17:46:41 01666e4c0597: Waiting 17:46:41 aa168da1d23b: Waiting 17:46:41 5e14af77c1be: Waiting 17:46:41 36b3adc4ff6f: Verifying Checksum 17:46:41 36b3adc4ff6f: Download complete 17:46:41 46f8f816bc3b: Verifying Checksum 17:46:41 46f8f816bc3b: Download complete 17:46:42 df20fa9351a1: Verifying Checksum 17:46:42 df20fa9351a1: Download complete 17:46:42 93b9cdb0e59b: Verifying Checksum 17:46:42 93b9cdb0e59b: Download complete 17:46:42 93b61091891f: Download complete 17:46:42 5e14af77c1be: Verifying Checksum 17:46:42 5e14af77c1be: Download complete 17:46:42 01666e4c0597: Verifying Checksum 17:46:42 01666e4c0597: Download complete 17:46:42 df20fa9351a1: Pull complete 17:46:42 8ad3a11d3b57: Verifying Checksum 17:46:42 8ad3a11d3b57: Download complete 17:46:42 36b3adc4ff6f: Pull complete 17:46:43 8ad3a11d3b57: Pull complete 17:46:43 46f8f816bc3b: Pull complete 17:46:44 aa168da1d23b: Verifying Checksum 17:46:44 aa168da1d23b: Download complete 17:46:45 93b61091891f: Pull complete 17:46:45 93b9cdb0e59b: Pull complete 17:46:45 5e14af77c1be: Pull complete 17:46:45 01666e4c0597: Pull complete 17:46:55 aa168da1d23b: Pull complete 17:46:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:46:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:46:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:46:56 prd-centos7-docker-4c-2g-30731 does not seem to be running inside a container 17:46:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:47:00 $ docker top da73fa74fc78f52e7be5fd85283317069811147d68ffb2598104e85375abea1e -eo pid,comm [Pipeline] { [Pipeline] sh 17:47:00 + touch /tmp/pre-build-complete [Pipeline] sh 17:47:01 + mkdir -p /var/log/sa [Pipeline] sh 17:47:01 + ls /var/log/sa-host 17:47:01 + sadf -c /var/log/sa-host/sa20 17:47:01 file_magic: OK 17:47:01 HZ: Using current value: 100 17:47:01 file_header: OK 17:47:01 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 17:47:01 Statistics: 17:47:01 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... 17:47:01 File successfully converted to sysstat format version 12.2.1 17:47:01 + sadf -c /var/log/sa-host/sa23 17:47:01 file_magic: OK 17:47:01 HZ: Using current value: 100 17:47:01 file_header: OK 17:47:01 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 17:47:01 Statistics: 17:47:01 Hnuu...uuuununununu... 17:47:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:47:01 provisioning config files... 17:47:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config9181135915425595400tmp [Pipeline] { [Pipeline] echo 17:47:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:47:01 ---> create-netrc.sh [Pipeline] } 17:47:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:47:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:47:02 ---> python-tools-install.sh [Pipeline] echo 17:47:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:47:02 ---> sudo-logs.sh 17:47:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:47:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:47:03 ---> job-cost.sh 17:47:03 lf-activate-venv: SKIPPING 17:47:03 DEBUG: total: 0.20999999344348907 17:47:03 INFO: Retrieving Stack Cost... 17:47:03 INFO: Retrieving Pricing Info for: v1-standard-2 17:47:04 INFO: Archiving Costs [Pipeline] echo 17:47:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:47:04 ---> logs-deploy.sh 17:47:04 lf-activate-venv: SKIPPING 17:47:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3267/5 17:47:04 INFO: archiving workspace using pattern(s): 17:47:06 Archives upload complete. 17:47:06 INFO: archiving logs to Nexus 17:47:08 ---> uname -a: 17:47:08 Linux prd-centos7-docker-4c-2g-30731.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:47:08 17:47:08 17:47:08 ---> lscpu: 17:47:08 Architecture: x86_64 17:47:08 CPU op-mode(s): 32-bit, 64-bit 17:47:08 Byte Order: Little Endian 17:47:08 Address sizes: 40 bits physical, 48 bits virtual 17:47:08 CPU(s): 4 17:47:08 On-line CPU(s) list: 0-3 17:47:08 Thread(s) per core: 1 17:47:08 Core(s) per socket: 1 17:47:08 Socket(s): 4 17:47:08 NUMA node(s): 1 17:47:08 Vendor ID: GenuineIntel 17:47:08 CPU family: 6 17:47:08 Model: 44 17:47:08 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:47:08 Stepping: 1 17:47:08 CPU MHz: 2933.438 17:47:08 BogoMIPS: 5866.87 17:47:08 Virtualization: VT-x 17:47:08 Hypervisor vendor: KVM 17:47:08 Virtualization type: full 17:47:08 L1d cache: 128 KiB 17:47:08 L1i cache: 128 KiB 17:47:08 L2 cache: 16 MiB 17:47:08 L3 cache: 64 MiB 17:47:08 NUMA node0 CPU(s): 0-3 17:47:08 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:47:08 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:47:08 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:47:08 Vulnerability Meltdown: Mitigation; PTI 17:47:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:47:08 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:47:08 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:47:08 Vulnerability Srbds: Not affected 17:47:08 Vulnerability Tsx async abort: Not affected 17:47:08 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 17:47:08 17:47:08 17:47:08 ---> nproc: 17:47:08 4 17:47:08 17:47:08 17:47:08 ---> df -h: 17:47:08 Filesystem Size Used Available Use% Mounted on 17:47:08 overlay 50.0G 12.6G 37.4G 25% / 17:47:08 tmpfs 64.0M 0 64.0M 0% /dev 17:47:08 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:47:08 shm 64.0M 0 64.0M 0% /dev/shm 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/5 17:47:08 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/5@tmp 17:47:08 17:47:08 17:47:08 ---> free -m: 17:47:08 total used free shared buff/cache available 17:47:08 Mem: 1837 740 248 0 848 1014 17:47:08 Swap: 1023 46 977 17:47:08 17:47:08 17:47:08 ---> ip addr: 17:47:08 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:47:08 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:47:08 inet 127.0.0.1/8 scope host lo 17:47:08 valid_lft forever preferred_lft forever 17:47:08 inet6 ::1/128 scope host 17:47:08 valid_lft forever preferred_lft forever 17:47:08 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:47:08 link/ether fa:16:3e:5a:ff:eb brd ff:ff:ff:ff:ff:ff 17:47:08 inet 10.30.123.238/23 brd 10.30.123.255 scope global dynamic eth0 17:47:08 valid_lft 84914sec preferred_lft 84914sec 17:47:08 inet6 fe80::f816:3eff:fe5a:ffeb/64 scope link 17:47:08 valid_lft forever preferred_lft forever 17:47:08 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:47:08 link/ether 02:42:f1:8a:5e:f0 brd ff:ff:ff:ff:ff:ff 17:47:08 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:47:08 valid_lft forever preferred_lft forever 17:47:08 inet6 fe80::42:f1ff:fe8a:5ef0/64 scope link 17:47:08 valid_lft forever preferred_lft forever 17:47:08 17:47:08 17:47:08 ---> sar -b -r -n DEV: 17:47:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:47:08 17:47:08 17:22:08 LINUX RESTART (4 CPU) 17:47:08 17:47:08 17:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:47:08 17:24:02 212.29 88.13 124.17 0.00 10497.41 47257.67 0.00 17:47:08 17:25:01 219.45 89.13 130.32 0.00 3507.47 18186.00 0.00 17:47:08 17:26:01 120.71 36.71 84.01 0.00 1405.95 10162.33 0.00 17:47:08 17:27:01 151.75 71.12 80.62 0.00 3596.27 11953.48 0.00 17:47:08 17:28:02 540.61 324.87 215.74 0.00 74782.82 144295.18 0.00 17:47:08 17:29:02 2377.46 2052.32 325.14 0.00 151065.61 162492.06 0.00 17:47:08 17:30:02 521.09 317.08 204.00 0.00 21575.94 35607.38 0.00 17:47:08 17:31:04 1790.50 1418.43 372.07 0.00 139732.99 182362.42 0.00 17:47:08 17:32:01 946.86 683.78 263.08 0.00 43839.30 67356.08 0.00 17:47:08 17:33:01 123.78 19.49 104.29 0.00 3237.95 7179.11 0.00 17:47:08 17:34:02 2.43 1.20 1.23 0.00 14.65 17.65 0.00 17:47:08 17:35:01 0.22 0.00 0.22 0.00 0.00 2.49 0.00 17:47:08 17:36:01 0.23 0.02 0.22 0.00 0.27 1.92 0.00 17:47:08 17:37:01 0.28 0.00 0.28 0.00 0.00 3.00 0.00 17:47:08 17:38:01 2.63 1.83 0.80 0.00 57.96 15.07 0.00 17:47:08 17:39:01 0.40 0.02 0.38 0.00 0.53 5.46 0.00 17:47:08 17:40:01 0.27 0.02 0.25 0.00 0.27 2.43 0.00 17:47:08 17:41:01 0.23 0.00 0.23 0.00 0.00 3.26 0.00 17:47:08 17:42:01 0.23 0.02 0.22 0.00 0.53 3.00 0.00 17:47:08 17:43:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 17:47:08 17:44:01 0.25 0.02 0.23 0.00 0.53 3.26 0.00 17:47:08 17:45:01 0.25 0.00 0.25 0.00 0.00 3.40 0.00 17:47:08 17:46:01 0.32 0.00 0.32 0.00 0.00 3.31 0.00 17:47:08 Average: 307.06 223.85 83.21 0.00 19978.69 30200.15 0.00 17:47:08 17:47:08 17:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:47:08 17:24:02 180404 0 693404 36.85 2096 1005640 1308808 44.67 525076 938552 16 17:47:08 17:25:01 160124 0 775748 41.23 1492 944180 1730252 59.05 576008 864600 49072 17:47:08 17:26:01 162752 0 824732 43.83 692 893368 1773084 60.51 692020 738508 70916 17:47:08 17:27:01 244408 0 740328 39.35 596 896212 1326912 45.29 594376 748848 39272 17:47:08 17:28:02 78440 0 835816 44.42 0 967288 2248836 76.75 723184 873392 90100 17:47:08 17:29:02 69692 0 788560 41.91 0 1023292 1940568 66.23 711048 871800 45972 17:47:08 17:30:02 446956 0 735336 39.08 0 699252 1522572 51.96 475996 708688 0 17:47:08 17:31:04 67368 0 800424 42.54 0 1013752 2134500 72.85 676668 906932 37212 17:47:08 17:32:01 158564 0 728936 38.74 0 994044 1560164 53.25 604680 873408 76 17:47:08 17:33:01 125616 0 661808 35.17 0 1094120 1182268 40.35 594016 907932 20 17:47:08 17:34:02 125988 0 661448 35.15 0 1094108 1180200 40.28 593908 908064 12 17:47:08 17:35:01 127680 0 659728 35.06 0 1094136 1160668 39.61 592752 907684 12 17:47:08 17:36:01 128156 0 659248 35.04 0 1094140 1160668 39.61 592636 907684 8 17:47:08 17:37:01 128268 0 659124 35.03 0 1094152 1160668 39.61 592512 907692 8 17:47:08 17:38:01 126016 0 660332 35.10 0 1095196 1160764 39.61 593704 908292 16 17:47:08 17:39:01 125820 0 660520 35.11 0 1095204 1160788 39.62 593860 908308 8 17:47:08 17:40:01 126556 0 659784 35.07 0 1095204 1160668 39.61 592968 908316 16 17:47:08 17:41:01 126828 0 659500 35.05 0 1095216 1160668 39.61 593224 908316 16 17:47:08 17:42:01 126508 0 659768 35.07 0 1095268 1160668 39.61 593168 908332 24 17:47:08 17:43:01 126180 0 660132 35.08 0 1095232 1160764 39.61 593628 908332 20 17:47:08 17:44:01 126344 0 659960 35.08 0 1095240 1160704 39.61 593320 908348 16 17:47:08 17:45:01 126268 0 660020 35.08 0 1095256 1160740 39.61 593488 908348 12 17:47:08 17:46:01 126604 0 659684 35.06 0 1095256 1160668 39.61 593248 908348 12 17:47:08 Average: 145284 0 702797 37.35 212 1033250 1384200 47.24 603717 879945 14471 17:47:08 17:47:08 17:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:47:08 17:24:02 veth263af05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:24:02 eth0 1232.18 1194.00 6062.34 153.80 0.00 0.00 0.00 0.00 17:47:08 17:24:02 veth942a944 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:25:01 veth839f3f2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:47:08 17:25:01 eth0 250.44 205.63 876.44 28.19 0.00 0.00 0.00 0.00 17:47:08 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:25:01 docker0 1041.02 1008.86 83.75 3576.75 0.00 0.00 0.00 0.00 17:47:08 17:26:01 veth839f3f2 1.13 1.13 0.09 0.10 0.00 0.00 0.00 0.00 17:47:08 17:26:01 eth0 46.70 33.22 22.69 81.04 0.00 0.00 0.00 0.00 17:47:08 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:26:01 docker0 1.13 1.13 0.08 0.10 0.00 0.00 0.00 0.00 17:47:08 17:27:01 veth839f3f2 1.21 1.21 0.10 0.10 0.00 0.00 0.00 0.00 17:47:08 17:27:01 eth0 24.82 13.34 19.75 10.63 0.00 0.00 0.00 0.00 17:47:08 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:27:01 docker0 1.21 1.21 0.08 0.10 0.00 0.00 0.00 0.00 17:47:08 17:28:02 eth0 196.49 159.75 1669.64 68.95 0.00 0.00 0.00 0.00 17:47:08 17:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:28:02 veth3f235b7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:47:08 17:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:29:02 eth0 54.76 38.13 162.06 10.12 0.00 0.00 0.00 0.00 17:47:08 17:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:29:02 veth3f235b7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:47:08 17:29:02 docker0 28.56 35.46 1.60 146.66 0.00 0.00 0.00 0.00 17:47:08 17:30:02 eth0 46.59 25.62 223.75 9.98 0.00 0.00 0.00 0.00 17:47:08 17:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:30:02 veth3f235b7 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:30:02 docker0 11.51 21.41 0.63 159.95 0.00 0.00 0.00 0.00 17:47:08 17:31:04 veth0bdc1f3 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 17:47:08 17:31:04 eth0 77.02 49.57 119.52 81.98 0.00 0.00 0.00 0.00 17:47:08 17:31:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:31:04 veth3f235b7 0.00 0.38 0.00 0.02 0.00 0.00 0.00 0.00 17:47:08 17:32:01 eth0 183.74 138.09 1467.80 82.76 0.00 0.00 0.00 0.00 17:47:08 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:32:01 veth3f235b7 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 17:47:08 17:32:01 docker0 1139.49 1145.35 90.11 4275.45 0.00 0.00 0.00 0.00 17:47:08 17:33:01 eth0 74.50 40.11 387.72 14.14 0.00 0.00 0.00 0.00 17:47:08 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:33:01 docker0 24.32 45.39 1.60 363.48 0.00 0.00 0.00 0.00 17:47:08 17:34:02 eth0 1.43 0.55 0.58 0.36 0.00 0.00 0.00 0.00 17:47:08 17:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:34:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:35:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 17:47:08 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:36:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:47:08 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:37:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:47:08 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:38:01 eth0 0.80 0.22 0.19 0.07 0.00 0.00 0.00 0.00 17:47:08 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:39:01 eth0 0.58 0.35 0.28 0.20 0.00 0.00 0.00 0.00 17:47:08 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:40:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:41:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:42:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:47:08 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:43:01 eth0 0.62 0.35 0.34 0.23 0.00 0.00 0.00 0.00 17:47:08 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:44:01 eth0 0.15 0.10 0.07 0.04 0.00 0.00 0.00 0.00 17:47:08 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:45:01 eth0 0.90 0.23 0.31 0.16 0.00 0.00 0.00 0.00 17:47:08 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:46:01 eth0 0.53 0.08 0.05 0.04 0.00 0.00 0.00 0.00 17:47:08 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 Average: eth0 94.43 81.74 473.48 23.56 0.00 0.00 0.00 0.00 17:47:08 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:47:08 Average: docker0 48.30 49.46 3.81 193.07 0.00 0.00 0.00 0.00 17:47:08 17:47:08 17:47:08 ---> sar -P ALL: 17:47:08 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 17:47:08 17:47:08 17:22:08 LINUX RESTART (4 CPU) 17:47:08 17:47:08 17:23:02 CPU %user %nice %system %iowait %steal %idle 17:47:08 17:24:02 all 17.80 0.00 10.26 2.36 0.38 69.20 17:47:08 17:24:02 0 14.77 0.00 11.45 2.20 0.39 71.19 17:47:08 17:24:02 1 14.39 0.00 9.14 1.23 0.33 74.91 17:47:08 17:24:02 2 23.25 0.00 10.68 3.43 0.35 62.29 17:47:08 17:24:02 3 18.77 0.00 9.79 2.59 0.46 68.39 17:47:08 17:25:01 all 12.11 0.00 7.57 4.78 0.29 75.25 17:47:08 17:25:01 0 11.92 0.00 7.90 5.60 0.26 74.32 17:47:08 17:25:01 1 11.98 0.00 7.40 5.23 0.38 75.01 17:47:08 17:25:01 2 12.56 0.00 7.59 4.10 0.33 75.42 17:47:08 17:25:01 3 11.98 0.00 7.39 4.18 0.21 76.25 17:47:08 17:26:01 all 51.65 0.00 12.61 3.61 0.28 31.85 17:47:08 17:26:01 0 50.81 0.00 12.74 4.77 0.30 31.39 17:47:08 17:26:01 1 51.18 0.00 12.42 5.19 0.24 30.97 17:47:08 17:26:01 2 54.74 0.00 11.87 1.24 0.21 31.93 17:47:08 17:26:01 3 49.87 0.00 13.41 3.25 0.37 33.10 17:47:08 17:27:01 all 49.96 0.00 14.46 3.28 0.25 32.05 17:47:08 17:27:01 0 49.25 0.00 14.36 4.61 0.19 31.59 17:47:08 17:27:01 1 50.72 0.00 14.51 2.45 0.28 32.04 17:47:08 17:27:01 2 49.21 0.00 13.63 4.44 0.28 32.44 17:47:08 17:27:01 3 50.65 0.00 15.35 1.63 0.25 32.12 17:47:08 17:28:02 all 22.28 0.00 21.14 5.94 0.29 50.35 17:47:08 17:28:02 0 22.49 0.00 21.24 5.82 0.24 50.21 17:47:08 17:28:02 1 21.70 0.00 20.78 5.66 0.28 51.59 17:47:08 17:28:02 2 22.19 0.00 21.48 5.13 0.31 50.89 17:47:08 17:28:02 3 22.76 0.00 21.04 7.16 0.33 48.71 17:47:08 17:29:02 all 18.03 0.00 26.45 25.43 0.34 29.74 17:47:08 17:29:02 0 15.85 0.00 23.88 24.82 0.34 35.12 17:47:08 17:29:02 1 18.58 0.00 27.06 24.83 0.39 29.14 17:47:08 17:29:02 2 18.60 0.00 26.85 26.07 0.36 28.12 17:47:08 17:29:02 3 19.12 0.00 28.04 26.01 0.29 26.54 17:47:08 17:30:02 all 56.26 0.00 16.21 17.00 0.15 10.38 17:47:08 17:30:02 0 55.98 0.00 16.00 16.85 0.18 10.99 17:47:08 17:30:02 1 56.74 0.00 15.91 18.13 0.11 9.11 17:47:08 17:30:02 2 56.24 0.00 16.34 16.20 0.13 11.09 17:47:08 17:30:02 3 56.05 0.00 16.59 16.82 0.18 10.36 17:47:08 17:31:04 all 27.70 0.00 28.06 19.44 0.39 24.41 17:47:08 17:31:04 0 26.14 0.00 28.35 21.25 0.39 23.86 17:47:08 17:31:04 1 27.99 0.00 27.56 17.89 0.36 26.21 17:47:08 17:31:04 2 27.88 0.00 26.55 20.85 0.41 24.31 17:47:08 17:31:04 3 28.81 0.00 29.81 17.75 0.38 23.25 17:47:08 17:32:01 all 45.83 0.00 19.05 14.32 0.27 20.54 17:47:08 17:32:01 0 46.22 0.00 18.71 12.43 0.32 22.31 17:47:08 17:32:01 1 47.44 0.00 18.02 13.82 0.22 20.49 17:47:08 17:32:01 2 45.05 0.00 18.85 13.79 0.24 22.08 17:47:08 17:32:01 3 44.59 0.00 20.61 17.22 0.28 17.29 17:47:08 17:33:01 all 5.28 0.00 3.54 6.08 0.07 85.03 17:47:08 17:33:01 0 7.80 0.00 4.75 4.95 0.07 82.43 17:47:08 17:33:01 1 4.26 0.00 2.79 5.12 0.10 87.73 17:47:08 17:33:01 2 5.28 0.00 3.56 5.82 0.07 85.28 17:47:08 17:33:01 3 3.81 0.00 3.05 8.41 0.05 84.68 17:47:08 17:34:02 all 0.15 0.00 0.03 0.03 0.00 99.78 17:47:08 17:34:02 0 0.03 0.00 0.03 0.10 0.00 99.83 17:47:08 17:34:02 1 0.07 0.00 0.03 0.03 0.00 99.87 17:47:08 17:34:02 2 0.02 0.00 0.03 0.00 0.00 99.95 17:47:08 17:34:02 3 0.50 0.00 0.02 0.00 0.00 99.48 17:47:08 17:47:08 17:34:02 CPU %user %nice %system %iowait %steal %idle 17:47:08 17:35:01 all 0.16 0.00 0.06 0.00 0.02 99.77 17:47:08 17:35:01 0 0.03 0.00 0.07 0.00 0.02 99.88 17:47:08 17:35:01 1 0.03 0.00 0.08 0.00 0.03 99.85 17:47:08 17:35:01 2 0.05 0.00 0.05 0.00 0.02 99.88 17:47:08 17:35:01 3 0.53 0.00 0.02 0.00 0.00 99.46 17:47:08 17:36:01 all 0.16 0.00 0.02 0.00 0.00 99.81 17:47:08 17:36:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:47:08 17:36:01 1 0.05 0.00 0.03 0.02 0.00 99.90 17:47:08 17:36:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:47:08 17:36:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:47:08 17:37:01 all 0.15 0.00 0.08 0.00 0.01 99.76 17:47:08 17:37:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:47:08 17:37:01 1 0.05 0.00 0.17 0.00 0.00 99.78 17:47:08 17:37:01 2 0.05 0.00 0.05 0.00 0.02 99.88 17:47:08 17:37:01 3 0.48 0.00 0.10 0.00 0.00 99.42 17:47:08 17:38:01 all 0.07 0.00 0.06 0.02 0.00 99.85 17:47:08 17:38:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:47:08 17:38:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:47:08 17:38:01 2 0.03 0.00 0.12 0.08 0.00 99.77 17:47:08 17:38:01 3 0.18 0.00 0.05 0.00 0.00 99.77 17:47:08 17:39:01 all 0.10 0.00 0.03 0.00 0.00 99.87 17:47:08 17:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:47:08 17:39:01 1 0.05 0.00 0.05 0.00 0.02 99.88 17:47:08 17:39:01 2 0.03 0.00 0.00 0.00 0.00 99.97 17:47:08 17:39:01 3 0.28 0.00 0.03 0.00 0.00 99.68 17:47:08 17:40:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:47:08 17:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:47:08 17:40:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:47:08 17:40:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:47:08 17:40:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:47:08 17:41:01 all 0.16 0.00 0.02 0.00 0.00 99.82 17:47:08 17:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:47:08 17:41:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:47:08 17:41:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:47:08 17:41:01 3 0.52 0.00 0.02 0.00 0.00 99.47 17:47:08 17:42:01 all 0.15 0.00 0.03 0.00 0.00 99.83 17:47:08 17:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:47:08 17:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:47:08 17:42:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:47:08 17:42:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:47:08 17:43:01 all 0.17 0.00 0.03 0.00 0.00 99.79 17:47:08 17:43:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:47:08 17:43:01 1 0.08 0.00 0.03 0.00 0.00 99.88 17:47:08 17:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:47:08 17:43:01 3 0.57 0.00 0.03 0.00 0.02 99.38 17:47:08 17:44:01 all 0.14 0.00 0.02 0.00 0.00 99.83 17:47:08 17:44:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:47:08 17:44:01 1 0.03 0.00 0.03 0.00 0.02 99.92 17:47:08 17:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:47:08 17:44:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:47:08 17:45:01 all 0.11 0.00 0.05 0.00 0.00 99.85 17:47:08 17:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:47:08 17:45:01 1 0.28 0.00 0.12 0.00 0.00 99.60 17:47:08 17:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:47:08 17:45:01 3 0.12 0.00 0.03 0.00 0.00 99.85 17:47:08 17:47:08 17:45:01 CPU %user %nice %system %iowait %steal %idle 17:47:08 17:46:01 all 0.09 0.00 0.04 0.00 0.01 99.86 17:47:08 17:46:01 0 0.00 0.00 0.05 0.00 0.02 99.93 17:47:08 17:46:01 1 0.28 0.00 0.07 0.00 0.02 99.63 17:47:08 17:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 17:47:08 17:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:47:08 Average: all 12.92 0.00 6.73 4.29 0.12 75.95 17:47:08 Average: 0 12.60 0.00 6.73 4.34 0.12 76.21 17:47:08 Average: 1 12.83 0.00 6.60 4.18 0.12 76.27 17:47:08 Average: 2 13.20 0.00 6.65 4.24 0.11 75.79 17:47:08 Average: 3 13.02 0.00 6.94 4.38 0.12 75.54 17:47:08 17:47:08 17:47:08