Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2565a60a46a8e856d7b0009122d957db17fa87c8+5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b (648ae71387fb17db1a74a8aa776804633d7a26e5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-20773’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-22098’ is offline; ‘prd-centos7-docker-4c-2g-22116’ is offline; ‘prd-centos7-docker-4c-2g-22117’ is offline; ‘prd-centos7-docker-4c-2g-22119’ is offline; ‘prd-ubuntu18.04-docker-8c-8g-22107’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22108’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22109’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22110’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-8c-8g-22112’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22115’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-22118’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22124 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 2565a60a46a8e856d7b0009122d957db17fa87c8 Merge succeeded, producing 2565a60a46a8e856d7b0009122d957db17fa87c8 Checking out Revision 2565a60a46a8e856d7b0009122d957db17fa87c8 (PR-3027) > git config core.sparsecheckout # timeout=10 > git checkout -f 2565a60a46a8e856d7b0009122d957db17fa87c8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2565a60a46a8e856d7b0009122d957db17fa87c8 # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:50:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:50:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 # timeout=10 [Pipeline] echo 00:50:11 ========================================================= 00:50:11 EdgeX Global Pipelines Version Info 00:50:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:50:14 ------------------- 00:50:14 stable info: 00:50:14 ------------------- 00:50:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:50:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:50:14 Message: update stable to v1.0.179 00:50:14 ------------------- 00:50:14 experimental info: 00:50:14 ------------------- 00:50:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:50:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:50:14 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:50:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:50:14 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:50:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:50:16 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:50:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 00:50:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 00:50:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 00:50:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2565a60a46a8e856d7b0009122d957db17fa87c8 [Pipeline] echo 00:50:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2565a60 [Pipeline] echo 00:50:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:50:17 provisioning config files... 00:50:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config5942718430650715225tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:50:18 ---> docker-login.sh 00:50:18 nexus3.edgexfoundry.org:10001 00:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:18 Configure a credential helper to remove this warning. See 00:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:18 00:50:18 Login Succeeded 00:50:18 nexus3.edgexfoundry.org:10002 00:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:18 Configure a credential helper to remove this warning. See 00:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:18 00:50:18 Login Succeeded 00:50:18 nexus3.edgexfoundry.org:10003 00:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:19 Configure a credential helper to remove this warning. See 00:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:19 00:50:19 Login Succeeded 00:50:19 nexus3.edgexfoundry.org:10004 00:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:19 Configure a credential helper to remove this warning. See 00:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:19 00:50:19 Login Succeeded 00:50:19 docker.io 00:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:50:19 Configure a credential helper to remove this warning. See 00:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:50:19 00:50:19 Login Succeeded 00:50:19 ---> docker-login.sh ends [Pipeline] } 00:50:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:20 ++ 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 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/core-command/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo core-command,cmd/core-command/Dockerfile 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/core-data/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo core-data,cmd/core-data/Dockerfile 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/core-metadata/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo core-metadata,cmd/core-metadata/Dockerfile 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/security-bootstrapper/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/security-proxy-setup/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/support-notifications/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo support-notifications,cmd/support-notifications/Dockerfile 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/support-scheduler/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:50:20 + for file in '`ls cmd/**/Dockerfile`' 00:50:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:50:20 ++ cut -d/ -f2 00:50:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:50:20 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 00:50:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:50:21 00:50:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:50:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:50:21 latest: Pulling from edgex-devops/git-semver 00:50:21 31603596830f: Pulling fs layer 00:50:21 2a8b12db71e7: Pulling fs layer 00:50:21 6ca5941a6612: Pulling fs layer 00:50:21 ecc8261a40a4: Pulling fs layer 00:50:21 ecc8261a40a4: Waiting 00:50:21 2a8b12db71e7: Verifying Checksum 00:50:21 2a8b12db71e7: Download complete 00:50:21 31603596830f: Verifying Checksum 00:50:21 31603596830f: Download complete 00:50:22 ecc8261a40a4: Verifying Checksum 00:50:22 ecc8261a40a4: Download complete 00:50:22 6ca5941a6612: Verifying Checksum 00:50:22 6ca5941a6612: Download complete 00:50:22 31603596830f: Pull complete 00:50:22 2a8b12db71e7: Pull complete 00:50:23 6ca5941a6612: Pull complete 00:50:23 ecc8261a40a4: Pull complete 00:50:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:50:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:50:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:50:23 prd-centos7-docker-4c-2g-22124 does not seem to be running inside a container 00:50:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:50:26 $ docker top 2548ef3b70a175ed2a3ed557508df70d612b6ae69146f8ee60881b5410bb5e62 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:26 [ssh-agent] Looking for ssh-agent implementation... 00:50:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:27 $ docker exec 2548ef3b70a175ed2a3ed557508df70d612b6ae69146f8ee60881b5410bb5e62 ssh-agent 00:50:27 SSH_AUTH_SOCK=/tmp/ssh-MEA3zDGFe9hI/agent.11 00:50:27 SSH_AGENT_PID=17 00:50:27 Running ssh-add (command line suppressed) 00:50:27 Identity added: /w/workspace/edgex-go/21@tmp/private_key_7742153880436701845.key (/w/workspace/edgex-go/21@tmp/private_key_7742153880436701845.key) 00:50:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:27 + git tag --points-at HEAD [Pipeline] } 00:50:27 $ docker exec --env ******** --env ******** 2548ef3b70a175ed2a3ed557508df70d612b6ae69146f8ee60881b5410bb5e62 ssh-agent -k 00:50:27 unset SSH_AUTH_SOCK; 00:50:27 unset SSH_AGENT_PID; 00:50:27 echo Agent pid 17 killed; 00:50:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:50:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:28 [ssh-agent] Looking for ssh-agent implementation... 00:50:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:28 $ docker exec 2548ef3b70a175ed2a3ed557508df70d612b6ae69146f8ee60881b5410bb5e62 ssh-agent 00:50:28 SSH_AUTH_SOCK=/tmp/ssh-9P53LIvh4FKZ/agent.47 00:50:28 SSH_AGENT_PID=52 00:50:28 Running ssh-add (command line suppressed) 00:50:28 Identity added: /w/workspace/edgex-go/21@tmp/private_key_542662779067275973.key (/w/workspace/edgex-go/21@tmp/private_key_542662779067275973.key) 00:50:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:29 + git semver init 00:50:29 # -> Open(): unable to determine branch for HEAD 00:50:29 # $GIT_DIR = /w/workspace/edgex-go/21/.git 00:50:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 00:50:29 # $SEMVER_REMOTE_NAME = origin 00:50:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:50:29 # $SEMVER_USER_NAME = edgex-jenkins 00:50:29 # $SEMVER_BRANCH = PR-3027 00:50:29 # $SEMVER_TEMP = /tmp/semver-424752632 00:50:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:51:08 # '/tmp/semver-424752632' -> '/w/workspace/edgex-go/21/.semver' 00:51:08 # -> Force: false 00:51:08 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 00:51:08 $ docker exec --env ******** --env ******** 2548ef3b70a175ed2a3ed557508df70d612b6ae69146f8ee60881b5410bb5e62 ssh-agent -k 00:51:08 unset SSH_AUTH_SOCK; 00:51:08 unset SSH_AGENT_PID; 00:51:08 echo Agent pid 52 killed; 00:51:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:51:09 + git semver [Pipeline] } 00:51:09 $ docker stop --time=1 2548ef3b70a175ed2a3ed557508df70d612b6ae69146f8ee60881b5410bb5e62 00:51:10 $ docker rm -f 2548ef3b70a175ed2a3ed557508df70d612b6ae69146f8ee60881b5410bb5e62 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:51:11 Stashed 1 file(s) [Pipeline] echo 00:51:11 [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 00:51:12 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:51:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:51:13 + sudo service docker restart 00:51:13 + true 00:51:13 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:51:14 ========================================================= 00:51:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:51:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:51:14 + 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 . 00:51:18 Sending build context to Docker daemon 327MB 00:51:18 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:51:18 Step 2/6 : FROM ${BASE} 00:51:18 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:51:18 188c0c94c7c5: Pulling fs layer 00:51:18 0ef7d3d256c8: Pulling fs layer 00:51:18 de9db76c5a1d: Pulling fs layer 00:51:18 bca2f99d35d6: Pulling fs layer 00:51:18 93359f2a8cfa: Pulling fs layer 00:51:18 7c6f9722023f: Pulling fs layer 00:51:18 a35cf1a2eb13: Pulling fs layer 00:51:18 93359f2a8cfa: Waiting 00:51:18 a35cf1a2eb13: Waiting 00:51:18 7c6f9722023f: Waiting 00:51:18 bca2f99d35d6: Waiting 00:51:18 de9db76c5a1d: Verifying Checksum 00:51:18 de9db76c5a1d: Download complete 00:51:18 0ef7d3d256c8: Verifying Checksum 00:51:18 0ef7d3d256c8: Download complete 00:51:18 93359f2a8cfa: Verifying Checksum 00:51:18 93359f2a8cfa: Download complete 00:51:18 7c6f9722023f: Verifying Checksum 00:51:18 7c6f9722023f: Download complete 00:51:18 188c0c94c7c5: Verifying Checksum 00:51:18 188c0c94c7c5: Download complete 00:51:19 188c0c94c7c5: Pull complete 00:51:19 0ef7d3d256c8: Pull complete 00:51:19 de9db76c5a1d: Pull complete 00:51:21 a35cf1a2eb13: Verifying Checksum 00:51:21 a35cf1a2eb13: Download complete 00:51:21 bca2f99d35d6: Verifying Checksum 00:51:21 bca2f99d35d6: Download complete 00:51:27 bca2f99d35d6: Pull complete 00:51:27 93359f2a8cfa: Pull complete 00:51:27 7c6f9722023f: Pull complete 00:51:27 Still waiting to schedule task 00:51:27 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:51:32 a35cf1a2eb13: Pull complete 00:51:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:51:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:51:32 ---> a62c8e92a672 00:51:32 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 00:51:32 ---> Running in ea2b5ddea136 00:51:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:34 (1/12) Installing libmagic (5.38-r0) 00:51:34 (2/12) Installing file (5.38-r0) 00:51:34 (3/12) Installing libc-dev (0.7.2-r3) 00:51:34 (4/12) Installing g++ (9.3.0-r2) 00:51:49 (5/12) Installing fortify-headers (1.1-r0) 00:51:49 (6/12) Installing patch (2.7.6-r6) 00:51:49 (7/12) Installing build-base (0.5-r2) 00:51:49 (8/12) Installing libsodium (1.0.18-r0) 00:51:49 (9/12) Installing pkgconf (1.7.2-r0) 00:51:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:51:49 (11/12) Installing libzmq (4.3.3-r0) 00:51:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:51:49 Executing busybox-1.31.1-r19.trigger 00:51:49 OK: 233 MiB in 51 packages 00:51:52 Removing intermediate container ea2b5ddea136 00:51:52 ---> 725e20673eea 00:51:52 Step 4/6 : WORKDIR /edgex-go 00:51:52 ---> Running in 69178628e8f1 00:51:52 Removing intermediate container 69178628e8f1 00:51:52 ---> 9d3456bc4ddd 00:51:52 Step 5/6 : COPY go.mod . 00:51:52 ---> a83f23d51c80 00:51:52 Step 6/6 : RUN go mod download 00:51:52 ---> Running in ff56fb5e29ef 00:52:14 Removing intermediate container ff56fb5e29ef 00:52:14 ---> 1c0320fdef72 00:52:14 Successfully built 1c0320fdef72 00:52:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:52:15 + docker inspect -f . ci-base-image-x86_64 00:52:15 . [Pipeline] withDockerContainer 00:52:15 prd-centos7-docker-4c-2g-22124 does not seem to be running inside a container 00:52:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-x86_64 cat 00:52:16 $ docker top 2813f0b8ca6a8980a3b6662875846e51398ceb169cfba0ca61d9b881841d527d -eo pid,comm [Pipeline] { [Pipeline] sh 00:52:16 + go version 00:52:16 go version go1.15.5 linux/amd64 [Pipeline] } 00:52:16 $ docker stop --time=1 2813f0b8ca6a8980a3b6662875846e51398ceb169cfba0ca61d9b881841d527d 00:52:18 $ docker rm -f 2813f0b8ca6a8980a3b6662875846e51398ceb169cfba0ca61d9b881841d527d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:52:18 + docker inspect -f . ci-base-image-x86_64 00:52:18 . [Pipeline] withDockerContainer 00:52:19 prd-centos7-docker-4c-2g-22124 does not seem to be running inside a container 00:52:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-x86_64 cat 00:52:19 $ docker top 9209776d1a845649dd7d8267cdcbd84f3eb2454fca99c3a9db6656325f69a2eb -eo pid,comm [Pipeline] { [Pipeline] echo 00:52:19 ========================================================= 00:52:19 [edgeXBuildGoParallel] Running Tests and Build... 00:52:19 ========================================================= [Pipeline] sh 00:52:20 + make test 00:52:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:52:28 ? github.com/edgexfoundry/edgex-go [no test files] 00:52:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:52:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:52:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:52:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:52:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:52:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:52:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:52:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:52:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:52:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.260s coverage: 27.0% of statements 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.125s coverage: 66.7% of statements 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:53:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 82.3% of statements 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:53:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:53:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 00:53:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:53:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements 00:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:53:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:53:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.386s coverage: 92.8% of statements 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:53:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:53:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:53:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 43.8% of statements 00:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements 00:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements 00:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 00:53:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.044s coverage: 94.4% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.050s coverage: 87.2% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.081s coverage: 91.4% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.287s coverage: 68.9% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.287s coverage: 84.0% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.1% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.664s coverage: 29.1% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:53:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:53:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 00:53:20 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:53:20 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:53:20 GO111MODULE=on go vet ./... 00:53:47 gofmt -l . 00:53:47 [ "`gofmt -l .`" = "" ] 00:53:47 ./bin/test-go-mod-tidy.sh 00:53:47 ./bin/test-attribution-txt.sh [Pipeline] sh 00:53:47 + ls -al . 00:53:47 total 668 00:53:47 drwxrwxr-x 10 1001 1001 4096 Jan 22 00:53 . 00:53:47 drwxr-xr-x 4 root root 30 Jan 22 00:52 .. 00:53:47 -rw-rw-r-- 1 1001 1001 11 Jan 22 00:50 .dockerignore 00:53:47 drwxrwxr-x 8 1001 1001 179 Jan 22 00:50 .git 00:53:47 drwxrwxr-x 3 1001 1001 125 Jan 22 00:50 .github 00:53:47 -rw-rw-r-- 1 1001 1001 872 Jan 22 00:50 .gitignore 00:53:47 drwx------ 3 1001 1001 47 Jan 22 00:51 .semver 00:53:47 -rw-rw-r-- 1 1001 1001 166 Jan 22 00:50 .sonarcloud.properties 00:53:47 -rw-rw-r-- 1 1001 1001 7859 Jan 22 00:50 Attribution.txt 00:53:47 -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:50 CONTRIBUTING.md 00:53:47 -rw-rw-r-- 1 1001 1001 931 Jan 22 00:50 Dockerfile.build 00:53:47 -rw-rw-r-- 1 1001 1001 863 Jan 22 00:50 Jenkinsfile 00:53:47 -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:50 LICENSE 00:53:47 -rw-rw-r-- 1 1001 1001 6001 Jan 22 00:50 Makefile 00:53:47 -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:50 README.md 00:53:47 -rw-rw-r-- 1 1001 1001 6755 Jan 22 00:50 SECURITY.md 00:53:47 -rw-rw-r-- 1 1001 1001 5 Jan 22 00:51 VERSION 00:53:47 -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:50 ZMQWindows.md 00:53:47 drwxrwxr-x 2 1001 1001 117 Jan 22 00:50 bin 00:53:47 drwxrwxr-x 15 1001 1001 4096 Jan 22 00:50 cmd 00:53:47 -rw-r--r-- 1 root root 562928 Jan 22 00:53 coverage.out 00:53:47 -rw-r--r-- 1 root root 1053 Jan 22 00:53 go.mod 00:53:47 -rw-r--r-- 1 root root 18968 Jan 22 00:53 go.sum 00:53:47 drwxrwxr-x 8 1001 1001 127 Jan 22 00:50 internal 00:53:47 drwxrwxr-x 4 1001 1001 26 Jan 22 00:50 openapi 00:53:47 drwxrwxr-x 4 1001 1001 71 Jan 22 00:50 snap 00:53:47 -rw-rw-r-- 1 1001 1001 168 Jan 22 00:50 version.go [Pipeline] sh 00:53:47 + '[' -e coverage.out ] 00:53:47 + chown 1001:1001 coverage.out [Pipeline] stash 00:53:48 Stashed 1 file(s) [Pipeline] sh 00:53:48 + make build 00:53:48 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:53:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:54:01 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 00:54:01 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 00:54:02 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 00:54:03 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 00:54:04 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 00:54:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:54:07 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 00:54:08 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 00:54:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:54:10 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 00:54:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:54:13 $ docker stop --time=1 9209776d1a845649dd7d8267cdcbd84f3eb2454fca99c3a9db6656325f69a2eb 00:54:14 $ docker rm -f 9209776d1a845649dd7d8267cdcbd84f3eb2454fca99c3a9db6656325f69a2eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:54:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:16 00:54:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:54:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:17 latest: Pulling from edgex-devops/edgex-compose 00:54:17 cbdbe7a5bc2a: Pulling fs layer 00:54:17 ca9280d653b3: Pulling fs layer 00:54:17 7e9c9ca2126c: Pulling fs layer 00:54:17 cbdbe7a5bc2a: Verifying Checksum 00:54:17 cbdbe7a5bc2a: Download complete 00:54:17 cbdbe7a5bc2a: Pull complete 00:54:17 ca9280d653b3: Verifying Checksum 00:54:17 ca9280d653b3: Download complete 00:54:18 7e9c9ca2126c: Verifying Checksum 00:54:18 7e9c9ca2126c: Download complete 00:54:18 ca9280d653b3: Pull complete 00:54:25 7e9c9ca2126c: Pull complete 00:54:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:54:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:54:25 prd-centos7-docker-4c-2g-22124 does not seem to be running inside a container 00:54:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 00:54:27 $ docker top 95529040c2a5246fec6da031e9f5d32e8984907db8c021ea086013f938528f42 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:28 + docker-compose build --help 00:54:28 + grep parallel 00:54:29 --parallel Build images in parallel. [Pipeline] } 00:54:29 $ docker stop --time=1 95529040c2a5246fec6da031e9f5d32e8984907db8c021ea086013f938528f42 00:54:30 $ docker rm -f 95529040c2a5246fec6da031e9f5d32e8984907db8c021ea086013f938528f42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:54:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:54:31 . [Pipeline] withDockerContainer 00:54:31 prd-centos7-docker-4c-2g-22124 does not seem to be running inside a container 00:54:31 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:latest cat 00:54:32 $ docker top fed0ef5a87c45aba8c681d5d703008dd92d6ce65b604c7ab102c5a4be13ddc64 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:32 + docker-compose -f ./docker-compose-build.yml build --parallel 00:54:33 Building docker-core-command-go ... 00:54:33 Building docker-core-data-go ... 00:54:33 Building docker-core-metadata-go ... 00:54:33 Building docker-security-bootstrapper-go ... 00:54:33 Building docker-security-proxy-setup-go ... 00:54:33 Building docker-security-secretstore-setup-go ... 00:54:33 Building docker-support-notifications-go ... 00:54:33 Building docker-support-scheduler-go ... 00:54:33 Building docker-sys-mgmt-agent-go ... 00:54:33 Building docker-security-secretstore-setup-go 00:54:33 Building docker-support-scheduler-go 00:54:33 Building docker-core-metadata-go 00:54:33 Building docker-core-command-go 00:54:33 Building docker-security-bootstrapper-go 00:55:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:55:06 ---> 1c0320fdef72 00:55:06 Step 3/22 : WORKDIR /edgex-go 00:55:06 ---> Running in 0f48fff0a59d 00:55:06 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:06 Step 2/33 : FROM ${BUILDER_BASE} AS builder 00:55:06 ---> 1c0320fdef72 00:55:06 Step 3/33 : WORKDIR /edgex-go 00:55:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:55:07 ---> 1c0320fdef72 00:55:07 Step 3/23 : WORKDIR /edgex-go 00:55:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:55:07 ---> 1c0320fdef72 00:55:07 Step 3/23 : WORKDIR /edgex-go 00:55:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:55:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:55:07 ---> 1c0320fdef72 00:55:07 Step 3/24 : WORKDIR /edgex-go 00:55:07 ---> Running in b61fe026f800 00:55:07 ---> Running in 96e052b29b91 00:55:07 ---> Running in 68dd93ea9e34 00:55:07 ---> Running in d9420001f6ba 00:55:07 Removing intermediate container 0f48fff0a59d 00:55:07 ---> 51bfcc7009a7 00:55:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:07 ---> Running in 27703f6c205a 00:55:08 Removing intermediate container 96e052b29b91 00:55:08 ---> 586c53765c89 00:55:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:08 Removing intermediate container d9420001f6ba 00:55:08 ---> d4093ea04848 00:55:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:08 Removing intermediate container 68dd93ea9e34 00:55:08 ---> 2ebace44f4dd 00:55:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:08 Removing intermediate container b61fe026f800 00:55:08 ---> a502dcebd108 00:55:08 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:08 ---> Running in 43951bfccffa 00:55:08 ---> Running in 4ceedebb354e 00:55:08 ---> Running in 68b302345cf4 00:55:08 ---> Running in 296d78a029c6 00:55:10 Removing intermediate container 27703f6c205a 00:55:10 ---> 508bc6d9a625 00:55:10 Step 5/22 : RUN apk add --update --no-cache make git 00:55:10 ---> Running in fdd106d4948d 00:55:10 Removing intermediate container 43951bfccffa 00:55:10 ---> 775a130db919 00:55:10 Step 5/24 : RUN apk add --update --no-cache make git 00:55:10 ---> Running in 5ced8fe545d2 00:55:10 Removing intermediate container 4ceedebb354e 00:55:10 ---> abfb203874fb 00:55:10 Step 5/23 : RUN apk add --update --no-cache make git 00:55:10 ---> Running in aa34b4855778 00:55:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:11 Removing intermediate container 296d78a029c6 00:55:11 ---> bc6f5faae1c0 00:55:11 Step 5/33 : RUN apk add --update --no-cache make git 00:55:11 Removing intermediate container 68b302345cf4 00:55:11 ---> f26bda4ddcaa 00:55:11 Step 5/23 : RUN apk add --update --no-cache make git 00:55:11 ---> Running in 6b57a0d583f2 00:55:11 ---> Running in b3e5ce35fd01 00:55:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:12 OK: 233 MiB in 51 packages 00:55:13 Removing intermediate container fdd106d4948d 00:55:13 ---> ea446a4832b0 00:55:13 Step 6/22 : COPY go.mod . 00:55:13 OK: 233 MiB in 51 packages 00:55:13 OK: 233 MiB in 51 packages 00:55:13 OK: 233 MiB in 51 packages 00:55:13 ---> a8df75edb75a 00:55:13 Step 7/22 : RUN go mod download 00:55:14 OK: 233 MiB in 51 packages 00:55:14 ---> Running in b4b1ed25a46a 00:55:14 Removing intermediate container aa34b4855778 00:55:14 ---> 4a43e547984c 00:55:14 Step 6/23 : COPY go.mod . 00:55:14 Removing intermediate container 5ced8fe545d2 00:55:14 ---> ea7f1baca004 00:55:14 Step 6/24 : COPY go.mod . 00:55:14 ---> 70d1b51aed6c 00:55:14 Step 7/23 : RUN go mod download 00:55:14 ---> Running in 0aae45e58fea 00:55:14 Removing intermediate container 6b57a0d583f2 00:55:14 ---> d758508931a4 00:55:14 Step 6/33 : COPY go.mod . 00:55:15 Removing intermediate container b3e5ce35fd01 00:55:15 ---> cd96ba461af8 00:55:15 Step 6/23 : COPY go.mod . 00:55:15 ---> 6ccf0e323291 00:55:15 Step 7/24 : RUN go mod download 00:55:15 ---> Running in 00c88236cbfa 00:55:15 ---> 0019ee5bc92f 00:55:15 Step 7/33 : RUN go mod download 00:55:15 ---> 4e5eeb777b86 00:55:15 Step 7/23 : RUN go mod download 00:55:15 ---> Running in 8dab1e6bd414 00:55:15 ---> Running in 32f7412c2c6f 00:55:16 Removing intermediate container b4b1ed25a46a 00:55:16 ---> dee0bea9891a 00:55:16 Step 8/22 : COPY . . 00:55:16 Removing intermediate container 0aae45e58fea 00:55:16 ---> e95c2c9def4d 00:55:16 Step 8/23 : COPY . . 00:55:20 Removing intermediate container 00c88236cbfa 00:55:20 ---> e3d1b48d9c2a 00:55:20 Step 8/24 : COPY . . 00:55:25 Removing intermediate container 8dab1e6bd414 00:55:25 ---> e1eeeeb3480c 00:55:25 Step 8/33 : COPY . . 00:55:27 Removing intermediate container 32f7412c2c6f 00:55:27 ---> 7f6aa4948c38 00:55:27 Step 8/23 : COPY . . 00:55:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22129 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 00:55:41 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 00:55:47 using credential edgex-jenkins-ssh 00:55:47 Cloning the remote Git repository 00:55:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:55:47 > git init /w/workspace/edgex-go/21 # timeout=10 00:55:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:55:47 > git --version # timeout=10 00:55:47 > git --version # 'git version 2.17.1' 00:55:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:00 ---> fa6934ee202f 00:56:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:56:00 ---> e79c6ab8ef0c 00:56:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:56:00 ---> 36918e7165b3 00:56:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:56:00 ---> Running in 37f531872d95 00:56:00 ---> Running in 43d3352f138c 00:56:01 ---> Running in 546dc0a434e5 00:56:02 ---> 33a2449f19d1 00:56:02 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:56:03 ---> Running in 81a1c48c6ad4 00:56:03 ---> c59f639684a6 00:56:03 Step 9/23 : RUN make cmd/core-command/core-command 00:56:03 ---> Running in 1f66d6af0edf 00:56:03 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 00:56:03 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 00:56:03 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 00:56:03 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 00:56:03 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 00:56:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:56:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:56:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:56:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:56:08 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 2565a60a46a8e856d7b0009122d957db17fa87c8 00:56:09 Merge succeeded, producing 2565a60a46a8e856d7b0009122d957db17fa87c8 00:56:09 Checking out Revision 2565a60a46a8e856d7b0009122d957db17fa87c8 (PR-3027) 00:56:08 > git config core.sparsecheckout # timeout=10 00:56:08 > git checkout -f 2565a60a46a8e856d7b0009122d957db17fa87c8 # timeout=10 00:56:09 > git remote # timeout=10 00:56:09 > git config --get remote.origin.url # timeout=10 00:56:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:56:09 > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 00:56:09 > git rev-parse HEAD^{commit} # timeout=10 00:56:09 > git config core.sparsecheckout # timeout=10 00:56:09 > git checkout -f 2565a60a46a8e856d7b0009122d957db17fa87c8 # timeout=10 00:56:13 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:56:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:56:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:56:16 + sudo service docker restart 00:56:16 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:56:18 provisioning config files... 00:56:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config3184174308652431963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:56:18 ---> docker-login.sh 00:56:18 nexus3.edgexfoundry.org:10001 00:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:19 Configure a credential helper to remove this warning. See 00:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:19 00:56:19 Login Succeeded 00:56:19 nexus3.edgexfoundry.org:10002 00:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:20 Configure a credential helper to remove this warning. See 00:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:20 00:56:20 Login Succeeded 00:56:20 nexus3.edgexfoundry.org:10003 00:56:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:20 Configure a credential helper to remove this warning. See 00:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:20 00:56:20 Login Succeeded 00:56:20 nexus3.edgexfoundry.org:10004 00:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:21 Configure a credential helper to remove this warning. See 00:56:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:21 00:56:21 Login Succeeded 00:56:21 docker.io 00:56:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:56:22 Configure a credential helper to remove this warning. See 00:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:56:22 00:56:22 Login Succeeded 00:56:22 ---> docker-login.sh ends [Pipeline] } 00:56:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:56:22 ========================================================= 00:56:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:56:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:56:22 + 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 . 00:56:25 Sending build context to Docker daemon 165.8MB 00:56:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:56:25 Step 2/6 : FROM ${BASE} 00:56:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:56:26 5f621e34cdf4: Pulling fs layer 00:56:26 a4357932f1b6: Pulling fs layer 00:56:26 18c013af1878: Pulling fs layer 00:56:26 00ac8860ef70: Pulling fs layer 00:56:26 63d7cb157983: Pulling fs layer 00:56:26 b116817d02f9: Pulling fs layer 00:56:26 745a02a5169b: Pulling fs layer 00:56:26 63d7cb157983: Waiting 00:56:26 b116817d02f9: Waiting 00:56:26 745a02a5169b: Waiting 00:56:26 00ac8860ef70: Waiting 00:56:26 18c013af1878: Verifying Checksum 00:56:26 18c013af1878: Download complete 00:56:26 a4357932f1b6: Verifying Checksum 00:56:26 a4357932f1b6: Download complete 00:56:26 63d7cb157983: Verifying Checksum 00:56:26 63d7cb157983: Download complete 00:56:26 b116817d02f9: Verifying Checksum 00:56:26 b116817d02f9: Download complete 00:56:26 5f621e34cdf4: Verifying Checksum 00:56:26 5f621e34cdf4: Download complete 00:56:27 5f621e34cdf4: Pull complete 00:56:27 a4357932f1b6: Pull complete 00:56:27 18c013af1878: Pull complete 00:56:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:56:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:56:33 745a02a5169b: Verifying Checksum 00:56:33 745a02a5169b: Download complete 00:56:34 00ac8860ef70: Verifying Checksum 00:56:34 00ac8860ef70: Download complete 00:56:35 Removing intermediate container 43d3352f138c 00:56:35 ---> 364c74fe9b59 00:56:35 00:56:35 Step 10/22 : FROM alpine:3.12 00:56:35 3.12: Pulling from library/alpine 00:56:35 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:56:35 Status: Downloaded newer image for alpine:3.12 00:56:35 ---> 389fef711851 00:56:35 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:56:38 ---> Running in 53cba040df5c 00:56:38 Removing intermediate container 546dc0a434e5 00:56:38 ---> b49b2ac0deef 00:56:38 00:56:38 Step 10/24 : FROM alpine:3.12 00:56:38 ---> 389fef711851 00:56:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:56:38 Removing intermediate container 1f66d6af0edf 00:56:38 ---> bf809c1ea182 00:56:38 00:56:38 Step 10/23 : FROM alpine:3.12 00:56:38 ---> 389fef711851 00:56:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:56:38 ---> Running in 995374ec24ca 00:56:38 ---> Running in e57e251cc1fc 00:56:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:39 (1/1) Installing dumb-init (1.2.2-r1) 00:56:39 Executing busybox-1.31.1-r19.trigger 00:56:39 OK: 6 MiB in 15 packages 00:56:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:39 (1/5) Installing ca-certificates (20191127-r4) 00:56:39 (1/1) Installing dumb-init (1.2.2-r1) 00:56:39 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:56:39 (3/5) Installing libcurl (7.69.1-r3) 00:56:39 Executing busybox-1.31.1-r19.trigger 00:56:39 OK: 6 MiB in 15 packages 00:56:39 (4/5) Installing curl (7.69.1-r3) 00:56:39 (5/5) Installing dumb-init (1.2.2-r1) 00:56:39 Executing busybox-1.31.1-r19.trigger 00:56:40 Executing ca-certificates-20191127-r4.trigger 00:56:40 OK: 7 MiB in 19 packages 00:56:42 Removing intermediate container 81a1c48c6ad4 00:56:42 ---> 23715cdec781 00:56:42 00:56:42 Step 10/33 : FROM alpine:3.12 00:56:42 ---> 389fef711851 00:56:42 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 00:56:42 ---> Running in 63b0848ec2f9 00:56:42 Removing intermediate container 53cba040df5c 00:56:42 ---> e6f2a83a07e9 00:56:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:56:42 ---> Running in 9b4de0919b0f 00:56:44 00ac8860ef70: Pull complete 00:56:44 63d7cb157983: Pull complete 00:56:44 b116817d02f9: Pull complete 00:56:45 Removing intermediate container e57e251cc1fc 00:56:45 ---> f6250071ff1b 00:56:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:56:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:56:45 Removing intermediate container 9b4de0919b0f 00:56:45 ---> 55f110b0d59b 00:56:45 Step 13/22 : ENV APP_PORT=48085 00:56:45 Removing intermediate container 995374ec24ca 00:56:45 ---> 79ee0c17dd88 00:56:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:56:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:56:45 Removing intermediate container 37f531872d95 00:56:45 ---> 2df1c865d443 00:56:45 00:56:45 Step 10/23 : FROM alpine:3.12 00:56:45 ---> 389fef711851 00:56:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:56:45 ---> Using cache 00:56:45 ---> f6250071ff1b 00:56:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:56:45 ---> Running in d20188e64334 00:56:45 ---> Running in 34c9099556b5 00:56:45 ---> Running in 75286c95131e 00:56:45 ---> Running in 5cd346497950 00:56:45 (1/3) Installing dumb-init (1.2.2-r1) 00:56:45 (2/3) Installing openssl (1.1.1i-r0) 00:56:45 (3/3) Installing su-exec (0.2-r1) 00:56:45 Executing busybox-1.31.1-r19.trigger 00:56:45 OK: 6 MiB in 17 packages 00:56:45 Removing intermediate container d20188e64334 00:56:45 ---> e93e3920aef6 00:56:45 Step 13/23 : ENV APP_PORT=48082 00:56:45 Removing intermediate container 34c9099556b5 00:56:45 ---> 9ec6bf5c247f 00:56:45 Step 14/22 : EXPOSE $APP_PORT 00:56:46 ---> Running in a00570e3e375 00:56:46 ---> Running in d0515b481202 00:56:46 Removing intermediate container 75286c95131e 00:56:46 ---> 66e80060e608 00:56:46 Step 13/24 : WORKDIR / 00:56:46 Removing intermediate container 5cd346497950 00:56:46 ---> 992299707531 00:56:46 Step 13/23 : ENV APP_PORT=48081 00:56:46 ---> Running in 79e445c5bba8 00:56:46 ---> Running in 4c4f38e589ff 00:56:46 Removing intermediate container a00570e3e375 00:56:46 ---> 576dfb7e9bc6 00:56:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:46 Removing intermediate container d0515b481202 00:56:46 ---> b0c1e3372bbc 00:56:46 Step 14/23 : EXPOSE $APP_PORT 00:56:46 ---> Running in a2bba09e21b5 00:56:46 Removing intermediate container 63b0848ec2f9 00:56:46 ---> 6542810e02b5 00:56:46 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:56:46 Removing intermediate container 79e445c5bba8 00:56:46 ---> 3bfc3dd7fe7d 00:56:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:56:47 Removing intermediate container 4c4f38e589ff 00:56:47 ---> 65c04481db91 00:56:47 Step 14/23 : EXPOSE $APP_PORT 00:56:47 ---> Running in 390f6ef5dc46 00:56:47 ---> Running in 2f880abde369 00:56:47 ---> 12ace56f416c 00:56:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:56:47 Removing intermediate container a2bba09e21b5 00:56:47 ---> dfe7fb733a99 00:56:47 Step 15/23 : WORKDIR / 00:56:47 ---> 45824bd52629 00:56:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:56:47 Removing intermediate container 390f6ef5dc46 00:56:47 ---> c35a669c6e64 00:56:47 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 00:56:47 ---> Running in f5f5c2fc37c4 00:56:47 ---> Running in be0c73d34161 00:56:47 Removing intermediate container 2f880abde369 00:56:47 ---> 1458121d43e3 00:56:47 Step 15/23 : WORKDIR / 00:56:47 ---> Running in 901ff815f6c2 00:56:47 ---> 2c6adbaa263c 00:56:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:56:47 ---> 9e7019f55f99 00:56:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:56:47 Removing intermediate container f5f5c2fc37c4 00:56:47 ---> e9b7523d294b 00:56:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:47 Removing intermediate container be0c73d34161 00:56:47 ---> b9725a06ab4a 00:56:47 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 00:56:48 ---> Running in 051142ef9d73 00:56:48 Removing intermediate container 901ff815f6c2 00:56:48 ---> be7c2a8497ee 00:56:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:56:48 ---> 79463467ba61 00:56:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:56:48 ---> dd8b91a93e0a 00:56:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:56:48 ---> 428c7c9aeb1e 00:56:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:56:48 ---> Running in be1f41d899f0 00:56:48 ---> 5cda30d6f353 00:56:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:56:48 Connecting to github.com (140.82.113.4:443) 00:56:48 Removing intermediate container be1f41d899f0 00:56:48 ---> c2a8c9ea0d20 00:56:48 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:49 745a02a5169b: Pull complete 00:56:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:56:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:56:49 ---> b7e6874047d6 00:56:49 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 00:56:49 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.14.244:443) 00:56:49  ---> Running in 665efbbc36d2 00:56:49 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 00:56:49  ---> 2125fbda6556 00:56:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:56:49 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 00:56:49 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 00:56:49 dockerize 00:56:49 ---> 8cee9552380f 00:56:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:56:49 Removing intermediate container 665efbbc36d2 00:56:49 ---> 25f6a939e5e4 00:56:49 Step 20/22 : LABEL arch=x86_64 00:56:50 ---> 2a20c53bfcb8 00:56:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:56:50 ---> Running in a3e8860632c8 00:56:50 ---> e468aad813c1 00:56:50 Step 19/23 : ENTRYPOINT ["/core-command"] 00:56:50 ---> 868cc3c8a75d 00:56:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:56:50 Removing intermediate container a3e8860632c8 00:56:50 ---> b7b2d666381a 00:56:50 Step 21/22 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:56:50 ---> Running in 0b33e48d3ebb 00:56:50 ---> d7ab75c2a29e 00:56:50 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:56:50 ---> Running in 65f2d6ce6bc1 00:56:50 ---> 6fbb32101ee0 00:56:50 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/ 00:56:50 ---> Running in f8d18eef307e 00:56:50 Removing intermediate container 051142ef9d73 00:56:50 ---> 1ba904a7f56d 00:56:50 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 00:56:50 Removing intermediate container 0b33e48d3ebb 00:56:50 ---> b04ecb4e9bc7 00:56:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:51 ---> Running in 6fcc3c650522 00:56:51 ---> Running in 49eb10cb50b3 00:56:51 ---> Running in 5fba4760ecb0 00:56:51 Removing intermediate container 65f2d6ce6bc1 00:56:51 ---> 1f3aa41a05dd 00:56:51 Step 22/22 : LABEL version=0.0.0 00:56:51 Removing intermediate container f8d18eef307e 00:56:51 ---> 49fa129565b5 00:56:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:51 ---> Running in 793bbc4be151 00:56:51 ---> Running in dc7aeccad0c4 00:56:51 ---> Running in 8393145ada98 00:56:51 Removing intermediate container 49eb10cb50b3 00:56:51 ---> c96452cc798e 00:56:51 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:56:51 Removing intermediate container 5fba4760ecb0 00:56:51 ---> 0c2f51aa405f 00:56:51 Step 21/23 : LABEL arch=x86_64 00:56:51 ---> Running in 8b2213527f41 00:56:52 ---> Running in 50b9b39dd893 00:56:52 Removing intermediate container 793bbc4be151 00:56:52 ---> 1d31ab87ae2c 00:56:52 00:56:52 Removing intermediate container dc7aeccad0c4 00:56:52 ---> 412fec5b6ffb 00:56:52 Step 21/23 : LABEL arch=x86_64 00:56:52 Removing intermediate container 8b2213527f41 00:56:52 ---> 79b7b39d4d92 00:56:52 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 00:56:52 ---> Running in 90e4a61c6170 00:56:52 Successfully built 1d31ab87ae2c 00:56:52 ---> Running in 18d1a8fe8947 00:56:52 Successfully tagged docker-support-scheduler-go:latest 00:56:52  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 00:56:52 Removing intermediate container 50b9b39dd893 00:56:52 ---> 316ace66371a 00:56:52 Step 22/23 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:56:52 ---> Running in 8e17a0f546d6 00:56:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:56:53 Removing intermediate container 90e4a61c6170 00:56:53 ---> 142f5d38c9d9 00:56:53 Step 22/23 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:56:53 ---> Running in d4af10f9b8e5 00:56:53 Removing intermediate container 6fcc3c650522 00:56:53 ---> 1620ddff65fc 00:56:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:56:53 Removing intermediate container 8e17a0f546d6 00:56:53 ---> a595a4559764 00:56:53 Step 23/23 : LABEL version=0.0.0 00:56:53 Move dockerize executable 00:56:53 ---> Running in 5df548f1be3f 00:56:53 ---> Running in c8c2f0b41ead 00:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:56:54 Removing intermediate container d4af10f9b8e5 00:56:54 ---> ce9b41b721bd 00:56:54 Step 23/23 : LABEL version=0.0.0 00:56:56 (1/12) Installing libmagic (5.38-r0) 00:56:56 (2/12) Installing file (5.38-r0) 00:56:56 (3/12) Installing libc-dev (0.7.2-r3) 00:56:56 (4/12) Installing g++ (9.3.0-r2) 00:56:56 Removing intermediate container c8c2f0b41ead 00:56:56 ---> f444b6fc2be5 00:56:56 Step 22/24 : LABEL arch=x86_64 00:56:57 ---> Running in 3cd91d86bcda 00:56:57 Removing intermediate container 5df548f1be3f 00:56:57 ---> 910a9ea7cae7 00:56:57 00:56:58 ---> Running in f9acf902fbe5 00:56:58 Successfully built 910a9ea7cae7 00:56:58 Successfully tagged docker-core-command-go:latest 00:56:58  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:56:58 Removing intermediate container 3cd91d86bcda 00:56:58 ---> 4f8979c01385 00:56:58 00:56:59 Removing intermediate container 18d1a8fe8947 00:56:59 ---> 621c4fdf4efc 00:56:59 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 00:56:59 Successfully built 4f8979c01385 00:56:59 Successfully tagged docker-core-metadata-go:latest 00:56:59  Building docker-core-metadata-go ... done Building docker-core-data-go 00:57:02 Removing intermediate container f9acf902fbe5 00:57:02 ---> 607a1ec631a5 00:57:02 Step 23/24 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:57:03 ---> Running in 89c32d5175ce 00:57:03 ---> Running in 28d64ed7f17c 00:57:06 Removing intermediate container 28d64ed7f17c 00:57:06 ---> 0371afb24375 00:57:06 Step 24/24 : LABEL version=0.0.0 00:57:06 Removing intermediate container 89c32d5175ce 00:57:06 ---> 813b2b58aa8e 00:57:06 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:57:07 ---> Running in 164dd885d427 00:57:07 ---> 7368ff198fc4 00:57:07 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:57:07 ---> Running in 55b5e110bf52 00:57:07 Removing intermediate container 164dd885d427 00:57:08 ---> 70edcf2dd370 00:57:08 00:57:08 Successfully built 70edcf2dd370 00:57:08 Successfully tagged docker-security-secretstore-setup-go:latest 00:57:08 Building docker-sys-mgmt-agent-go 00:57:11 (5/12) Installing fortify-headers (1.1-r0) 00:57:11 (6/12) Installing patch (2.7.6-r6) 00:57:11 (7/12) Installing build-base (0.5-r2) 00:57:11 (8/12) Installing libsodium (1.0.18-r0) 00:57:11 (9/12) Installing pkgconf (1.7.2-r0) 00:57:11 (10/12) Installing libsodium-dev (1.0.18-r0) 00:57:11 (11/12) Installing libzmq (4.3.3-r0) 00:57:11 (12/12) Installing zeromq-dev (4.3.3-r0) 00:57:12 Executing busybox-1.31.1-r19.trigger 00:57:12 OK: 217 MiB in 51 packages 00:57:14  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:57:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:57:14 ---> 1c0320fdef72 00:57:14 Step 3/22 : WORKDIR /edgex-go 00:57:14 ---> Using cache 00:57:14 ---> a502dcebd108 00:57:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:14 ---> Using cache 00:57:14 ---> bc6f5faae1c0 00:57:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:57:16 Removing intermediate container 8393145ada98 00:57:16 ---> ed0bd49b1066 00:57:16 Step 4/6 : WORKDIR /edgex-go 00:57:16 ---> Running in b2cd884c37cb 00:57:16 Removing intermediate container b2cd884c37cb 00:57:16 ---> 3ea6de886562 00:57:16 Step 5/6 : COPY go.mod . 00:57:17 ---> daa887ca46d7 00:57:17 Step 6/6 : RUN go mod download 00:57:17 ---> Running in 30eb7110de97 00:57:19 ---> Running in 094a9efc9495 00:57:19 Removing intermediate container 55b5e110bf52 00:57:19 ---> dd396601ea62 00:57:19 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 00:57:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:57:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:57:20 ---> 1c0320fdef72 00:57:20 Step 3/23 : WORKDIR /edgex-go 00:57:20 ---> Using cache 00:57:20 ---> a502dcebd108 00:57:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:20 ---> Using cache 00:57:20 ---> bc6f5faae1c0 00:57:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:57:20 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:57:20 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:57:20 ---> 1c0320fdef72 00:57:20 Step 3/21 : WORKDIR /edgex-go 00:57:20 ---> Using cache 00:57:20 ---> a502dcebd108 00:57:20 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:20 ---> Using cache 00:57:20 ---> bc6f5faae1c0 00:57:20 Step 5/21 : RUN apk add --update --no-cache make git 00:57:20 ---> Using cache 00:57:20 ---> d758508931a4 00:57:20 Step 6/21 : COPY go.mod . 00:57:20 ---> Using cache 00:57:20 ---> 0019ee5bc92f 00:57:20 Step 7/21 : RUN go mod download 00:57:20 ---> Using cache 00:57:20 ---> e1eeeeb3480c 00:57:20 Step 8/21 : COPY . . 00:57:20 ---> Using cache 00:57:20 ---> 33a2449f19d1 00:57:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:57:21 ---> Running in d358053e7c10 00:57:21 ---> Running in dd90d8a9a96a 00:57:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:21 ---> 58e8eefa6788 00:57:21 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:57:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:23 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 00:57:23 ---> 0cd875ccf401 00:57:23 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:57:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:24 OK: 233 MiB in 51 packages 00:57:24 ---> 38b9c86c6e3f 00:57:24 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:57:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:26 ---> efbb38a24197 00:57:26 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:57:26 OK: 233 MiB in 51 packages 00:57:26 Removing intermediate container 094a9efc9495 00:57:26 ---> 8144057650ce 00:57:26 Step 6/22 : COPY go.mod . 00:57:26 ---> 5b2eedc692ee 00:57:26 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 00:57:27 ---> Running in bdf6eae4be99 00:57:27 ---> eaf1294ca194 00:57:27 Step 7/22 : RUN go mod download 00:57:28 ---> Running in 14f5730b5ce1 00:57:28 Removing intermediate container dd90d8a9a96a 00:57:28 ---> 92174304ebbc 00:57:28 Step 6/23 : COPY go.mod . 00:57:28 Removing intermediate container bdf6eae4be99 00:57:28 ---> 231f19677b75 00:57:28 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:57:28 ---> 6ac6c9129219 00:57:28 Step 7/23 : RUN go mod download 00:57:29 ---> 86e0eb1937f1 00:57:29 Step 28/33 : RUN chmod +x /entrypoint.sh 00:57:29 ---> Running in 9907b35307cc 00:57:30 ---> Running in bbd456e5d453 00:57:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:57:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:57:30 ---> 1c0320fdef72 00:57:30 Step 3/26 : WORKDIR /edgex-go 00:57:30 ---> Using cache 00:57:30 ---> a502dcebd108 00:57:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:57:30 ---> Using cache 00:57:30 ---> bc6f5faae1c0 00:57:30 Step 5/26 : RUN apk add --update --no-cache make bash git 00:57:31 ---> Running in 78a8f7a7ccff 00:57:32 Removing intermediate container 9907b35307cc 00:57:32 ---> 40e2c14b8afd 00:57:32 Step 8/23 : COPY . . 00:57:32 Removing intermediate container 14f5730b5ce1 00:57:32 ---> 2c9ce52ebb51 00:57:32 Step 8/22 : COPY . . 00:57:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:57:32 Removing intermediate container bbd456e5d453 00:57:32 ---> c7fd8566cce9 00:57:32 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 00:57:33 ---> Running in ed8bcbcbb5ce 00:57:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:57:35 OK: 233 MiB in 51 packages 00:57:39 Removing intermediate container ed8bcbcbb5ce 00:57:39 ---> 2530b20f5bc9 00:57:39 Step 30/33 : CMD ["gate"] 00:57:42 ---> Running in 7e2b5673da41 00:57:43 Removing intermediate container 78a8f7a7ccff 00:57:43 ---> 6dd405bbd796 00:57:43 Step 6/26 : COPY go.mod . 00:57:44 Removing intermediate container 30eb7110de97 00:57:44 ---> f7c4ee20148f 00:57:44 Successfully built f7c4ee20148f 00:57:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:57:44 + docker inspect -f . ci-base-image-arm64 00:57:44 . [Pipeline] withDockerContainer 00:57:45 prd-ubuntu18.04-docker-arm64-4c-16g-22129 does not seem to be running inside a container 00:57:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** ci-base-image-arm64 cat 00:57:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:57:46 $ docker top 400d4cff3583eda67feb57a41fff5ef55a5bae4e50d1eb393dd2b2e5d7803e16 -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:47 ---> 055d2de8b66b 00:57:47 Step 7/26 : RUN go mod download 00:57:47 + go version 00:57:47 go version go1.15.5 linux/arm64 [Pipeline] } 00:57:47 $ docker stop --time=1 400d4cff3583eda67feb57a41fff5ef55a5bae4e50d1eb393dd2b2e5d7803e16 00:57:48 Removing intermediate container 7e2b5673da41 00:57:48 ---> 9275753a2e2b 00:57:48 Step 31/33 : LABEL arch=x86_64 00:57:49 $ docker rm -f 400d4cff3583eda67feb57a41fff5ef55a5bae4e50d1eb393dd2b2e5d7803e16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:57:50 + docker inspect -f . ci-base-image-arm64 00:57:50 . 00:57:50 ---> Running in 96eee95d13c6 [Pipeline] withDockerContainer 00:57:51 prd-ubuntu18.04-docker-arm64-4c-16g-22129 does not seem to be running inside a container 00:57:51 ---> Running in 95453b9636d7 00:57:51 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** ci-base-image-arm64 cat 00:57:52 Removing intermediate container 95453b9636d7 00:57:52 ---> 65387c1747c3 00:57:52 Step 32/33 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:57:52 $ docker top bea42b390813327088343f96444c95e57496ddccccc5e6c2deadffd79a74d7c2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:57:53 ========================================================= 00:57:53 [edgeXBuildGoParallel] Running Tests and Build... 00:57:53 ========================================================= [Pipeline] sh 00:57:53 ---> Running in 7d95e4122aad 00:57:53 + make test 00:57:53 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:57:55 Removing intermediate container 7d95e4122aad 00:57:55 ---> fc334a7af9d0 00:57:55 Step 33/33 : LABEL version=0.0.0 00:57:58 ---> Running in d59696b57f1d 00:57:58 Removing intermediate container 96eee95d13c6 00:57:58 ---> 46761c5e3ec8 00:57:58 Step 8/26 : COPY . . 00:57:59 ---> 4813b90f29fc 00:57:59 Step 9/23 : RUN make cmd/core-data/core-data 00:57:59 ---> 0dfaea0a11ce 00:57:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:57:59 Removing intermediate container d358053e7c10 00:57:59 ---> 870c9f31516e 00:57:59 00:57:59 Step 10/21 : FROM alpine:3.12 00:57:59 ---> 389fef711851 00:57:59 Step 11/21 : RUN apk add --update --no-cache curl 00:58:01 Removing intermediate container d59696b57f1d 00:58:01 ---> feb5c0affb33 00:58:01 00:58:01 ---> Running in 8bfeeea5cf4e 00:58:01 ---> Running in fe98af30ee48 00:58:01 ---> Running in b7822fa06946 00:58:01 Successfully built feb5c0affb33 00:58:01 Successfully tagged docker-security-bootstrapper-go:latest 00:58:05  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:05 (1/4) Installing ca-certificates (20191127-r4) 00:58:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:58:05 (3/4) Installing libcurl (7.69.1-r3) 00:58:05 (4/4) Installing curl (7.69.1-r3) 00:58:05 Executing busybox-1.31.1-r19.trigger 00:58:05 Executing ca-certificates-20191127-r4.trigger 00:58:05 OK: 7 MiB in 18 packages 00:58:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:58:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:58:10 Removing intermediate container fe98af30ee48 00:58:10 ---> 4ad8a26752bb 00:58:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:58:10 ---> Running in 79d66566258b 00:58:12 Removing intermediate container 79d66566258b 00:58:12 ---> faf31c1797ca 00:58:12 Step 13/21 : WORKDIR /edgex 00:58:15 ---> Running in 2894ea3b8e71 00:58:15 ? github.com/edgexfoundry/edgex-go [no test files] 00:58:17 Removing intermediate container 2894ea3b8e71 00:58:17 ---> 8426e37cc9c3 00:58:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:58:18 ---> 8d5b1817f366 00:58:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:58:19 ---> ba451731c952 00:58:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:58:19 ---> Running in d5b0aefdc3df 00:58:19 ---> 20dfeccd2023 00:58:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:58: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 00:58:21 ---> e226fa4477c9 00:58:21 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:58:21 ---> Running in 285ae45f9228 00:58:21 Removing intermediate container 285ae45f9228 00:58:21 ---> a347378f72c6 00:58:21 Step 18/21 : CMD ["--init=true"] 00:58:21 ---> Running in 91c0e930f93d 00:58:22 Removing intermediate container 91c0e930f93d 00:58:22 ---> f5dfe1bca2d4 00:58:22 Step 19/21 : LABEL arch=x86_64 00:58:22 ---> Running in b872a2436906 00:58:22 Removing intermediate container b872a2436906 00:58:22 ---> 3968d90e65d5 00:58:22 Step 20/21 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:58:22 ---> Running in cb33985542d2 00:58:22 Removing intermediate container cb33985542d2 00:58:22 ---> 759ff018c683 00:58:22 Step 21/21 : LABEL version=0.0.0 00:58:22 ---> Running in da1c0721f82c 00:58:23 Removing intermediate container da1c0721f82c 00:58:23 ---> ead2b82bb8f3 00:58:23 00:58:23 Successfully built ead2b82bb8f3 00:58:23 Successfully tagged docker-security-proxy-setup-go:latest 00:58:29  Building docker-security-proxy-setup-go ... done Removing intermediate container 8bfeeea5cf4e 00:58:29 ---> 180f4db42117 00:58:29 00:58:29 Step 10/22 : FROM alpine:3.12 00:58:29 ---> 389fef711851 00:58:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:58:29 ---> Running in 5b85aaec6e0f 00:58:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:30 (1/2) Installing ca-certificates (20191127-r4) 00:58:30 (2/2) Installing dumb-init (1.2.2-r1) 00:58:30 Executing busybox-1.31.1-r19.trigger 00:58:30 Executing ca-certificates-20191127-r4.trigger 00:58:30 OK: 6 MiB in 16 packages 00:58:32 Removing intermediate container 5b85aaec6e0f 00:58:32 ---> db0af0e27d3d 00:58:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:58:32 ---> Running in 9238b2d030ad 00:58:32 Removing intermediate container 9238b2d030ad 00:58:32 ---> a0760b1372d7 00:58:32 Step 13/22 : ENV APP_PORT=48060 00:58:32 ---> Running in 8bd2682687ea 00:58:32 Removing intermediate container 8bd2682687ea 00:58:32 ---> 642a3bc120a5 00:58:32 Step 14/22 : EXPOSE $APP_PORT 00:58:32 ---> Running in ef630107cc14 00:58:33 Removing intermediate container ef630107cc14 00:58:33 ---> bb10cb5a384b 00:58:33 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:58:33 ---> 8538eef5e599 00:58:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:58:37 ---> 760b038fcb4b 00:58:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:58:37 Removing intermediate container b7822fa06946 00:58:37 ---> 3e9d9de47015 00:58:37 00:58:37 Step 10/23 : FROM alpine:3.12 00:58:37 ---> 389fef711851 00:58:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:58:37 ---> Running in be05cc7418f2 00:58:37 ---> 8ff37b72a0ef 00:58:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:58:37 ---> Running in ed227be16938 00:58:37 Removing intermediate container be05cc7418f2 00:58:37 ---> 16d09ba8d2f9 00:58:37 Step 12/23 : ENV APP_PORT=48080 00:58:37 ---> Running in a04687b569c4 00:58:37 Removing intermediate container ed227be16938 00:58:37 ---> 472c0149a9aa 00:58:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:58:37 ---> Running in 009d61e76bf9 00:58:37 Removing intermediate container a04687b569c4 00:58:37 ---> acdb01e097dc 00:58:37 Step 13/23 : EXPOSE $APP_PORT 00:58:38 Removing intermediate container 009d61e76bf9 00:58:38 ---> 68f4c7141426 00:58:38 Step 20/22 : LABEL arch=x86_64 00:58:38 ---> Running in 8f081be8cab2 00:58:38 ---> Running in 83105e02bf18 00:58:38 Removing intermediate container 8f081be8cab2 00:58:38 ---> f89261d1a59c 00:58:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:58:38 ---> Running in 274edf00eba9 00:58:38 Removing intermediate container 83105e02bf18 00:58:38 ---> 039976619f4f 00:58:38 Step 21/22 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:58:38 ---> Running in 703ad4b492b9 00:58:40 Removing intermediate container 703ad4b492b9 00:58:40 ---> 4998a5b25d45 00:58:40 Step 22/22 : LABEL version=0.0.0 00:58:40 ---> Running in e4a6be15162d 00:58:40 Removing intermediate container d5b0aefdc3df 00:58:40 ---> 23b97f4ea47c 00:58:40 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:58:40 ---> Running in bcf860236201 00:58:40 Removing intermediate container e4a6be15162d 00:58:40 ---> e899427c1108 00:58:40 00:58:41 Successfully built e899427c1108 00:58:41 Successfully tagged docker-support-notifications-go:latest 00:58:41  Building docker-support-notifications-go ... done Removing intermediate container 274edf00eba9 00:58:41 ---> 29065dd2717a 00:58:41 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:58:41 ---> Running in c682428d0384 00:58:41 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 00:58:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:42 Removing intermediate container bcf860236201 00:58:42 ---> 1d1609b46576 00:58:42 00:58:42 Step 11/26 : FROM docker:20.10.0 00:58:42 20.10.0: Pulling from library/docker 00:58:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:44 (1/6) Installing dumb-init (1.2.2-r1) 00:58:44 (2/6) Installing libgcc (9.3.0-r2) 00:58:44 (3/6) Installing libsodium (1.0.18-r0) 00:58:45 (4/6) Installing libstdc++ (9.3.0-r2) 00:58:46 (5/6) Installing libzmq (4.3.3-r0) 00:58:46 (6/6) Installing zeromq (4.3.3-r0) 00:58:46 Executing busybox-1.31.1-r19.trigger 00:58:46 OK: 8 MiB in 20 packages 00:58:47 Removing intermediate container c682428d0384 00:58:47 ---> 6cb2c1cf52bd 00:58:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:58:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:58:47 Status: Downloaded newer image for docker:20.10.0 00:58:47 ---> aefe523efa57 00:58:47 Step 12/26 : RUN apk add --no-cache bash 00:58:47 ---> Running in d28adecabb3c 00:58:47 ---> d742b9915f82 00:58:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:48 ---> 18cd4c35e0a3 00:58:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:58:48 (1/2) Installing readline (8.0.4-r0) 00:58:48 (2/2) Installing bash (5.0.17-r0) 00:58:48 Executing bash-5.0.17-r0.post-install 00:58:48 Executing busybox-1.31.1-r19.trigger 00:58:48 OK: 12 MiB in 22 packages 00:58:48 ---> c7454357d67d 00:58:48 Step 19/23 : ENTRYPOINT ["/core-data"] 00:58:48 ---> Running in 44be0bdbc6f6 00:58:48 Removing intermediate container 44be0bdbc6f6 00:58:48 ---> e0cf3070e59e 00:58:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:58:48 ---> Running in d88a4d7f6f55 00:58:49 Removing intermediate container d28adecabb3c 00:58:49 ---> ebd43d9a101d 00:58:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:58:49 Removing intermediate container d88a4d7f6f55 00:58:49 ---> 721394c76350 00:58:49 Step 21/23 : LABEL arch=x86_64 00:58:49 ---> Running in bf0af05a0a93 00:58:49 ---> Running in a45d2f96376a 00:58:49 Removing intermediate container bf0af05a0a93 00:58:49 ---> ba63ed7ee845 00:58:49 Step 14/26 : ENV APP_PORT=48090 00:58:49 ---> Running in 829e988bc82e 00:58:49 Removing intermediate container a45d2f96376a 00:58:49 ---> 823227c0091e 00:58:49 Step 22/23 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:58:49 ---> Running in bc7b79849e0b 00:58:49 Removing intermediate container 829e988bc82e 00:58:49 ---> a503cb338f1f 00:58:49 Step 15/26 : EXPOSE $APP_PORT 00:58:49 ---> Running in 3b4393e49cb5 00:58:49 Removing intermediate container bc7b79849e0b 00:58:49 ---> 91c64c954928 00:58:49 Step 23/23 : LABEL version=0.0.0 00:58:49 ---> Running in 737a409509d4 00:58:49 Removing intermediate container 3b4393e49cb5 00:58:49 ---> 6b5287f4c8e1 00:58:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:58:50 Removing intermediate container 737a409509d4 00:58:50 ---> 2d933f96d8f3 00:58:50 00:58:50 Successfully built 2d933f96d8f3 00:58:50 Successfully tagged docker-core-data-go:latest 00:58:50  Building docker-core-data-go ... done  ---> f43234e4eda6 00:58:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:58:50 ---> a9ef31f529d0 00:58:50 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:58:51 ---> e2aa02cef8e9 00:58:51 Step 19/26 : RUN apk --no-cache add py3-pip 00:58:51 ---> Running in a91d4a451659 00:58:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:58:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:58:51 (1/33) Installing libbz2 (1.0.8-r1) 00:58:51 (2/33) Installing expat (2.2.9-r1) 00:58:51 (3/33) Installing libffi (3.3-r2) 00:58:51 (4/33) Installing gdbm (1.13-r1) 00:58:51 (5/33) Installing xz-libs (5.2.5-r0) 00:58:51 (6/33) Installing sqlite-libs (3.32.1-r0) 00:58:51 (7/33) Installing python3 (3.8.5-r0) 00:58:53 (8/33) Installing py3-appdirs (1.4.4-r1) 00:58:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:58:53 (10/33) Installing py3-parsing (2.4.7-r0) 00:58:53 (11/33) Installing py3-six (1.15.0-r0) 00:58:53 (12/33) Installing py3-packaging (20.4-r0) 00:58:53 (13/33) Installing py3-setuptools (47.0.0-r0) 00:58:53 (14/33) Installing py3-chardet (3.0.4-r4) 00:58:53 (15/33) Installing py3-idna (2.9-r0) 00:58:53 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:58:53 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:58:53 (18/33) Installing py3-requests (2.23.0-r0) 00:58:53 (19/33) Installing py3-msgpack (1.0.0-r0) 00:58:53 (20/33) Installing py3-lockfile (0.12.2-r3) 00:58:53 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:58:53 (22/33) Installing py3-colorama (0.4.3-r0) 00:58:53 (23/33) Installing py3-distlib (0.3.0-r0) 00:58:53 (24/33) Installing py3-distro (1.5.0-r1) 00:58:53 (25/33) Installing py3-webencodings (0.5.1-r3) 00:58:53 (26/33) Installing py3-html5lib (1.0.1-r4) 00:58:53 (27/33) Installing py3-pytoml (0.1.21-r0) 00:58:53 (28/33) Installing py3-pep517 (0.8.2-r0) 00:58:53 (29/33) Installing py3-progress (1.5-r0) 00:58:53 (30/33) Installing py3-toml (0.10.1-r0) 00:58:53 (31/33) Installing py3-retrying (1.3.3-r0) 00:58:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:58:53 (33/33) Installing py3-pip (20.1.1-r0) 00:58:54 Executing busybox-1.31.1-r19.trigger 00:58:54 OK: 71 MiB in 55 packages 00:58:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:59:02 Removing intermediate container a91d4a451659 00:59:02 ---> 81593f9ee05b 00:59:02 Step 20/26 : RUN pip install docker-compose==1.23.2 00:59:02 ---> Running in 6a1d09502e62 00:59:03 Collecting docker-compose==1.23.2 00:59:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:59:03 Collecting docker<4.0,>=3.6.0 00:59:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:59:04 Collecting dockerpty<0.5,>=0.4.1 00:59:04 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:59:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:59:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:59:05 Collecting PyYAML<4,>=3.10 00:59:05 Downloading PyYAML-3.13.tar.gz (270 kB) 00:59:06 Collecting texttable<0.10,>=0.9.0 00:59:06 Downloading texttable-0.9.1.tar.gz (11 kB) 00:59:06 Collecting jsonschema<3,>=2.5.1 00:59:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:59:06 Collecting cached-property<2,>=1.2.0 00:59:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:59:06 Collecting websocket-client<1.0,>=0.32.0 00:59:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:59:06 Collecting docopt<0.7,>=0.6.1 00:59:06 Downloading docopt-0.6.2.tar.gz (25 kB) 00:59:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:59:07 Collecting docker-pycreds>=0.4.0 00:59:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:59:07 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) 00:59:07 Collecting urllib3<1.25,>=1.21.1 00:59:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:59:07 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) 00:59:07 Collecting idna<2.8,>=2.5 00:59:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:59:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:59:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:59:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:59:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:59:07 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, PyYAML, texttable, jsonschema, cached-property, docopt, docker-compose 00:59:07 Attempting uninstall: urllib3 00:59:07 Found existing installation: urllib3 1.25.9 00:59:07 Uninstalling urllib3-1.25.9: 00:59:07 Successfully uninstalled urllib3-1.25.9 00:59:08 Attempting uninstall: idna 00:59:08 Found existing installation: idna 2.9 00:59:08 Uninstalling idna-2.9: 00:59:08 Successfully uninstalled idna-2.9 00:59:08 Attempting uninstall: requests 00:59:08 Found existing installation: requests 2.23.0 00:59:08 Uninstalling requests-2.23.0: 00:59:08 Successfully uninstalled requests-2.23.0 00:59:08 Running setup.py install for dockerpty: started 00:59:09 Running setup.py install for dockerpty: finished with status 'done' 00:59:09 Running setup.py install for PyYAML: started 00:59:09 Running setup.py install for PyYAML: finished with status 'done' 00:59:09 Running setup.py install for texttable: started 00:59:10 Running setup.py install for texttable: finished with status 'done' 00:59:10 Running setup.py install for docopt: started 00:59:10 Running setup.py install for docopt: finished with status 'done' 00:59:11 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:59:15 Removing intermediate container 6a1d09502e62 00:59:15 ---> acb01d3f4fd6 00:59:15 Step 21/26 : RUN apk --no-cache add curl 00:59:15 ---> Running in a15511cdc084 00:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:59:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:59:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:59:15 (2/3) Installing libcurl (7.69.1-r3) 00:59:15 (3/3) Installing curl (7.69.1-r3) 00:59:15 Executing busybox-1.31.1-r19.trigger 00:59:15 OK: 72 MiB in 58 packages 00:59:16 Removing intermediate container a15511cdc084 00:59:16 ---> 1dfe39331d0f 00:59:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:59:16 ---> Running in dce34d78355a 00:59:16 Removing intermediate container dce34d78355a 00:59:16 ---> 0badfb4418a4 00:59:16 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:59:16 ---> Running in 25aa94c2f971 00:59:16 Removing intermediate container 25aa94c2f971 00:59:16 ---> 60e8c6169467 00:59:16 Step 24/26 : LABEL arch=x86_64 00:59:16 ---> Running in ef0f0170a462 00:59:16 Removing intermediate container ef0f0170a462 00:59:16 ---> 886321cf2b7f 00:59:16 Step 25/26 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 00:59:16 ---> Running in 954a631bc5a9 00:59:16 Removing intermediate container 954a631bc5a9 00:59:16 ---> cf1f6a92f24a 00:59:16 Step 26/26 : LABEL version=0.0.0 00:59:17 ---> Running in 55b166a79d36 00:59:17 Removing intermediate container 55b166a79d36 00:59:17 ---> edf60211f9b8 00:59:17 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:59:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:59:17 Successfully built edf60211f9b8 00:59:17 Successfully tagged docker-sys-mgmt-agent-go:latest 00:59:17  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:59:17 $ docker stop --time=1 fed0ef5a87c45aba8c681d5d703008dd92d6ce65b604c7ab102c5a4be13ddc64 00:59:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:59:19 $ docker rm -f fed0ef5a87c45aba8c681d5d703008dd92d6ce65b604c7ab102c5a4be13ddc64 [Pipeline] // withDockerContainer [Pipeline] sh 00:59:19 + docker images 00:59:19 + grep docker 00:59:20 docker-sys-mgmt-agent-go latest edf60211f9b8 3 seconds ago 313MB 00:59:20 docker-core-data-go latest 2d933f96d8f3 30 seconds ago 22.3MB 00:59:20 docker-support-notifications-go latest e899427c1108 40 seconds ago 16.9MB 00:59:20 docker-security-proxy-setup-go latest ead2b82bb8f3 58 seconds ago 24.4MB 00:59:20 docker-security-bootstrapper-go latest feb5c0affb33 About a minute ago 41.5MB 00:59:20 docker-security-secretstore-setup-go latest 70edcf2dd370 2 minutes ago 24.6MB 00:59:20 docker-core-metadata-go latest 4f8979c01385 2 minutes ago 18.8MB 00:59:20 docker-core-command-go latest 910a9ea7cae7 2 minutes ago 16.3MB 00:59:20 docker-support-scheduler-go latest 1d31ab87ae2c 2 minutes ago 16.4MB 00:59:20 docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:59:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:59:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:59:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:59:30 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.242s coverage: 46.6% of statements 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:59:30 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:59:35 Still waiting to schedule task 00:59:35 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.0% of statements 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.092s coverage: 100.0% of statements 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 66.7% of statements 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.691s coverage: 82.3% of statements 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.163s coverage: 28.6% of statements 00:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.138s coverage: 100.0% of statements 00:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 00:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:59:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.354s coverage: 86.7% of statements 00:59:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.318s coverage: 97.5% of statements 00:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.204s coverage: 78.3% of statements 00:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.271s coverage: 92.8% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.223s coverage: 0.1% of statements 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:59:55 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.064s coverage: 43.8% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.077s coverage: 79.5% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.126s coverage: 94.1% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements 00:59:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.083s coverage: 94.4% of statements 01:00:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:00:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 01:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 01:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 01:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.2% of statements 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements 01:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.592s coverage: 63.5% of statements 01:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:00:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:00:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.099s coverage: 100.0% of statements 01:00:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 01:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.113s coverage: 100.0% of statements 01:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 01:00:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 01:00:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 68.9% of statements 01:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:00:15 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.390s coverage: 37.0% of statements 01:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:00:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.620s coverage: 84.0% of statements 01:00:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 01:00:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.353s coverage: 47.1% of statements 01:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:00:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 01:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:00:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.143s coverage: 100.0% of statements 01:00:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.943s coverage: 29.1% of statements 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:00:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:00:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 01:00:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 01:00:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 01:00:31 GO111MODULE=on go vet ./... 01:01:20 Running on prd-ubuntu18.04-docker-8c-8g-22135 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 01:01:20 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 01:01:23 using credential edgex-jenkins-ssh 01:01:23 Cloning the remote Git repository 01:01:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:01:23 > git init /w/workspace/edgex-go/21 # timeout=10 01:01:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:01:23 > git --version # timeout=10 01:01:23 > git --version # 'git version 2.17.1' 01:01:23 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:01:38 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit 2565a60a46a8e856d7b0009122d957db17fa87c8 01:01:38 Merge succeeded, producing 2565a60a46a8e856d7b0009122d957db17fa87c8 01:01:38 Checking out Revision 2565a60a46a8e856d7b0009122d957db17fa87c8 (PR-3027) 01:01:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:01:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:01:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:01:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:01:38 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:01:38 > git config core.sparsecheckout # timeout=10 01:01:38 > git checkout -f 2565a60a46a8e856d7b0009122d957db17fa87c8 # timeout=10 01:01:38 > git remote # timeout=10 01:01:38 > git config --get remote.origin.url # timeout=10 01:01:38 using GIT_SSH to set credentials SSH Credentials for GitHub 01:01:38 > git merge 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 01:01:38 > git rev-parse HEAD^{commit} # timeout=10 01:01:38 > git config core.sparsecheckout # timeout=10 01:01:38 > git checkout -f 2565a60a46a8e856d7b0009122d957db17fa87c8 # timeout=10 01:01:39 gofmt -l . 01:01:40 [ "`gofmt -l .`" = "" ] 01:01:42 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { 01:01:44 ./bin/test-go-mod-tidy.sh 01:01:44 ./bin/test-attribution-txt.sh [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh 01:01:45 + ls -al . 01:01:45 total 696 01:01:45 drwxrwxr-x 9 1001 1001 4096 Jan 22 01:01 . 01:01:45 drwxr-xr-x 4 root root 4096 Jan 22 00:57 .. 01:01:45 -rw-rw-r-- 1 1001 1001 11 Jan 22 00:56 .dockerignore 01:01:45 drwxrwxr-x 8 1001 1001 4096 Jan 22 00:56 .git 01:01:45 drwxrwxr-x 3 1001 1001 4096 Jan 22 00:56 .github 01:01:45 -rw-rw-r-- 1 1001 1001 872 Jan 22 00:56 .gitignore 01:01:45 -rw-rw-r-- 1 1001 1001 166 Jan 22 00:56 .sonarcloud.properties 01:01:45 -rw-rw-r-- 1 1001 1001 7859 Jan 22 00:56 Attribution.txt 01:01:45 -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:56 CONTRIBUTING.md 01:01:45 -rw-rw-r-- 1 1001 1001 931 Jan 22 00:56 Dockerfile.build 01:01:45 -rw-rw-r-- 1 1001 1001 863 Jan 22 00:56 Jenkinsfile 01:01:45 -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:56 LICENSE 01:01:45 -rw-rw-r-- 1 1001 1001 6001 Jan 22 00:56 Makefile 01:01:45 -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:56 README.md 01:01:45 -rw-rw-r-- 1 1001 1001 6755 Jan 22 00:56 SECURITY.md 01:01:45 -rw-rw-r-- 1 1001 1001 5 Jan 22 00:51 VERSION 01:01:45 -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:56 ZMQWindows.md 01:01:45 drwxrwxr-x 2 1001 1001 4096 Jan 22 00:56 bin 01:01:45 drwxrwxr-x 15 1001 1001 4096 Jan 22 00:56 cmd 01:01:45 -rw-r--r-- 1 root root 562928 Jan 22 01:00 coverage.out 01:01:45 -rw-r--r-- 1 root root 1053 Jan 22 01:01 go.mod 01:01:45 -rw-r--r-- 1 root root 18968 Jan 22 01:01 go.sum 01:01:45 drwxrwxr-x 8 1001 1001 4096 Jan 22 00:56 internal 01:01:45 drwxrwxr-x 4 1001 1001 4096 Jan 22 00:56 openapi 01:01:45 drwxrwxr-x 4 1001 1001 4096 Jan 22 00:56 snap 01:01:45 -rw-rw-r-- 1 1001 1001 168 Jan 22 00:56 version.go [Pipeline] sh 01:01:45 + echo snap-build.sh 01:01:45 snap-build.sh 01:01:45 + SNAP_BASE_DIR=. 01:01:45 + '[' '!' -z /w/workspace/edgex-go/21 ']' 01:01:45 + SNAP_BASE_DIR=/w/workspace/edgex-go/21 01:01:45 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' 01:01:45 [snap-build] Building snap in dir [/w/workspace/edgex-go/21] 01:01:45 + cd /w/workspace/edgex-go/21 01:01:45 + sudo apt-get remove -qy --purge lxd lxd-client 01:01:45 Reading package lists... 01:01:45 Building dependency tree... 01:01:45 Reading state information... 01:01:45 The following packages were automatically installed and are no longer required: 01:01:45 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:01:45 uidmap xdelta3 01:01:45 Use 'sudo apt autoremove' to remove them. 01:01:45 The following packages will be REMOVED: 01:01:45 lxd* lxd-client* 01:01:45 + '[' -e coverage.out ] 01:01:45 + chown 1001:1001 coverage.out [Pipeline] stash 01:01:45 Warning: overwriting stash ‘coverage-report’ 01:01:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:01:45 After this operation, 31.7 MB disk space will be freed. 01:01:46 (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.) 01:01:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:01:46 Stashed 1 file(s) [Pipeline] sh 01:01:47 + make build 01:01:47 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 01:01:47 Removing lxd dnsmasq configuration 01:01:47 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:01:48 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:01:49 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:01:49 (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.) 01:01:49 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:01:50 Processing triggers for systemd (237-3ubuntu10.42) ... 01:01:50 Processing triggers for ureadahead (0.100.0-21) ... 01:01:52 + sudo snap remove --purge lxd 01:01:52 snap "lxd" is not installed 01:01:52 + sudo groupadd --force --system lxd 01:01:52 ++ whoami 01:01:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:01:52 + newgrp - lxd 01:01:52 + sudo snap install lxd 01:01:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:02:02 2021-01-22T01:01:59Z INFO Waiting for automatic snapd restart... 01:02:17 lxd 4.10 from Canonical* installed 01:02:17 + sudo lxd init --auto 01:02:20 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 01:02:24 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 01:02:25 + sudo snap install --classic snapcraft 01:02:28 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 01:02:29 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 01:02:32 snapcraft 4.4.4 from Canonical* installed 01:02:32 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:02:32 + patch --verbose -p1 01:02:32 Hmm... Looks like a unified diff to me... 01:02:32 The text leading up to this was: 01:02:32 -------------------------- 01:02:32 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:02:32 |From: Tony Espy 01:02:32 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:02:32 |Subject: [PATCH] optimize snap build for pipeline CI check 01:02:32 | 01:02:32 |This patch is used by the EdgeX CI pipeline builds to 01:02:32 |optimize the snap CI check run for pull requests. When 01:02:32 |applied, it essentially strips out everything (apps and 01:02:32 |parts) from the snapcraft.yaml file except those required 01:02:32 |to build edgex-go, as the whole idea of the CI check is to 01:02:32 |catch changes to edgex-go that break the snap build. 01:02:32 | 01:02:32 |In general, anyone updating snapcraft.yaml will also need 01:02:32 |to update this patch file, otherwise it may fail to apply, 01:02:32 |resulting in a failed snap build CI check in the associated 01:02:32 |pull request. 01:02:32 | 01:02:32 |Note - in addition to applying this patch, the pipeline also 01:02:32 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:02:32 |need to build the finally binary .snap file (and it won't 01:02:32 |work with the patch applied). This further reduces the build 01:02:32 |time. 01:02:32 |--- 01:02:32 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:02:32 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:02:32 | 01:02:32 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:02:32 |index 1e537489..faf42425 100644 01:02:32 |--- a/snap/snapcraft.yaml 01:02:32 |+++ b/snap/snapcraft.yaml 01:02:32 -------------------------- 01:02:32 patching file snap/snapcraft.yaml 01:02:32 Using Plan A... 01:02:32 Hunk #1 succeeded at 73. 01:02:32 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:02:32 Hunk #3 succeeded at 214 (offset -1 lines). 01:02:32 Hunk #4 succeeded at 222 (offset -1 lines). 01:02:32 Hunk #5 succeeded at 229 (offset -1 lines). 01:02:32 Hunk #6 succeeded at 256 (offset -1 lines). 01:02:32 Hunk #7 succeeded at 290 (offset -1 lines). 01:02:32 Hunk #8 succeeded at 342. 01:02:32 Hmm... Ignoring the trailing garbage. 01:02:32 done 01:02:32 + sudo snapcraft prime --use-lxd 01:02:32 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:02:32 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: 01:02:32 - README.md 01:02:32 - snapcraft.yaml.orig 01:02:32 01:02:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:02:33 Launching a container. 01:02:34 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 01:02:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:02:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:02:45 Waiting for container to be ready 01:02:45 To start your first instance, try: lxc launch ubuntu:18.04 01:02:45 01:02:46 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 01:02:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:02:48 Waiting for network to be ready... 01:02:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:02:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:02:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 01:02:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 01:02:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:02:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:02:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:02:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:02:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 01:02:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 01:02:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:02:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:02:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:02:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:02:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:02:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:02:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:02:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:02:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:02:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:02:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 01:02:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 01:02:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 01:02:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 01:02:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 01:02:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 01:02:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 01:02:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 01:02:53 Fetched 23.8 MB in 5s (5174 kB/s) 01:02:53 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 01:02:54 Reading package lists... 01:02:54 Reading package lists... 01:02:54 Building dependency tree... 01:02:54 Reading state information... 01:02:54 The following additional packages will be installed: 01:02:54 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:02:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:02:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:02:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:02:54 Suggested packages: 01:02:54 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:02:54 Recommended packages: 01:02:54 gnupg libsasl2-modules 01:02:54 The following NEW packages will be installed: 01:02:54 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:02:54 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:02:54 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:02:54 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:02:54 The following packages will be upgraded: 01:02:54 gpg gpg-agent gpgconf libudev1 01:02:55 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 01:02:55 Need to get 3533 kB of archives. 01:02:55 After this operation, 13.3 MB of additional disk space will be used. 01:02:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:02:55 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:02:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:02:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:02:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:02:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 01:02:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:02:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:02:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 01:02:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:02:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:02:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:02:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:02:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:02:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:02:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:02:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:02:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:02:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:02:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:02:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:02:56 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:02:56 debconf: delaying package configuration, since apt-utils is not installed 01:02:56 Fetched 3533 kB in 1s (3107 kB/s) 01:02:56 (Reading database ... 12511 files and directories currently installed.) 01:02:56 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:02:56 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:02:56 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:02:56 Selecting previously unselected package udev. 01:02:56 (Reading database ... 12511 files and directories currently installed.) 01:02:56 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:02:56 Unpacking udev (237-3ubuntu10.44) ... 01:02:56 Selecting previously unselected package libfuse2:amd64. 01:02:56 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:02:56 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:02:56 Selecting previously unselected package fuse. 01:02:56 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:02:56 Unpacking fuse (2.9.7-1ubuntu1) ... 01:02:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:02:57 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:02:57 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:02:57 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:02:57 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:02:57 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:02:57 Selecting previously unselected package libksba8:amd64. 01:02:57 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:02:57 Unpacking libksba8:amd64 (1.3.5-2) ... 01:02:57 Selecting previously unselected package libroken18-heimdal:amd64. 01:02:57 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:57 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:57 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:02:57 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:57 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:57 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:02:57 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:57 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:57 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:02:57 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:57 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:57 Selecting previously unselected package libwind0-heimdal:amd64. 01:02:57 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:57 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:58 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 01:02:58 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:02:58 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:58 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:58 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:02:58 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:58 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:58 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:02:58 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:58 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:58 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:02:58 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:02:58 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:58 Selecting previously unselected package libsasl2-modules-db:amd64. 01:02:58 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:02:58 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:02:58 Selecting previously unselected package libsasl2-2:amd64. 01:02:58 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:02:58 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:02:58 Selecting previously unselected package libldap-common. 01:02:58 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:02:58 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:02:58 Selecting previously unselected package libldap-2.4-2:amd64. 01:02:58 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:02:58 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:02:58 Selecting previously unselected package dirmngr. 01:02:58 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:02:58 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:02:58 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:02:58 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:02:58 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:02:58 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:02:58 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:02:58 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:02:58 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Setting up libksba8:amd64 (1.3.5-2) ... 01:02:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:02:59 Setting up udev (237-3ubuntu10.44) ... 01:02:59 invoke-rc.d: policy-rc.d denied execution of start. 01:02:59 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Processing triggers for systemd (237-3ubuntu10) ... 01:02:59 Setting up fuse (2.9.7-1ubuntu1) ... 01:02:59 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:02:59 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:02:59 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:02:59 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:02:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:03:00 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:03:00 settings in the [Install] section, and DefaultInstance for template units). 01:03:00 This means they are not meant to be enabled using systemctl. 01:03:00 Possible reasons for having this kind of units are: 01:03:00 1) A unit may be statically enabled by being symlinked from another unit's 01:03:00 .wants/ or .requires/ directory. 01:03:00 2) A unit's purpose may be to act as a helper for some other unit which has 01:03:00 a requirement dependency on it. 01:03:00 3) A unit may be started when needed via activation (socket, path, timer, 01:03:00 D-Bus, udev, scripted systemctl call, ...). 01:03:00 4) In case of template units, the unit is meant to be enabled with some 01:03:00 instance name specified. 01:03:00 Reading package lists... 01:03:00 Building dependency tree... 01:03:00 Reading state information... 01:03:01 The following additional packages will be installed: 01:03:01 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:03:01 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:03:01 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:03:01 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:03:01 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:03:01 Suggested packages: 01:03:01 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:03:01 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:03:01 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:03:01 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:03:01 systemd-container policykit-1 01:03:01 Recommended packages: 01:03:01 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:03:01 The following NEW packages will be installed: 01:03:01 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:03:01 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:03:01 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:03:01 multiarch-support openssh-client python3 python3-minimal python3.6 01:03:01 python3.6-minimal snapd squashfs-tools sudo 01:03:01 The following packages will be upgraded: 01:03:01 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:03:01 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 01:03:01 Need to get 35.2 MB of archives. 01:03:01 After this operation, 141 MB of additional disk space will be used. 01:03:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:03:01 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:03:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:03:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:03:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:03:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:03:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:03:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:03:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:03:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:03:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:03:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:03:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:03:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:03:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:03:01 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:03:01 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:03:02 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:03:02 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:03:02 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:03:02 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:03:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:03:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:03:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:03:02 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:03:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 01:03:02 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:03:02 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:03:02 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:03:02 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [Pipeline] } 01:03:03 $ docker stop --time=1 bea42b390813327088343f96444c95e57496ddccccc5e6c2deadffd79a74d7c2 01:03:03 debconf: delaying package configuration, since apt-utils is not installed 01:03:03 Fetched 35.2 MB in 2s (14.8 MB/s) 01:03:03 (Reading database ... 12757 files and directories currently installed.) 01:03:03 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:03:03 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:03:04 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:03:04 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:03:04 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:03:04 (Reading database ... 12757 files and directories currently installed.) 01:03:04 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:03:04 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:03:04 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:03:04 (Reading database ... 12757 files and directories currently installed.) 01:03:04 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:03:04 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:03:05 Setting up apt (1.6.12ubuntu0.2) ... 01:03:05 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:03:05 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:03:05 (Reading database ... 12764 files and directories currently installed.) 01:03:05 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:03:05 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:03:05 Selecting previously unselected package libpython3.6-minimal:amd64. 01:03:05 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:03:05 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:03:06 $ docker rm -f bea42b390813327088343f96444c95e57496ddccccc5e6c2deadffd79a74d7c2 01:03:06 Selecting previously unselected package libexpat1:amd64. 01:03:06 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:03:06 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:03:06 Selecting previously unselected package python3.6-minimal. 01:03:06 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:03:06 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:03:06 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:03:06 Checking for services that may need to be restarted...done. 01:03:06 Checking for services that may need to be restarted...done. 01:03:06 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:03:06 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:03:06 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:03:07 Selecting previously unselected package python3-minimal. 01:03:07 (Reading database ... 13012 files and directories currently installed.) 01:03:07 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:03:07 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:03:07 Selecting previously unselected package mime-support. 01:03:07 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:03:07 Unpacking mime-support (3.60ubuntu1) ... 01:03:07 Selecting previously unselected package libmpdec2:amd64. 01:03:07 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:03:07 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [Pipeline] // withDockerContainer [Pipeline] } 01:03:07 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:03:07 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:03:07 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 01:03:07 Selecting previously unselected package python3.6. 01:03:07 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:03:07 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:03:07 Selecting previously unselected package libpython3-stdlib:amd64. 01:03:07 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:03:07 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:03:07 Setting up python3-minimal (3.6.7-1~18.04) ... [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:03:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:08 01:03:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:08 Selecting previously unselected package python3. 01:03:08 (Reading database ... 13442 files and directories currently installed.) 01:03:08 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:03:08 Unpacking python3 (3.6.7-1~18.04) ... 01:03:08 Selecting previously unselected package multiarch-support. 01:03:08 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:03:08 Unpacking multiarch-support (2.27-3ubuntu1.4) ... [Pipeline] isUnix [Pipeline] sh 01:03:08 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:03:08 Selecting previously unselected package liblzo2-2:amd64. 01:03:08 (Reading database ... 13479 files and directories currently installed.) 01:03:08 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:03:08 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:03:08 Selecting previously unselected package libbsd0:amd64. 01:03:08 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:03:08 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:03:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:08 latest: Pulling from edgex-devops/edgex-compose-arm64 01:03:08 29e5d40040c1: Pulling fs layer 01:03:08 1ce36da41761: Pulling fs layer 01:03:08 25b303627fd3: Pulling fs layer 01:03:08 Selecting previously unselected package sudo. 01:03:08 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 01:03:08 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 01:03:09 Selecting previously unselected package apparmor. 01:03:09 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:03:09 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:03:09 Selecting previously unselected package libedit2:amd64. 01:03:09 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:03:09 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:03:09 Selecting previously unselected package libkrb5support0:amd64. 01:03:09 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:03:09 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:03:09 Selecting previously unselected package libk5crypto3:amd64. 01:03:09 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:03:09 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:03:09 Selecting previously unselected package libkeyutils1:amd64. 01:03:09 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:03:09 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:03:09 29e5d40040c1: Verifying Checksum 01:03:09 29e5d40040c1: Download complete 01:03:09 Selecting previously unselected package libkrb5-3:amd64. 01:03:09 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:03:09 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:03:09 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:03:09 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:03:09 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:03:10 Selecting previously unselected package libssl1.0.0:amd64. 01:03:10 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:03:10 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:03:10 Selecting previously unselected package openssh-client. 01:03:10 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:03:10 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:03:10 1ce36da41761: Verifying Checksum 01:03:10 1ce36da41761: Download complete 01:03:10 29e5d40040c1: Pull complete 01:03:10 Selecting previously unselected package squashfs-tools. 01:03:10 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:03:10 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:03:10 Selecting previously unselected package snapd. 01:03:10 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:03:10 Unpacking snapd (2.48+18.04) ... 01:03:11 1ce36da41761: Pull complete 01:03:11 25b303627fd3: Verifying Checksum 01:03:11 25b303627fd3: Download complete 01:03:12 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:03:12 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:03:12 Setting up mime-support (3.60ubuntu1) ... 01:03:12 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 01:03:12 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:03:12 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:03:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:03:12 Setting up systemd (237-3ubuntu10.44) ... 01:03:12 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:03:13 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:03:13 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:03:14 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:03:14 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:03:14 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:03:14 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:03:14 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:03:14 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:03:14 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:03:14 Setting up python3 (3.6.7-1~18.04) ... 01:03:14 running python rtupdate hooks for python3.6... 01:03:14 running python post-rtupdate hooks for python3.6... 01:03:15 Setting up apparmor (2.12-4ubuntu5.1) ... 01:03:16 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:03:16 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:03:16 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:03:16 Setting up snapd (2.48+18.04) ... 01:03:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:03:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:03:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:03:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:03:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:03:17 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:03:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:03:18 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:03:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:03:18 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:03:18 /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' 01:03:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:03:18 Processing triggers for systemd (237-3ubuntu10.44) ... 01:03:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:03:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:03:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:03:21 Reading package lists... 01:03:21 Reading package lists... 01:03:21 Building dependency tree... 01:03:21 Reading state information... 01:03:21 Calculating upgrade... 01:03:21 The following packages will be upgraded: 01:03:21 advancecomp base-files bash binutils binutils-common 01:03:21 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:03:21 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:03:21 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 01:03:21 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 01:03:21 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 01:03:21 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 01:03:21 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 01:03:21 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 01:03:21 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 01:03:21 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 01:03:21 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 01:03:21 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 01:03:21 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 01:03:21 ubuntu-keyring util-linux 01:03:21 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:03:21 Need to get 63.7 MB of archives. 01:03:21 After this operation, 5203 kB of additional disk space will be used. 01:03:21 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:03:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:03:21 25b303627fd3: Pull complete 01:03:21 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:03:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:03:22 prd-ubuntu18.04-docker-arm64-4c-16g-22129 does not seem to be running inside a container 01:03:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 01:03:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:03:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:03:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:03:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:03:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:03:22 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:03:22 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:03:22 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:03:22 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:03:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:03:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:03:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:03:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:03:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:03:22 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:03:22 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] 01:03:22 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:03:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:03:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:03:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:03:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:03:22 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:03:22 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:03:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:03:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:03:22 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:03:22 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:03:22 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:03:22 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:03:22 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:03:22 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:03:22 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:03:22 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:03:23 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:03:23 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:03:23 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:03:23 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:03:23 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:03:23 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:03:23 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:03:23 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:03:23 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:03:23 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:03:23 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:03:23 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:03:23 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:03:23 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:03:23 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:03:23 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:03:23 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:03:23 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:03:23 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:03:23 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:03:23 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:03:23 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:03:23 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:03:23 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:03:23 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:03:23 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:03:23 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:03:23 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:03:23 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:03:23 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:03:23 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:03:23 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:03:23 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:03:23 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:03:23 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:03:23 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:03:23 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:03:23 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:03:23 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 01:03:23 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:03:23 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:03:23 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:03:23 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 01:03:23 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:03:23 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:03:23 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:03:23 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:03:23 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:03:23 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:03:23 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:03:23 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:03:23 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:03:23 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:03:24 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:03:24 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:03:24 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:03:24 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:03:24 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:03:24 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:03:24 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:03:24 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:03:24 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:03:25 debconf: delaying package configuration, since apt-utils is not installed 01:03:25 Fetched 63.7 MB in 3s (18.5 MB/s) 01:03:25 (Reading database ... 13912 files and directories currently installed.) 01:03:25 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:03:25 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:03:25 $ docker top ab7ecf0040781475c4566a6bc7ccb25016e83fc7c3fa96486ee10897557c6c62 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:25 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:03:26 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:03:26 Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... 01:03:26 Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... 01:03:26 + docker-compose build --help 01:03:26 + grep parallel 01:03:27 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:27 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:27 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:27 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:27 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:27 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:27 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:27 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:27 (Reading database ... 13911 files and directories currently installed.) 01:03:27 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:03:27 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:03:27 (Reading database ... 13911 files and directories currently installed.) 01:03:27 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:27 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:28 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:28 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:28 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:03:28 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:03:28 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:28 (Reading database ... 13911 files and directories currently installed.) 01:03:28 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:03:28 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:03:29 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:03:29 (Reading database ... 13911 files and directories currently installed.) 01:03:29 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:03:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:03:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:03:29 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:03:29 Setting up base-files (10.1ubuntu2.10) ... 01:03:29 Installing new version of config file /etc/issue ... 01:03:29 Installing new version of config file /etc/issue.net ... 01:03:29 Installing new version of config file /etc/lsb-release ... 01:03:29 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:03:29 --parallel Build images in parallel. 01:03:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:03:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:03:30 Removing obsolete conffile /etc/default/motd-news ... [Pipeline] } 01:03:30 $ docker stop --time=1 ab7ecf0040781475c4566a6bc7ccb25016e83fc7c3fa96486ee10897557c6c62 01:03:30 (Reading database ... 13912 files and directories currently installed.) 01:03:30 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:03:30 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:03:30 Setting up bash (4.4.18-2ubuntu1.2) ... 01:03:30 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 01:03:30 (Reading database ... 13912 files and directories currently installed.) 01:03:30 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:30 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:03:30 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:03:30 (Reading database ... 13912 files and directories currently installed.) 01:03:30 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:03:30 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:03:30 Setting up tar (1.29b-2ubuntu0.2) ... 01:03:30 (Reading database ... 13912 files and directories currently installed.) 01:03:30 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:03:30 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:03:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:03:31 (Reading database ... 13912 files and directories currently installed.) 01:03:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:03:31 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:03:31 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:03:31 (Reading database ... 13912 files and directories currently installed.) 01:03:31 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:03:31 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:03:31 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:03:31 (Reading database ... 13912 files and directories currently installed.) 01:03:31 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:03:31 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:03:31 Setting up grep (3.1-2build1) ... 01:03:32 $ docker rm -f ab7ecf0040781475c4566a6bc7ccb25016e83fc7c3fa96486ee10897557c6c62 01:03:32 (Reading database ... 13912 files and directories currently installed.) 01:03:32 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:03:32 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:03:32 Setting up login (1:4.5-1ubuntu2) ... 01:03:32 (Reading database ... 13912 files and directories currently installed.) 01:03:32 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:03:32 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:03:32 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:03:32 (Reading database ... 13912 files and directories currently installed.) 01:03:32 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:03:32 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:03:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:03:32 . [Pipeline] withDockerContainer 01:03:33 prd-ubuntu18.04-docker-arm64-4c-16g-22129 does not seem to be running inside a container 01:03:33 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:03:33 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:03:33 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:03:33 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:03:33 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:03:33 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:03:33 (Reading database ... 13912 files and directories currently installed.) 01:03:33 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:03:33 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:03:34 $ docker top 058de2ffb62b80719f31bcbd22769c4132ab364500892f08d95d087d7ee00d71 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:35 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:03:35 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:03:35 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:03:35 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:03:35 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:03:35 (Reading database ... 13912 files and directories currently installed.) 01:03:35 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:03:35 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:03:35 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:03:35 + docker-compose -f ./docker-compose-build.yml build --parallel 01:03:35 (Reading database ... 13912 files and directories currently installed.) 01:03:35 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:35 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:03:35 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:03:35 (Reading database ... 13912 files and directories currently installed.) 01:03:35 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:36 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:03:36 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:03:36 (Reading database ... 13912 files and directories currently installed.) 01:03:36 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:36 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:03:36 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:03:36 (Reading database ... 13912 files and directories currently installed.) 01:03:36 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:36 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:03:36 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:03:36 (Reading database ... 13912 files and directories currently installed.) 01:03:36 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:03:36 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:03:36 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:03:36 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:03:36 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:03:37 (Reading database ... 13912 files and directories currently installed.) 01:03:37 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:03:37 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:03:37 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:03:37 (Reading database ... 13912 files and directories currently installed.) 01:03:37 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:37 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:03:37 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:03:37 (Reading database ... 13912 files and directories currently installed.) 01:03:37 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:37 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:03:37 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:03:37 (Reading database ... 13912 files and directories currently installed.) 01:03:37 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:37 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:03:38 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:03:38 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:03:39 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:03:39 (Reading database ... 13912 files and directories currently installed.) 01:03:39 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:03:39 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:03:39 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:03:39 (Reading database ... 13912 files and directories currently installed.) 01:03:39 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:03:39 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:03:39 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:03:39 (Reading database ... 13914 files and directories currently installed.) 01:03:39 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:03:39 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:03:39 Setting up debconf (1.5.66ubuntu1) ... 01:03:39 Building docker-core-command-go ... 01:03:39 Building docker-core-data-go ... 01:03:39 Building docker-core-metadata-go ... 01:03:39 Building docker-security-bootstrapper-go ... 01:03:39 Building docker-security-proxy-setup-go ... 01:03:39 Building docker-security-secretstore-setup-go ... 01:03:39 Building docker-support-notifications-go ... 01:03:39 Building docker-support-scheduler-go ... 01:03:39 Building docker-sys-mgmt-agent-go ... 01:03:39 Building docker-security-bootstrapper-go 01:03:39 Building docker-core-command-go 01:03:39 Building docker-support-notifications-go 01:03:39 Building docker-support-scheduler-go 01:03:39 Building docker-core-metadata-go 01:03:40 (Reading database ... 13914 files and directories currently installed.) 01:03:40 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:03:40 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:03:40 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:03:40 (Reading database ... 13914 files and directories currently installed.) 01:03:40 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:03:40 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:03:40 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:03:40 (Reading database ... 13914 files and directories currently installed.) 01:03:40 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:03:40 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:03:40 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:03:41 (Reading database ... 13914 files and directories currently installed.) 01:03:41 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:03:41 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:03:41 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:03:41 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:03:41 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:03:41 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:03:41 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:03:41 (Reading database ... 13914 files and directories currently installed.) 01:03:41 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:03:41 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:03:41 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:03:41 (Reading database ... 13914 files and directories currently installed.) 01:03:41 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:03:41 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:03:41 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:03:42 (Reading database ... 13914 files and directories currently installed.) 01:03:42 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:03:42 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:03:42 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:03:42 (Reading database ... 13914 files and directories currently installed.) 01:03:42 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:03:42 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:03:42 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:03:42 (Reading database ... 13914 files and directories currently installed.) 01:03:42 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:03:42 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:03:43 Setting up passwd (1:4.5-1ubuntu2) ... 01:03:43 (Reading database ... 13914 files and directories currently installed.) 01:03:43 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:03:43 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:03:43 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:03:43 (Reading database ... 13914 files and directories currently installed.) 01:03:43 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:03:43 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:03:43 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:03:43 (Reading database ... 13914 files and directories currently installed.) 01:03:43 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:03:43 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:03:43 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:03:44 (Reading database ... 13914 files and directories currently installed.) 01:03:44 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:03:44 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:03:44 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:03:44 (Reading database ... 13914 files and directories currently installed.) 01:03:44 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:03:44 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:03:44 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:03:44 (Reading database ... 13914 files and directories currently installed.) 01:03:44 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:03:44 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:03:44 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:03:44 (Reading database ... 13914 files and directories currently installed.) 01:03:44 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:03:44 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:03:44 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:03:44 (Reading database ... 13915 files and directories currently installed.) 01:03:45 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:03:45 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:03:45 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:03:45 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:03:45 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:03:45 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:03:45 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 01:03:45 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 01:03:45 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:03:45 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:03:45 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:03:46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:03:46 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:03:46 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:03:46 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:03:46 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:03:46 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:03:46 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:03:46 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:03:46 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:03:46 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:03:46 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:03:46 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 01:03:46 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 01:03:47 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:03:47 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:03:47 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:03:47 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:03:48 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:03:48 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:03:48 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:03:48 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:03:48 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:03:48 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:03:48 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:03:48 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:03:48 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:48 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:49 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:49 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:49 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:49 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:49 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:49 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:50 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:50 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:51 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:51 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:52 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:52 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:52 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:52 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:53 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:03:53 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:03:53 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:03:53 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:03:53 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:03:53 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:03:53 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:03:53 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:03:53 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:03:53 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:03:54 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:03:54 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:03:54 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:03:54 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:03:54 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:03:54 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:03:54 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:54 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:03:54 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:54 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:54 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:54 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:03:54 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:03:54 Setting up tzdata (2020f-0ubuntu0.18.04) ... 01:03:54 01:03:54 Current default time zone: 'Etc/UTC' 01:03:54 Local time is now: Fri Jan 22 01:03:54 UTC 2021. 01:03:54 Universal Time is now: Fri Jan 22 01:03:54 UTC 2021. 01:03:54 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:03:54 01:03:54 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:03:54 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:54 Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... 01:03:54 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:03:54 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:03:55 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:03:55 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:03:55 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:03:55 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:03:55 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:03:55 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:55 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:03:55 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:03:55 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:03:55 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:55 Setting up patch (2.7.6-2ubuntu1.1) ... 01:03:55 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:03:55 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:03:55 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:03:55 Installing new version of config file /etc/ssl/openssl.cnf ... 01:03:55 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:03:55 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:03:55 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 01:03:57 Updating certificates in /etc/ssl/certs... 01:03:58 22 added, 17 removed; done. 01:03:58 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:03:58 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:03:58 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:03:58 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:03:58 Setting up pkgbinarymangler (138.18.04.1) ... 01:03:58 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:03:58 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:03:58 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:03:58 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:03:58 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:03:58 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:03:58 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:03:58 Setting up perl (5.26.1-6ubuntu0.5) ... 01:03:58 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:03:58 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:03:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:03:59 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:03:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:03:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:03:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:03:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:03:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:03:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:03:59 Processing triggers for systemd (237-3ubuntu10.44) ... 01:03:59 Processing triggers for mime-support (3.60ubuntu1) ... 01:03:59 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 01:03:59 Updating certificates in /etc/ssl/certs... 01:04:00 0 added, 0 removed; done. 01:04:00 Running hooks in /etc/ca-certificates/update.d... 01:04:00 done. 01:04:00 Reading package lists... 01:04:00 Building dependency tree... 01:04:00 Reading state information... 01:04:00 The following NEW packages will be installed: 01:04:00 apt-transport-https 01:04:01 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:04:01 Need to get 1696 B of archives. 01:04:01 After this operation, 153 kB of additional disk space will be used. 01:04:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:04:01 debconf: delaying package configuration, since apt-utils is not installed 01:04:01 Fetched 1696 B in 0s (8809 B/s) 01:04:01 Selecting previously unselected package apt-transport-https. 01:04:01 (Reading database ... 13929 files and directories currently installed.) 01:04:01 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:04:01 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:04:01 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:04:01 Waiting for network to be ready... 01:04:11 2021-01-22T01:04:08Z INFO Waiting for automatic snapd restart... 01:04:11 snapd 2.48.2 from Canonical* installed 01:04:11 "snapd" switched to the "latest/stable" channel 01:04:11 01:04:14 core18 20201210 from Canonical* installed 01:04:14 "core18" switched to the "latest/stable" channel 01:04:14 01:04:17 snapcraft 4.4.4 from Canonical* installed 01:04:17 "snapcraft" switched to the "latest/stable" channel 01:04:17 01:04:21 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 01:04:21 - README.md 01:04:21 - snapcraft.yaml.orig 01:04:21 01:04:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:04:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:04:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:04:27 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:04:27 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:04:28 Reading package lists... 01:04:29 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 01:04:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:04:35 Reading package lists... 01:04:35 Building dependency tree... 01:04:35 Reading state information... 01:04:35 Suggested packages: 01:04:35 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:04:35 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:04:35 Recommended packages: 01:04:35 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:04:35 The following NEW packages will be installed: 01:04:35 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:04:35 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:04:35 pkg-config zip 01:04:35 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:04:35 Need to get 7655 kB of archives. 01:04:35 After this operation, 43.7 MB of additional disk space will be used. 01:04:35 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:04:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:04:35 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:04:35 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:04:35 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:04:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:04:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:04:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:04:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:04:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:04:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:04:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:04:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:04:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:04:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:04:36 debconf: delaying package configuration, since apt-utils is not installed 01:04:36 Fetched 7655 kB in 1s (6903 kB/s) 01:04:36 Selecting previously unselected package libglib2.0-0:amd64. 01:04:36 (Reading database ... 13933 files and directories currently installed.) 01:04:36 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:04:36 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:04:37 Selecting previously unselected package libpsl5:amd64. 01:04:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:04:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:04:37 Selecting previously unselected package libnghttp2-14:amd64. 01:04:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:04:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:04:37 Selecting previously unselected package librtmp1:amd64. 01:04:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:04:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:04:37 Selecting previously unselected package libcurl3-gnutls:amd64. 01:04:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:04:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:04:37 Selecting previously unselected package liberror-perl. 01:04:37 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:04:37 Unpacking liberror-perl (0.17025-1) ... 01:04:37 Selecting previously unselected package git-man. 01:04:37 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:04:37 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:04:37 Selecting previously unselected package git. 01:04:37 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:04:37 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:04:38 Selecting previously unselected package libnorm1:amd64. 01:04:38 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:04:38 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:04:38 Selecting previously unselected package libpgm-5.2-0:amd64. 01:04:38 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:04:38 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:04:38 Selecting previously unselected package libsodium23:amd64. 01:04:38 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:04:38 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:04:38 Selecting previously unselected package libzmq5:amd64. 01:04:38 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:04:38 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:04:38 Selecting previously unselected package libzmq3-dev:amd64. 01:04:38 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:04:38 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:04:38 Selecting previously unselected package pkg-config. 01:04:38 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:04:38 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:04:39 Selecting previously unselected package zip. 01:04:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:04:39 Unpacking zip (3.0-11build1) ... 01:04:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:04:39 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:04:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:04:39 Setting up liberror-perl (0.17025-1) ... 01:04:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:04:39 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:04:39 No schema files found: doing nothing. 01:04:39 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:04:39 Setting up zip (3.0-11build1) ... 01:04:39 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:04:39 Setting up libsodium23:amd64 (1.0.16-2) ... 01:04:39 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:04:39 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:04:39 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:04:39 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:04:39 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:04:39 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:04:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:04:46 git set to automatically installed. 01:04:46 git-man set to automatically installed. 01:04:46 libcurl3-gnutls set to automatically installed. 01:04:46 liberror-perl set to automatically installed. 01:04:46 libglib2.0-0 set to automatically installed. 01:04:46 libnghttp2-14 set to automatically installed. 01:04:46 libnorm1 set to automatically installed. 01:04:46 libpgm-5.2-0 set to automatically installed. 01:04:46 libpsl5 set to automatically installed. 01:04:46 librtmp1 set to automatically installed. 01:04:46 libsodium23 set to automatically installed. 01:04:46 libzmq3-dev set to automatically installed. 01:04:46 libzmq5 set to automatically installed. 01:04:46 pkg-config set to automatically installed. 01:04:46 zip set to automatically installed. 01:04:47 snapd is not logged in, snap install commands will use sudo 01:04:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:04:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:04:47 ---> f7c4ee20148f 01:04:47 Step 3/22 : WORKDIR /edgex-go 01:04:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:04:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:04:48 ---> f7c4ee20148f 01:04:48 Step 3/23 : WORKDIR /edgex-go 01:04:48 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:04:48 Step 2/33 : FROM ${BUILDER_BASE} AS builder 01:04:48 ---> f7c4ee20148f 01:04:48 Step 3/33 : WORKDIR /edgex-go 01:04:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:04:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:04:49 ---> f7c4ee20148f 01:04:49 Step 3/23 : WORKDIR /edgex-go 01:04:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:04:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:04:49 ---> f7c4ee20148f 01:04:49 Step 3/22 : WORKDIR /edgex-go 01:04:53 ---> Running in bfd013db95c2 01:04:53 ---> Running in deb56d61519c 01:04:53 ---> Running in 2ca0fe65c94b 01:04:53 ---> Running in ed5af635d55a 01:04:53 ---> Running in a36f6f50987b 01:04:53 Removing intermediate container deb56d61519c 01:04:53 ---> a60b4f4d6a87 01:04:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:53 Removing intermediate container bfd013db95c2 01:04:53 ---> 74b34c48d6a6 01:04:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:53 Removing intermediate container a36f6f50987b 01:04:53 ---> 4df44234bed2 01:04:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:53 Removing intermediate container 2ca0fe65c94b 01:04:53 ---> ef2a4b79d296 01:04:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:54 Removing intermediate container ed5af635d55a 01:04:54 ---> 30192a155e8e 01:04:54 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:04:54 ---> Running in 3ef6e115354b 01:04:54 ---> Running in 8277c413405c 01:04:54 ---> Running in 314fa31c7530 01:04:54 ---> Running in ea57fecf32fa 01:04:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:04:54 snap "core18" has no updates available 01:04:54 ---> Running in 7cd3e82c2b29 01:04:55 Pulling config-common 01:04:56 Pulling go-build-helper 01:04:57 Removing intermediate container 3ef6e115354b 01:04:57 ---> f2d8d40f8b15 01:04:57 Step 5/23 : RUN apk add --update --no-cache make git 01:04:58 ---> Running in 2ee2268c1b89 01:04:58 Removing intermediate container 314fa31c7530 01:04:58 ---> 1f816c954db8 01:04:58 Step 5/22 : RUN apk add --update --no-cache make git 01:04:58 Removing intermediate container 8277c413405c 01:04:58 ---> 9254dab0b5dd 01:04:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:04:59 ---> Running in cd3294e0d558 01:04:59 Removing intermediate container 7cd3e82c2b29 01:04:59 ---> 831933d2e83e 01:04:59 Step 5/33 : RUN apk add --update --no-cache make git 01:04:59 ---> Running in 3eb63da1b817 01:04:59 Removing intermediate container ea57fecf32fa 01:04:59 ---> 62972fdda36e 01:04:59 Step 5/23 : RUN apk add --update --no-cache make git 01:04:59 ---> Running in c016c7efbcab 01:04:59 ---> Running in 24b2cbbde21c 01:05:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:03 OK: 217 MiB in 51 packages 01:05:03 OK: 217 MiB in 51 packages 01:05:03 OK: 217 MiB in 51 packages 01:05:03 OK: 217 MiB in 51 packages 01:05:04 Removing intermediate container 2ee2268c1b89 01:05:04 ---> 9c70574d4d97 01:05:04 Step 6/23 : COPY go.mod . 01:05:05 Removing intermediate container 24b2cbbde21c 01:05:05 ---> 8c4d514e41ab 01:05:05 Step 6/23 : COPY go.mod . 01:05:05 OK: 217 MiB in 51 packages 01:05:05 Removing intermediate container cd3294e0d558 01:05:05 ---> 4b4a6fad26d9 01:05:05 Step 6/22 : COPY go.mod . 01:05:05 Removing intermediate container c016c7efbcab 01:05:05 ---> c30b6ba71a89 01:05:05 Step 6/33 : COPY go.mod . 01:05:05 ---> d101a7163052 01:05:05 Step 7/23 : RUN go mod download 01:05:06 ---> bf34a7e9d72a 01:05:06 Step 7/23 : RUN go mod download 01:05:06 ---> Running in f68470a0384b 01:05:06 ---> Running in 1bf2a1430e60 01:05:06 ---> 4f6ca8561f13 01:05:06 Step 7/22 : RUN go mod download 01:05:07 ---> b5c875ffa728 01:05:07 Step 7/33 : RUN go mod download 01:05:07 Removing intermediate container 3eb63da1b817 01:05:07 ---> e94e75f975c3 01:05:07 Step 6/22 : COPY go.mod . 01:05:07 ---> Running in cb62f524961e 01:05:07 ---> Running in ce58d905d42b 01:05:08 ---> 12ca83619f5c 01:05:08 Step 7/22 : RUN go mod download 01:05:08 ---> Running in 20d8d275da84 01:05:10 Removing intermediate container f68470a0384b 01:05:10 ---> 28e18f47bb9e 01:05:10 Step 8/23 : COPY . . 01:05:11 Removing intermediate container 1bf2a1430e60 01:05:11 ---> 87e8efda4bc4 01:05:11 Step 8/23 : COPY . . 01:05:11 Removing intermediate container cb62f524961e 01:05:11 ---> be5b85d6b160 01:05:11 Step 8/22 : COPY . . 01:05:12 Removing intermediate container ce58d905d42b 01:05:12 ---> 4abc8dbae3eb 01:05:12 Step 8/33 : COPY . . 01:05:13 Removing intermediate container 20d8d275da84 01:05:13 ---> f6b9ddcf0e24 01:05:13 Step 8/22 : COPY . . 01:05:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:05:18 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:05:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 01:05:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 01:05:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:05:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:05:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 01:05:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 01:05:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 01:05:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 01:05:18 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:05:18 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:05:18 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:05:18 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:05:18 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:05:18 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:05:18 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:05:18 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:05:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:05:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] 01:05:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] 01:05:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] 01:05:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] 01:05:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] 01:05:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] 01:05:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] 01:05:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 01:05:18 Fetched 23.8 MB in 0s (0 B/s) 01:05:18 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:05:18 Fetched 96.5 kB in 0s (0 B/s) 01:05:18 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:05:18 Fetched 279 kB in 0s (0 B/s) 01:05:18 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:05:18 Fetched 122 kB in 0s (0 B/s) 01:05:18 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:05:18 Fetched 77.8 kB in 0s (0 B/s) 01:05:18 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:05:18 Fetched 8848 B in 0s (0 B/s) 01:05:18 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:05:18 Fetched 47.8 kB in 0s (0 B/s) 01:05:18 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:05:18 Fetched 45.6 kB in 0s (0 B/s) 01:05:18 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:05:18 Fetched 15.0 kB in 0s (0 B/s) 01:05:18 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:05:18 Fetched 214 kB in 0s (0 B/s) 01:05:18 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:05:18 Fetched 155 kB in 0s (0 B/s) 01:05:18 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:05:18 Fetched 50.6 kB in 0s (0 B/s) 01:05:18 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:05:18 Fetched 14.8 kB in 0s (0 B/s) 01:05:18 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:05:18 Fetched 41.8 kB in 0s (0 B/s) 01:05:18 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:05:18 Fetched 499 kB in 0s (0 B/s) 01:05:18 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:05:18 Fetched 111 kB in 0s (0 B/s) 01:05:18 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:05:18 Fetched 240 kB in 0s (0 B/s) 01:05:18 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:05:18 Fetched 29.3 kB in 0s (0 B/s) 01:05:18 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:05:18 Fetched 85.5 kB in 0s (0 B/s) 01:05:18 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:05:18 Fetched 24.5 kB in 0s (0 B/s) 01:05:18 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:05:18 Fetched 49.2 kB in 0s (0 B/s) 01:05:18 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:05:18 Fetched 54.2 kB in 0s (0 B/s) 01:05:18 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:05:18 Fetched 30.8 kB in 0s (0 B/s) 01:05:18 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:05:18 Fetched 17.0 kB in 0s (0 B/s) 01:05:18 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:05:18 Fetched 85.9 kB in 0s (0 B/s) 01:05:18 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:05:18 Fetched 8720 B in 0s (0 B/s) 01:05:18 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:05:18 Fetched 137 kB in 0s (0 B/s) 01:05:18 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:05:18 Fetched 119 kB in 0s (0 B/s) 01:05:18 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:05:18 Fetched 109 kB in 0s (0 B/s) 01:05:18 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:05:18 Fetched 11.1 kB in 0s (0 B/s) 01:05:18 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:05:18 Fetched 645 kB in 0s (0 B/s) 01:05:18 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:05:18 Fetched 41.3 kB in 0s (0 B/s) 01:05:18 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:05:18 Fetched 17.9 kB in 0s (0 B/s) 01:05:18 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:05:18 Fetched 368 kB in 0s (0 B/s) 01:05:18 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:05:18 Fetched 187 kB in 0s (0 B/s) 01:05:18 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:05:18 Fetched 175 kB in 0s (0 B/s) 01:05:18 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:05:21 Fetched 206 kB in 0s (0 B/s) 01:05:21 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:05:21 Fetched 1301 kB in 0s (0 B/s) 01:05:21 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:05:21 Fetched 36.2 kB in 0s (0 B/s) 01:05:21 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:05:21 Fetched 159 kB in 0s (0 B/s) 01:05:21 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:05:21 Fetched 107 kB in 0s (0 B/s) 01:05:21 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:05:21 Fetched 48.7 kB in 0s (0 B/s) 01:05:21 Pulling static-packages 01:05:21 'go115' has dependencies that need to be staged: static-packages go-build-helper 01:05:21 Skipping pull go-build-helper (already ran) 01:05:21 Skipping pull static-packages (already ran) 01:05:21 Building go-build-helper 01:05:25 Building static-packages 01:05:27 Staging go-build-helper 01:05:28 Staging static-packages 01:05:29 Pulling go115 01:05:30 'edgex-go' has dependencies that need to be staged: go115 01:05:30 Skipping pull go115 (already ran) 01:05:30 Building go115 01:05:30 % Total % Received % Xferd Average Speed Time Time Time Current 01:05:30 Dload Upload Total Spent Left Speed 01:05:33 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.8M 0 0 25.0M 0 0:00:04 --:--:-- 0:00:04 25.0M 49 115M 49 56.8M 0 0 33.9M 0 0:00:03 0:00:01 0:00:02 33.9M 98 115M 98 113M 0 0 42.4M 0 0:00:02 0:00:02 --:--:-- 42.3M 100 115M 100 115M 0 0 42.6M 0 0:00:02 0:00:02 --:--:-- 42.6M 01:05:33 go1.15.2.linux-amd64.tar.gz: OK 01:05:37 Staging go115 01:05:40 ---> 181cc60ba530 01:05:40 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:05:40 ---> 4b8b10d5a6b8 01:05:40 Step 9/23 : RUN make cmd/core-command/core-command 01:05:40 ---> 38f7d32f6a3f 01:05:40 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:05:40 ---> 5430cf056cec 01:05:40 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:05:40 ---> fce1c3e5afca 01:05:40 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:05:40 ---> Running in 2eb212c25d1e 01:05:40 ---> Running in 6da5282b6006 01:05:40 ---> Running in fb8690338188 01:05:40 ---> Running in 651c59aff8e0 01:05:40 ---> Running in aa920f36763e 01:05: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 01:05: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 01:05: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 01:05:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:05:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:05:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:05:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:05:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:05:43 Fetched 0 B in 0s (0 B/s) 01:05:43 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:05:43 Fetched 224 kB in 0s (0 B/s) 01:05:43 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:05:43 Fetched 157 kB in 0s (0 B/s) 01:05:43 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:05:43 Fetched 221 kB in 0s (0 B/s) 01:05:43 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:05:43 Fetched 143 kB in 0s (0 B/s) 01:05:43 Pulling edgex-go 01:05:43 Pulling version 01:05:44 Building config-common 01:05:46 Skipping build go-build-helper (already ran) 01:05:46 Skipping build static-packages (already ran) 01:05:46 Skipping build go115 (already ran) 01:05:46 Building edgex-go 01:05:46 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 01:05:47 go: downloading github.com/gorilla/mux v1.8.0 01:05:47 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:05:47 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 01:05:47 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:05:47 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 01:05:47 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:05:47 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:05:47 go: downloading github.com/google/uuid v1.1.5 01:05:47 go: downloading github.com/pkg/errors v0.8.1 01:05:47 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 01:05:47 go: downloading github.com/x448/float16 v0.8.4 01:05:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:05:47 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:05:47 go: downloading github.com/imdario/mergo v0.3.11 01:05:47 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:05:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:05:47 go: downloading github.com/pebbe/zmq4 v1.2.2 01:05:47 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:05:47 go: downloading github.com/go-kit/kit v0.8.0 01:05:47 go: downloading github.com/BurntSushi/toml v0.3.1 01:05:47 go: downloading github.com/pelletier/go-toml v1.2.0 01:05:47 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:05:47 go: downloading gopkg.in/yaml.v2 v2.4.0 01:05:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:05:48 go: downloading github.com/leodido/go-urn v1.2.0 01:05:48 go: downloading github.com/go-playground/universal-translator v0.17.0 01:05:48 go: downloading github.com/hashicorp/consul/api v1.1.0 01:05:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:05:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:05:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:05:48 go: downloading github.com/mitchellh/copystructure v1.0.0 01:05:48 go: downloading github.com/go-playground/locales v0.13.0 01:05:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:05:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:05:48 go: downloading github.com/hashicorp/serf v0.8.2 01:05:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:05:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:05:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:05:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:05:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:05:56 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 01:06:00 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 01:06:00 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 01:06:02 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 01:06:02 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 01:06:02 go: downloading github.com/stretchr/testify v1.7.0 01:06:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:06:02 go: downloading github.com/pmezard/go-difflib v1.0.0 01:06:02 go: downloading github.com/davecgh/go-spew v1.1.1 01:06:04 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 01:06:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:06:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:06:05 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 01:06:06 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 01:06:06 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:06:07 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 01:06:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:06:08 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 01:06:08 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:06:09 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 01:06:10 go: downloading github.com/lib/pq v1.9.0 01:06:12 Building version 01:06:14 Staging config-common 01:06:15 Skipping stage go-build-helper (already ran) 01:06:15 Skipping stage static-packages (already ran) 01:06:15 Skipping stage go115 (already ran) 01:06:15 Staging edgex-go 01:06:16 Staging version 01:06:17 Priming config-common 01:06:18 Priming go-build-helper 01:06:18 Priming static-packages 01:06:21 Priming go115 01:06:22 Priming edgex-go 01:06:23 Priming version 01:06:24 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] } 01:07:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:07:14 Removing intermediate container 651c59aff8e0 01:07:14 ---> f07e17730fda 01:07:14 01:07:14 Step 10/22 : FROM alpine:3.12 01:07:14 3.12: Pulling from library/alpine 01:07:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:07:16 Status: Downloaded newer image for alpine:3.12 01:07:16 ---> afeebe901d6b 01:07:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:07:17 ---> Running in 73e52fcc024f 01:07:18 Removing intermediate container 6da5282b6006 01:07:18 ---> 2f4e61272455 01:07:18 01:07:18 Step 10/23 : FROM alpine:3.12 01:07:18 Removing intermediate container aa920f36763e 01:07:18 ---> afeebe901d6b 01:07:18 Step 11/23 : RUN apk add --update --no-cache dumb-init ---> d2e42b4eaaab 01:07:18 01:07:18 Step 10/22 : FROM alpine:3.12 01:07:18 ---> afeebe901d6b 01:07:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:07:18 01:07:18 ---> Running in 268bfa3b4d8f 01:07:18 ---> Running in b760a94f6e3d 01:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:20 (1/2) Installing ca-certificates (20191127-r4) 01:07:21 (2/2) Installing dumb-init (1.2.2-r1) 01:07:21 Executing busybox-1.31.1-r19.trigger 01:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:21 Executing ca-certificates-20191127-r4.trigger 01:07:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:21 OK: 6 MiB in 16 packages 01:07:21 (1/1) Installing dumb-init (1.2.2-r1) 01:07:21 Executing busybox-1.31.1-r19.trigger 01:07:21 OK: 5 MiB in 15 packages 01:07:21 (1/1) Installing dumb-init (1.2.2-r1) 01:07:21 Executing busybox-1.31.1-r19.trigger 01:07:21 OK: 5 MiB in 15 packages 01:07:24 Removing intermediate container 73e52fcc024f 01:07:24 ---> 1585ab5a10a3 01:07:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:07:24 Removing intermediate container fb8690338188 01:07:24 ---> e7c6831158c2 01:07:24 01:07:24 Step 10/33 : FROM alpine:3.12 01:07:24 ---> afeebe901d6b 01:07:24 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 01:07:24 Removing intermediate container b760a94f6e3d 01:07:24 ---> dc3ac5bbf0fe 01:07:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:07:24 Removing intermediate container 268bfa3b4d8f 01:07:24 ---> eae3e529af47 01:07:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:07:25 ---> Running in a8acba2645da 01:07:25 ---> Running in b570c7083946 01:07:25 ---> Running in 9c988a7ba6ed 01:07:25 ---> Running in afb45fd1cc97 01:07:26 Removing intermediate container b570c7083946 01:07:26 ---> 470bca71f396 01:07:26 Step 13/22 : ENV APP_PORT=48060 01:07:26 Removing intermediate container 9c988a7ba6ed 01:07:26 ---> 5f5b4ad6021d 01:07:26 Step 13/23 : ENV APP_PORT=48082 01:07:26 Removing intermediate container afb45fd1cc97 01:07:26 ---> daf8f50443be 01:07:26 Step 13/22 : ENV APP_PORT=48085 01:07:26 ---> Running in ac3c8b6f43f5 01:07:26 ---> Running in def7c807b45f 01:07:26 ---> Running in 51d51145c1a4 01:07:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:07:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:07:26 Removing intermediate container ac3c8b6f43f5 01:07:26 ---> 68b0de9e7592 01:07:26 Step 14/22 : EXPOSE $APP_PORT 01:07:27 Removing intermediate container def7c807b45f 01:07:27 ---> 1812b12311c3 01:07:27 Step 14/22 : EXPOSE $APP_PORT 01:07:27 Removing intermediate container 51d51145c1a4 01:07:27 ---> 8d11e88043b7 01:07:27 Step 14/23 : EXPOSE $APP_PORT 01:07:27 (1/3) Installing dumb-init (1.2.2-r1) 01:07:27 (2/3) Installing openssl (1.1.1i-r0) 01:07:27 ---> Running in 7e4758535c2d 01:07:27 ---> Running in e3480885efc1 01:07:27 (3/3) Installing su-exec (0.2-r1) 01:07:27 Executing busybox-1.31.1-r19.trigger 01:07:27 OK: 6 MiB in 17 packages 01:07:27 ---> Running in e436057060b9 01:07:28 Removing intermediate container e3480885efc1 01:07:28 ---> 9b3309ced00a 01:07:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:28 Removing intermediate container 7e4758535c2d 01:07:28 ---> 178a8db35b80 01:07:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:28 Removing intermediate container e436057060b9 01:07:28 ---> 30551cb2a7e7 01:07:28 Step 15/23 : WORKDIR / 01:07:28 ---> Running in e7120ed8cb9d 01:07:29 Removing intermediate container a8acba2645da 01:07:29 ---> 41b435a26b7c 01:07:29 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:07:29 ---> 6c7a0fa084bd 01:07:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:07:29 ---> Running in f4ffbc47ffab 01:07:29 ---> ad6e5aac01f3 01:07:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:07:30 Removing intermediate container e7120ed8cb9d 01:07:30 ---> ab0cc3ca355a 01:07:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:30 Removing intermediate container f4ffbc47ffab 01:07:30 ---> f689a7e358d7 01:07:30 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 01:07:31 ---> 309e5cc7f2d5 01:07:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:07:31 ---> Running in 008f45afd9ff 01:07:31 ---> 9f0a41668697 01:07:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:07:31 ---> 766b1e202607 01:07:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:07:32 Removing intermediate container 2eb212c25d1e 01:07:32 ---> 6b8e7bf60421 01:07:32 01:07:32 Step 10/23 : FROM alpine:3.12 01:07:32 ---> afeebe901d6b 01:07:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:07:32 ---> Using cache 01:07:32 ---> eae3e529af47 01:07:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:07:32 ---> Using cache 01:07:32 ---> daf8f50443be 01:07:32 Step 13/23 : ENV APP_PORT=48081 01:07:32 Removing intermediate container 008f45afd9ff 01:07:32 ---> 0057813f643d 01:07:32 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 01:07:32 ---> Running in bb310f4b3744 01:07:33 ---> Running in 282143c025fd 01:07:33 ---> 43d149d328db 01:07:33 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:07:33 ---> efa95d04819e 01:07:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:07:33 ---> Running in f13a165595c7 01:07:33 ---> 0e2d8c848883 01:07:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:07:33 Removing intermediate container bb310f4b3744 01:07:33 ---> 08e4f960c178 01:07:33 Step 14/23 : EXPOSE $APP_PORT 01:07:33 ---> Running in 7ea8b4df1edc 01:07:33 ---> Running in c281a0762b83 01:07:34 Removing intermediate container f13a165595c7 01:07:34 ---> 3cebc060314e 01:07:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:34 ---> Running in 4d366e662f14 01:07:34 Removing intermediate container c281a0762b83 01:07:34 ---> 149f08527d2e 01:07:34 Step 15/23 : WORKDIR / 01:07:34 ---> 37fcf881de94 01:07:34 Step 19/23 : ENTRYPOINT ["/core-command"] 01:07:34 Removing intermediate container 7ea8b4df1edc 01:07:34 ---> 38b314c88e73 01:07:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:34 Connecting to github.com (140.82.113.4:443) 01:07:34  ---> Running in e0e0d4d58d79 01:07:34 ---> Running in 71f1127f59ee 01:07:34 ---> Running in 77d3b827d7e2 01:07:34 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.154.212:443) 01:07:34 Removing intermediate container 4d366e662f14 01:07:34 ---> 48a2f8733055 01:07:34 Step 20/22 : LABEL arch=arm64 01:07:34 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 01:07:35  ---> Running in 37090213f0a5 01:07:35 dockerize-alpine-lin 63% |******************** | 1868k 0:00:00 ETA 01:07:35 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 01:07:35 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 01:07:35 dockerize 01:07:35 Removing intermediate container e0e0d4d58d79 01:07:35 ---> 0a1beceee14e 01:07:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:35 Removing intermediate container 77d3b827d7e2 01:07:35 ---> a4f7d568b50a 01:07:35 Step 20/22 : LABEL arch=arm64 01:07:35 Removing intermediate container 71f1127f59ee 01:07:35 ---> e5e1ce2f7389 01:07:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:35 Removing intermediate container 37090213f0a5 01:07:35 ---> 011673af578a 01:07:35 Step 21/22 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:07:36 ---> Running in 1c23dbaa148a 01:07:36 ---> Running in d9ca7effc2f4 01:07:36 ---> Running in bf79b04155e1 01:07:36 ---> f14bb6d70c45 01:07:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:07:36 Removing intermediate container 1c23dbaa148a 01:07:36 ---> 0ab2f01ef135 01:07:36 Step 21/22 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:07:36 Removing intermediate container d9ca7effc2f4 01:07:36 ---> 13d97d66ac31 01:07:36 Step 21/23 : LABEL arch=arm64 01:07:36 ---> Running in 03a09d8023ff 01:07:36 ---> Running in 97b35ad055d0 01:07:36 Removing intermediate container bf79b04155e1 01:07:36 ---> a8c7a2832bd0 01:07:36 Step 22/22 : LABEL version=0.0.0 01:07:37 Removing intermediate container 282143c025fd 01:07:37 ---> 2edbf21f571f 01:07:37 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 01:07:37 ---> Running in f53e15290491 01:07:37 ---> Running in a3c24f4a2218 01:07:37 Removing intermediate container 97b35ad055d0 01:07:37 ---> 23520bac4abc 01:07:37 Step 22/23 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:07:37 Removing intermediate container 03a09d8023ff 01:07:37 ---> 4b6830b336be 01:07:37 Step 22/22 : LABEL version=0.0.0 01:07:38 ---> 871a19e9bc12 01:07:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:07:38 ---> Running in fa336babd279 01:07:38 Removing intermediate container f53e15290491 01:07:38 ---> 2c04712bd434 01:07:38 01:07:38 ---> Running in 333fc47e5fb2 01:07:38 Removing intermediate container a3c24f4a2218 01:07:38 ---> 094658508001 01:07:38 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:07:38 Successfully built 2c04712bd434 01:07:38 Successfully tagged docker-support-scheduler-go-arm64:latest 01:07:38  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 01:07:38 ---> Running in 34ad57cb1973 01:07:38 Removing intermediate container fa336babd279 01:07:38 ---> 8d9d6f1f2d35 01:07:38 Step 23/23 : LABEL version=0.0.0 01:07:38 Removing intermediate container 333fc47e5fb2 01:07:38 ---> 697972ab14dc 01:07:38 ---> 63800f928d26 01:07:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:07:38 01:07:39 ---> Running in 732191391a51 01:07:39 ---> Running in 01505701c42a 01:07:39 Removing intermediate container 34ad57cb1973 01:07:39 ---> db72e23405db 01:07:39 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 01:07:39 Successfully built 63800f928d26 01:07:39 ---> Running in 48d60310d1b1 01:07:39 Successfully tagged docker-support-notifications-go-arm64:latest 01:07:39  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 01:07:39 Removing intermediate container 732191391a51 01:07:39 ---> 14b1f816d9b9 01:07:39 01:07:39 Removing intermediate container 01505701c42a 01:07:39 ---> b1f5937e0178 01:07:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:40 ---> Running in 3a3b44ed051d 01:07:40 Successfully built 14b1f816d9b9 01:07:40 Successfully tagged docker-core-command-go-arm64:latest 01:07:40  Building docker-core-command-go ... done Building docker-core-data-go 01:07:40 Removing intermediate container 3a3b44ed051d 01:07:40 ---> a44b7f51ba31 01:07:40 Step 21/23 : LABEL arch=arm64 01:07:40 Move dockerize executable 01:07:40 ---> Running in 46fe39397996 01:07:41 Removing intermediate container 46fe39397996 01:07:41 ---> 45d846092c42 01:07:41 Step 22/23 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:07:41 ---> Running in 376f59847cd7 01:07:42 Removing intermediate container 376f59847cd7 01:07:42 ---> b86a205d2cf7 01:07:42 Step 23/23 : LABEL version=0.0.0 01:07:43 Removing intermediate container 48d60310d1b1 01:07:43 ---> 79a77bd1cbea 01:07:43 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 01:07:43 ---> Running in b386cc016274 01:07:44 ---> Running in 138af8d8eba0 01:07:44 Removing intermediate container b386cc016274 01:07:44 ---> f181e601682e 01:07:44 01:07:45 Successfully built f181e601682e 01:07:45 Successfully tagged docker-core-metadata-go-arm64:latest 01:07:45 Building docker-sys-mgmt-agent-go 01:07:46  Building docker-core-metadata-go ... done Removing intermediate container 138af8d8eba0 01:07:46 ---> 54da6fa3dc62 01:07:46 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:07:47 ---> 3e99ccc6a07a 01:07:47 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:07:48 ---> Running in c499e94b7021 01:07:52 Removing intermediate container c499e94b7021 01:07:52 ---> 2388c68f8c50 01:07:52 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:52 ---> f73e23c408c0 01:07:52 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:07:55 ---> caf31769877d 01:07:55 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:07:56 ---> 57fc5009c2ea 01:07:56 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:07:58 ---> c0bedaea6c7d 01:07:58 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:07:59 ---> a97ef098410b 01:07:59 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 01:07:59 ---> Running in d60f7058338c 01:08:00 Removing intermediate container d60f7058338c 01:08:00 ---> b4a61b42c04b 01:08:00 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:08:01 ---> 5bd0bd2e5e11 01:08:01 Step 28/33 : RUN chmod +x /entrypoint.sh 01:08:01 ---> Running in 8f6ea2015320 01:08:08 Removing intermediate container 8f6ea2015320 01:08:08 ---> 20df6cba44ed 01:08:08 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 01:08:09 ---> Running in b1f275cbb92b 01:08:10 Removing intermediate container b1f275cbb92b 01:08:10 ---> 5a59120c9c93 01:08:10 Step 30/33 : CMD ["gate"] 01:08:10 ---> Running in 024214ca319b 01:08:11 Removing intermediate container 024214ca319b 01:08:11 ---> bb0ff8732229 01:08:11 Step 31/33 : LABEL arch=arm64 01:08:12 ---> Running in 96a49f66e7d1 01:08:13 Removing intermediate container 96a49f66e7d1 01:08:13 ---> 3e0eb44c88a7 01:08:13 Step 32/33 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:08:14 ---> Running in 895f3b323d2e 01:08:15 Removing intermediate container 895f3b323d2e 01:08:15 ---> b383b544943e 01:08:15 Step 33/33 : LABEL version=0.0.0 01:08:16 ---> Running in ba8f671cdc13 01:08:17 Removing intermediate container ba8f671cdc13 01:08:17 ---> 8195d4d249dc 01:08:17 01:08:17 Successfully built 8195d4d249dc 01:08:17 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:08:36  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:08:36 ---> f7c4ee20148f 01:08:36 Step 3/21 : WORKDIR /edgex-go 01:08:36 ---> Using cache 01:08:36 ---> 30192a155e8e 01:08:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:36 ---> Using cache 01:08:36 ---> 831933d2e83e 01:08:36 Step 5/21 : RUN apk add --update --no-cache make git 01:08:36 ---> Using cache 01:08:36 ---> c30b6ba71a89 01:08:36 Step 6/21 : COPY go.mod . 01:08:36 ---> Using cache 01:08:36 ---> b5c875ffa728 01:08:36 Step 7/21 : RUN go mod download 01:08:36 ---> Using cache 01:08:36 ---> 4abc8dbae3eb 01:08:36 Step 8/21 : COPY . . 01:08:36 ---> Using cache 01:08:36 ---> 38f7d32f6a3f 01:08:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:08:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:08:36 ---> f7c4ee20148f 01:08:36 Step 3/23 : WORKDIR /edgex-go 01:08:36 ---> Using cache 01:08:36 ---> 30192a155e8e 01:08:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:36 ---> Using cache 01:08:36 ---> 831933d2e83e 01:08:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:08:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:08:36 ---> f7c4ee20148f 01:08:36 Step 3/24 : WORKDIR /edgex-go 01:08:36 ---> Using cache 01:08:36 ---> 30192a155e8e 01:08:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:36 ---> Using cache 01:08:36 ---> 831933d2e83e 01:08:36 Step 5/24 : RUN apk add --update --no-cache make git 01:08:36 ---> Using cache 01:08:36 ---> c30b6ba71a89 01:08:36 Step 6/24 : COPY go.mod . 01:08:36 ---> Using cache 01:08:36 ---> b5c875ffa728 01:08:36 Step 7/24 : RUN go mod download 01:08:36 ---> Using cache 01:08:36 ---> 4abc8dbae3eb 01:08:36 Step 8/24 : COPY . . 01:08:36 ---> Using cache 01:08:36 ---> 38f7d32f6a3f 01:08:36 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:08:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:08:36 ---> f7c4ee20148f 01:08:36 Step 3/26 : WORKDIR /edgex-go 01:08:36 ---> Using cache 01:08:36 ---> 30192a155e8e 01:08:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:36 ---> Using cache 01:08:36 ---> 831933d2e83e 01:08:36 Step 5/26 : RUN apk add --update --no-cache make bash git 01:08:38 ---> Running in a5b6ab24f71d 01:08:38 ---> Running in 2dbe3d04fe59 01:08:38 ---> Running in 9d23a35dbe2f 01:08:38 ---> Running in 44b442e6e39b 01:08:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08: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 01:08:40 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 01:08:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:43 OK: 217 MiB in 51 packages 01:08:43 OK: 217 MiB in 51 packages 01:08:45 Removing intermediate container a5b6ab24f71d 01:08:45 ---> b4ded115c111 01:08:45 Step 6/23 : COPY go.mod . 01:08:45 Removing intermediate container 2dbe3d04fe59 01:08:45 ---> 7819c96e5df0 01:08:45 Step 6/26 : COPY go.mod . 01:08:46 ---> 64da578506ac 01:08:46 Step 7/23 : RUN go mod download 01:08:46 ---> Running in 151ce68a7f68 01:08:46 ---> 5a3d835bd70d 01:08:46 Step 7/26 : RUN go mod download 01:08:47 ---> Running in f299a2e54e36 01:08:51 Removing intermediate container 151ce68a7f68 01:08:51 ---> 31b3b3c9f0ff 01:08:51 Step 8/23 : COPY . . 01:08:51 Removing intermediate container f299a2e54e36 01:08:51 ---> 554302df529c 01:08:51 Step 8/26 : COPY . . 01:09:24 ---> 91c8f2e97f7d 01:09:24 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:09:24 ---> c7b0e7380280 01:09:24 Step 9/23 : RUN make cmd/core-data/core-data 01:09:24 ---> Running in 3a980d1796a4 01:09:24 ---> Running in 5f64ec1aabf1 01:09:24 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 01:09:24 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 01:09:25 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 01:09:25 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 01:09:40 Removing intermediate container 44b442e6e39b 01:09:40 ---> d5616544e4e6 01:09:40 01:09:40 Step 10/24 : FROM alpine:3.12 01:09:40 ---> afeebe901d6b 01:09:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:09:40 ---> Running in ecd2e4794a96 01:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:42 Removing intermediate container 9d23a35dbe2f 01:09:42 ---> fca47a15ccf7 01:09:42 01:09:42 Step 10/21 : FROM alpine:3.12 01:09:42 ---> afeebe901d6b 01:09:42 Step 11/21 : RUN apk add --update --no-cache curl 01:09:42 ---> Running in 75472d0b3900 01:09:43 (1/5) Installing ca-certificates (20191127-r4) 01:09:43 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:09:43 (3/5) Installing libcurl (7.69.1-r3) 01:09:43 (4/5) Installing curl (7.69.1-r3) 01:09:43 (5/5) Installing dumb-init (1.2.2-r1) 01:09:43 Executing busybox-1.31.1-r19.trigger 01:09:43 Executing ca-certificates-20191127-r4.trigger 01:09:43 OK: 7 MiB in 19 packages 01:09:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:09:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:09:45 (1/4) Installing ca-certificates (20191127-r4) 01:09:45 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:09:45 (3/4) Installing libcurl (7.69.1-r3) 01:09:45 (4/4) Installing curl (7.69.1-r3) 01:09:45 Executing busybox-1.31.1-r19.trigger 01:09:45 Executing ca-certificates-20191127-r4.trigger 01:09:45 OK: 7 MiB in 18 packages 01:09:46 Removing intermediate container ecd2e4794a96 01:09:46 ---> 00a32f514ba2 01:09:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:09:46 ---> Running in bad493149c5b 01:09:47 Removing intermediate container bad493149c5b 01:09:47 ---> 184125f4c5a0 01:09:47 Step 13/24 : WORKDIR / 01:09:47 ---> Running in c3068f065c27 01:09:48 Removing intermediate container 75472d0b3900 01:09:48 ---> 6fca8dd4f3a9 01:09:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:09:48 ---> Running in 373c0c8f5981 01:09:48 Removing intermediate container c3068f065c27 01:09:48 ---> 394b42dbb366 01:09:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:09:49 Removing intermediate container 373c0c8f5981 01:09:49 ---> a33c79b5932b 01:09:49 Step 13/21 : WORKDIR /edgex 01:09:49 ---> Running in 38e2f4882b63 01:09:49 ---> c0955a42ad89 01:09:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:09:50 Removing intermediate container 38e2f4882b63 01:09:50 ---> ef587e5abefe 01:09:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:09:51 ---> 9c6944d5f4e3 01:09:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:09:51 ---> 572822b31220 01:09:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:09:52 ---> 9919e3df8eac 01:09:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:09:53 ---> 560352b80fe9 01:09:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:09:55 ---> b5cc8dba4ecf 01:09:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:09:55 ---> a8886d337718 01:09:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:09:55 ---> Running in 7ca2f9c3fcc6 01:09:56 Removing intermediate container 7ca2f9c3fcc6 01:09:56 ---> c08a1e33247d 01:09:56 Step 18/21 : CMD ["--init=true"] 01:09:56 ---> Running in 63fde8073329 01:09:56 ---> eab651d50191 01:09:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:09:57 Removing intermediate container 63fde8073329 01:09:57 ---> 69279afe2442 01:09:57 Step 19/21 : LABEL arch=arm64 01:09:57 ---> Running in 12c98f3c049c 01:09:58 ---> d2900a45cbe2 01:09:58 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/ 01:09:58 ---> Running in 15b26c2a2bc9 01:09:58 Removing intermediate container 12c98f3c049c 01:09:58 ---> edd86c4bb63b 01:09:58 Step 20/21 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:09:58 ---> Running in 40c0dbdfaccd 01:09:59 Removing intermediate container 40c0dbdfaccd 01:09:59 ---> 8a354bc07f6f 01:09:59 Step 21/21 : LABEL version=0.0.0 01:09:59 ---> Running in ad0b62cb18b6 01:10:00 Removing intermediate container ad0b62cb18b6 01:10:00 ---> fbe8b130fea4 01:10:00 01:10:01 Successfully built fbe8b130fea4 01:10:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:10:02  Building docker-security-proxy-setup-go ... done Removing intermediate container 15b26c2a2bc9 01:10:02 ---> 7851f570aad3 01:10:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:10:02 ---> Running in b87e8a79c08f 01:10:02 Removing intermediate container b87e8a79c08f 01:10:02 ---> c29168c137d1 01:10:02 Step 22/24 : LABEL arch=arm64 01:10:03 ---> Running in 96c251c61c02 01:10:03 Removing intermediate container 96c251c61c02 01:10:03 ---> f85c16b4fb75 01:10:03 Step 23/24 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:10:04 ---> Running in 4040ffa572b4 01:10:04 Removing intermediate container 4040ffa572b4 01:10:04 ---> 374359e61851 01:10:04 Step 24/24 : LABEL version=0.0.0 01:10:05 ---> Running in 6c06da332067 01:10:05 Removing intermediate container 6c06da332067 01:10:05 ---> 8c0091ee7a43 01:10:05 01:10:06 Successfully built 8c0091ee7a43 01:10:06 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:10:22  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5f64ec1aabf1 01:10:22 ---> 314774448e5c 01:10:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:10:22 ---> Running in 25267d4d23ca 01:10:23 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 01:10:26 Removing intermediate container 25267d4d23ca 01:10:26 ---> bff7bf508a55 01:10:26 01:10:26 Step 11/26 : FROM docker:20.10.0 01:10:26 20.10.0: Pulling from library/docker 01:10:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:10:34 Status: Downloaded newer image for docker:20.10.0 01:10:34 ---> eeaf43b92773 01:10:34 Step 12/26 : RUN apk add --no-cache bash 01:10:35 Removing intermediate container 3a980d1796a4 01:10:35 ---> 9867c9c230b2 01:10:35 01:10:35 Step 10/23 : FROM alpine:3.12 01:10:35 ---> afeebe901d6b 01:10:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:10:35 ---> Running in 2d5d106a1989 01:10:36 ---> Running in b0723f16e3e7 01:10:36 Removing intermediate container b0723f16e3e7 01:10:36 ---> ea9a3a0cf133 01:10:36 Step 12/23 : ENV APP_PORT=48080 01:10:36 ---> Running in d8fe7044e6d2 01:10:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:37 Removing intermediate container d8fe7044e6d2 01:10:37 ---> 585dcb924b18 01:10:37 Step 13/23 : EXPOSE $APP_PORT 01:10:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:37 ---> Running in 19df4c536c63 01:10:37 Removing intermediate container 19df4c536c63 01:10:37 ---> c4c3655bebba 01:10:37 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:10:37 (1/2) Installing readline (8.0.4-r0) 01:10:37 (2/2) Installing bash (5.0.17-r0) 01:10:37 Executing bash-5.0.17-r0.post-install 01:10:37 Executing busybox-1.31.1-r19.trigger 01:10:37 ---> Running in d433f8e1fd51 01:10:37 OK: 12 MiB in 22 packages 01:10:39 Removing intermediate container 2d5d106a1989 01:10:39 ---> 157e64c12b15 01:10:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:10:39 ---> Running in 84b2bd58e2c7 01:10:39 Removing intermediate container 84b2bd58e2c7 01:10:39 ---> f1fbe2f7d974 01:10:39 Step 14/26 : ENV APP_PORT=48090 01:10:39 ---> Running in 5c2589b1be2c 01:10:40 Removing intermediate container d433f8e1fd51 01:10:40 ---> 37a808f94f48 01:10:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:10:40 ---> Running in 558999612fd2 01:10:40 Removing intermediate container 5c2589b1be2c 01:10:40 ---> 553158b8b0d5 01:10:40 Step 15/26 : EXPOSE $APP_PORT 01:10:40 ---> Running in 6853cf09f3ab 01:10:41 Removing intermediate container 6853cf09f3ab 01:10:41 ---> 4a339593d5b0 01:10:41 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:10:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:42 ---> 2e54700c15d3 01:10:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:10:42 (1/6) Installing dumb-init (1.2.2-r1) 01:10:43 (2/6) Installing libgcc (9.3.0-r2) 01:10:43 ---> 4b55d1221f21 01:10:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:10:43 (3/6) Installing libsodium (1.0.18-r0) 01:10:43 (4/6) Installing libstdc++ (9.3.0-r2) 01:10:43 (5/6) Installing libzmq (4.3.3-r0) 01:10:43 (6/6) Installing zeromq (4.3.3-r0) 01:10:44 Executing busybox-1.31.1-r19.trigger 01:10:44 OK: 8 MiB in 20 packages 01:10:44 ---> 52c0a1744e0d 01:10:44 Step 19/26 : RUN apk --no-cache add py3-pip 01:10:44 ---> Running in 46d37849604e 01:10:45 Removing intermediate container 558999612fd2 01:10:45 ---> 35a514fff465 01:10:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:10:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:10:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:10:45 ---> 9190cba15077 01:10:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:10:46 (1/33) Installing libbz2 (1.0.8-r1) 01:10:46 (2/33) Installing expat (2.2.9-r1) 01:10:46 (3/33) Installing libffi (3.3-r2) 01:10:46 (4/33) Installing gdbm (1.13-r1) 01:10:46 (5/33) Installing xz-libs (5.2.5-r0) 01:10:46 (6/33) Installing sqlite-libs (3.32.1-r0) 01:10:46 (7/33) Installing python3 (3.8.5-r0) 01:10:47 ---> c54aeba42410 01:10:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:10:48 (8/33) Installing py3-appdirs (1.4.4-r1) 01:10:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:10:48 (10/33) Installing py3-parsing (2.4.7-r0) 01:10:48 (11/33) Installing py3-six (1.15.0-r0) 01:10:48 (12/33) Installing py3-packaging (20.4-r0) 01:10:48 (13/33) Installing py3-setuptools (47.0.0-r0) 01:10:48 (14/33) Installing py3-chardet (3.0.4-r4) 01:10:48 (15/33) Installing py3-idna (2.9-r0) 01:10:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:10:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:10:48 (18/33) Installing py3-requests (2.23.0-r0) 01:10:48 (19/33) Installing py3-msgpack (1.0.0-r0) 01:10:48 (20/33) Installing py3-lockfile (0.12.2-r3) 01:10:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:10:48 (22/33) Installing py3-colorama (0.4.3-r0) 01:10:48 (23/33) Installing py3-distlib (0.3.0-r0) 01:10:48 (24/33) Installing py3-distro (1.5.0-r1) 01:10:48 (25/33) Installing py3-webencodings (0.5.1-r3) 01:10:48 (26/33) Installing py3-html5lib (1.0.1-r4) 01:10:48 ---> 9f74efb2d2b0 01:10:48 Step 19/23 : ENTRYPOINT ["/core-data"] 01:10:48 (27/33) Installing py3-pytoml (0.1.21-r0) 01:10:48 (28/33) Installing py3-pep517 (0.8.2-r0) 01:10:48 (29/33) Installing py3-progress (1.5-r0) 01:10:48 (30/33) Installing py3-toml (0.10.1-r0) 01:10:48 (31/33) Installing py3-retrying (1.3.3-r0) 01:10:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:10:48 (33/33) Installing py3-pip (20.1.1-r0) 01:10:48 ---> Running in ab97f4ff5a1d 01:10:48 Executing busybox-1.31.1-r19.trigger 01:10:48 OK: 71 MiB in 55 packages 01:10:49 Removing intermediate container ab97f4ff5a1d 01:10:49 ---> 1f094a9d6d79 01:10:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:10:49 ---> Running in 9a37b451ffa1 01:10:50 Removing intermediate container 9a37b451ffa1 01:10:50 ---> c214e4145bdb 01:10:50 Step 21/23 : LABEL arch=arm64 01:10:50 ---> Running in 8d0163bfa117 01:10:50 Removing intermediate container 8d0163bfa117 01:10:50 ---> 358a1353aa2a 01:10:50 Step 22/23 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:10:50 ---> Running in ed9153584636 01:10:51 Removing intermediate container ed9153584636 01:10:51 ---> 2f2608ff3d14 01:10:51 Step 23/23 : LABEL version=0.0.0 01:10:51 ---> Running in 5254d6c2ee7b 01:10:52 Removing intermediate container 5254d6c2ee7b 01:10:52 ---> 3f5a4c4cea3d 01:10:52 01:10:52 Successfully built 3f5a4c4cea3d 01:10:52 Successfully tagged docker-core-data-go-arm64:latest 01:10:54  Building docker-core-data-go ... done Removing intermediate container 46d37849604e 01:10:54 ---> 43222bde54cf 01:10:54 Step 20/26 : RUN pip install docker-compose==1.23.2 01:10:54 ---> Running in 3b8dbc704f49 01:11:00 Collecting docker-compose==1.23.2 01:11:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:11:00 Collecting texttable<0.10,>=0.9.0 01:11:00 Downloading texttable-0.9.1.tar.gz (11 kB) 01:11:02 Collecting dockerpty<0.5,>=0.4.1 01:11:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:11:04 Collecting PyYAML<4,>=3.10 01:11:04 Downloading PyYAML-3.13.tar.gz (270 kB) 01:11:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:11:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:11:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:11:08 Collecting cached-property<2,>=1.2.0 01:11:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:11:08 Collecting docopt<0.7,>=0.6.1 01:11:08 Downloading docopt-0.6.2.tar.gz (25 kB) 01:11:11 Collecting websocket-client<1.0,>=0.32.0 01:11:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:11:11 Collecting docker<4.0,>=3.6.0 01:11:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:11:12 Collecting jsonschema<3,>=2.5.1 01:11:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:11:12 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) 01:11:12 Collecting idna<2.8,>=2.5 01:11:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:11:12 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) 01:11:13 Collecting urllib3<1.25,>=1.21.1 01:11:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:11:13 Collecting docker-pycreds>=0.4.0 01:11:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:11:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:11:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:11:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:11:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:11:14 Installing collected packages: texttable, dockerpty, PyYAML, idna, urllib3, requests, cached-property, docopt, websocket-client, docker-pycreds, docker, jsonschema, docker-compose 01:11:14 Running setup.py install for texttable: started 01:11:16 Running setup.py install for texttable: finished with status 'done' 01:11:16 Running setup.py install for dockerpty: started 01:11:17 Running setup.py install for dockerpty: finished with status 'done' 01:11:17 Running setup.py install for PyYAML: started 01:11:19 Running setup.py install for PyYAML: finished with status 'done' 01:11:19 Attempting uninstall: idna 01:11:19 Found existing installation: idna 2.9 01:11:19 Uninstalling idna-2.9: 01:11:19 Successfully uninstalled idna-2.9 01:11:20 Attempting uninstall: urllib3 01:11:20 Found existing installation: urllib3 1.25.9 01:11:20 Uninstalling urllib3-1.25.9: 01:11:20 Successfully uninstalled urllib3-1.25.9 01:11:21 Attempting uninstall: requests 01:11:21 Found existing installation: requests 2.23.0 01:11:21 Uninstalling requests-2.23.0: 01:11:21 Successfully uninstalled requests-2.23.0 01:11:21 Running setup.py install for docopt: started 01:11:23 Running setup.py install for docopt: finished with status 'done' 01:11:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:11:30 Removing intermediate container 3b8dbc704f49 01:11:30 ---> 26d9829c73e3 01:11:30 Step 21/26 : RUN apk --no-cache add curl 01:11:30 ---> Running in fa916057ecbf 01:11:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:11:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:11:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:11:31 (2/3) Installing libcurl (7.69.1-r3) 01:11:31 (3/3) Installing curl (7.69.1-r3) 01:11:31 Executing busybox-1.31.1-r19.trigger 01:11:31 OK: 71 MiB in 58 packages 01:11:32 Removing intermediate container fa916057ecbf 01:11:32 ---> ffc0eafdfbbb 01:11:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:11:32 ---> Running in f5fa1283b2e0 01:11:33 Removing intermediate container f5fa1283b2e0 01:11:33 ---> 4e61a0924a8c 01:11:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:11:33 ---> Running in 086c3abff5c8 01:11:33 Removing intermediate container 086c3abff5c8 01:11:33 ---> 6700507951f4 01:11:33 Step 24/26 : LABEL arch=arm64 01:11:34 ---> Running in e0058bea7d0d 01:11:34 Removing intermediate container e0058bea7d0d 01:11:34 ---> 4fdc9a20a5db 01:11:34 Step 25/26 : LABEL git_sha=2565a60a46a8e856d7b0009122d957db17fa87c8 01:11:34 ---> Running in 0d79b551f941 01:11:35 Removing intermediate container 0d79b551f941 01:11:35 ---> 25e279c40508 01:11:35 Step 26/26 : LABEL version=0.0.0 01:11:35 ---> Running in ba4ed51e9657 01:11:35 Removing intermediate container ba4ed51e9657 01:11:35 ---> 31ac4585c53b 01:11:35 01:11:36 Successfully built 31ac4585c53b 01:11:36 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:11:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 01:11:36 $ docker stop --time=1 058de2ffb62b80719f31bcbd22769c4132ab364500892f08d95d087d7ee00d71 01:11:38 $ docker rm -f 058de2ffb62b80719f31bcbd22769c4132ab364500892f08d95d087d7ee00d71 [Pipeline] // withDockerContainer [Pipeline] sh 01:11:38 + docker images 01:11:38 + grep docker 01:11:38 docker-sys-mgmt-agent-go-arm64 latest 31ac4585c53b 3 seconds ago 300MB 01:11:38 docker-core-data-go-arm64 latest 3f5a4c4cea3d 47 seconds ago 21MB 01:11:38 docker-security-secretstore-setup-go-arm64 latest 8c0091ee7a43 About a minute ago 23.4MB 01:11:38 docker-security-proxy-setup-go-arm64 latest fbe8b130fea4 About a minute ago 23.2MB 01:11:38 docker-security-bootstrapper-go-arm64 latest 8195d4d249dc 3 minutes ago 40.3MB 01:11:38 docker-core-metadata-go-arm64 latest f181e601682e 3 minutes ago 17.7MB 01:11:38 docker-core-command-go-arm64 latest 14b1f816d9b9 3 minutes ago 15.4MB 01:11:38 docker-support-notifications-go-arm64 latest 63800f928d26 4 minutes ago 16MB 01:11:38 docker-support-scheduler-go-arm64 latest 2c04712bd434 4 minutes ago 15.5MB 01:11:38 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:11:40 provisioning config files... 01:11:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config6514078411845999677tmp [Pipeline] { [Pipeline] sh 01:11:41 + set +x 01:11:41 + curl -s https://codecov.io/bash 01:11:41 + bash -s -- 01:11:41 01:11:41 _____ _ 01:11:41 / ____| | | 01:11:41 | | ___ __| | ___ ___ _____ __ 01:11:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:11:41 | |___| (_) | (_| | __/ (_| (_) \ V / 01:11:41 \_____\___/ \__,_|\___|\___\___/ \_/ 01:11:41 Bash-20210115-cec3c92 01:11:41 01:11:41 01:11:41 ==> git version 2.24.3 found 01:11:41 ==> 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 01:11:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:11:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:11:41 ==> Jenkins CI detected. 01:11:41 project root: . 01:11:41 --> token set from env 01:11:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:11:41 ==> Running gcov in . (disable via -X gcov) 01:11:41 ==> Python coveragepy not found 01:11:41 ==> Searching for coverage reports in: 01:11:41 + . 01:11:41 -> Found 1 reports 01:11:41 ==> Detecting git/mercurial file structure 01:11:41 ==> Reading reports 01:11:41 + ./coverage.out bytes=562928 01:11:41 ==> Appending adjustments 01:11:41 https://docs.codecov.io/docs/fixing-reports 01:11:45 + Found adjustments 01:11:45 ==> Gzipping contents 01:11:45 84K /tmp/codecov.SoFH9E.gz 01:11:45 ==> Uploading reports 01:11:45 url: https://codecov.io 01:11:45 query: branch=PR-3027&commit=2565a60a46a8e856d7b0009122d957db17fa87c8&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 01:11:45 -> Pinging Codecov 01:11:45 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=2565a60a46a8e856d7b0009122d957db17fa87c8&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 01:11:45 -> Uploading to 01:11:45 https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/2565a60a46a8e856d7b0009122d957db17fa87c8/66fce865-3460-40e8-a548-d16d52b59cc5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T011145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=461759301837fec6ca53fd1b83c4c6e8243601f89a4f9234b3ef4517e5192804 01:11:45 % Total % Received % Xferd Average Speed Time Time Time Current 01:11:45 Dload Upload Total Spent Left Speed 01:11:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85409 0 0 100 85409 0 153k --:--:-- --:--:-- --:--:-- 153k 01:11:45 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2565a60a46a8e856d7b0009122d957db17fa87c8 [Pipeline] } 01:11:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:11:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:11:48 ---> package-listing.sh 01:11:48 ++ facter osfamily 01:11:48 ++ tr '[:upper:]' '[:lower:]' 01:11:48 + OS_FAMILY=redhat 01:11:48 + workspace=/w/workspace/edgex-go/21 01:11:48 + START_PACKAGES=/tmp/packages_start.txt 01:11:48 + END_PACKAGES=/tmp/packages_end.txt 01:11:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:11:48 + PACKAGES=/tmp/packages_start.txt 01:11:48 + '[' /w/workspace/edgex-go/21 ']' 01:11:48 + PACKAGES=/tmp/packages_end.txt 01:11:48 + case "${OS_FAMILY}" in 01:11:48 + rpm -qa 01:11:48 + sort 01:11:53 + '[' -f /tmp/packages_start.txt ']' 01:11:53 + '[' -f /tmp/packages_end.txt ']' 01:11:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:11:53 + '[' /w/workspace/edgex-go/21 ']' 01:11:53 + mkdir -p /w/workspace/edgex-go/21/archives/ 01:11:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo 01:11:53 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:11:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:11:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:11:54 01:11:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:11:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:11:54 alpine: Pulling from edgex-lftools-log-publisher 01:11:54 df20fa9351a1: Pulling fs layer 01:11:54 36b3adc4ff6f: Pulling fs layer 01:11:54 8ad3a11d3b57: Pulling fs layer 01:11:54 46f8f816bc3b: Pulling fs layer 01:11:54 93b61091891f: Pulling fs layer 01:11:54 93b9cdb0e59b: Pulling fs layer 01:11:54 5e14af77c1be: Pulling fs layer 01:11:54 01666e4c0597: Pulling fs layer 01:11:54 aa168da1d23b: Pulling fs layer 01:11:54 93b9cdb0e59b: Waiting 01:11:54 5e14af77c1be: Waiting 01:11:54 46f8f816bc3b: Waiting 01:11:54 01666e4c0597: Waiting 01:11:54 aa168da1d23b: Waiting 01:11:54 93b61091891f: Waiting 01:11:54 36b3adc4ff6f: Download complete 01:11:54 46f8f816bc3b: Verifying Checksum 01:11:54 46f8f816bc3b: Download complete 01:11:55 df20fa9351a1: Verifying Checksum 01:11:55 93b9cdb0e59b: Verifying Checksum 01:11:55 93b9cdb0e59b: Download complete 01:11:55 5e14af77c1be: Verifying Checksum 01:11:55 5e14af77c1be: Download complete 01:11:55 93b61091891f: Download complete 01:11:55 01666e4c0597: Verifying Checksum 01:11:55 01666e4c0597: Download complete 01:11:55 8ad3a11d3b57: Verifying Checksum 01:11:55 8ad3a11d3b57: Download complete 01:11:55 df20fa9351a1: Pull complete 01:11:55 36b3adc4ff6f: Pull complete 01:11:57 8ad3a11d3b57: Pull complete 01:11:57 aa168da1d23b: Verifying Checksum 01:11:57 aa168da1d23b: Download complete 01:11:57 46f8f816bc3b: Pull complete 01:11:58 93b61091891f: Pull complete 01:11:58 93b9cdb0e59b: Pull complete 01:11:58 5e14af77c1be: Pull complete 01:11:58 01666e4c0597: Pull complete 01:12:08 aa168da1d23b: Pull complete 01:12:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:12:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:12:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:12:09 prd-centos7-docker-4c-2g-22124 does not seem to be running inside a container 01:12:09 $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-lftools-log-publisher:alpine cat 01:12:12 $ docker top 34071a357bd31ddd8213be0369d6e681f4847cfa61b153eacbf4caa89a5870e8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:12:13 + touch /tmp/pre-build-complete [Pipeline] sh 01:12:13 + mkdir -p /var/log/sa [Pipeline] sh 01:12:14 + ls /var/log/sa-host 01:12:14 + sadf -c /var/log/sa-host/sa22 01:12:14 file_magic: OK 01:12:14 HZ: Using current value: 100 01:12:14 file_header: OK 01:12:14 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 01:12:14 Statistics: 01:12:14 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... 01:12:14 File successfully converted to sysstat format version 12.2.1 01:12:14 + sadf -c /var/log/sa-host/sa23 01:12:14 file_magic: OK 01:12:14 HZ: Using current value: 100 01:12:14 file_header: OK 01:12:14 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 01:12:14 Statistics: 01:12:14 Hnuu...uuuununununu... 01:12:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:12:14 provisioning config files... 01:12:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config2543052977640477190tmp [Pipeline] { [Pipeline] echo 01:12:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:12:14 ---> create-netrc.sh [Pipeline] } 01:12:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:12:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:12:15 ---> python-tools-install.sh [Pipeline] echo 01:12:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:12:16 ---> sudo-logs.sh 01:12:16 Archiving 'sudo' log.. [Pipeline] echo 01:12:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:12:16 ---> job-cost.sh 01:12:16 lf-activate-venv: SKIPPING 01:12:16 INFO: No Stack... 01:12:17 INFO: Retrieving Pricing Info for: v1-standard-2 01:12:17 INFO: Archiving Costs [Pipeline] echo 01:12:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:12:18 ---> logs-deploy.sh 01:12:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/21 01:12:18 INFO: archiving workspace using pattern(s): 01:12:19 Archives upload complete. 01:12:19 INFO: archiving logs to Nexus 01:12:21 ---> uname -a: 01:12:21 Linux prd-centos7-docker-4c-2g-22124.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:12:21 01:12:21 01:12:21 ---> lscpu: 01:12:21 Architecture: x86_64 01:12:21 CPU op-mode(s): 32-bit, 64-bit 01:12:21 Byte Order: Little Endian 01:12:21 Address sizes: 40 bits physical, 48 bits virtual 01:12:21 CPU(s): 4 01:12:21 On-line CPU(s) list: 0-3 01:12:21 Thread(s) per core: 1 01:12:21 Core(s) per socket: 1 01:12:21 Socket(s): 4 01:12:21 NUMA node(s): 1 01:12:21 Vendor ID: GenuineIntel 01:12:21 CPU family: 6 01:12:21 Model: 44 01:12:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:12:21 Stepping: 1 01:12:21 CPU MHz: 2933.438 01:12:21 BogoMIPS: 5866.87 01:12:21 Virtualization: VT-x 01:12:21 Hypervisor vendor: KVM 01:12:21 Virtualization type: full 01:12:21 L1d cache: 128 KiB 01:12:21 L1i cache: 128 KiB 01:12:21 L2 cache: 16 MiB 01:12:21 L3 cache: 64 MiB 01:12:21 NUMA node0 CPU(s): 0-3 01:12:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:12:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:12:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:12:21 Vulnerability Meltdown: Mitigation; PTI 01:12:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:12:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:12:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:12:21 Vulnerability Srbds: Not affected 01:12:21 Vulnerability Tsx async abort: Not affected 01:12:21 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 01:12:21 01:12:21 01:12:21 ---> nproc: 01:12:21 4 01:12:21 01:12:21 01:12:21 ---> df -h: 01:12:21 Filesystem Size Used Available Use% Mounted on 01:12:21 overlay 50.0G 12.6G 37.4G 25% / 01:12:21 tmpfs 64.0M 0 64.0M 0% /dev 01:12:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:12:21 shm 64.0M 0 64.0M 0% /dev/shm 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/21 01:12:21 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/21@tmp 01:12:21 01:12:21 01:12:21 ---> free -m: 01:12:21 total used free shared buff/cache available 01:12:21 Mem: 1837 695 176 0 965 1058 01:12:21 Swap: 1023 69 954 01:12:21 01:12:21 01:12:21 ---> ip addr: 01:12:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:12:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:12:21 inet 127.0.0.1/8 scope host lo 01:12:21 valid_lft forever preferred_lft forever 01:12:21 inet6 ::1/128 scope host 01:12:21 valid_lft forever preferred_lft forever 01:12:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:12:21 link/ether fa:16:3e:52:82:72 brd ff:ff:ff:ff:ff:ff 01:12:21 inet 10.30.122.61/23 brd 10.30.123.255 scope global dynamic eth0 01:12:21 valid_lft 85022sec preferred_lft 85022sec 01:12:21 inet6 fe80::f816:3eff:fe52:8272/64 scope link 01:12:21 valid_lft forever preferred_lft forever 01:12:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:12:21 link/ether 02:42:4d:2f:9a:ef brd ff:ff:ff:ff:ff:ff 01:12:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:12:21 valid_lft forever preferred_lft forever 01:12:21 inet6 fe80::42:4dff:fe2f:9aef/64 scope link 01:12:21 valid_lft forever preferred_lft forever 01:12:21 01:12:21 01:12:21 ---> sar -b -r -n DEV: 01:12:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 01:12:21 01:12:21 00:49:11 LINUX RESTART (4 CPU) 01:12:21 01:12:21 00:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:12:21 00:51:01 67.85 24.49 43.36 0.00 5324.19 7764.83 0.00 01:12:21 00:52:01 246.91 98.82 148.09 0.00 7253.49 46417.27 0.00 01:12:21 00:53:01 233.24 91.21 142.04 0.00 3393.88 20317.35 0.00 01:12:21 00:54:02 140.23 69.75 70.48 0.00 3428.29 6858.42 0.00 01:12:21 00:55:02 578.62 356.75 221.87 0.00 77316.88 151128.57 0.00 01:12:21 00:56:01 2904.44 2544.27 360.17 0.00 157109.59 172151.26 0.00 01:12:21 00:57:02 571.60 333.61 237.99 0.00 34184.74 56763.73 0.00 01:12:21 00:58:01 2302.07 1926.69 375.38 0.00 156676.73 170852.12 0.00 01:12:21 00:59:01 727.00 453.52 273.48 0.00 32762.73 59819.40 0.00 01:12:21 01:00:01 49.03 13.08 35.95 0.00 2849.93 1327.06 0.00 01:12:21 01:01:01 1.71 0.13 1.58 0.00 2.80 28.30 0.00 01:12:21 01:02:01 0.68 0.35 0.33 0.00 22.50 5.44 0.00 01:12:21 01:03:01 0.32 0.03 0.28 0.00 1.07 2.93 0.00 01:12:21 01:04:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 01:12:21 01:05:01 2.66 1.87 0.80 0.00 59.28 15.24 0.00 01:12:21 01:06:01 0.22 0.02 0.20 0.00 0.53 2.13 0.00 01:12:21 01:07:01 0.25 0.03 0.22 0.00 0.80 2.07 0.00 01:12:21 01:08:02 0.25 0.00 0.25 0.00 0.00 2.83 0.00 01:12:21 01:09:01 0.25 0.00 0.25 0.00 0.00 2.79 0.00 01:12:21 01:10:01 0.25 0.03 0.22 0.00 0.27 2.10 0.00 01:12:21 01:11:01 0.20 0.02 0.18 0.00 0.13 2.17 0.00 01:12:21 01:12:01 102.84 70.91 31.93 0.00 5921.04 6055.07 0.00 01:12:21 Average: 358.26 270.00 88.26 0.00 21980.02 31692.69 0.00 01:12:21 01:12:21 00:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:12:21 00:51:01 72716 0 761920 40.49 2620 1044288 1485744 50.71 621012 984596 7396 01:12:21 00:52:01 110960 0 678156 36.04 1500 1090928 1298328 44.31 551632 943332 102252 01:12:21 00:53:01 209592 0 830068 44.12 836 841048 1768964 60.37 696032 690616 17356 01:12:21 00:54:02 247468 0 748336 39.77 760 884980 1410044 48.12 630976 710172 67808 01:12:21 00:55:02 65360 0 817680 43.46 0 998504 2247748 76.71 716172 892712 54088 01:12:21 00:56:01 71504 0 700012 37.20 0 1110028 1534520 52.37 637732 947964 1896 01:12:21 00:57:02 73032 0 718764 38.20 0 1089748 1538484 52.51 736976 826364 1940 01:12:21 00:58:01 153948 0 674092 35.83 0 1053504 1538184 52.50 544216 953224 58572 01:12:21 00:59:01 145652 0 662956 35.23 0 1072936 1335764 45.59 543240 940140 8 01:12:21 01:00:01 158528 0 617328 32.81 0 1105688 1190500 40.63 505960 970048 8 01:12:21 01:01:01 160376 0 615456 32.71 0 1105712 1170132 39.93 505324 968864 12 01:12:21 01:02:01 160680 0 614460 32.66 0 1106404 1159188 39.56 505192 969076 8 01:12:21 01:03:01 160152 0 615008 32.69 0 1106384 1159248 39.56 505668 969076 8 01:12:21 01:04:01 161224 0 613904 32.63 0 1106416 1159044 39.56 504308 969108 8 01:12:21 01:05:01 158888 0 615204 32.70 0 1107452 1159212 39.56 505924 969360 8 01:12:21 01:06:01 159472 0 614604 32.66 0 1107468 1159040 39.56 505220 969380 8 01:12:21 01:07:01 159504 0 614576 32.66 0 1107464 1159044 39.56 505348 969392 8 01:12:21 01:08:02 159628 0 614440 32.66 0 1107476 1159044 39.56 505232 969400 8 01:12:21 01:09:01 159776 0 614284 32.65 0 1107484 1159044 39.56 505240 969400 8 01:12:21 01:10:01 159260 0 614796 32.68 0 1107488 1159188 39.56 505712 969400 8 01:12:21 01:11:01 159644 0 614404 32.65 0 1107496 1159044 39.56 505376 969408 12 01:12:21 01:12:01 74064 0 700708 37.24 0 1106772 1586332 54.14 630744 906020 86424 01:12:21 Average: 142792 0 666871 35.44 260 1071621 1349811 46.07 562420 928502 18084 01:12:21 01:12:21 00:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:12:21 00:51:01 veth071ee77 1125.51 831.76 98.69 2678.89 0.00 0.00 0.00 0.00 01:12:21 00:51:01 eth0 995.16 1236.97 3287.52 148.30 0.00 0.00 0.00 0.00 01:12:21 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:51:01 docker0 1125.51 831.63 83.30 2678.88 0.00 0.00 0.00 0.00 01:12:21 00:52:01 eth0 511.53 450.20 3676.49 45.63 0.00 0.00 0.00 0.00 01:12:21 00:52:01 veth3ffad93 109.41 108.35 471.47 10.04 0.00 0.00 0.00 0.00 01:12:21 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:52:01 veth88d1d92 108.35 109.41 10.04 471.47 0.00 0.00 0.00 0.00 01:12:21 00:53:01 eth0 39.58 27.53 32.01 66.80 0.00 0.00 0.00 0.00 01:12:21 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:53:01 docker0 1278.29 1003.66 94.29 3507.26 0.00 0.00 0.00 0.00 01:12:21 00:53:01 vethe72db6f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:12:21 00:54:02 eth0 23.76 13.21 19.95 10.78 0.00 0.00 0.00 0.00 01:12:21 00:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:54:02 docker0 0.43 0.43 0.03 0.04 0.00 0.00 0.00 0.00 01:12:21 00:54:02 vethe72db6f 0.43 0.43 0.04 0.04 0.00 0.00 0.00 0.00 01:12:21 00:55:02 eth0 200.41 166.66 1693.55 73.99 0.00 0.00 0.00 0.00 01:12:21 00:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:55:02 veth95351aa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:12:21 00:55:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:56:01 veth166d412 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:56:01 eth0 47.41 27.59 167.37 10.98 0.00 0.00 0.00 0.00 01:12:21 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:56:01 veth95351aa 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 01:12:21 00:57:02 eth0 82.36 59.28 254.21 71.21 0.00 0.00 0.00 0.00 01:12:21 00:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:57:02 veth95351aa 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:12:21 00:57:02 docker0 1297.67 1046.24 95.18 3817.76 0.00 0.00 0.00 0.00 01:12:21 00:58:01 vethaf181fe 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:58:01 vethbcc5d36 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:58:01 veth05f7db0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 00:58:01 eth0 62.16 39.39 123.25 35.18 0.00 0.00 0.00 0.00 01:12:21 00:59:01 eth0 241.56 186.56 1712.17 70.83 0.00 0.00 0.00 0.00 01:12:21 00:59:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:12:21 00:59:01 veth95351aa 0.00 1.03 0.00 0.05 0.00 0.00 0.00 0.00 01:12:21 00:59:01 docker0 1359.42 1138.26 98.68 4385.35 0.00 0.00 0.00 0.00 01:12:21 01:00:01 eth0 53.33 44.76 73.07 64.30 0.00 0.00 0.00 0.00 01:12:21 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:00:01 docker0 6.96 10.62 0.64 56.43 0.00 0.00 0.00 0.00 01:12:21 01:01:01 eth0 1.07 0.40 0.38 0.21 0.00 0.00 0.00 0.00 01:12:21 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:02:01 eth0 1.95 0.53 0.64 0.39 0.00 0.00 0.00 0.00 01:12:21 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:03:01 eth0 0.60 0.33 0.28 0.20 0.00 0.00 0.00 0.00 01:12:21 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:04:01 eth0 0.68 0.08 0.06 0.01 0.00 0.00 0.00 0.00 01:12:21 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:05:01 eth0 0.72 0.53 0.43 0.27 0.00 0.00 0.00 0.00 01:12:21 01:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:06:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:12:21 01:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:07:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:08:02 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 01:12:21 01:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:08:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:09:01 eth0 0.27 0.10 0.01 0.01 0.00 0.00 0.00 0.00 01:12:21 01:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:10:01 eth0 1.05 0.38 0.45 0.26 0.00 0.00 0.00 0.00 01:12:21 01:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:11:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:12:21 01:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:12:01 eth0 187.30 159.39 2166.40 19.23 0.00 0.00 0.00 0.00 01:12:21 01:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 01:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 Average: eth0 111.64 109.96 601.95 28.18 0.00 0.00 0.00 0.00 01:12:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:12:21 Average: docker0 62.23 52.32 4.52 202.30 0.00 0.00 0.00 0.00 01:12:21 01:12:21 01:12:21 ---> sar -P ALL: 01:12:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/22/21 _x86_64_ (4 CPU) 01:12:21 01:12:21 00:49:11 LINUX RESTART (4 CPU) 01:12:21 01:12:21 00:50:01 CPU %user %nice %system %iowait %steal %idle 01:12:21 00:51:01 all 10.80 0.00 5.01 1.20 0.59 82.39 01:12:21 00:51:01 0 9.37 0.00 6.04 1.15 0.56 82.88 01:12:21 00:51:01 1 7.78 0.00 4.09 1.49 0.58 86.07 01:12:21 00:51:01 2 12.89 0.00 5.42 0.39 0.60 80.69 01:12:21 00:51:01 3 13.15 0.00 4.53 1.77 0.63 79.92 01:12:21 00:52:01 all 10.79 0.00 7.73 3.44 0.08 77.96 01:12:21 00:52:01 0 11.66 0.00 8.58 2.16 0.09 77.52 01:12:21 00:52:01 1 11.62 0.00 6.61 2.91 0.09 78.78 01:12:21 00:52:01 2 9.49 0.00 7.81 4.54 0.05 78.10 01:12:21 00:52:01 3 10.38 0.00 7.91 4.16 0.09 77.46 01:12:21 00:53:01 all 41.32 0.00 12.26 7.96 0.12 38.34 01:12:21 00:53:01 0 42.16 0.00 12.04 5.51 0.12 40.16 01:12:21 00:53:01 1 42.38 0.00 12.22 5.85 0.11 39.44 01:12:21 00:53:01 2 41.29 0.00 12.24 11.94 0.11 34.42 01:12:21 00:53:01 3 39.45 0.00 12.54 8.52 0.14 39.36 01:12:21 00:54:02 all 51.15 0.00 14.69 2.89 0.23 31.05 01:12:21 00:54:02 0 50.35 0.00 15.06 3.22 0.20 31.18 01:12:21 00:54:02 1 51.77 0.00 14.89 4.20 0.19 28.94 01:12:21 00:54:02 2 50.61 0.00 14.65 1.41 0.27 33.07 01:12:21 00:54:02 3 51.85 0.00 14.15 2.71 0.27 31.02 01:12:21 00:55:02 all 23.30 0.00 20.71 8.12 0.33 47.54 01:12:21 00:55:02 0 22.99 0.00 20.14 8.00 0.32 48.55 01:12:21 00:55:02 1 23.37 0.00 19.80 8.41 0.31 48.10 01:12:21 00:55:02 2 22.36 0.00 21.22 8.85 0.33 47.24 01:12:21 00:55:02 3 24.50 0.00 21.68 7.21 0.35 46.26 01:12:21 00:56:01 all 18.09 0.00 24.39 31.13 0.49 25.90 01:12:21 00:56:01 0 17.89 0.00 24.21 31.31 0.63 25.96 01:12:21 00:56:01 1 17.39 0.00 23.77 32.21 0.49 26.14 01:12:21 00:56:01 2 18.66 0.00 24.74 31.67 0.49 24.43 01:12:21 00:56:01 3 18.41 0.00 24.84 29.31 0.35 27.09 01:12:21 00:57:02 all 49.12 0.00 17.03 17.02 0.18 16.66 01:12:21 00:57:02 0 48.33 0.00 16.58 18.92 0.18 16.00 01:12:21 00:57:02 1 49.09 0.00 16.14 17.95 0.18 16.64 01:12:21 00:57:02 2 50.53 0.00 17.30 12.35 0.19 19.62 01:12:21 00:57:02 3 48.50 0.00 18.07 18.91 0.16 14.36 01:12:21 00:58:01 all 25.63 0.00 24.83 27.02 0.19 22.33 01:12:21 00:58:01 0 24.96 0.00 25.03 29.77 0.24 20.00 01:12:21 00:58:01 1 25.62 0.00 24.50 27.06 0.16 22.66 01:12:21 00:58:01 2 25.48 0.00 25.17 25.64 0.20 23.51 01:12:21 00:58:01 3 26.46 0.00 24.61 25.60 0.17 23.16 01:12:21 00:59:01 all 36.05 0.00 15.71 15.05 0.14 33.06 01:12:21 00:59:01 0 35.88 0.00 16.32 12.11 0.16 35.53 01:12:21 00:59:01 1 36.71 0.00 14.57 16.80 0.14 31.78 01:12:21 00:59:01 2 35.10 0.00 16.11 16.02 0.09 32.68 01:12:21 00:59:01 3 36.49 0.00 15.84 15.24 0.18 32.25 01:12:21 01:00:01 all 3.81 0.00 1.66 1.60 0.03 92.90 01:12:21 01:00:01 0 5.71 0.00 2.06 0.72 0.03 91.47 01:12:21 01:00:01 1 2.35 0.00 1.24 4.09 0.03 92.28 01:12:21 01:00:01 2 3.71 0.00 1.60 0.61 0.03 94.05 01:12:21 01:00:01 3 3.47 0.00 1.75 0.98 0.02 93.79 01:12:21 01:01:01 all 0.08 0.00 0.07 0.00 0.00 99.85 01:12:21 01:01:01 0 0.03 0.00 0.07 0.00 0.00 99.90 01:12:21 01:01:01 1 0.20 0.00 0.08 0.00 0.00 99.72 01:12:21 01:01:01 2 0.05 0.00 0.07 0.00 0.00 99.88 01:12:21 01:01:01 3 0.05 0.00 0.05 0.00 0.00 99.90 01:12:21 01:12:21 01:01:01 CPU %user %nice %system %iowait %steal %idle 01:12:21 01:02:01 all 0.11 0.00 0.07 0.01 0.03 99.78 01:12:21 01:02:01 0 0.03 0.00 0.10 0.00 0.02 99.85 01:12:21 01:02:01 1 0.32 0.00 0.08 0.02 0.02 99.57 01:12:21 01:02:01 2 0.05 0.00 0.05 0.02 0.05 99.83 01:12:21 01:02:01 3 0.05 0.00 0.03 0.00 0.05 99.87 01:12:21 01:03:01 all 0.14 0.00 0.02 0.00 0.01 99.83 01:12:21 01:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 01:12:21 01:03:01 1 0.50 0.00 0.02 0.00 0.02 99.47 01:12:21 01:03:01 2 0.02 0.00 0.02 0.00 0.02 99.95 01:12:21 01:03:01 3 0.03 0.00 0.03 0.00 0.02 99.92 01:12:21 01:04:01 all 0.16 0.00 0.02 0.00 0.01 99.81 01:12:21 01:04:01 0 0.03 0.00 0.02 0.00 0.00 99.95 01:12:21 01:04:01 1 0.52 0.00 0.02 0.00 0.00 99.47 01:12:21 01:04:01 2 0.05 0.00 0.03 0.00 0.02 99.90 01:12:21 01:04:01 3 0.03 0.00 0.02 0.00 0.02 99.93 01:12:21 01:05:01 all 0.15 0.00 0.05 0.02 0.00 99.77 01:12:21 01:05:01 0 0.02 0.00 0.03 0.00 0.00 99.95 01:12:21 01:05:01 1 0.52 0.00 0.08 0.07 0.00 99.33 01:12:21 01:05:01 2 0.03 0.00 0.02 0.00 0.02 99.93 01:12:21 01:05:01 3 0.05 0.00 0.07 0.02 0.00 99.87 01:12:21 01:06:01 all 0.16 0.00 0.03 0.00 0.00 99.80 01:12:21 01:06:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:12:21 01:06:01 1 0.52 0.00 0.02 0.00 0.02 99.45 01:12:21 01:06:01 2 0.05 0.00 0.03 0.02 0.00 99.90 01:12:21 01:06:01 3 0.05 0.00 0.03 0.00 0.00 99.92 01:12:21 01:07:01 all 0.14 0.00 0.02 0.00 0.00 99.84 01:12:21 01:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 01:12:21 01:07:01 1 0.50 0.00 0.02 0.00 0.00 99.48 01:12:21 01:07:01 2 0.02 0.00 0.03 0.00 0.00 99.95 01:12:21 01:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 01:12:21 01:08:02 all 0.15 0.00 0.03 0.00 0.00 99.81 01:12:21 01:08:02 0 0.02 0.00 0.03 0.00 0.00 99.95 01:12:21 01:08:02 1 0.52 0.00 0.02 0.00 0.00 99.47 01:12:21 01:08:02 2 0.03 0.00 0.03 0.00 0.00 99.93 01:12:21 01:08:02 3 0.05 0.00 0.05 0.00 0.00 99.90 01:12:21 01:09:01 all 0.10 0.00 0.03 0.00 0.00 99.87 01:12:21 01:09:01 0 0.03 0.00 0.03 0.00 0.00 99.93 01:12:21 01:09:01 1 0.12 0.00 0.00 0.00 0.00 99.88 01:12:21 01:09:01 2 0.22 0.00 0.03 0.00 0.00 99.75 01:12:21 01:09:01 3 0.02 0.00 0.03 0.00 0.02 99.93 01:12:21 01:10:01 all 0.08 0.00 0.04 0.00 0.00 99.88 01:12:21 01:10:01 0 0.03 0.00 0.07 0.00 0.02 99.88 01:12:21 01:10:01 1 0.03 0.00 0.02 0.00 0.00 99.95 01:12:21 01:10:01 2 0.22 0.00 0.05 0.00 0.00 99.73 01:12:21 01:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 01:12:21 01:11:01 all 0.14 0.00 0.02 0.00 0.00 99.84 01:12:21 01:11:01 0 0.03 0.00 0.05 0.00 0.00 99.92 01:12:21 01:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 01:12:21 01:11:01 2 0.52 0.00 0.02 0.00 0.00 99.47 01:12:21 01:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 01:12:21 01:12:01 all 4.38 0.00 3.09 2.20 0.06 90.26 01:12:21 01:12:01 0 3.56 0.00 3.16 1.41 0.03 91.84 01:12:21 01:12:01 1 5.84 0.00 3.59 5.59 0.05 84.93 01:12:21 01:12:01 2 3.99 0.00 2.63 0.79 0.08 92.51 01:12:21 01:12:01 3 4.13 0.00 3.00 1.04 0.08 91.74 01:12:21 01:12:21 Average: CPU %user %nice %system %iowait %steal %idle 01:12:21 Average: all 12.12 0.00 6.46 5.12 0.11 76.19 01:12:21 Average: 0 12.00 0.00 6.56 4.97 0.11 76.36 01:12:21 Average: 1 12.20 0.00 6.21 5.53 0.11 75.96 01:12:21 Average: 2 12.13 0.00 6.55 4.98 0.11 76.24 01:12:21 Average: 3 12.17 0.00 6.52 5.00 0.11 76.20 01:12:21 01:12:21 01:12:21