Pull request #3111 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 403165f5a2881bb52f645cca137898441d820a3e+74c372326013f994c98436bf4455b6fe21c08430 (823683376a7a2e60cea6c3407d5253a346f4a03f) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24578’ is offline Running on prd-centos7-docker-4c-2g-24582 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 403165f5a2881bb52f645cca137898441d820a3e Merge succeeded, producing 403165f5a2881bb52f645cca137898441d820a3e Checking out Revision 403165f5a2881bb52f645cca137898441d820a3e (PR-3111) > 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/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 403165f5a2881bb52f645cca137898441d820a3e # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 403165f5a2881bb52f645cca137898441d820a3e # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:28:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:28:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:28:53 ========================================================= 17:28:53 EdgeX Global Pipelines Version Info 17:28:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ec1a1f4188a4e162f0c69a562fc6279109941c58 # timeout=10 17:28:55 ------------------- 17:28:55 stable info: 17:28:55 ------------------- 17:28:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:28:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:28:55 Message: update stable to v1.0.179 17:28:56 ------------------- 17:28:56 experimental info: 17:28:56 ------------------- 17:28:56 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:28:56 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 17:28:56 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:28:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:28:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:28:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:28:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:28:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:28:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:28:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:28:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3111 [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3111 [Pipeline] echo 17:28:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3111 [Pipeline] echo 17:28:59 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 403165f5a2881bb52f645cca137898441d820a3e [Pipeline] echo 17:28:59 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 403165f [Pipeline] echo 17:28:59 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:28:59 provisioning config files... 17:28:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config302268315715910076tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:28:59 ---> docker-login.sh 17:28:59 nexus3.edgexfoundry.org:10001 17:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:00 Configure a credential helper to remove this warning. See 17:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:00 17:29:00 Login Succeeded 17:29:00 nexus3.edgexfoundry.org:10002 17:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:00 Configure a credential helper to remove this warning. See 17:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:00 17:29:00 Login Succeeded 17:29:00 nexus3.edgexfoundry.org:10003 17:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:00 Configure a credential helper to remove this warning. See 17:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:00 17:29:00 Login Succeeded 17:29:00 nexus3.edgexfoundry.org:10004 17:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:00 Configure a credential helper to remove this warning. See 17:29:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:00 17:29:00 Login Succeeded 17:29:00 docker.io 17:29:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:29:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:29:01 Configure a credential helper to remove this warning. See 17:29:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:29:01 17:29:01 Login Succeeded 17:29:01 ---> docker-login.sh ends [Pipeline] } 17:29:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:01 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/core-command/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo core-command,cmd/core-command/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/core-data/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo core-data,cmd/core-data/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/core-metadata/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo core-metadata,cmd/core-metadata/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/security-bootstrapper/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/security-proxy-setup/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/support-notifications/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo support-notifications,cmd/support-notifications/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/support-scheduler/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:29:01 + for file in '`ls cmd/**/Dockerfile`' 17:29:01 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:29:01 ++ cut -d/ -f2 17:29:01 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:29:01 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 17:29:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:02 17:29:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:29:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:02 latest: Pulling from edgex-devops/git-semver 17:29:02 31603596830f: Pulling fs layer 17:29:02 2a8b12db71e7: Pulling fs layer 17:29:02 6ca5941a6612: Pulling fs layer 17:29:02 ecc8261a40a4: Pulling fs layer 17:29:02 ecc8261a40a4: Waiting 17:29:02 2a8b12db71e7: Verifying Checksum 17:29:02 2a8b12db71e7: Download complete 17:29:02 31603596830f: Verifying Checksum 17:29:02 31603596830f: Download complete 17:29:03 ecc8261a40a4: Verifying Checksum 17:29:03 ecc8261a40a4: Download complete 17:29:03 6ca5941a6612: Verifying Checksum 17:29:03 6ca5941a6612: Download complete 17:29:03 31603596830f: Pull complete 17:29:03 2a8b12db71e7: Pull complete 17:29:04 6ca5941a6612: Pull complete 17:29:04 ecc8261a40a4: Pull complete 17:29:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:29:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:29:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:29:04 prd-centos7-docker-4c-2g-24582 does not seem to be running inside a container 17:29:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:29:07 $ docker top f615c656eb5d3104ce634b3d0776fb0b1374daa87f7cbbbe98f7389d0a78ea6b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:29:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:07 [ssh-agent] Looking for ssh-agent implementation... 17:29:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:07 $ docker exec f615c656eb5d3104ce634b3d0776fb0b1374daa87f7cbbbe98f7389d0a78ea6b ssh-agent 17:29:08 SSH_AUTH_SOCK=/tmp/ssh-D0mEUca2R2Y1/agent.12 17:29:08 SSH_AGENT_PID=17 17:29:08 Running ssh-add (command line suppressed) 17:29:08 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6622954601985629671.key (/w/workspace/edgex-go/2@tmp/private_key_6622954601985629671.key) 17:29:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:08 + git tag --points-at HEAD [Pipeline] } 17:29:08 $ docker exec --env ******** --env ******** f615c656eb5d3104ce634b3d0776fb0b1374daa87f7cbbbe98f7389d0a78ea6b ssh-agent -k 17:29:08 unset SSH_AUTH_SOCK; 17:29:08 unset SSH_AGENT_PID; 17:29:08 echo Agent pid 17 killed; 17:29:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:29:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:29:08 [ssh-agent] Looking for ssh-agent implementation... 17:29:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:29:09 $ docker exec f615c656eb5d3104ce634b3d0776fb0b1374daa87f7cbbbe98f7389d0a78ea6b ssh-agent 17:29:09 SSH_AUTH_SOCK=/tmp/ssh-AXPMhiFY28Ie/agent.46 17:29:09 SSH_AGENT_PID=51 17:29:09 Running ssh-add (command line suppressed) 17:29:09 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7782139034334212499.key (/w/workspace/edgex-go/2@tmp/private_key_7782139034334212499.key) 17:29:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:29:09 + git semver init 17:29:09 # -> Open(): unable to determine branch for HEAD 17:29:09 # $GIT_DIR = /w/workspace/edgex-go/2/.git 17:29:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 17:29:09 # $SEMVER_REMOTE_NAME = origin 17:29:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:29:09 # $SEMVER_USER_NAME = edgex-jenkins 17:29:09 # $SEMVER_BRANCH = PR-3111 17:29:09 # $SEMVER_TEMP = /tmp/semver-997555923 17:29:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:29:36 # '/tmp/semver-997555923' -> '/w/workspace/edgex-go/2/.semver' 17:29:36 # -> Force: false 17:29:36 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 17:29:36 $ docker exec --env ******** --env ******** f615c656eb5d3104ce634b3d0776fb0b1374daa87f7cbbbe98f7389d0a78ea6b ssh-agent -k 17:29:36 unset SSH_AUTH_SOCK; 17:29:36 unset SSH_AGENT_PID; 17:29:36 echo Agent pid 51 killed; 17:29:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:29:37 + git semver [Pipeline] } 17:29:37 $ docker stop --time=1 f615c656eb5d3104ce634b3d0776fb0b1374daa87f7cbbbe98f7389d0a78ea6b 17:29:39 $ docker rm -f f615c656eb5d3104ce634b3d0776fb0b1374daa87f7cbbbe98f7389d0a78ea6b [Pipeline] // withDockerContainer [Pipeline] sh 17:29:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:29:40 Stashed 1 file(s) [Pipeline] echo 17:29:40 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:29:41 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:29:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:29:42 + sudo service docker restart 17:29:42 + true 17:29:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:29:42 ========================================================= 17:29:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:29:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:29:43 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:29:47 Sending build context to Docker daemon 327.4MB 17:29:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:29:47 Step 2/6 : FROM ${BASE} 17:29:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:29:47 188c0c94c7c5: Pulling fs layer 17:29:47 0ef7d3d256c8: Pulling fs layer 17:29:47 de9db76c5a1d: Pulling fs layer 17:29:47 bca2f99d35d6: Pulling fs layer 17:29:47 93359f2a8cfa: Pulling fs layer 17:29:47 7c6f9722023f: Pulling fs layer 17:29:47 a35cf1a2eb13: Pulling fs layer 17:29:47 93359f2a8cfa: Waiting 17:29:47 7c6f9722023f: Waiting 17:29:47 a35cf1a2eb13: Waiting 17:29:47 bca2f99d35d6: Waiting 17:29:47 0ef7d3d256c8: Download complete 17:29:47 de9db76c5a1d: Verifying Checksum 17:29:47 de9db76c5a1d: Download complete 17:29:47 93359f2a8cfa: Verifying Checksum 17:29:47 93359f2a8cfa: Download complete 17:29:47 7c6f9722023f: Verifying Checksum 17:29:47 7c6f9722023f: Download complete 17:29:47 188c0c94c7c5: Verifying Checksum 17:29:47 188c0c94c7c5: Download complete 17:29:47 188c0c94c7c5: Pull complete 17:29:47 0ef7d3d256c8: Pull complete 17:29:47 de9db76c5a1d: Pull complete 17:29:49 a35cf1a2eb13: Verifying Checksum 17:29:49 a35cf1a2eb13: Download complete 17:29:51 bca2f99d35d6: Verifying Checksum 17:29:51 bca2f99d35d6: Download complete 17:29:55 Still waiting to schedule task 17:29:55 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24581’ 17:29:56 bca2f99d35d6: Pull complete 17:29:56 93359f2a8cfa: Pull complete 17:29:56 7c6f9722023f: Pull complete 17:30:01 a35cf1a2eb13: Pull complete 17:30:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:30:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:30:01 ---> a62c8e92a672 17:30:01 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:30:01 ---> Running in 8efe87ad6fa3 17:30:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:30:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:30:04 (1/12) Installing libmagic (5.38-r0) 17:30:05 (2/12) Installing file (5.38-r0) 17:30:05 (3/12) Installing libc-dev (0.7.2-r3) 17:30:05 (4/12) Installing g++ (9.3.0-r2) 17:30:23 (5/12) Installing fortify-headers (1.1-r0) 17:30:23 (6/12) Installing patch (2.7.6-r6) 17:30:23 (7/12) Installing build-base (0.5-r2) 17:30:23 (8/12) Installing libsodium (1.0.18-r0) 17:30:23 (9/12) Installing pkgconf (1.7.2-r0) 17:30:23 (10/12) Installing libsodium-dev (1.0.18-r0) 17:30:24 (11/12) Installing libzmq (4.3.3-r0) 17:30:24 (12/12) Installing zeromq-dev (4.3.3-r0) 17:30:24 Executing busybox-1.31.1-r19.trigger 17:30:24 OK: 233 MiB in 51 packages 17:30:27 Removing intermediate container 8efe87ad6fa3 17:30:27 ---> 693b40c72630 17:30:27 Step 4/6 : WORKDIR /edgex-go 17:30:27 ---> Running in 918da6384aaa 17:30:28 Removing intermediate container 918da6384aaa 17:30:28 ---> 9e560c381088 17:30:28 Step 5/6 : COPY go.mod . 17:30:28 ---> 8f036918a8f0 17:30:28 Step 6/6 : RUN go mod download 17:30:28 ---> Running in 56165fe9a199 17:30:50 Removing intermediate container 56165fe9a199 17:30:50 ---> 44c4be7314ee 17:30:50 Successfully built 44c4be7314ee 17:30:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:30:50 + docker inspect -f . ci-base-image-x86_64 17:30:50 . [Pipeline] withDockerContainer 17:30:50 prd-centos7-docker-4c-2g-24582 does not seem to be running inside a container 17:30:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat 17:30:51 $ docker top d142f94a0b3bba5507d190413bab99eb6a76daf79c947267f029d2d382352d89 -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:52 + go version 17:30:52 go version go1.15.5 linux/amd64 [Pipeline] } 17:30:52 $ docker stop --time=1 d142f94a0b3bba5507d190413bab99eb6a76daf79c947267f029d2d382352d89 17:30:53 $ docker rm -f d142f94a0b3bba5507d190413bab99eb6a76daf79c947267f029d2d382352d89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:30:54 + docker inspect -f . ci-base-image-x86_64 17:30:54 . [Pipeline] withDockerContainer 17:30:54 prd-centos7-docker-4c-2g-24582 does not seem to be running inside a container 17:30:55 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat 17:30:55 $ docker top 1299bc9a76e1a411f718db1882ff42de9181153e01656e2867111785422c145a -eo pid,comm [Pipeline] { [Pipeline] echo 17:30:55 ========================================================= 17:30:55 [edgeXBuildGoParallel] Running Tests and Build... 17:30:55 ========================================================= [Pipeline] sh 17:30:56 + make test 17:30:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:31:06 ? github.com/edgexfoundry/edgex-go [no test files] 17:31:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:31:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:31:26 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:31:26 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:31:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:31:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:31:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:31:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:31:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:31:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:31:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:31:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:31:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:31:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.107s coverage: 46.0% of statements 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:31:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:31:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.077s coverage: 100.0% of statements 17:31:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.245s coverage: 27.1% of statements 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:31:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:31:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:31:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.110s coverage: 65.8% of statements 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:31:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.428s coverage: 82.3% of statements 17:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:31:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.366s coverage: 28.6% of statements 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:31:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:31:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 17:31:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:31:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.105s coverage: 86.7% of statements 17:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:31:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements 17:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:31:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements 17:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:31:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:31:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.450s coverage: 92.8% of statements 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:31:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:31:44 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:31:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 45.5% of statements 17:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 79.5% of statements 17:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.035s coverage: 94.1% of statements 17:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.059s coverage: 96.3% of statements 17:31:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 17:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.042s coverage: 94.4% of statements 17:31:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.062s coverage: 92.9% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.154s coverage: 63.5% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.333s coverage: 68.9% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.290s coverage: 84.0% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.036s coverage: 100.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.064s coverage: 100.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.713s coverage: 29.1% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.076s coverage: 100.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:32:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 17:32:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.051s coverage: 100.0% of statements 17:32:09 GO111MODULE=on go vet ./... 17:32:36 gofmt -l . 17:32:36 [ "`gofmt -l .`" = "" ] 17:32:36 ./bin/test-go-mod-tidy.sh 17:32:36 ./bin/test-attribution-txt.sh [Pipeline] sh 17:32:36 + ls -al . 17:32:36 total 684 17:32:36 drwxrwxr-x 10 1001 1001 4096 Feb 2 17:32 . 17:32:36 drwxr-xr-x 4 root root 28 Feb 2 17:30 .. 17:32:36 -rw-rw-r-- 1 1001 1001 11 Feb 2 17:28 .dockerignore 17:32:36 drwxrwxr-x 8 1001 1001 179 Feb 2 17:28 .git 17:32:36 drwxrwxr-x 3 1001 1001 125 Feb 2 17:28 .github 17:32:36 -rw-rw-r-- 1 1001 1001 872 Feb 2 17:28 .gitignore 17:32:36 drwx------ 3 1001 1001 60 Feb 2 17:29 .semver 17:32:36 -rw-rw-r-- 1 1001 1001 166 Feb 2 17:28 .sonarcloud.properties 17:32:36 -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:28 Attribution.txt 17:32:36 -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:28 CONTRIBUTING.md 17:32:36 -rw-rw-r-- 1 1001 1001 931 Feb 2 17:28 Dockerfile.build 17:32:36 -rw-rw-r-- 1 1001 1001 863 Feb 2 17:28 Jenkinsfile 17:32:36 -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:28 LICENSE 17:32:36 -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:28 Makefile 17:32:36 -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:28 README.md 17:32:36 -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:28 SECURITY.md 17:32:36 -rw-rw-r-- 1 1001 1001 5 Feb 2 17:29 VERSION 17:32:36 -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:28 ZMQWindows.md 17:32:36 drwxrwxr-x 2 1001 1001 117 Feb 2 17:28 bin 17:32:36 drwxrwxr-x 15 1001 1001 4096 Feb 2 17:28 cmd 17:32:36 -rw-r--r-- 1 root root 578674 Feb 2 17:32 coverage.out 17:32:36 -rw-r--r-- 1 root root 1054 Feb 2 17:32 go.mod 17:32:36 -rw-r--r-- 1 root root 19515 Feb 2 17:32 go.sum 17:32:36 drwxrwxr-x 8 1001 1001 127 Feb 2 17:28 internal 17:32:36 drwxrwxr-x 4 1001 1001 26 Feb 2 17:28 openapi 17:32:36 drwxrwxr-x 4 1001 1001 71 Feb 2 17:28 snap 17:32:36 -rw-rw-r-- 1 1001 1001 168 Feb 2 17:28 version.go [Pipeline] sh 17:32:37 + '[' -e coverage.out ] 17:32:37 + chown 1001:1001 coverage.out [Pipeline] stash 17:32:37 Stashed 1 file(s) [Pipeline] sh 17:32:37 + make build 17:32:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:32:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:32:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:32:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:32:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:32:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:32:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:32:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:32:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:32:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:32:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24586 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws 17:32:59 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 17:33:00 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 17:33:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:33:02 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] } 17:33:04 $ docker stop --time=1 1299bc9a76e1a411f718db1882ff42de9181153e01656e2867111785422c145a 17:33:05 using credential edgex-jenkins-ssh 17:33:05 Cloning the remote Git repository 17:33:06 $ docker rm -f 1299bc9a76e1a411f718db1882ff42de9181153e01656e2867111785422c145a 17:33:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:33:05 > git init /w/workspace/edgex-go/2 # timeout=10 17:33:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:33:05 > git --version # timeout=10 17:33:05 > git --version # 'git version 2.17.1' 17:33:05 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:33:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:33:08 17:33:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:33:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:33:08 latest: Pulling from edgex-devops/edgex-compose 17:33:08 cbdbe7a5bc2a: Pulling fs layer 17:33:08 ca9280d653b3: Pulling fs layer 17:33:08 7e9c9ca2126c: Pulling fs layer 17:33:08 cbdbe7a5bc2a: Verifying Checksum 17:33:08 cbdbe7a5bc2a: Download complete 17:33:09 ca9280d653b3: Verifying Checksum 17:33:09 ca9280d653b3: Download complete 17:33:09 cbdbe7a5bc2a: Pull complete 17:33:10 7e9c9ca2126c: Download complete 17:33:10 ca9280d653b3: Pull complete 17:33:16 7e9c9ca2126c: Pull complete 17:33:16 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:33:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:33:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:33:17 prd-centos7-docker-4c-2g-24582 does not seem to be running inside a container 17:33:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 17:33:20 $ docker top 356075d9c24bd673c31b2683020e97e15cec46a58e8e04a270213e7244e4073f -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:20 + docker-compose build --help 17:33:20 + grep parallel 17:33:21 --parallel Build images in parallel. [Pipeline] } 17:33:21 $ docker stop --time=1 356075d9c24bd673c31b2683020e97e15cec46a58e8e04a270213e7244e4073f 17:33:23 $ docker rm -f 356075d9c24bd673c31b2683020e97e15cec46a58e8e04a270213e7244e4073f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:33:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:33:23 . [Pipeline] withDockerContainer 17:33:23 prd-centos7-docker-4c-2g-24582 does not seem to be running inside a container 17:33:23 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:latest cat 17:33:24 $ docker top 422ef1e82361d8a25905861de5d05dfae2a56e0a6dbd6418adb8e358218d546c -eo pid,comm [Pipeline] { [Pipeline] sh 17:33:25 + docker-compose -f ./docker-compose-build.yml build --parallel 17:33:26 Building docker-core-command-go ... 17:33:26 Building docker-core-data-go ... 17:33:26 Building docker-core-metadata-go ... 17:33:26 Building docker-security-bootstrapper-go ... 17:33:26 Building docker-security-proxy-setup-go ... 17:33:26 Building docker-security-secretstore-setup-go ... 17:33:26 Building docker-support-notifications-go ... 17:33:26 Building docker-support-scheduler-go ... 17:33:26 Building docker-sys-mgmt-agent-go ... 17:33:26 Building docker-core-data-go 17:33:26 Building docker-security-secretstore-setup-go 17:33:26 Building docker-support-notifications-go 17:33:26 Building docker-support-scheduler-go 17:33:26 Building docker-security-bootstrapper-go 17:33:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:33:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:33:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:33:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:33:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:33:29 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 403165f5a2881bb52f645cca137898441d820a3e 17:33:29 Merge succeeded, producing 403165f5a2881bb52f645cca137898441d820a3e 17:33:29 Checking out Revision 403165f5a2881bb52f645cca137898441d820a3e (PR-3111) 17:33:29 > git config core.sparsecheckout # timeout=10 17:33:29 > git checkout -f 403165f5a2881bb52f645cca137898441d820a3e # timeout=10 17:33:29 > git remote # timeout=10 17:33:29 > git config --get remote.origin.url # timeout=10 17:33:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:33:29 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 17:33:29 > git rev-parse HEAD^{commit} # timeout=10 17:33:29 > git config core.sparsecheckout # timeout=10 17:33:29 > git checkout -f 403165f5a2881bb52f645cca137898441d820a3e # timeout=10 17:33:34 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:33:35 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:33:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:33:36 + true 17:33:36 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:33:39 provisioning config files... 17:33:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1490669642444118887tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:33:40 ---> docker-login.sh 17:33:40 nexus3.edgexfoundry.org:10001 17:33:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:41 Configure a credential helper to remove this warning. See 17:33:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:41 17:33:41 Login Succeeded 17:33:41 nexus3.edgexfoundry.org:10002 17:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:42 Configure a credential helper to remove this warning. See 17:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:42 17:33:42 Login Succeeded 17:33:42 nexus3.edgexfoundry.org:10003 17:33:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:42 Configure a credential helper to remove this warning. See 17:33:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:42 17:33:42 Login Succeeded 17:33:42 nexus3.edgexfoundry.org:10004 17:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:43 Configure a credential helper to remove this warning. See 17:33:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:43 17:33:43 Login Succeeded 17:33:43 docker.io 17:33:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:33:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:33:44 Configure a credential helper to remove this warning. See 17:33:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:33:44 17:33:44 Login Succeeded 17:33:44 ---> docker-login.sh ends [Pipeline] } 17:33:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:33:44 ========================================================= 17:33:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:33:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:33:45 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:33:47 Sending build context to Docker daemon 166.1MB 17:33:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:33:47 Step 2/6 : FROM ${BASE} 17:33:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:33:47 5f621e34cdf4: Pulling fs layer 17:33:47 a4357932f1b6: Pulling fs layer 17:33:47 18c013af1878: Pulling fs layer 17:33:47 00ac8860ef70: Pulling fs layer 17:33:47 63d7cb157983: Pulling fs layer 17:33:47 b116817d02f9: Pulling fs layer 17:33:47 745a02a5169b: Pulling fs layer 17:33:47 63d7cb157983: Waiting 17:33:47 b116817d02f9: Waiting 17:33:47 745a02a5169b: Waiting 17:33:47 00ac8860ef70: Waiting 17:33:47 18c013af1878: Verifying Checksum 17:33:47 18c013af1878: Download complete 17:33:47 a4357932f1b6: Verifying Checksum 17:33:47 a4357932f1b6: Download complete 17:33:47 63d7cb157983: Verifying Checksum 17:33:47 63d7cb157983: Download complete 17:33:47 b116817d02f9: Verifying Checksum 17:33:47 b116817d02f9: Download complete 17:33:47 5f621e34cdf4: Verifying Checksum 17:33:47 5f621e34cdf4: Download complete 17:33:48 5f621e34cdf4: Pull complete 17:33:49 a4357932f1b6: Pull complete 17:33:49 18c013af1878: Pull complete 17:33:50 745a02a5169b: Verifying Checksum 17:33:50 745a02a5169b: Download complete 17:33:51 00ac8860ef70: Verifying Checksum 17:33:51 00ac8860ef70: Download complete 17:33:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:33:58 ---> 44c4be7314ee 17:33:58 Step 3/22 : WORKDIR /edgex-go 17:33:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:33:58 ---> 44c4be7314ee 17:33:58 Step 3/31 : WORKDIR /edgex-go 17:33:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:33:58 ---> 44c4be7314ee 17:33:58 Step 3/22 : WORKDIR /edgex-go 17:33:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:33:58 ---> 44c4be7314ee 17:33:58 Step 3/23 : WORKDIR /edgex-go 17:33:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:33:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:33:58 ---> 44c4be7314ee 17:33:58 Step 3/24 : WORKDIR /edgex-go 17:33:58 ---> Running in 75d9873160fd 17:33:58 ---> Running in 35c45a9fbd32 17:33:58 ---> Running in d119956ab220 17:33:58 ---> Running in 71fb9ee00b75 17:33:58 ---> Running in bd8e9a3f1829 17:33:58 Removing intermediate container 71fb9ee00b75 17:33:58 ---> 80149ff5e1cc 17:33:58 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:58 Removing intermediate container 35c45a9fbd32 17:33:58 ---> 4c238fd1253b 17:33:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:58 Removing intermediate container bd8e9a3f1829 17:33:58 ---> 626f3d968eb5 17:33:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:58 Removing intermediate container d119956ab220 17:33:58 ---> 77f6864c9aa7 17:33:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:58 Removing intermediate container 75d9873160fd 17:33:58 ---> 8de3670a8933 17:33:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:33:58 ---> Running in 50d3e7ec6647 17:33:58 ---> Running in b1168b9a8b98 17:33:58 ---> Running in 2dd34f42293a 17:33:58 ---> Running in e2ae8ccd5b76 17:33:58 ---> Running in f7778aca8545 17:34:01 00ac8860ef70: Pull complete 17:34:01 63d7cb157983: Pull complete 17:34:01 Removing intermediate container 50d3e7ec6647 17:34:01 ---> 0a97a658ab3f 17:34:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:34:01 ---> Running in 0f19c94f72b4 17:34:01 Removing intermediate container b1168b9a8b98 17:34:01 ---> 561f33c725ff 17:34:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:34:01 Removing intermediate container 2dd34f42293a 17:34:01 ---> 0fda198be40f 17:34:01 Step 5/31 : RUN apk add --update --no-cache make git 17:34:01 ---> Running in 5b2df73ba784 17:34:01 ---> Running in c9bc8154610c 17:34:01 Removing intermediate container f7778aca8545 17:34:01 ---> adbb4691f14c 17:34:01 Step 5/24 : RUN apk add --update --no-cache make git 17:34:01 b116817d02f9: Pull complete 17:34:02 Removing intermediate container e2ae8ccd5b76 17:34:02 ---> 836162fc52ed 17:34:02 Step 5/22 : RUN apk add --update --no-cache make git 17:34:02 ---> Running in 3523e4b9f8fc 17:34:02 ---> Running in 9fe0efed4d1e 17:34:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:34:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:04 OK: 233 MiB in 51 packages 17:34:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:34:04 OK: 233 MiB in 51 packages 17:34:04 Removing intermediate container 0f19c94f72b4 17:34:04 ---> f46085328786 17:34:04 Step 6/22 : COPY go.mod . 17:34:04 OK: 233 MiB in 51 packages 17:34:04 OK: 233 MiB in 51 packages 17:34:04 OK: 233 MiB in 51 packages 17:34:04 ---> d576feb61f81 17:34:04 Step 7/22 : RUN go mod download 17:34:05 ---> Running in 497516f73d9e 17:34:05 Removing intermediate container 5b2df73ba784 17:34:05 ---> 6f0b8cc3f44d 17:34:05 Step 6/23 : COPY go.mod . 17:34:05 Removing intermediate container c9bc8154610c 17:34:05 ---> c233ff562ebd 17:34:05 Step 6/31 : COPY go.mod . 17:34:05 Removing intermediate container 9fe0efed4d1e 17:34:05 ---> 391fdc3778bf 17:34:05 Step 6/22 : COPY go.mod . 17:34:05 ---> 36e9da622e3b 17:34:05 Step 7/23 : RUN go mod download 17:34:05 Removing intermediate container 3523e4b9f8fc 17:34:05 ---> 624d8d9979fe 17:34:05 Step 6/24 : COPY go.mod . 17:34:06 ---> Running in 3e16e267197c 17:34:06 745a02a5169b: Pull complete 17:34:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:34:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:34:06 ---> b7e6874047d6 17:34:06 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 17:34:06 ---> db6c6a978b46 17:34:06 Step 7/31 : RUN go mod download 17:34:06 ---> 7ae074076e1f 17:34:06 Step 7/22 : RUN go mod download 17:34:06 ---> cf989d995e89 17:34:06 Step 7/24 : RUN go mod download 17:34:06 ---> Running in 401458feef65 17:34:06 ---> Running in c363b35cde4d 17:34:06 ---> Running in bd4853bf7c22 17:34:07 Removing intermediate container 3e16e267197c 17:34:07 ---> 3988f0d24659 17:34:07 Step 8/23 : COPY . . 17:34:07 Removing intermediate container 497516f73d9e 17:34:07 ---> 55dcf258ecbe 17:34:07 Step 8/22 : COPY . . 17:34:07 Removing intermediate container 401458feef65 17:34:07 ---> fc883dfaaba2 17:34:07 Step 8/31 : COPY . . 17:34:09 ---> Running in e9096179a64e 17:34:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:34:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:34:11 (1/12) Installing libmagic (5.38-r0) 17:34:11 (2/12) Installing file (5.38-r0) 17:34:12 (3/12) Installing libc-dev (0.7.2-r3) 17:34:12 (4/12) Installing g++ (9.3.0-r2) 17:34:13 Removing intermediate container c363b35cde4d 17:34:13 ---> e5d71e66d9ae 17:34:13 Step 8/22 : COPY . . 17:34:13 Removing intermediate container bd4853bf7c22 17:34:13 ---> ca11c6c8335f 17:34:13 Step 8/24 : COPY . . 17:34:16 (5/12) Installing fortify-headers (1.1-r0) 17:34:16 (6/12) Installing patch (2.7.6-r6) 17:34:16 (7/12) Installing build-base (0.5-r2) 17:34:16 (8/12) Installing libsodium (1.0.18-r0) 17:34:16 (9/12) Installing pkgconf (1.7.2-r0) 17:34:16 (10/12) Installing libsodium-dev (1.0.18-r0) 17:34:16 (11/12) Installing libzmq (4.3.3-r0) 17:34:16 (12/12) Installing zeromq-dev (4.3.3-r0) 17:34:16 Executing busybox-1.31.1-r19.trigger 17:34:16 OK: 217 MiB in 51 packages 17:34:20 Removing intermediate container e9096179a64e 17:34:20 ---> b4035400a03a 17:34:20 Step 4/6 : WORKDIR /edgex-go 17:34:20 ---> Running in 0db0c9a04081 17:34:21 Removing intermediate container 0db0c9a04081 17:34:21 ---> 714487d4f89f 17:34:21 Step 5/6 : COPY go.mod . 17:34:21 ---> 909ed199ae63 17:34:21 Step 6/6 : RUN go mod download 17:34:22 ---> Running in 63d7fd855070 17:34:48 Removing intermediate container 63d7fd855070 17:34:48 ---> cc6301d4f2cf 17:34:48 Successfully built cc6301d4f2cf 17:34:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:34:49 + docker inspect -f . ci-base-image-arm64 17:34:49 . [Pipeline] withDockerContainer 17:34:49 prd-ubuntu18.04-docker-arm64-4c-16g-24586 does not seem to be running inside a container 17:34:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:34:51 $ docker top a4c2d3aa7ee418630e8feaaa2edbf258e7dab76a7e89a4b9e74509ae33539387 -eo pid,comm [Pipeline] { [Pipeline] sh 17:34:52 + go version 17:34:52 go version go1.15.5 linux/arm64 [Pipeline] } 17:34:52 $ docker stop --time=1 a4c2d3aa7ee418630e8feaaa2edbf258e7dab76a7e89a4b9e74509ae33539387 17:34:52 ---> de056c5094c4 17:34:52 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 17:34:52 ---> 38a1a34e964a 17:34:52 Step 9/23 : RUN make cmd/core-data/core-data 17:34:52 ---> 7a26fd0951b4 17:34:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:34:52 ---> 5708046c476c 17:34:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:34:52 ---> 3711b39896a2 17:34:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:34:52 ---> Running in 556617f8a044 17:34:52 ---> Running in 82160d02afe5 17:34:52 ---> Running in b627ff30217b 17:34:52 ---> Running in af3c2cffd5b9 17:34:52 ---> Running in 44ca265a0b4f 17:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:34:52 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:34:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:34:54 $ docker rm -f a4c2d3aa7ee418630e8feaaa2edbf258e7dab76a7e89a4b9e74509ae33539387 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:34:55 + docker inspect -f . ci-base-image-arm64 17:34:55 . [Pipeline] withDockerContainer 17:34:55 prd-ubuntu18.04-docker-arm64-4c-16g-24586 does not seem to be running inside a container 17:34:55 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:34:57 $ docker top 01e9e8d5fbf7c905c581db2a837f966570031b30adf312a4faf2ee96df017fbc -eo pid,comm [Pipeline] { [Pipeline] echo 17:34:57 ========================================================= 17:34:57 [edgeXBuildGoParallel] Running Tests and Build... 17:34:57 ========================================================= [Pipeline] sh 17:34:58 + make test 17:34:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:35:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:35:17 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 17:35:25 ? github.com/edgexfoundry/edgex-go [no test files] 17:35:27 Removing intermediate container af3c2cffd5b9 17:35:27 ---> 89bee7aa685f 17:35:27 17:35:27 Step 10/24 : FROM alpine:3.12 17:35:27 3.12: Pulling from library/alpine 17:35:29 Removing intermediate container 556617f8a044 17:35:29 ---> 3f05d176bcbe 17:35:29 17:35:29 Step 10/22 : FROM alpine:3.12 17:35:29 3.12: Pulling from library/alpine 17:35:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:35:29 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:35:29 Status: Downloaded newer image for alpine:3.12 17:35:29 ---> 389fef711851 17:35:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:35:29 Status: Downloaded newer image for alpine:3.12 17:35:29 ---> 389fef711851 17:35:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:35:29 Removing intermediate container 44ca265a0b4f 17:35:29 ---> c096f4500b07 17:35:29 17:35:29 Step 10/22 : FROM alpine:3.12 17:35:29 ---> 389fef711851 17:35:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:35:31 ---> Running in c45219e48a79 17:35:31 ---> Running in 07982944a4fb 17:35:31 ---> Running in b7ecd12ff6be 17:35:34 Removing intermediate container 82160d02afe5 17:35:34 ---> f5f1bc41ea33 17:35:34 17:35:34 Step 10/23 : FROM alpine:3.12 17:35:34 ---> 389fef711851 17:35:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:35:34 Removing intermediate container b627ff30217b 17:35:34 ---> 105920ad9cbe 17:35:34 17:35:34 Step 10/31 : FROM alpine:3.12 17:35:34 ---> 389fef711851 17:35:34 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:35:34 ---> Running in 505e83dbcf45 17:35:34 ---> Running in 95d3190955ef 17:35:34 Removing intermediate container 95d3190955ef 17:35:34 ---> 360ca8cea445 17:35:34 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:35:34 Removing intermediate container 505e83dbcf45 17:35:34 ---> 7eecfbdf7830 17:35:34 Step 12/23 : ENV APP_PORT=48080 17:35:34 ---> Running in d53235b29a16 17:35:35 ---> Running in 9d2a50cc819b 17:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:35 Removing intermediate container 9d2a50cc819b 17:35:35 ---> e7abb206ef0e 17:35:35 Step 13/23 : EXPOSE $APP_PORT 17:35:35 ---> Running in 50072fae2a3a 17:35:35 (1/2) Installing ca-certificates (20191127-r4) 17:35:35 (1/1) Installing dumb-init (1.2.2-r1) 17:35:35 Executing busybox-1.31.1-r19.trigger 17:35:35 (1/5) Installing ca-certificates (20191127-r4) 17:35:35 OK: 6 MiB in 15 packages 17:35:35 (2/2) Installing dumb-init (1.2.2-r1) 17:35:35 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:35:35 Executing busybox-1.31.1-r19.trigger 17:35:35 Executing ca-certificates-20191127-r4.trigger 17:35:35 (3/5) Installing libcurl (7.69.1-r3) 17:35:35 (4/5) Installing curl (7.69.1-r3) 17:35:35 (5/5) Installing dumb-init (1.2.2-r1) 17:35:35 Executing busybox-1.31.1-r19.trigger 17:35:35 Executing ca-certificates-20191127-r4.trigger 17:35:35 OK: 6 MiB in 16 packages 17:35:36 OK: 7 MiB in 19 packages 17:35:36 Removing intermediate container 50072fae2a3a 17:35:36 ---> 9c0d3b809596 17:35:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:36 ---> Running in fa32fb91df44 17:35:36 (1/2) Installing dumb-init (1.2.2-r1) 17:35:36 (2/2) Installing su-exec (0.2-r1) 17:35:36 Executing busybox-1.31.1-r19.trigger 17:35:36 OK: 6 MiB in 16 packages 17:35:37 Removing intermediate container 07982944a4fb 17:35:37 ---> 17a8062c5db9 17:35:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:35:38 Removing intermediate container c45219e48a79 17:35:38 ---> 35cf3f1c3239 17:35:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:35:38 ---> Running in 1547b59ebb2e 17:35:38 Removing intermediate container b7ecd12ff6be 17:35:38 ---> 6ec3f19ed3da 17:35:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:35:38 ---> Running in 09272b70b332 17:35:38 ---> Running in 47e8854ceff6 17:35:38 Removing intermediate container d53235b29a16 17:35:38 ---> 9b6d2fdc3f2d 17:35:38 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:35:38 Removing intermediate container 1547b59ebb2e 17:35:38 ---> 8a593194adce 17:35:38 Step 13/22 : ENV APP_PORT=48085 17:35:38 Removing intermediate container 09272b70b332 17:35:38 ---> 40c506017638 17:35:38 Step 13/22 : ENV APP_PORT=48060 17:35:38 ---> Running in e5d3cff1d5d9 17:35:38 ---> Running in 6ee1755c0c35 17:35:38 ---> Running in 96888b2006bc 17:35:38 Removing intermediate container 47e8854ceff6 17:35:38 ---> 8018f2971332 17:35:38 Step 13/24 : WORKDIR / 17:35:38 Removing intermediate container fa32fb91df44 17:35:38 ---> 74f587d4b4a7 17:35:38 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:35:38 ---> Running in d2b7c2646ea1 17:35:39 ---> Running in 0507e51edc9b 17:35:39 Removing intermediate container e5d3cff1d5d9 17:35:39 ---> 072ddc49fd4d 17:35:39 Step 14/22 : EXPOSE $APP_PORT 17:35:39 Removing intermediate container 6ee1755c0c35 17:35:39 ---> 8de3c2d66958 17:35:39 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:35:39 Removing intermediate container 96888b2006bc 17:35:39 ---> 3d020fbe233a 17:35:39 Step 14/22 : EXPOSE $APP_PORT 17:35:39 Removing intermediate container d2b7c2646ea1 17:35:39 ---> a3daed547dc3 17:35:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:35:39 ---> Running in 976a4e06bc80 17:35:39 ---> Running in f4ff9b0411a8 17:35:39 ---> Running in e44bc335c706 17:35:40 Removing intermediate container 976a4e06bc80 17:35:40 ---> 82a9dedf4666 17:35:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:35:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:35:40 Removing intermediate container e44bc335c706 17:35:40 ---> 7f9993e5270e 17:35:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:35:40 Removing intermediate container f4ff9b0411a8 17:35:40 ---> 3d045d331d28 17:35:40 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:35:40 ---> 766a961e0b15 17:35:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:35:40 ---> Running in aa2ca9f68a00 17:35:40 ---> d10c574f108d 17:35:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:35:40 ---> 0a0a6dd4107c 17:35:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:35:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:35:40 ---> 7226fe2f48a2 17:35:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:35:41 ---> e0d834b1d131 17:35:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:35:41 (1/6) Installing dumb-init (1.2.2-r1) 17:35:41 ---> af4758aefdeb 17:35:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:35:41 ---> cba46f8f8258 17:35:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:35:41 (2/6) Installing libgcc (9.3.0-r2) 17:35:41 (3/6) Installing libsodium (1.0.18-r0) 17:35:41 (4/6) Installing libstdc++ (9.3.0-r2) 17:35:41 ---> 6aac7ab96abe 17:35:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:35:41 (5/6) Installing libzmq (4.3.3-r0) 17:35:41 ---> abf3d91f4ba5 17:35:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:35:41 ---> Running in 8b0fd4a1a420 17:35:41 Removing intermediate container aa2ca9f68a00 17:35:41 ---> e3480d6fa1b6 17:35:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:35:42 (6/6) Installing zeromq (4.3.3-r0) 17:35:42 Executing busybox-1.31.1-r19.trigger 17:35:42 OK: 8 MiB in 20 packages 17:35:42 ---> Running in b9e83c67f3f2 17:35:42 ---> Running in 6361d22b041c 17:35:42 ---> 41bb4d809ccb 17:35:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:35:42 Removing intermediate container 8b0fd4a1a420 17:35:42 ---> d2092d0c3338 17:35:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:42 ---> Running in b547ec1b0f07 17:35:42 Removing intermediate container b9e83c67f3f2 17:35:42 ---> 3b6acb879f27 17:35:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:42 Removing intermediate container 6361d22b041c 17:35:42 ---> 14b6f418a55e 17:35:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:35:43 ---> Running in 75bd978b181f 17:35:43 ---> 922d00089811 17:35:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:35:43 Removing intermediate container b547ec1b0f07 17:35:43 ---> ba4741c53f1a 17:35:43 Step 20/22 : LABEL arch=x86_64 17:35:43 ---> Running in 14a03d887506 17:35:43 Removing intermediate container 0507e51edc9b 17:35:43 ---> 6b047ed5c479 17:35:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:35:43 Removing intermediate container 75bd978b181f 17:35:43 ---> 269a9556c9fb 17:35:43 Step 20/22 : LABEL arch=x86_64 17:35:43 ---> f2046d2a70e7 17:35:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:35:43 ---> 1891e99085ac 17:35:43 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:35:43 ---> Running in 8034dea62507 17:35:43 ---> Running in 5321bc79c317 17:35:43 ---> Running in 60031575b2d9 17:35:43 Removing intermediate container 14a03d887506 17:35:43 ---> 2d8df6ace968 17:35:43 Step 21/22 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:35:44 ---> ed578c0cecf5 17:35:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:35:44 ---> Running in d311d4acefd3 17:35:44 Removing intermediate container 8034dea62507 17:35:44 ---> 7b81bc28a841 17:35:44 Step 21/22 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:35:44 ---> Running in 934f469a428a 17:35:44 Removing intermediate container d311d4acefd3 17:35:44 ---> 0b51ec3673cb 17:35:44 Step 22/22 : LABEL version=0.0.0 17:35:44 ---> d138260c3cd2 17:35:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:35:44 ---> Running in 838e4c89ea35 17:35:44 Removing intermediate container 934f469a428a 17:35:44 ---> 0ccaeb027f5f 17:35:44 Step 22/22 : LABEL version=0.0.0 17:35:44 ---> Running in b9232f4fb14d 17:35:45 Removing intermediate container 838e4c89ea35 17:35:45 ---> e4e474be1ea4 17:35:45 17:35:45 Successfully built e4e474be1ea4 17:35:45 ---> f40c5ef8c99c 17:35:45 Step 19/23 : ENTRYPOINT ["/core-data"] 17:35:45 Successfully tagged docker-support-scheduler-go:latest 17:35:45 Removing intermediate container b9232f4fb14d 17:35:45 ---> 001c014ff997 17:35:45 17:35:45  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 17:35:45 ---> Running in b5c8f02a5f6b 17:35:46 Successfully built 001c014ff997 17:35:46 Successfully tagged docker-support-notifications-go:latest 17:35:46 Building docker-security-proxy-setup-go 17:35:46  Building docker-support-notifications-go ... done Removing intermediate container 5321bc79c317 17:35:46 ---> d9a048aa9b29 17:35:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:35:46 Removing intermediate container b5c8f02a5f6b 17:35:46 ---> 70779ad347ff 17:35:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:35:46 ---> Running in 3d9a4fa77a1c 17:35:46 ---> Running in db89de2ca010 17:35:46 Removing intermediate container 60031575b2d9 17:35:46 ---> a1d51880cf27 17:35:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:35:46 Removing intermediate container 3d9a4fa77a1c 17:35:46 ---> ab9df20538d0 17:35:46 Step 22/24 : LABEL arch=x86_64 17:35:46 Removing intermediate container db89de2ca010 17:35:46 ---> 35b035b6e81d 17:35:46 Step 21/23 : LABEL arch=x86_64 17:35:47 ---> Running in 2c245c7f7f83 17:35:47 ---> e94f386ddb2a 17:35:47 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:35:49 ---> Running in 6a1b409a8d79 17:35:49 Removing intermediate container 2c245c7f7f83 17:35:49 ---> 7a4be1a303cd 17:35:49 Step 23/24 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:35:52 ---> Running in 709292a0d574 17:35:52 Removing intermediate container 6a1b409a8d79 17:35:52 ---> d8360142a986 17:35:52 Step 22/23 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:35:52 ---> fc68d6ecb0c1 17:35:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:35:52 ---> Running in 0261b810f6d4 17:35:52 Removing intermediate container 709292a0d574 17:35:52 ---> 51d40a449554 17:35:52 Step 24/24 : LABEL version=0.0.0 17:35:53 Removing intermediate container 0261b810f6d4 17:35:53 ---> 6a634efbab3f 17:35:53 Step 23/23 : LABEL version=0.0.0 17:35:53 ---> 9fe41b7e18d6 17:35:53 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:35:53 ---> Running in d7e2e46c2b6c 17:35:53 ---> Running in fbac5c209a41 17:35:56 Removing intermediate container fbac5c209a41 17:35:56 ---> ba405961179c 17:35:56 17:35:57 Successfully built ba405961179c 17:35:59 Removing intermediate container d7e2e46c2b6c 17:35:59 ---> 07e89ffe0b75 17:35:59 17:35:59 Successfully built 07e89ffe0b75 17:36:00 Successfully tagged docker-core-data-go:latest 17:36:00 Building docker-sys-mgmt-agent-go 17:36:00  Building docker-core-data-go ... done Successfully tagged docker-security-secretstore-setup-go:latest 17:36:00  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 17:36:06 ---> 5694760c39cd 17:36:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:36:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:36:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:36:06 ---> 44c4be7314ee 17:36:06 Step 3/23 : WORKDIR /edgex-go 17:36:06 ---> Using cache 17:36:06 ---> 8de3670a8933 17:36:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:36:06 ---> Using cache 17:36:06 ---> adbb4691f14c 17:36:06 Step 5/23 : RUN apk add --update --no-cache make git 17:36:06 ---> Using cache 17:36:06 ---> 624d8d9979fe 17:36:06 Step 6/23 : COPY go.mod . 17:36:06 ---> Using cache 17:36:06 ---> cf989d995e89 17:36:06 Step 7/23 : RUN go mod download 17:36:06 ---> Using cache 17:36:06 ---> ca11c6c8335f 17:36:06 Step 8/23 : COPY . . 17:36:06 ---> Using cache 17:36:06 ---> 3711b39896a2 17:36:06 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:36:08 ---> Running in 0c712302a055 17:36:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:36:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:36:10 ---> 44c4be7314ee 17:36:10 Step 3/21 : WORKDIR /edgex-go 17:36:10 ---> Using cache 17:36:10 ---> 8de3670a8933 17:36:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:36:10 ---> Using cache 17:36:10 ---> adbb4691f14c 17:36:10 Step 5/21 : RUN apk add --update --no-cache make git 17:36:10 ---> Using cache 17:36:10 ---> 624d8d9979fe 17:36:10 Step 6/21 : COPY go.mod . 17:36:10 ---> Using cache 17:36:10 ---> cf989d995e89 17:36:10 Step 7/21 : RUN go mod download 17:36:10 ---> Using cache 17:36:10 ---> ca11c6c8335f 17:36:10 Step 8/21 : COPY . . 17:36:10 ---> Using cache 17:36:10 ---> 3711b39896a2 17:36:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:36:11 ---> dfe23f632d44 17:36:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:36:11 ---> Running in 1709a677b2ec 17:36:12 ---> Running in 8b37817fee3f 17:36:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:36:14 Removing intermediate container 8b37817fee3f 17:36:14 ---> cc1bec9fcebc 17:36:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:36:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:36:16 ---> 20eb329c609a 17:36:16 Step 26/31 : RUN chmod +x /entrypoint.sh 17:36:17 ---> Running in d281a9e26893 17:36:21 Removing intermediate container d281a9e26893 17:36:21 ---> 0763f2a75489 17:36:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:36:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:36:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:36:23 ---> Running in 83bd6ea25e2c 17:36:24 Removing intermediate container 83bd6ea25e2c 17:36:24 ---> 299f14ecc2c6 17:36:24 Step 28/31 : CMD ["gate"] 17:36:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:36:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:36:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:36:25 ---> Running in 2d8eaf8a91b8 17:36:26 Removing intermediate container 2d8eaf8a91b8 17:36:26 ---> 35cb7f18ad6b 17:36:26 Step 29/31 : LABEL arch=x86_64 17:36:27 ---> Running in 61f3c9d0eea4 17:36:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:36:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:36:28 ---> 44c4be7314ee 17:36:28 Step 3/26 : WORKDIR /edgex-go 17:36:28 ---> Using cache 17:36:28 ---> 8de3670a8933 17:36:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:36:28 ---> Using cache 17:36:28 ---> adbb4691f14c 17:36:28 Step 5/26 : RUN apk add --update --no-cache make bash git 17:36:28 Removing intermediate container 61f3c9d0eea4 17:36:28 ---> 02782c5b2b61 17:36:28 Step 30/31 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:36:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:36:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:36:28 ---> 44c4be7314ee 17:36:28 Step 3/23 : WORKDIR /edgex-go 17:36:28 ---> Using cache 17:36:28 ---> 8de3670a8933 17:36:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:36:28 ---> Using cache 17:36:28 ---> adbb4691f14c 17:36:28 Step 5/23 : RUN apk add --update --no-cache make git 17:36:28 ---> Using cache 17:36:28 ---> 624d8d9979fe 17:36:28 Step 6/23 : COPY go.mod . 17:36:28 ---> Using cache 17:36:28 ---> cf989d995e89 17:36:28 Step 7/23 : RUN go mod download 17:36:28 ---> Using cache 17:36:28 ---> ca11c6c8335f 17:36:28 Step 8/23 : COPY . . 17:36:28 ---> Using cache 17:36:28 ---> 3711b39896a2 17:36:28 Step 9/23 : RUN make cmd/core-command/core-command 17:36:30 ---> Running in b924d4679a36 17:36:30 ---> Running in 6a0ece968bf3 17:36:30 ---> Running in 5bef5610c185 17:36:30 Removing intermediate container 5bef5610c185 17:36:30 ---> 378188551574 17:36:30 Step 31/31 : LABEL version=0.0.0 17:36:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:36:31 ---> Running in 9245b5c431f9 17:36:31 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:36:31 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:36:31 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:36:31 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:36:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:36:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:36:31 Removing intermediate container 9245b5c431f9 17:36:31 ---> aea0e9feaa9d 17:36:31 17:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:32 Successfully built aea0e9feaa9d 17:36:32 Successfully tagged docker-security-bootstrapper-go:latest 17:36:33  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:36:34 OK: 233 MiB in 51 packages 17:36:36 Removing intermediate container b924d4679a36 17:36:36 ---> 8798b3dd2fe4 17:36:36 Step 6/26 : COPY go.mod . 17:36:36 ---> bec0b056900a 17:36:36 Step 7/26 : RUN go mod download 17:36:36 ---> Running in ae8e0f3181c0 17:36:39 Removing intermediate container ae8e0f3181c0 17:36:39 ---> b3ac8bf78854 17:36:39 Step 8/26 : COPY . . 17:36:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:36:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:36:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:36:46 Removing intermediate container 1709a677b2ec 17:36:46 ---> 86407593cff4 17:36:46 17:36:46 Step 10/21 : FROM alpine:3.12 17:36:46 ---> 389fef711851 17:36:46 Step 11/21 : RUN apk add --update --no-cache curl 17:36:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.374s coverage: 46.0% of statements 17:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:36:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 17:36:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.195s coverage: 100.0% of statements 17:36:49 ---> Running in b1b2855c0598 17:36:52 Removing intermediate container 0c712302a055 17:36:52 ---> d01fc5659021 17:36:52 17:36:52 Step 10/23 : FROM alpine:3.12 17:36:52 ---> 389fef711851 17:36:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:36:52 ---> Using cache 17:36:52 ---> 17a8062c5db9 17:36:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:36:52 ---> Using cache 17:36:52 ---> 8a593194adce 17:36:52 Step 13/23 : ENV APP_PORT=48081 17:36:55 ---> Running in 6f655745273d 17:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.1% of statements 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.094s coverage: 100.0% of statements 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:36:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 65.8% of statements 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:36:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:36:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:36:55 Removing intermediate container 6f655745273d 17:36:55 ---> be8b4c16568a 17:36:55 Step 14/23 : EXPOSE $APP_PORT 17:36:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:36:55 ---> Running in f7873cefaa50 17:36:56 (1/4) Installing ca-certificates (20191127-r4) 17:36:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:36:56 (3/4) Installing libcurl (7.69.1-r3) 17:36:56 (4/4) Installing curl (7.69.1-r3) 17:36:56 Executing busybox-1.31.1-r19.trigger 17:36:56 Executing ca-certificates-20191127-r4.trigger 17:36:57 OK: 7 MiB in 18 packages 17:36:57 Removing intermediate container f7873cefaa50 17:36:57 ---> 50a057cd180a 17:36:57 Step 15/23 : WORKDIR / 17:36:57 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.730s coverage: 82.3% of statements 17:36:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:36:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:36:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:36:57 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:36:58 ---> Running in 9aa0060430de 17:36:59 Removing intermediate container 9aa0060430de 17:36:59 ---> 679cd11a81e8 17:36:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:36:59 Removing intermediate container b1b2855c0598 17:36:59 ---> 3a2f830bc79a 17:36:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:37:01 ---> Running in 1c4f043ccc59 17:37:01 ---> 77f143f77feb 17:37:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:37:01 Removing intermediate container 1c4f043ccc59 17:37:01 ---> 14e59ab750c0 17:37:01 Step 13/21 : WORKDIR /edgex 17:37:01 ---> 2903530f3eb3 17:37:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:37:01 ---> Running in ffd6c52e4656 17:37:01 ---> Running in d1cfb6d6173d 17:37:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.201s coverage: 28.6% of statements 17:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:37:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 17:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:37:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements 17:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:37:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements 17:37:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:37:04 ---> 7f8ee7f989d7 17:37:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:37:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:37:04 Removing intermediate container ffd6c52e4656 17:37:04 ---> 72d24e0ef429 17:37:04 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:37:04 ---> dcd7a0efc872 17:37:04 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:37:04 Removing intermediate container 6a0ece968bf3 17:37:04 ---> b55469e28422 17:37:04 17:37:04 Step 10/23 : FROM alpine:3.12 17:37:04 ---> 389fef711851 17:37:04 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:37:04 ---> Using cache 17:37:04 ---> 17a8062c5db9 17:37:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:37:04 ---> Using cache 17:37:04 ---> 8a593194adce 17:37:04 Step 13/23 : ENV APP_PORT=48082 17:37:04 ---> Running in edeab62fde63 17:37:04 ---> Running in ecb152a230b2 17:37:04 Removing intermediate container edeab62fde63 17:37:04 ---> b76a0cb66f56 17:37:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:37:05 ---> 3d557db06bc5 17:37:05 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:37:05 Removing intermediate container ecb152a230b2 17:37:05 ---> fbee65781584 17:37:05 Step 14/23 : EXPOSE $APP_PORT 17:37:05 ---> Running in e4a38e8f5703 17:37:05 ---> Running in 099636f2f4bd 17:37:05 Removing intermediate container e4a38e8f5703 17:37:05 ---> 31d1cddbc808 17:37:05 Step 21/23 : LABEL arch=x86_64 17:37:05 Removing intermediate container 099636f2f4bd 17:37:05 ---> 6670f4313f12 17:37:05 Step 15/23 : WORKDIR / 17:37:06 ---> Running in 3f35beaddfea 17:37:06 ---> Running in e704c6ab5348 17:37:06 ---> 4e6f773485d2 17:37:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:37:06 Removing intermediate container e704c6ab5348 17:37:06 ---> 573ee0401f94 17:37:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:37:06 Removing intermediate container 3f35beaddfea 17:37:06 ---> f168d6cbc0fd 17:37:06 Step 22/23 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:37:06 ---> Running in 46ee1102beac 17:37:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.434s coverage: 97.5% of statements 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:37:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:37:06 ---> fe54d3dca230 17:37:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:37:06 ---> Running in 1bbb9daf790b 17:37:07 Removing intermediate container 46ee1102beac 17:37:07 ---> c9d25987d67b 17:37:07 Step 23/23 : LABEL version=0.0.0 17:37:07 ---> 1b4108d292a4 17:37:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:37:07 ---> Running in b98fad2bee3c 17:37:07 Removing intermediate container 1bbb9daf790b 17:37:07 ---> 552893de1527 17:37:07 Step 18/21 : CMD ["--init=true"] 17:37:07 ---> Running in 23e06e084461 17:37:07 Removing intermediate container b98fad2bee3c 17:37:07 ---> 96ca5d3742e9 17:37:07 17:37:07 Removing intermediate container 23e06e084461 17:37:07 ---> 8eb3308375c1 17:37:07 Step 19/21 : LABEL arch=x86_64 17:37:07 Successfully built 96ca5d3742e9 17:37:07 Successfully tagged docker-core-metadata-go:latest 17:37:07  Building docker-core-metadata-go ... done  ---> Running in e94e298147b0 17:37:07 ---> 75a3fad27b5c 17:37:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:37:08 Removing intermediate container e94e298147b0 17:37:08 ---> b5d6673318e8 17:37:08 Step 20/21 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:37:08 ---> Running in 07f31c8c68f4 17:37:08 ---> dbb9d087a895 17:37:08 Step 19/23 : ENTRYPOINT ["/core-command"] 17:37:08 ---> Running in 1022d01d2c57 17:37:08 Removing intermediate container 07f31c8c68f4 17:37:08 ---> b1cb5c2ea4e9 17:37:08 Step 21/21 : LABEL version=0.0.0 17:37:08 ---> Running in 096d2472790b 17:37:09 Removing intermediate container 1022d01d2c57 17:37:09 ---> de6d0b9f179e 17:37:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:37:09 ---> Running in 30faa8061cdc 17:37:09 Removing intermediate container 096d2472790b 17:37:09 ---> 09cfe5b00617 17:37:09 17:37:09 Successfully built 09cfe5b00617 17:37:09 Successfully tagged docker-security-proxy-setup-go:latest 17:37:09  Building docker-security-proxy-setup-go ... done Removing intermediate container 30faa8061cdc 17:37:09 ---> 9ea41b66f097 17:37:09 Step 21/23 : LABEL arch=x86_64 17:37:09 ---> Running in 16931f0ecd24 17:37:09 Removing intermediate container 16931f0ecd24 17:37:09 ---> 62f7b77f2947 17:37:09 Step 22/23 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:37:10 ---> Running in de942c4b1644 17:37:10 Removing intermediate container de942c4b1644 17:37:10 ---> 45ad4cfb50fc 17:37:10 Step 23/23 : LABEL version=0.0.0 17:37:10 ---> Running in 481448f781e2 17:37:10 Removing intermediate container 481448f781e2 17:37:10 ---> f1dae7ab01cd 17:37:10 17:37:10 Successfully built f1dae7ab01cd 17:37:10 Successfully tagged docker-core-command-go:latest 17:37:16  Building docker-core-command-go ... done Removing intermediate container d1cfb6d6173d 17:37:16 ---> 1abda920bc3a 17:37:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:37:16 ---> Running in 9b7092defd92 17:37:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.412s coverage: 92.8% of statements 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.265s coverage: 0.1% of statements 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:37:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.164s coverage: 45.5% of statements 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.135s coverage: 79.5% of statements 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.073s coverage: 96.3% of statements 17:37:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 17:37:17 Removing intermediate container 9b7092defd92 17:37:17 ---> 14e763a95867 17:37:17 17:37:17 Step 11/26 : FROM docker:20.10.0 17:37:17 20.10.0: Pulling from library/docker 17:37:21 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:37:21 Status: Downloaded newer image for docker:20.10.0 17:37:21 ---> aefe523efa57 17:37:21 Step 12/26 : RUN apk add --no-cache bash 17:37:21 ---> Running in bc11a0c68bfe 17:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:37:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:37:22 (1/2) Installing readline (8.0.4-r0) 17:37:22 (2/2) Installing bash (5.0.17-r0) 17:37:22 Executing bash-5.0.17-r0.post-install 17:37:22 Executing busybox-1.31.1-r19.trigger 17:37:22 OK: 12 MiB in 22 packages 17:37:23 Removing intermediate container bc11a0c68bfe 17:37:23 ---> 2a4dbdd57e94 17:37:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:37:23 ---> Running in df994d3ba8d6 17:37:23 Removing intermediate container df994d3ba8d6 17:37:23 ---> 5d16ec5ab97c 17:37:23 Step 14/26 : ENV APP_PORT=48090 17:37:23 ---> Running in 0b69066fc044 17:37:23 Removing intermediate container 0b69066fc044 17:37:23 ---> 3f0e1a0b011e 17:37:23 Step 15/26 : EXPOSE $APP_PORT 17:37:23 ---> Running in 22d3f8218d92 17:37:23 Removing intermediate container 22d3f8218d92 17:37:23 ---> 3aabb522fdec 17:37:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:37:24 ---> fef377fbbd69 17:37:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:37:24 ---> 77db6d11aa5b 17:37:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:37:24 ---> 05092c9d52a5 17:37:24 Step 19/26 : RUN apk --no-cache add py3-pip 17:37:24 ---> Running in 7c577adef7e1 17:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:37:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:37:25 (1/33) Installing libbz2 (1.0.8-r1) 17:37:25 (2/33) Installing expat (2.2.9-r1) 17:37:25 (3/33) Installing libffi (3.3-r2) 17:37:25 (4/33) Installing gdbm (1.13-r1) 17:37:25 (5/33) Installing xz-libs (5.2.5-r0) 17:37:25 (6/33) Installing sqlite-libs (3.32.1-r0) 17:37:25 (7/33) Installing python3 (3.8.5-r0) 17:37:26 (8/33) Installing py3-appdirs (1.4.4-r1) 17:37:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:37:26 (10/33) Installing py3-parsing (2.4.7-r0) 17:37:26 (11/33) Installing py3-six (1.15.0-r0) 17:37:26 (12/33) Installing py3-packaging (20.4-r0) 17:37:26 (13/33) Installing py3-setuptools (47.0.0-r0) 17:37:26 (14/33) Installing py3-chardet (3.0.4-r4) 17:37:26 (15/33) Installing py3-idna (2.9-r0) 17:37:26 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:37:26 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:37:26 (18/33) Installing py3-requests (2.23.0-r0) 17:37:27 (19/33) Installing py3-msgpack (1.0.0-r0) 17:37:27 (20/33) Installing py3-lockfile (0.12.2-r3) 17:37:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:37:27 (22/33) Installing py3-colorama (0.4.3-r0) 17:37:27 (23/33) Installing py3-distlib (0.3.0-r0) 17:37:27 (24/33) Installing py3-distro (1.5.0-r1) 17:37:27 (25/33) Installing py3-webencodings (0.5.1-r3) 17:37:27 (26/33) Installing py3-html5lib (1.0.1-r4) 17:37:27 (27/33) Installing py3-pytoml (0.1.21-r0) 17:37:27 (28/33) Installing py3-pep517 (0.8.2-r0) 17:37:27 (29/33) Installing py3-progress (1.5-r0) 17:37:27 (30/33) Installing py3-toml (0.10.1-r0) 17:37:27 (31/33) Installing py3-retrying (1.3.3-r0) 17:37:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:37:27 (33/33) Installing py3-pip (20.1.1-r0) 17:37:27 Executing busybox-1.31.1-r19.trigger 17:37:27 OK: 71 MiB in 55 packages 17:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.071s coverage: 94.4% of statements 17:37:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 17:37:36 Removing intermediate container 7c577adef7e1 17:37:36 ---> 90c1145c5012 17:37:36 Step 20/26 : RUN pip install docker-compose==1.23.2 17:37:36 ---> Running in 270d3e245494 17:37:37 Collecting docker-compose==1.23.2 17:37:37 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:37:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:37:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:37:37 Collecting PyYAML<4,>=3.10 17:37:37 Downloading PyYAML-3.13.tar.gz (270 kB) 17:37:38 Collecting jsonschema<3,>=2.5.1 17:37:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:37:39 Collecting cached-property<2,>=1.2.0 17:37:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:37:39 Collecting texttable<0.10,>=0.9.0 17:37:39 Downloading texttable-0.9.1.tar.gz (11 kB) 17:37:39 Collecting docker<4.0,>=3.6.0 17:37:39 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:37:39 Collecting websocket-client<1.0,>=0.32.0 17:37:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:37:39 Collecting dockerpty<0.5,>=0.4.1 17:37:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:37:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:37:40 Collecting docopt<0.7,>=0.6.1 17:37:40 Downloading docopt-0.6.2.tar.gz (25 kB) 17:37:41 Collecting idna<2.8,>=2.5 17:37:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:37:41 Collecting urllib3<1.25,>=1.21.1 17:37:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:37:41 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:37:41 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:37:41 Collecting docker-pycreds>=0.4.0 17:37:41 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:37:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:37:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:37:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:37:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:37:41 Installing collected packages: idna, urllib3, requests, PyYAML, jsonschema, cached-property, texttable, websocket-client, docker-pycreds, docker, dockerpty, docopt, docker-compose 17:37:41 Attempting uninstall: idna 17:37:41 Found existing installation: idna 2.9 17:37:41 Uninstalling idna-2.9: 17:37:41 Successfully uninstalled idna-2.9 17:37:41 Attempting uninstall: urllib3 17:37:41 Found existing installation: urllib3 1.25.9 17:37:41 Uninstalling urllib3-1.25.9: 17:37:41 Successfully uninstalled urllib3-1.25.9 17:37:41 Attempting uninstall: requests 17:37:41 Found existing installation: requests 2.23.0 17:37:41 Uninstalling requests-2.23.0: 17:37:42 Successfully uninstalled requests-2.23.0 17:37:42 Running setup.py install for PyYAML: started 17:37:42 Running setup.py install for PyYAML: finished with status 'done' 17:37:42 Running setup.py install for texttable: started 17:37:43 Running setup.py install for texttable: finished with status 'done' 17:37:43 Running setup.py install for dockerpty: started 17:37:44 Running setup.py install for dockerpty: finished with status 'done' 17:37:44 Running setup.py install for docopt: started 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.154s coverage: 92.9% of statements 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.079s coverage: 75.5% of statements 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.135s coverage: 87.2% of statements 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.2% of statements 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.165s coverage: 91.4% of statements 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.626s coverage: 63.5% of statements 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.073s coverage: 100.0% of statements 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 17:37:44 Running setup.py install for docopt: finished with status 'done' 17:37:44 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.922s coverage: 68.9% of statements 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:37:44 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:37:44 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 17:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.388s coverage: 37.0% of statements 17:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:37:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.879s coverage: 84.0% of statements 17:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements 17:37:48 Removing intermediate container 270d3e245494 17:37:48 ---> f264ddc2701d 17:37:48 Step 21/26 : RUN apk --no-cache add curl 17:37:48 ---> Running in c2ad0b569d36 17:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:37:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:37:48 (2/3) Installing libcurl (7.69.1-r3) 17:37:48 (3/3) Installing curl (7.69.1-r3) 17:37:48 Executing busybox-1.31.1-r19.trigger 17:37:49 OK: 72 MiB in 58 packages 17:37:49 Removing intermediate container c2ad0b569d36 17:37:49 ---> 0a8e42af290d 17:37:49 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:37:49 ---> Running in 7eef5ae06b53 17:37:49 Removing intermediate container 7eef5ae06b53 17:37:49 ---> 6698368d9681 17:37:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:37:49 ---> Running in e2b9c2d176f3 17:37:49 Removing intermediate container e2b9c2d176f3 17:37:49 ---> cda8dc8d2588 17:37:49 Step 24/26 : LABEL arch=x86_64 17:37:50 ---> Running in 725438f87e36 17:37:50 Removing intermediate container 725438f87e36 17:37:50 ---> d4040be9dd0f 17:37:50 Step 25/26 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:37:50 ---> Running in 5d74e3fdc049 17:37:50 Removing intermediate container 5d74e3fdc049 17:37:50 ---> 3f17f4712f46 17:37:50 Step 26/26 : LABEL version=0.0.0 17:37:50 ---> Running in 3d24bbc49baa 17:37:50 Removing intermediate container 3d24bbc49baa 17:37:50 ---> e96cbe1816d7 17:37:50 17:37:50 Successfully built e96cbe1816d7 17:37:50 Successfully tagged docker-sys-mgmt-agent-go:latest 17:37:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:37:51 $ docker stop --time=1 422ef1e82361d8a25905861de5d05dfae2a56e0a6dbd6418adb8e358218d546c 17:37:52 $ docker rm -f 422ef1e82361d8a25905861de5d05dfae2a56e0a6dbd6418adb8e358218d546c [Pipeline] // withDockerContainer [Pipeline] sh 17:37:53 + docker images 17:37:53 + grep docker 17:37:53 docker-sys-mgmt-agent-go latest e96cbe1816d7 3 seconds ago 313MB 17:37:53 docker-core-command-go latest f1dae7ab01cd 43 seconds ago 16.9MB 17:37:53 docker-security-proxy-setup-go latest 09cfe5b00617 45 seconds ago 24.4MB 17:37:53 docker-core-metadata-go latest 96ca5d3742e9 46 seconds ago 18.8MB 17:37:53 docker-security-bootstrapper-go latest aea0e9feaa9d About a minute ago 23.8MB 17:37:53 docker-security-secretstore-setup-go latest 07e89ffe0b75 About a minute ago 24.6MB 17:37:53 docker-core-data-go latest ba405961179c About a minute ago 22.3MB 17:37:53 docker-support-notifications-go latest 001c014ff997 2 minutes ago 17.5MB 17:37:53 docker-support-scheduler-go latest e4e474be1ea4 2 minutes ago 17MB 17:37:53 docker 20.10.0 aefe523efa57 7 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 17:37:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.387s coverage: 47.0% of statements 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:37:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.134s coverage: 100.0% of statements 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:37:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:37:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.219s coverage: 100.0% of statements 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:37:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.591s coverage: 29.1% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.200s coverage: 99.0% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.164s coverage: 100.0% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:38:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 17:38:03 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 17:38:04 GO111MODULE=on go vet ./... 17:38:09 Still waiting to schedule task 17:38:09 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:39:18 Running on prd-ubuntu18.04-docker-8c-8g-24590 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws 17:39:18 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 17:39:20 using credential edgex-jenkins-ssh 17:39:20 Cloning the remote Git repository 17:39:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:39:20 > git init /w/workspace/edgex-go/2 # timeout=10 17:39:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:39:20 > git --version # timeout=10 17:39:20 > git --version # 'git version 2.17.1' 17:39:20 using GIT_SSH to set credentials SSH Credentials for GitHub 17:39:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:39:27 gofmt -l . 17:39:27 [ "`gofmt -l .`" = "" ] 17:39:27 ./bin/test-go-mod-tidy.sh 17:39:27 ./bin/test-attribution-txt.sh [Pipeline] sh 17:39:28 + ls -al . 17:39:28 total 712 17:39:28 drwxrwxr-x 9 1001 1001 4096 Feb 2 17:39 . 17:39:28 drwxr-xr-x 4 root root 4096 Feb 2 17:34 .. 17:39:28 -rw-rw-r-- 1 1001 1001 11 Feb 2 17:33 .dockerignore 17:39:28 drwxrwxr-x 8 1001 1001 4096 Feb 2 17:33 .git 17:39:28 drwxrwxr-x 3 1001 1001 4096 Feb 2 17:33 .github 17:39:28 -rw-rw-r-- 1 1001 1001 872 Feb 2 17:33 .gitignore 17:39:28 -rw-rw-r-- 1 1001 1001 166 Feb 2 17:33 .sonarcloud.properties 17:39:28 -rw-rw-r-- 1 1001 1001 7859 Feb 2 17:33 Attribution.txt 17:39:28 -rw-rw-r-- 1 1001 1001 3804 Feb 2 17:33 CONTRIBUTING.md 17:39:28 -rw-rw-r-- 1 1001 1001 931 Feb 2 17:33 Dockerfile.build 17:39:28 -rw-rw-r-- 1 1001 1001 863 Feb 2 17:33 Jenkinsfile 17:39:28 -rw-rw-r-- 1 1001 1001 10775 Feb 2 17:33 LICENSE 17:39:28 -rw-rw-r-- 1 1001 1001 6001 Feb 2 17:33 Makefile 17:39:28 -rw-rw-r-- 1 1001 1001 6524 Feb 2 17:33 README.md 17:39:28 -rw-rw-r-- 1 1001 1001 6755 Feb 2 17:33 SECURITY.md 17:39:28 -rw-rw-r-- 1 1001 1001 5 Feb 2 17:29 VERSION 17:39:28 -rw-rw-r-- 1 1001 1001 4131 Feb 2 17:33 ZMQWindows.md 17:39:28 drwxrwxr-x 2 1001 1001 4096 Feb 2 17:33 bin 17:39:28 drwxrwxr-x 15 1001 1001 4096 Feb 2 17:33 cmd 17:39:28 -rw-r--r-- 1 root root 578674 Feb 2 17:38 coverage.out 17:39:28 -rw-r--r-- 1 root root 1054 Feb 2 17:39 go.mod 17:39:28 -rw-r--r-- 1 root root 19515 Feb 2 17:39 go.sum 17:39:28 drwxrwxr-x 8 1001 1001 4096 Feb 2 17:33 internal 17:39:28 drwxrwxr-x 4 1001 1001 4096 Feb 2 17:33 openapi 17:39:28 drwxrwxr-x 4 1001 1001 4096 Feb 2 17:33 snap 17:39:28 -rw-rw-r-- 1 1001 1001 168 Feb 2 17:33 version.go [Pipeline] sh 17:39:28 + '[' -e coverage.out ] 17:39:28 + chown 1001:1001 coverage.out [Pipeline] stash 17:39:28 Warning: overwriting stash ‘coverage-report’ 17:39:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:39:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:39:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:39:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:39:29 using GIT_SSH to set credentials SSH Credentials for GitHub 17:39:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:39:30 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 403165f5a2881bb52f645cca137898441d820a3e 17:39:30 Merge succeeded, producing 403165f5a2881bb52f645cca137898441d820a3e 17:39:30 Checking out Revision 403165f5a2881bb52f645cca137898441d820a3e (PR-3111) 17:39:30 Stashed 1 file(s) [Pipeline] sh 17:39:31 + make build 17:39:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:39:30 > git config core.sparsecheckout # timeout=10 17:39:30 > git checkout -f 403165f5a2881bb52f645cca137898441d820a3e # timeout=10 17:39:30 > git remote # timeout=10 17:39:30 > git config --get remote.origin.url # timeout=10 17:39:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:39:30 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 17:39:30 > git rev-parse HEAD^{commit} # timeout=10 17:39:30 > git config core.sparsecheckout # timeout=10 17:39:30 > git checkout -f 403165f5a2881bb52f645cca137898441d820a3e # timeout=10 17:39:33 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:39:34 + echo snap-build.sh 17:39:34 snap-build.sh 17:39:34 + SNAP_BASE_DIR=. 17:39:34 + '[' '!' -z /w/workspace/edgex-go/2 ']' 17:39:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 17:39:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 17:39:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 17:39:34 + cd /w/workspace/edgex-go/2 17:39:34 + sudo apt-get remove -qy --purge lxd lxd-client 17:39:34 Reading package lists... 17:39:35 Building dependency tree... 17:39:35 Reading state information... 17:39:35 The following packages were automatically installed and are no longer required: 17:39:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:39:35 uidmap xdelta3 17:39:35 Use 'sudo apt autoremove' to remove them. 17:39:35 The following packages will be REMOVED: 17:39:35 lxd* lxd-client* 17:39:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:39:35 After this operation, 31.7 MB disk space will be freed. 17:39:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 17:39:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:39:38 Removing lxd dnsmasq configuration 17:39:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:39:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:39:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:39:39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 17:39:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:39:40 Processing triggers for systemd (237-3ubuntu10.42) ... 17:39:40 Processing triggers for ureadahead (0.100.0-21) ... 17:39:42 + sudo snap remove --purge lxd 17:39:42 snap "lxd" is not installed 17:39:42 + sudo groupadd --force --system lxd 17:39:42 ++ whoami 17:39:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:39:42 + newgrp - lxd 17:39:42 + sudo snap install lxd 17:39:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:39:50 2021-02-02T17:39:48Z INFO Waiting for automatic snapd restart... 17:40:05 lxd 4.10 from Canonical* installed 17:40:05 + sudo lxd init --auto 17:40:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:40:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:40:15 + sudo snap install --classic snapcraft 17:40:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:40:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:40:22 snapcraft 4.4.4 from Canonical* installed 17:40:22 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:40:22 + patch --verbose -p1 17:40:22 Hmm... Looks like a unified diff to me... 17:40:22 The text leading up to this was: 17:40:22 -------------------------- 17:40:22 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:40:22 |From: Tony Espy 17:40:22 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:40:22 |Subject: [PATCH] optimize snap build for pipeline CI check 17:40:22 | 17:40:22 |This patch is used by the EdgeX CI pipeline builds to 17:40:22 |optimize the snap CI check run for pull requests. When 17:40:22 |applied, it essentially strips out everything (apps and 17:40:22 |parts) from the snapcraft.yaml file except those required 17:40:22 |to build edgex-go, as the whole idea of the CI check is to 17:40:22 |catch changes to edgex-go that break the snap build. 17:40:22 | 17:40:22 |In general, anyone updating snapcraft.yaml will also need 17:40:22 |to update this patch file, otherwise it may fail to apply, 17:40:22 |resulting in a failed snap build CI check in the associated 17:40:22 |pull request. 17:40:22 | 17:40:22 |Note - in addition to applying this patch, the pipeline also 17:40:22 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:40:22 |need to build the finally binary .snap file (and it won't 17:40:22 |work with the patch applied). This further reduces the build 17:40:22 |time. 17:40:22 |--- 17:40:22 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:40:22 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:40:22 | 17:40:22 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:40:22 |index 1e537489..faf42425 100644 17:40:22 |--- a/snap/snapcraft.yaml 17:40:22 |+++ b/snap/snapcraft.yaml 17:40:22 -------------------------- 17:40:22 patching file snap/snapcraft.yaml 17:40:22 Using Plan A... 17:40:22 Hunk #1 succeeded at 73. 17:40:22 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 17:40:22 Hunk #3 succeeded at 214 (offset -1 lines). 17:40:22 Hunk #4 succeeded at 222 (offset -1 lines). 17:40:22 Hunk #5 succeeded at 229 (offset -1 lines). 17:40:22 Hunk #6 succeeded at 256 (offset -1 lines). 17:40:22 Hunk #7 succeeded at 290 (offset -1 lines). 17:40:22 Hunk #8 succeeded at 342. 17:40:22 Hmm... Ignoring the trailing garbage. 17:40:22 done 17:40:22 + sudo snapcraft prime --use-lxd 17:40:23 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:40:23 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:40:23 - README.md 17:40:23 - snapcraft.yaml.orig 17:40:23 17:40:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:40:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:40:24 Launching a container. 17:40:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:40:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:40:36 Waiting for container to be ready 17:40:36 To start your first instance, try: lxc launch ubuntu:18.04 17:40:36 17:40:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:40:40 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 17:40:41 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:40:41 Waiting for network to be ready... 17:40:41 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:40:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:40:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] 17:40:41 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:40:42 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:40:42 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:40:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:40:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:40:42 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:40:42 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:40:42 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:40:42 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 17:40:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 17:40:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 17:40:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 17:40:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 17:40:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 17:40:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 17:40:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:40:42 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] 17:40:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 17:40:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 17:40:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 17:40:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 17:40:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 17:40:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] 17:40:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 17:40: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 17:40:47 Fetched 23.9 MB in 6s (4121 kB/s) 17:40:48 Reading package lists... 17:40:48 Reading package lists... 17:40:48 Building dependency tree... 17:40:48 Reading state information... 17:40:48 The following additional packages will be installed: 17:40:48 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:40:48 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:40:48 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:40:48 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:40:48 Suggested packages: 17:40:48 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:40:48 Recommended packages: 17:40:48 gnupg libsasl2-modules 17:40:48 The following NEW packages will be installed: 17:40:48 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:40:48 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:40:48 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:40:48 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:40:48 The following packages will be upgraded: 17:40:48 gpg gpg-agent gpgconf libudev1 17:40:48 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:40:48 Need to get 3533 kB of archives. 17:40:48 After this operation, 13.3 MB of additional disk space will be used. 17:40:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:40:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:40:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:40:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:40:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:40:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:40:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:40:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:40:49 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:40:49 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:40:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:40:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:40:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:40:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:40:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:40:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:40:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:40:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:40:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:40:49 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:40:49 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:40:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:40:50 debconf: delaying package configuration, since apt-utils is not installed 17:40:50 Fetched 3533 kB in 1s (3092 kB/s) 17:40:50 (Reading database ... 12511 files and directories currently installed.) 17:40:50 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:40:50 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:40:50 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:40:50 Selecting previously unselected package udev. 17:40:50 (Reading database ... 12511 files and directories currently installed.) 17:40:50 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:40:50 Unpacking udev (237-3ubuntu10.44) ... 17:40:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:40:50 Selecting previously unselected package libfuse2:amd64. 17:40:50 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:40:50 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:40:51 Selecting previously unselected package fuse. 17:40:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:40:51 Unpacking fuse (2.9.7-1ubuntu1) ... 17:40:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:40:51 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:40:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:40:51 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:40:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:40:51 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:40:51 Selecting previously unselected package libksba8:amd64. 17:40:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:40:51 Unpacking libksba8:amd64 (1.3.5-2) ... 17:40:51 Selecting previously unselected package libroken18-heimdal:amd64. 17:40:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:51 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:40:51 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:51 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:51 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:40:51 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:51 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:51 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:40:51 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:51 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:51 Selecting previously unselected package libwind0-heimdal:amd64. 17:40:51 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:40:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:40:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:40:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:52 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:40:52 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:40:52 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:52 Selecting previously unselected package libsasl2-modules-db:amd64. 17:40:52 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:40:52 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:40:52 Selecting previously unselected package libsasl2-2:amd64. 17:40:52 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:40:52 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:40:52 Selecting previously unselected package libldap-common. 17:40:52 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:40:52 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:40:52 Selecting previously unselected package libldap-2.4-2:amd64. 17:40:52 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:40:52 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:40:52 Selecting previously unselected package dirmngr. 17:40:52 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:40:52 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:40:52 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:40:53 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:40:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:40:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:40:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:40:53 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:40:53 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:53 Setting up libksba8:amd64 (1.3.5-2) ... 17:40:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:40:53 Setting up udev (237-3ubuntu10.44) ... 17:40:53 invoke-rc.d: policy-rc.d denied execution of start. 17:40:53 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:53 Processing triggers for systemd (237-3ubuntu10) ... 17:40:53 Setting up fuse (2.9.7-1ubuntu1) ... 17:40:53 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:40:53 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:53 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:53 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:53 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:53 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:40:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:40:54 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:40:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:40:54 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:40:54 settings in the [Install] section, and DefaultInstance for template units). 17:40:54 This means they are not meant to be enabled using systemctl. 17:40:54 Possible reasons for having this kind of units are: 17:40:54 1) A unit may be statically enabled by being symlinked from another unit's 17:40:54 .wants/ or .requires/ directory. 17:40:54 2) A unit's purpose may be to act as a helper for some other unit which has 17:40:54 a requirement dependency on it. 17:40:54 3) A unit may be started when needed via activation (socket, path, timer, 17:40:54 D-Bus, udev, scripted systemctl call, ...). 17:40:54 4) In case of template units, the unit is meant to be enabled with some 17:40:54 instance name specified. 17:40:55 Reading package lists... 17:40:55 Building dependency tree... 17:40:55 Reading state information... 17:40:55 The following additional packages will be installed: 17:40:55 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:40:55 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:40:55 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:40:55 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:40:55 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:40:55 Suggested packages: 17:40:55 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:40:55 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:40:55 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:40:55 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:40:55 systemd-container policykit-1 17:40:55 Recommended packages: 17:40:55 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:40:55 The following NEW packages will be installed: 17:40:55 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:40:55 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:40:55 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:40:55 multiarch-support openssh-client python3 python3-minimal python3.6 17:40:55 python3.6-minimal snapd squashfs-tools sudo 17:40:55 The following packages will be upgraded: 17:40:55 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:40:55 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:40:55 Need to get 35.2 MB of archives. 17:40:55 After this operation, 141 MB of additional disk space will be used. 17:40:55 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:40:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:40:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:40:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:40:56 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:40:56 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:40:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:40:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:40:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:40:56 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:40:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:40:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:40:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:40:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:40:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:40:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:40:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:40:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:40:56 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:40:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:40:56 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:40:56 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:40:56 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:40:56 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:40:56 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:40:56 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:40:56 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:40:56 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:40:56 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:40:56 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [Pipeline] } 17:40:57 $ docker stop --time=1 01e9e8d5fbf7c905c581db2a837f966570031b30adf312a4faf2ee96df017fbc 17:40:57 debconf: delaying package configuration, since apt-utils is not installed 17:40:57 Fetched 35.2 MB in 2s (16.9 MB/s) 17:40:57 (Reading database ... 12757 files and directories currently installed.) 17:40:57 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:40:58 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:40:58 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:40:58 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:40:58 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:40:58 (Reading database ... 12757 files and directories currently installed.) 17:40:58 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:40:58 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:40:59 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:40:59 (Reading database ... 12757 files and directories currently installed.) 17:40:59 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:40:59 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:40:59 Setting up apt (1.6.12ubuntu0.2) ... 17:40:59 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:40:59 $ docker rm -f 01e9e8d5fbf7c905c581db2a837f966570031b30adf312a4faf2ee96df017fbc 17:41:00 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:41:00 (Reading database ... 12764 files and directories currently installed.) 17:41:00 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:41:00 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:41:00 Selecting previously unselected package libpython3.6-minimal:amd64. 17:41:00 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:41:00 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:41:00 Selecting previously unselected package libexpat1:amd64. 17:41:00 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:41:00 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:41:01 Selecting previously unselected package python3.6-minimal. 17:41:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:41:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 17:41:01 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:41:01 Checking for services that may need to be restarted...done. 17:41:01 Checking for services that may need to be restarted...done. 17:41:01 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:41:01 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:41:01 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:41:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:41:01 17:41:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:41:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:41:02 Selecting previously unselected package python3-minimal. 17:41:02 (Reading database ... 13012 files and directories currently installed.) 17:41:02 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:41:02 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:41:02 Selecting previously unselected package mime-support. 17:41:02 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:41:02 Unpacking mime-support (3.60ubuntu1) ... 17:41:02 Selecting previously unselected package libmpdec2:amd64. 17:41:02 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:41:02 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:41:02 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:41:02 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:41:02 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:41:02 Selecting previously unselected package python3.6. 17:41:02 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:41:02 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:41:02 Selecting previously unselected package libpython3-stdlib:amd64. 17:41:02 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:41:02 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:41:02 Setting up python3-minimal (3.6.7-1~18.04) ... 17:41:02 latest: Pulling from edgex-devops/edgex-compose-arm64 17:41:02 29e5d40040c1: Pulling fs layer 17:41:02 1ce36da41761: Pulling fs layer 17:41:02 25b303627fd3: Pulling fs layer 17:41:03 Selecting previously unselected package python3. 17:41:03 (Reading database ... 13442 files and directories currently installed.) 17:41:03 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:41:03 Unpacking python3 (3.6.7-1~18.04) ... 17:41:03 Selecting previously unselected package multiarch-support. 17:41:03 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:41:03 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:41:03 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:41:03 29e5d40040c1: Download complete 17:41:04 Selecting previously unselected package liblzo2-2:amd64. 17:41:04 (Reading database ... 13479 files and directories currently installed.) 17:41:04 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:41:04 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:41:04 Selecting previously unselected package libbsd0:amd64. 17:41:04 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:41:04 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:41:04 Selecting previously unselected package sudo. 17:41:04 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:41:04 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:41:04 29e5d40040c1: Pull complete 17:41:04 1ce36da41761: Verifying Checksum 17:41:04 1ce36da41761: Download complete 17:41:04 Selecting previously unselected package apparmor. 17:41:04 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:41:04 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:41:04 Selecting previously unselected package libedit2:amd64. 17:41:04 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:41:04 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:41:04 Selecting previously unselected package libkrb5support0:amd64. 17:41:04 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:41:04 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:41:04 Selecting previously unselected package libk5crypto3:amd64. 17:41:04 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:41:04 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:41:05 Selecting previously unselected package libkeyutils1:amd64. 17:41:05 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:41:05 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:41:05 Selecting previously unselected package libkrb5-3:amd64. 17:41:05 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:41:05 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:41:05 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:41:05 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:41:05 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:41:05 Selecting previously unselected package libssl1.0.0:amd64. 17:41:05 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:41:05 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:41:05 Selecting previously unselected package openssh-client. 17:41:05 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:41:05 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:41:05 Selecting previously unselected package squashfs-tools. 17:41:05 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:41:05 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:41:05 Selecting previously unselected package snapd. 17:41:05 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:41:05 Unpacking snapd (2.48+18.04) ... 17:41:05 1ce36da41761: Pull complete 17:41:06 25b303627fd3: Verifying Checksum 17:41:06 25b303627fd3: Download complete 17:41:08 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:41:08 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:41:08 Setting up mime-support (3.60ubuntu1) ... 17:41:08 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:41:08 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:41:08 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:41:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:41:08 Setting up systemd (237-3ubuntu10.44) ... 17:41:08 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:41:09 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:41:09 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:41:09 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:41:09 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:41:09 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:41:09 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:41:10 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:41:10 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:41:10 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:41:10 Setting up python3 (3.6.7-1~18.04) ... 17:41:10 running python rtupdate hooks for python3.6... 17:41:10 running python post-rtupdate hooks for python3.6... 17:41:10 Setting up apparmor (2.12-4ubuntu5.1) ... 17:41:12 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:41:12 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:41:12 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:41:12 Setting up snapd (2.48+18.04) ... 17:41:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:41:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:41:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:41:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:41:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:41:13 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:41:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:41:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:41:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:41:14 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:41:14 /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' 17:41:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:41:15 Processing triggers for systemd (237-3ubuntu10.44) ... 17:41:16 25b303627fd3: Pull complete 17:41:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:41:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:41:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:41:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:41:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:41:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:41:16 prd-ubuntu18.04-docker-arm64-4c-16g-24586 does not seem to be running inside a container 17:41:16 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:41:17 Reading package lists... 17:41:18 Reading package lists... 17:41:18 Building dependency tree... 17:41:18 Reading state information... 17:41:18 Calculating upgrade... 17:41:18 The following packages will be upgraded: 17:41:18 advancecomp base-files bash binutils binutils-common 17:41:18 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:41:18 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:41:18 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:41:18 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:41:18 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:41:18 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:41:18 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:41:18 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:41:18 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:41:18 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:41:18 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:41:18 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:41:18 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:41:18 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:41:18 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:41:18 Need to get 63.8 MB of archives. 17:41:18 After this operation, 5205 kB of additional disk space will be used. 17:41:18 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:41:18 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 17:41:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:41:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:41:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:41:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:41:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:41:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:41:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:41:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:41:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:41:19 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:41:19 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:41:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:41:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:41:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:41:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:41:19 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:41:19 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:41:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:41:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:41:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:41:19 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:41:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:41:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:41:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:41:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:41:20 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:41:20 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:41:20 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:41:20 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:41:20 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:41:20 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:41:20 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:41:20 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:41:20 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:41:20 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:41:20 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:41:20 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:41:20 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:41:20 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:41:20 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:41:20 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:41:20 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:41:20 $ docker top a019fce528541484d40e5794f39211383cc24285829cad0fe66e4a5f10df46b9 -eo pid,comm 17:41:20 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:41:20 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:41:20 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:41:20 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:41:20 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:41:20 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:41:20 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:41:20 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:41:20 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:41:20 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:41:20 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:41:20 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:41:20 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:41:20 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:41:20 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:41:20 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:41:20 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:41:20 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:41:20 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [Pipeline] { 17:41:20 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:41:20 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:41:20 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:41:20 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:41:20 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:41:20 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:41:20 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:41:20 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:41:20 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:41:20 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:41:20 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:41:20 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:41:20 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:41:20 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:41:20 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:41:20 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [Pipeline] sh 17:41:20 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:41:20 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:41:20 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:41:20 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:41:20 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:41:20 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:41:20 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:41:20 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:41:20 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:41:20 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:41:20 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:41:21 + docker-compose build --help+ 17:41:21 grep parallel 17:41:21 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:41:22 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:41:22 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:41:22 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:41:23 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:41:23 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:41:23 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:41:23 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:41:23 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:41:23 debconf: delaying package configuration, since apt-utils is not installed 17:41:23 Fetched 63.8 MB in 4s (14.3 MB/s) 17:41:23 (Reading database ... 13912 files and directories currently installed.) 17:41:23 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:41:23 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:41:24 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:41:24 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:41:24 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 17:41:24 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 17:41:25 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:25 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:25 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:25 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:25 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:25 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:25 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:25 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:25 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:25 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:25 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:26 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:26 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:26 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:26 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:26 (Reading database ... 13911 files and directories currently installed.) 17:41:26 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:26 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:41:26 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:41:26 (Reading database ... 13911 files and directories currently installed.) 17:41:26 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:26 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:26 --parallel Build images in parallel. 17:41:26 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:26 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:26 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:41:26 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:41:26 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:26 (Reading database ... 13911 files and directories currently installed.) 17:41:26 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [Pipeline] } 17:41:26 $ docker stop --time=1 a019fce528541484d40e5794f39211383cc24285829cad0fe66e4a5f10df46b9 17:41:27 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:41:27 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:41:28 (Reading database ... 13911 files and directories currently installed.) 17:41:28 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:41:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:41:28 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:41:28 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:41:28 Setting up base-files (10.1ubuntu2.10) ... 17:41:28 Installing new version of config file /etc/issue ... 17:41:28 Installing new version of config file /etc/issue.net ... 17:41:28 Installing new version of config file /etc/lsb-release ... 17:41:28 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:41:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:41:28 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:41:28 Removing obsolete conffile /etc/default/motd-news ... 17:41:28 (Reading database ... 13912 files and directories currently installed.) 17:41:28 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:41:28 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:41:29 $ docker rm -f a019fce528541484d40e5794f39211383cc24285829cad0fe66e4a5f10df46b9 17:41:29 Setting up bash (4.4.18-2ubuntu1.2) ... 17:41:29 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 17:41:29 (Reading database ... 13912 files and directories currently installed.) 17:41:29 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:29 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:41:29 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:41:29 (Reading database ... 13912 files and directories currently installed.) 17:41:29 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:41:29 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:41:29 Setting up tar (1.29b-2ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 17:41:29 (Reading database ... 13912 files and directories currently installed.) 17:41:29 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:41:29 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] isUnix [Pipeline] sh 17:41:29 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:41:29 (Reading database ... 13912 files and directories currently installed.) 17:41:29 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:41:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:41:30 . [Pipeline] withDockerContainer 17:41:30 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:41:30 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:41:30 (Reading database ... 13912 files and directories currently installed.) 17:41:30 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:41:30 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:41:30 prd-ubuntu18.04-docker-arm64-4c-16g-24586 does not seem to be running inside a container 17:41:30 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 17:41:30 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:41:30 (Reading database ... 13912 files and directories currently installed.) 17:41:30 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:41:30 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:41:30 Setting up grep (3.1-2build1) ... 17:41:30 (Reading database ... 13912 files and directories currently installed.) 17:41:30 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:41:30 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:41:30 Setting up login (1:4.5-1ubuntu2) ... 17:41:30 (Reading database ... 13912 files and directories currently installed.) 17:41:30 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:41:30 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:41:31 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:41:31 (Reading database ... 13912 files and directories currently installed.) 17:41:31 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:41:31 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:41:31 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:41:31 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:41:31 $ docker top 179f8b3e522c9646817bec7e7c25ca44cc748d73e5186cda716a6431aa777658 -eo pid,comm 17:41:32 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:41:32 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] { [Pipeline] sh 17:41:32 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:41:32 (Reading database ... 13912 files and directories currently installed.) 17:41:32 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:41:32 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:41:33 + docker-compose -f ./docker-compose-build.yml build --parallel 17:41:33 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:41:33 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:41:33 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:41:33 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:41:34 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:41:34 (Reading database ... 13912 files and directories currently installed.) 17:41:34 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:41:34 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:41:34 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:41:34 (Reading database ... 13912 files and directories currently installed.) 17:41:34 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:34 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:41:34 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:41:34 (Reading database ... 13912 files and directories currently installed.) 17:41:34 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:34 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:41:34 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:41:34 (Reading database ... 13912 files and directories currently installed.) 17:41:34 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:34 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:41:34 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:41:35 (Reading database ... 13912 files and directories currently installed.) 17:41:35 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:35 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:41:35 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:41:35 (Reading database ... 13912 files and directories currently installed.) 17:41:35 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:41:35 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:41:35 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:41:35 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:41:35 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:41:35 (Reading database ... 13912 files and directories currently installed.) 17:41:35 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:41:35 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:41:35 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:41:36 (Reading database ... 13912 files and directories currently installed.) 17:41:36 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:36 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:41:36 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:41:36 (Reading database ... 13912 files and directories currently installed.) 17:41:36 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:36 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:41:36 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:41:36 (Reading database ... 13912 files and directories currently installed.) 17:41:36 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:36 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:41:37 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:41:37 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:41:37 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:41:38 (Reading database ... 13912 files and directories currently installed.) 17:41:38 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:41:38 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:41:38 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:41:38 (Reading database ... 13912 files and directories currently installed.) 17:41:38 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:41:38 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:41:38 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:41:38 (Reading database ... 13914 files and directories currently installed.) 17:41:38 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:41:38 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:41:38 Setting up debconf (1.5.66ubuntu1) ... 17:41:39 (Reading database ... 13914 files and directories currently installed.) 17:41:39 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:41:39 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:41:39 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:41:39 (Reading database ... 13914 files and directories currently installed.) 17:41:39 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:41:39 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:41:39 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:41:39 (Reading database ... 13914 files and directories currently installed.) 17:41:39 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:41:39 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:41:39 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:41:39 Building docker-core-command-go ... 17:41:39 Building docker-core-data-go ... 17:41:39 Building docker-core-metadata-go ... 17:41:39 Building docker-security-bootstrapper-go ... 17:41:39 Building docker-security-proxy-setup-go ... 17:41:39 Building docker-security-secretstore-setup-go ... 17:41:39 Building docker-support-notifications-go ... 17:41:39 Building docker-support-scheduler-go ... 17:41:39 Building docker-sys-mgmt-agent-go ... 17:41:39 Building docker-sys-mgmt-agent-go 17:41:39 Building docker-security-secretstore-setup-go 17:41:39 Building docker-support-scheduler-go 17:41:39 Building docker-security-proxy-setup-go 17:41:39 Building docker-security-bootstrapper-go 17:41:39 (Reading database ... 13914 files and directories currently installed.) 17:41:39 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:41:39 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:41:40 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:41:40 (Reading database ... 13914 files and directories currently installed.) 17:41:40 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:41:40 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:41:40 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:41:40 (Reading database ... 13914 files and directories currently installed.) 17:41:40 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:41:40 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:41:41 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:41:41 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:41:41 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:41:41 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:41:41 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:41:41 (Reading database ... 13914 files and directories currently installed.) 17:41:41 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:41:41 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:41:41 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:41:42 (Reading database ... 13914 files and directories currently installed.) 17:41:42 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:41:42 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:41:42 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:41:42 (Reading database ... 13914 files and directories currently installed.) 17:41:42 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:41:42 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:41:42 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:41:42 (Reading database ... 13914 files and directories currently installed.) 17:41:42 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:41:42 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:41:42 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:41:42 (Reading database ... 13914 files and directories currently installed.) 17:41:42 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:41:43 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:41:43 Setting up passwd (1:4.5-1ubuntu2) ... 17:41:43 (Reading database ... 13914 files and directories currently installed.) 17:41:43 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:41:43 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:41:43 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:41:43 (Reading database ... 13914 files and directories currently installed.) 17:41:43 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:41:43 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:41:43 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:41:44 (Reading database ... 13914 files and directories currently installed.) 17:41:44 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:41:44 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:41:44 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:41:44 (Reading database ... 13914 files and directories currently installed.) 17:41:44 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:41:44 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:41:44 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:41:44 (Reading database ... 13914 files and directories currently installed.) 17:41:44 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:41:44 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:41:44 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:41:44 (Reading database ... 13914 files and directories currently installed.) 17:41:44 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:41:44 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:41:44 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:41:44 (Reading database ... 13914 files and directories currently installed.) 17:41:44 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:41:44 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:41:45 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:41:45 (Reading database ... 13915 files and directories currently installed.) 17:41:45 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:41:45 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:41:45 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:41:45 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:41:45 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:41:45 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:41:45 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:41:45 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:41:46 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:41:46 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:41:46 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:41:46 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:41:46 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:41:46 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:41:46 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:41:46 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:41:46 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:41:46 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:41:46 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:41:46 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:41:47 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:41:47 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:41:47 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:41:47 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:41:48 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:41:48 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:41:48 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:41:48 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:41:48 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:41:48 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:41:48 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:41:48 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:41:49 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:41:49 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:41:49 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:41:49 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:41:49 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:49 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:49 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:49 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:49 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:49 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:49 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:49 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:51 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:51 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:52 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:52 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:52 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:52 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:53 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:53 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:54 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:41:54 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:41:54 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:41:54 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:41:54 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:41:54 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:41:54 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:41:54 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:41:54 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:41:54 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:41:54 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:41:54 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:41:55 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:41:55 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:41:55 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:41:55 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:41:55 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:55 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:41:55 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:55 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:55 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:55 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:41:55 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:41:55 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:41:55 17:41:55 Current default time zone: 'Etc/UTC' 17:41:55 Local time is now: Tue Feb 2 17:41:55 UTC 2021. 17:41:55 Universal Time is now: Tue Feb 2 17:41:55 UTC 2021. 17:41:55 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:41:55 17:41:55 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:41:55 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:55 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 17:41:55 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:41:55 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:41:55 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:41:56 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:41:56 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:41:56 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:41:56 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:41:56 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:56 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:41:56 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:41:56 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:41:56 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:56 Setting up patch (2.7.6-2ubuntu1.1) ... 17:41:56 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:41:56 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:41:56 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:41:56 Installing new version of config file /etc/ssl/openssl.cnf ... 17:41:56 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:41:56 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:41:56 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:41:58 Updating certificates in /etc/ssl/certs... 17:41:59 22 added, 17 removed; done. 17:41:59 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:41:59 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:41:59 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:41:59 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:41:59 Setting up pkgbinarymangler (138.18.04.1) ... 17:41:59 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:41:59 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:41:59 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:41:59 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:41:59 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:41:59 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:41:59 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:41:59 Setting up perl (5.26.1-6ubuntu0.5) ... 17:41:59 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:41:59 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:41:59 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:41:59 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:41:59 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:41:59 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:41:59 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:41:59 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:41:59 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:41:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:41:59 Processing triggers for systemd (237-3ubuntu10.44) ... 17:42:00 Processing triggers for mime-support (3.60ubuntu1) ... 17:42:00 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:42:00 Updating certificates in /etc/ssl/certs... 17:42:00 0 added, 0 removed; done. 17:42:00 Running hooks in /etc/ca-certificates/update.d... 17:42:00 done. 17:42:01 Reading package lists... 17:42:01 Building dependency tree... 17:42:01 Reading state information... 17:42:01 The following NEW packages will be installed: 17:42:01 apt-transport-https 17:42:01 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:42:01 Need to get 1696 B of archives. 17:42:01 After this operation, 153 kB of additional disk space will be used. 17:42:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:42:02 debconf: delaying package configuration, since apt-utils is not installed 17:42:02 Fetched 1696 B in 0s (38.4 kB/s) 17:42:02 Selecting previously unselected package apt-transport-https. 17:42:02 (Reading database ... 13929 files and directories currently installed.) 17:42:02 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:42:02 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:42:02 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:42:02 Waiting for network to be ready... 17:42:09 2021-02-02T17:42:06Z INFO Waiting for automatic snapd restart... 17:42:09 snapd 2.48.2 from Canonical* installed 17:42:10 "snapd" switched to the "latest/stable" channel 17:42:10 17:42:16 core18 20201210 from Canonical* installed 17:42:16 "core18" switched to the "latest/stable" channel 17:42:16 17:42:22 snapcraft 4.4.4 from Canonical* installed 17:42:22 "snapcraft" switched to the "latest/stable" channel 17:42:22 17:42:25 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 17:42:25 - README.md 17:42:25 - snapcraft.yaml.orig 17:42:25 17:42:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:42:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:42:32 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:42:32 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:42:32 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:42:33 Reading package lists... 17:42:34 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 17:42:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:42:40 Reading package lists... 17:42:40 Building dependency tree... 17:42:40 Reading state information... 17:42:40 Suggested packages: 17:42:40 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:42:40 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:42:40 Recommended packages: 17:42:40 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:42:40 The following NEW packages will be installed: 17:42:40 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:42:40 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:42:40 pkg-config zip 17:42:40 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:42:40 Need to get 7655 kB of archives. 17:42:40 After this operation, 43.7 MB of additional disk space will be used. 17:42:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:42:40 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:42:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:42:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:42:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:42:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:42:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:42:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:42:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:42:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:42:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:42:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:42:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:42:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:42:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:42:41 debconf: delaying package configuration, since apt-utils is not installed 17:42:41 Fetched 7655 kB in 1s (9690 kB/s) 17:42:41 Selecting previously unselected package libglib2.0-0:amd64. 17:42:41 (Reading database ... 13933 files and directories currently installed.) 17:42:41 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:42:41 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:42:41 Selecting previously unselected package libpsl5:amd64. 17:42:41 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:42:41 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:42:42 Selecting previously unselected package libnghttp2-14:amd64. 17:42:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:42:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:42:42 Selecting previously unselected package librtmp1:amd64. 17:42:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:42:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:42:42 Selecting previously unselected package libcurl3-gnutls:amd64. 17:42:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:42:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:42:42 Selecting previously unselected package liberror-perl. 17:42:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:42:42 Unpacking liberror-perl (0.17025-1) ... 17:42:42 Selecting previously unselected package git-man. 17:42:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:42:42 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:42:42 Selecting previously unselected package git. 17:42:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:42:42 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:42:43 Selecting previously unselected package libnorm1:amd64. 17:42:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:42:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:42:43 Selecting previously unselected package libpgm-5.2-0:amd64. 17:42:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:42:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:42:43 Selecting previously unselected package libsodium23:amd64. 17:42:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:42:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:42:43 Selecting previously unselected package libzmq5:amd64. 17:42:43 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:42:43 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:42:43 Selecting previously unselected package libzmq3-dev:amd64. 17:42:43 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:42:43 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:42:44 Selecting previously unselected package pkg-config. 17:42:44 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:42:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:42:44 Selecting previously unselected package zip. 17:42:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:42:44 Unpacking zip (3.0-11build1) ... 17:42:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:42:44 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:42:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:42:44 Setting up liberror-perl (0.17025-1) ... 17:42:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:42:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:42:44 No schema files found: doing nothing. 17:42:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:42:44 Setting up zip (3.0-11build1) ... 17:42:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:42:44 Setting up libsodium23:amd64 (1.0.16-2) ... 17:42:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:42:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:42:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:42:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:42:44 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:42:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:42:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:42:51 git set to automatically installed. 17:42:51 git-man set to automatically installed. 17:42:51 libcurl3-gnutls set to automatically installed. 17:42:51 liberror-perl set to automatically installed. 17:42:51 libglib2.0-0 set to automatically installed. 17:42:51 libnghttp2-14 set to automatically installed. 17:42:51 libnorm1 set to automatically installed. 17:42:51 libpgm-5.2-0 set to automatically installed. 17:42:51 libpsl5 set to automatically installed. 17:42:51 librtmp1 set to automatically installed. 17:42:51 libsodium23 set to automatically installed. 17:42:51 libzmq3-dev set to automatically installed. 17:42:51 libzmq5 set to automatically installed. 17:42:51 pkg-config set to automatically installed. 17:42:51 zip set to automatically installed. 17:42:53 snapd is not logged in, snap install commands will use sudo 17:43:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:43:01 snap "core18" has no updates available 17:43:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:43:02 ---> cc6301d4f2cf 17:43:02 Step 3/26 : WORKDIR /edgex-go 17:43:02 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:02 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:43:02 ---> cc6301d4f2cf 17:43:02 Step 3/31 : WORKDIR /edgex-go 17:43:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:43:02 ---> cc6301d4f2cf 17:43:02 Step 3/21 : WORKDIR /edgex-go 17:43:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:43:02 ---> cc6301d4f2cf 17:43:02 Step 3/24 : WORKDIR /edgex-go 17:43:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:43:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:43:02 ---> cc6301d4f2cf 17:43:02 Step 3/22 : WORKDIR /edgex-go 17:43:02 ---> Running in eeba90b5568b 17:43:02 ---> Running in 27dc8901e89b 17:43:02 ---> Running in bdef275215b1 17:43:02 ---> Running in 812449dc4b1b 17:43:02 ---> Running in b7fb0100b8bb 17:43:02 Removing intermediate container eeba90b5568b 17:43:02 ---> 5f2c05cec5de 17:43:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:02 Removing intermediate container b7fb0100b8bb 17:43:02 ---> cb2411719abe 17:43:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:02 Removing intermediate container 812449dc4b1b 17:43:02 ---> 5b19821095e3 17:43:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:02 Removing intermediate container bdef275215b1 17:43:02 ---> 7e33c3e3ca5a 17:43:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:02 Removing intermediate container 27dc8901e89b 17:43:02 ---> 8d82d72c0133 17:43:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:43:02 ---> Running in 4e3eba319506 17:43:02 ---> Running in 566cf0c2b164 17:43:02 ---> Running in 64fc61385e4b 17:43:02 ---> Running in f5f4b04c3c45 17:43:02 ---> Running in 23b4283d3fb6 17:43:02 Removing intermediate container 4e3eba319506 17:43:02 ---> 9b59788e5297 17:43:02 Step 5/21 : RUN apk add --update --no-cache make git 17:43:02 ---> Running in b693481abe91 17:43:02 Removing intermediate container f5f4b04c3c45 17:43:02 ---> fca1bc278932 17:43:02 Step 5/24 : RUN apk add --update --no-cache make git 17:43:02 Removing intermediate container 23b4283d3fb6 17:43:02 ---> 20f9f5caa3f7 17:43:02 Step 5/26 : RUN apk add --update --no-cache make bash git 17:43:02 ---> Running in d27214c42223 17:43:02 Removing intermediate container 64fc61385e4b 17:43:02 ---> bba24f4f91fa 17:43:02 Step 5/31 : RUN apk add --update --no-cache make git 17:43:02 ---> Running in 869c77c37513 17:43:02 Removing intermediate container 566cf0c2b164 17:43:02 ---> c394839610af 17:43:02 Step 5/22 : RUN apk add --update --no-cache make git 17:43:02 ---> Running in 22fd33564006 17:43:02 ---> Running in 33722d3a2c01 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:02 Pulling config-common 17:43:02 OK: 217 MiB in 51 packages 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:43:02 OK: 217 MiB in 51 packages 17:43:03 OK: 217 MiB in 51 packages 17:43:03 OK: 217 MiB in 51 packages 17:43:03 OK: 217 MiB in 51 packages 17:43:03 Pulling go-build-helper 17:43:04 Removing intermediate container b693481abe91 17:43:04 ---> a4c0d01f4eaa 17:43:04 Step 6/21 : COPY go.mod . 17:43:04 Removing intermediate container 869c77c37513 17:43:04 ---> b77610f7cdae 17:43:04 Step 6/26 : COPY go.mod . 17:43:05 Removing intermediate container 22fd33564006 17:43:05 ---> 93bdd6f55250 17:43:05 Step 6/31 : COPY go.mod . 17:43:05 Removing intermediate container d27214c42223 17:43:05 ---> e419433ea85b 17:43:05 Step 6/24 : COPY go.mod . 17:43:05 ---> 18ecbc887cb5 17:43:05 Step 7/21 : RUN go mod download 17:43:05 Removing intermediate container 33722d3a2c01 17:43:05 ---> 4f7bfa88177b 17:43:05 Step 6/22 : COPY go.mod . 17:43:05 ---> Running in 19158a875787 17:43:05 ---> 9af7ea4833be 17:43:05 Step 7/26 : RUN go mod download 17:43:05 ---> Running in 8ce880b2c14e 17:43:06 ---> 80842d0047c8 17:43:06 Step 7/31 : RUN go mod download 17:43:06 ---> 6786cd74229f 17:43:06 Step 7/24 : RUN go mod download 17:43:06 ---> Running in 292632af5552 17:43:06 ---> Running in a3911e613cbc 17:43:06 ---> 25ac97de315b 17:43:06 Step 7/22 : RUN go mod download 17:43:07 ---> Running in 41837e8f1046 17:43:10 Removing intermediate container 19158a875787 17:43:10 ---> bc909c84078c 17:43:10 Step 8/21 : COPY . . 17:43:10 Removing intermediate container 8ce880b2c14e 17:43:10 ---> 2fe8a1d56847 17:43:10 Step 8/26 : COPY . . 17:43:10 Removing intermediate container 292632af5552 17:43:10 ---> 0031f4ee66b9 17:43:10 Step 8/31 : COPY . . 17:43:11 Removing intermediate container 41837e8f1046 17:43:11 ---> e863a1444d34 17:43:11 Step 8/22 : COPY . . 17:43:12 Removing intermediate container a3911e613cbc 17:43:12 ---> 40450d8694d4 17:43:12 Step 8/24 : COPY . . 17:43:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:43:30 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:43:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] 17:43:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 17:43:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 17:43:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 17:43:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 17:43:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 17:43:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 17:43:30 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 17:43:30 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:43:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:43:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:43:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:43:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:43:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:43:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:43:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:43:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:43:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1878 kB] 17:43:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 17:43:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 17:43:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 17:43:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 17:43:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 17:43:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] 17:43:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 17:43:30 Fetched 23.9 MB in 0s (0 B/s) 17:43:30 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:43:30 Fetched 96.5 kB in 0s (0 B/s) 17:43:30 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:43:30 Fetched 279 kB in 0s (0 B/s) 17:43:30 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:43:30 Fetched 122 kB in 0s (0 B/s) 17:43:30 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:43:30 Fetched 77.8 kB in 0s (0 B/s) 17:43:30 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:43:30 Fetched 8848 B in 0s (0 B/s) 17:43:30 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:43:30 Fetched 47.8 kB in 0s (0 B/s) 17:43:30 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:43:30 Fetched 45.6 kB in 0s (0 B/s) 17:43:30 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:43:30 Fetched 15.0 kB in 0s (0 B/s) 17:43:30 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:43:30 Fetched 214 kB in 0s (0 B/s) 17:43:30 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:43:30 Fetched 155 kB in 0s (0 B/s) 17:43:30 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:43:30 Fetched 50.6 kB in 0s (0 B/s) 17:43:30 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:43:30 Fetched 14.8 kB in 0s (0 B/s) 17:43:30 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:43:30 Fetched 41.8 kB in 0s (0 B/s) 17:43:30 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:43:30 Fetched 499 kB in 0s (0 B/s) 17:43:30 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:43:30 Fetched 111 kB in 0s (0 B/s) 17:43:30 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:43:30 Fetched 240 kB in 0s (0 B/s) 17:43:30 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:43:30 Fetched 29.3 kB in 0s (0 B/s) 17:43:30 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:43:30 Fetched 85.5 kB in 0s (0 B/s) 17:43:30 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:43:30 Fetched 24.5 kB in 0s (0 B/s) 17:43:30 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:43:30 Fetched 49.2 kB in 0s (0 B/s) 17:43:30 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:43:30 Fetched 54.2 kB in 0s (0 B/s) 17:43:30 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:43:30 Fetched 30.8 kB in 0s (0 B/s) 17:43:30 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:43:30 Fetched 17.0 kB in 0s (0 B/s) 17:43:30 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:43:30 Fetched 85.9 kB in 0s (0 B/s) 17:43:30 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:43:30 Fetched 8720 B in 0s (0 B/s) 17:43:30 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:43:30 Fetched 137 kB in 0s (0 B/s) 17:43:30 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:43:30 Fetched 119 kB in 0s (0 B/s) 17:43:30 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:43:30 Fetched 109 kB in 0s (0 B/s) 17:43:30 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:43:30 Fetched 11.1 kB in 0s (0 B/s) 17:43:30 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:43:30 Fetched 645 kB in 0s (0 B/s) 17:43:30 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:43:30 Fetched 41.3 kB in 0s (0 B/s) 17:43:30 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:43:30 Fetched 17.9 kB in 0s (0 B/s) 17:43:30 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:43:30 Fetched 368 kB in 0s (0 B/s) 17:43:30 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:43:30 Fetched 187 kB in 0s (0 B/s) 17:43:30 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:43:30 Fetched 175 kB in 0s (0 B/s) 17:43:30 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:43:30 Fetched 206 kB in 0s (0 B/s) 17:43:30 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:43:30 Fetched 1301 kB in 0s (0 B/s) 17:43:30 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:43:30 Fetched 36.2 kB in 0s (0 B/s) 17:43:30 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:43:30 Fetched 159 kB in 0s (0 B/s) 17:43:30 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:43:30 Fetched 107 kB in 0s (0 B/s) 17:43:30 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:43:30 Fetched 48.7 kB in 0s (0 B/s) 17:43:30 Pulling static-packages 17:43:30 'go115' has dependencies that need to be staged: go-build-helper static-packages 17:43:30 Skipping pull go-build-helper (already ran) 17:43:30 Skipping pull static-packages (already ran) 17:43:30 Building go-build-helper 17:43:35 Building static-packages 17:43:37 Staging go-build-helper 17:43:38 Staging static-packages 17:43:39 ---> d81da7c7bd90 17:43:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:43:39 ---> b46900922892 17:43:39 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 17:43:39 ---> 96a118caeb03 17:43:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:43:39 ---> 66cdf7349a8e 17:43:39 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:43:39 ---> 51050443bf8b 17:43:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:43:39 ---> Running in dd1a29384abd 17:43:39 ---> Running in 6aa87afa7caa 17:43:39 ---> Running in 272c4784b66c 17:43:39 ---> Running in 3496ce871159 17:43:39 ---> Running in 6d02c0f6737b 17:43:39 Pulling go115 17:43: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 17:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:43:41 'edgex-go' has dependencies that need to be staged: go115 17:43:41 Skipping pull go115 (already ran) 17:43:41 Building go115 17:43:41 % Total % Received % Xferd Average Speed Time Time Time Current 17:43:41 Dload Upload Total Spent Left Speed 17:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:43:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.6M 0 0 24.9M 0 0:00:04 --:--:-- 0:00:04 24.9M 47 115M 47 54.8M 0 0 34.6M 0 0:00:03 0:00:01 0:00:02 34.6M 71 115M 71 83.1M 0 0 32.0M 0 0:00:03 0:00:02 0:00:01 32.0M 96 115M 96 111M 0 0 31.0M 0 0:00:03 0:00:03 --:--:-- 31.0M 100 115M 100 115M 0 0 30.8M 0 0:00:03 0:00:03 --:--:-- 30.8M 17:43:45 go1.15.2.linux-amd64.tar.gz: OK 17:43:50 Staging go115 17:43:57 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:43:57 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:43:57 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:43:57 Fetched 0 B in 0s (0 B/s) 17:43:57 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:43:57 Fetched 224 kB in 0s (0 B/s) 17:43:57 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:43:57 Fetched 157 kB in 0s (0 B/s) 17:43:57 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:43:57 Fetched 221 kB in 0s (0 B/s) 17:43:57 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:43:57 Fetched 143 kB in 0s (0 B/s) 17:43:57 Pulling edgex-go 17:43:59 Pulling version 17:44:00 Building config-common 17:44:03 Skipping build go-build-helper (already ran) 17:44:03 Skipping build static-packages (already ran) 17:44:03 Skipping build go115 (already ran) 17:44:03 Building edgex-go 17:44:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:44:04 go: downloading github.com/gorilla/mux v1.8.0 17:44:04 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:44:04 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.17 17:44:04 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 17:44:04 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 17:44:04 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:44:04 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:44:04 go: downloading github.com/imdario/mergo v0.3.11 17:44:04 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 17:44:05 go: downloading github.com/pkg/errors v0.8.1 17:44:05 go: downloading github.com/pelletier/go-toml v1.2.0 17:44:05 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 17:44:05 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:44:05 go: downloading github.com/google/uuid v1.2.0 17:44:05 go: downloading github.com/x448/float16 v0.8.4 17:44:05 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:44:05 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.2 17:44:05 go: downloading github.com/BurntSushi/toml v0.3.1 17:44:05 go: downloading github.com/pebbe/zmq4 v1.2.2 17:44:05 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:44:05 go: downloading gopkg.in/yaml.v2 v2.4.0 17:44:05 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:44:05 go: downloading github.com/go-kit/kit v0.8.0 17:44:05 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:44:05 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:44:05 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:44:05 go: downloading github.com/hashicorp/consul/api v1.1.0 17:44:05 go: downloading github.com/mitchellh/copystructure v1.0.0 17:44:05 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:44:05 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:44:05 go: downloading github.com/go-playground/universal-translator v0.17.0 17:44:05 go: downloading github.com/leodido/go-urn v1.2.0 17:44:05 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:44:05 go: downloading github.com/hashicorp/serf v0.8.2 17:44:05 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:44:05 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:44:05 go: downloading github.com/go-playground/locales v0.13.0 17:44:05 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:44:05 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:44:06 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:44:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:44:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:44:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:44:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:44:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:44:21 go: downloading github.com/stretchr/testify v1.7.0 17:44:21 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:44:21 go: downloading github.com/pmezard/go-difflib v1.0.0 17:44:21 go: downloading github.com/davecgh/go-spew v1.1.1 17:44:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:44:23 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:44:23 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:44:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:44:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:44:26 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:44:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:44:28 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 17:44:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:44:29 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:44:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 17:44:30 go: downloading github.com/lib/pq v1.9.0 17:44:34 Building version 17:44:36 Staging config-common 17:44:37 Skipping stage go-build-helper (already ran) 17:44:37 Skipping stage static-packages (already ran) 17:44:37 Skipping stage go115 (already ran) 17:44:37 Staging edgex-go 17:44:38 Staging version 17:44:39 Priming config-common 17:44:40 Priming go-build-helper 17:44:42 Priming static-packages 17:44:44 Priming go115 17:44:45 Priming edgex-go 17:44:47 Priming version 17:44:47 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:45:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:45:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:45:17 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 17:45:24 Removing intermediate container 272c4784b66c 17:45:24 ---> 584d74ffe6d7 17:45:24 17:45:24 Step 10/24 : FROM alpine:3.12 17:45:24 3.12: Pulling from library/alpine 17:45:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:45:27 Status: Downloaded newer image for alpine:3.12 17:45:27 ---> afeebe901d6b 17:45:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:45:28 ---> Running in 19860e0c407f 17:45:28 Removing intermediate container dd1a29384abd 17:45:28 ---> 8b55a7be336c 17:45:28 17:45:28 Step 10/21 : FROM alpine:3.12 17:45:28 ---> afeebe901d6b 17:45:28 Step 11/21 : RUN apk add --update --no-cache curl 17:45:29 ---> Running in 44fe55d99c05 17:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:31 (1/5) Installing ca-certificates (20191127-r4) 17:45:31 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:45:31 (3/5) Installing libcurl (7.69.1-r3) 17:45:31 (4/5) Installing curl (7.69.1-r3) 17:45:31 (5/5) Installing dumb-init (1.2.2-r1) 17:45:31 Executing busybox-1.31.1-r19.trigger 17:45:31 Executing ca-certificates-20191127-r4.trigger 17:45:32 (1/4) Installing ca-certificates (20191127-r4) 17:45:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:45:32 Removing intermediate container 3496ce871159 17:45:32 ---> 151ccb5ca595 17:45:32 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:45:32 (3/4) Installing libcurl (7.69.1-r3) 17:45:32 OK: 7 MiB in 19 packages 17:45:32 (4/4) Installing curl (7.69.1-r3) 17:45:32 Executing busybox-1.31.1-r19.trigger 17:45:32 Executing ca-certificates-20191127-r4.trigger 17:45:32 OK: 7 MiB in 18 packages 17:45:32 ---> Running in f014d32f6f36 17:45:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:45:35 Removing intermediate container 19860e0c407f 17:45:35 ---> f77b68f62090 17:45:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:45:36 Removing intermediate container 44fe55d99c05 17:45:36 ---> 36c05f38968b 17:45:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:45:36 ---> Running in 922715948da5 17:45:36 ---> Running in ab949f4397f2 17:45:37 Removing intermediate container 922715948da5 17:45:37 ---> edfdb051d80c 17:45:37 Step 13/24 : WORKDIR / 17:45:37 Removing intermediate container ab949f4397f2 17:45:37 ---> 5cb93bee01ff 17:45:37 Step 13/21 : WORKDIR /edgex 17:45:37 ---> Running in 4ad7399d9824 17:45:37 ---> Running in 906c21369719 17:45:39 Removing intermediate container 4ad7399d9824 17:45:39 ---> e9fe6a27c517 17:45:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:45:39 Removing intermediate container 906c21369719 17:45:39 ---> 7a4616ee3370 17:45:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:45:39 Removing intermediate container 6aa87afa7caa 17:45:39 ---> 480ff9d6d2e2 17:45:39 17:45:39 Step 10/31 : FROM alpine:3.12 17:45:39 ---> afeebe901d6b 17:45:39 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:45:40 ---> Running in 22f1db90c599 17:45:40 ---> 0b4b6cb7085b 17:45:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:45:40 ---> 380fbac98934 17:45:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:45:40 Removing intermediate container f014d32f6f36 17:45:40 ---> bf99c5379a16 17:45:40 17:45:40 Step 11/26 : FROM docker:20.10.0 17:45:40 20.10.0: Pulling from library/docker 17:45:41 Removing intermediate container 22f1db90c599 17:45:41 ---> 0fde7ccdb24a 17:45:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:45:42 ---> Running in 700f71fb9d36 17:45:42 ---> 04cb74dfb50f 17:45:42 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:45:43 ---> 961c24a03a3b 17:45:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:45:44 Removing intermediate container 6d02c0f6737b 17:45:44 ---> cf7a166aa11e 17:45:44 17:45:44 Step 10/22 : FROM alpine:3.12 17:45:44 ---> afeebe901d6b 17:45:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:45:44 ---> 020d7e34b595 17:45:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:45:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:44 ---> Running in 489b23b77f1b 17:45:45 ---> 4ab8c6ec50b1 17:45:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:45:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:45 ---> Running in 4f209a18f23d 17:45:45 (1/2) Installing dumb-init (1.2.2-r1) 17:45:45 (2/2) Installing su-exec (0.2-r1) 17:45:45 Executing busybox-1.31.1-r19.trigger 17:45:45 OK: 5 MiB in 16 packages 17:45:46 Removing intermediate container 4f209a18f23d 17:45:46 ---> c22d96c49e6b 17:45:46 Step 18/21 : CMD ["--init=true"] 17:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:46 ---> Running in 494c4c7ddfde 17:45:46 ---> c189da4b12c7 17:45:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:45:47 (1/1) Installing dumb-init (1.2.2-r1) 17:45:47 Executing busybox-1.31.1-r19.trigger 17:45:47 OK: 5 MiB in 15 packages 17:45:47 Removing intermediate container 494c4c7ddfde 17:45:47 ---> b5d1cbe6aa23 17:45:47 Step 19/21 : LABEL arch=arm64 17:45:48 Removing intermediate container 700f71fb9d36 17:45:48 ---> d6e4cc22103d 17:45:48 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:45:48 ---> Running in 11ded0115f79 17:45:49 ---> Running in ca03a49c21d0 17:45:49 ---> 6a1641b8e58d 17:45:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:45:49 Removing intermediate container 11ded0115f79 17:45:49 ---> d6759df1d63b 17:45:49 Step 20/21 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:45:49 Removing intermediate container 489b23b77f1b 17:45:49 ---> 8d90df44f8f2 17:45:49 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:45:50 Removing intermediate container ca03a49c21d0 17:45:50 ---> df5575a0b1b6 17:45:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:45:50 ---> Running in dbd487c364ec 17:45:50 ---> Running in f01189c23566 17:45:50 ---> Running in 8ed62bd118b3 17:45:50 ---> 8f2224df0926 17:45: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/ 17:45:51 ---> Running in 6ff1e58ab2b1 17:45:51 Removing intermediate container dbd487c364ec 17:45:51 ---> c33e17ef04ab 17:45:51 Step 21/21 : LABEL version=0.0.0 17:45:51 Removing intermediate container f01189c23566 17:45:51 ---> 8e02ff7b1fb3 17:45:51 Step 13/22 : ENV APP_PORT=48085 17:45:52 Removing intermediate container 8ed62bd118b3 17:45:52 ---> 81d8591fde93 17:45:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:45:52 ---> Running in f5eb3df79809 17:45:52 ---> Running in 36e890acb604 17:45:52 ---> Running in 3f8ce40df73d 17:45:53 Removing intermediate container f5eb3df79809 17:45:53 ---> 4f2433a1e753 17:45:53 Step 14/22 : EXPOSE $APP_PORT 17:45:53 Removing intermediate container 36e890acb604 17:45:53 ---> 8524cf2e5e70 17:45:53 17:45:53 ---> Running in 9d3d7d93627f 17:45:54 Successfully built 8524cf2e5e70 17:45:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:45:54  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 17:45:54 Removing intermediate container 9d3d7d93627f 17:45:54 ---> 0a36ee55b7d8 17:45:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:45:54 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:45:54 Status: Downloaded newer image for docker:20.10.0 17:45:54 ---> eeaf43b92773 17:45:54 Step 12/26 : RUN apk add --no-cache bash 17:45:55 ---> Running in f1d0d2e7b7b1 17:45:55 Removing intermediate container 6ff1e58ab2b1 17:45:55 ---> 69865b87c5d6 17:45:55 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:45:55 ---> 252e57ebd641 17:45:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:45:56 ---> Running in 7583533b4a47 17:45:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:45:57 Removing intermediate container 3f8ce40df73d 17:45:57 ---> 87de68e74dab 17:45:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:45:57 Removing intermediate container 7583533b4a47 17:45:57 ---> c53271eb012d 17:45:57 Step 22/24 : LABEL arch=arm64 17:45:57 (1/2) Installing readline (8.0.4-r0) 17:45:57 (2/2) Installing bash (5.0.17-r0) 17:45:57 Executing bash-5.0.17-r0.post-install 17:45:57 Executing busybox-1.31.1-r19.trigger 17:45:57 OK: 12 MiB in 22 packages 17:45:58 ---> Running in af27e13bdb46 17:45:58 ---> 8f1623648e32 17:45:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:45:58 ---> Running in 4c2126022e5b 17:45:59 Removing intermediate container af27e13bdb46 17:45:59 ---> a41d6296e820 17:45:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:46:00 Removing intermediate container 4c2126022e5b 17:46:00 ---> 1699c9516d88 17:46:00 Step 23/24 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:46:00 Removing intermediate container f1d0d2e7b7b1 17:46:00 ---> 9df25bfc8525 17:46:00 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:46:00 ---> 7609e1cf74f9 17:46:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:46:01 ---> Running in efa597efdc9b 17:46:01 ---> Running in c422de72ab04 17:46:01 ---> Running in 067ce3d0b40f 17:46:01 ---> 7653485edbcd 17:46:01 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:46:01 ---> Running in 0455766e5818 17:46:02 Removing intermediate container 067ce3d0b40f 17:46:02 ---> 90fce1055346 17:46:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:46:02 Removing intermediate container efa597efdc9b 17:46:02 ---> ac08d8664b0f 17:46:02 Step 24/24 : LABEL version=0.0.0 17:46:02 ---> Running in ba6609a1ecf8 17:46:02 Removing intermediate container c422de72ab04 17:46:02 ---> ef097acbdcee 17:46:02 Step 14/26 : ENV APP_PORT=48090 17:46:02 ---> Running in 35cc748fe920 17:46:02 ---> Running in 503d38976b5c 17:46:03 Removing intermediate container ba6609a1ecf8 17:46:03 ---> 92bc9e874b03 17:46:03 Step 20/22 : LABEL arch=arm64 17:46:03 Removing intermediate container 35cc748fe920 17:46:03 ---> 156c5b20f8c7 17:46:03 17:46:03 ---> Running in 970daa1d2401 17:46:03 Removing intermediate container 503d38976b5c 17:46:03 ---> 36fc3ff581f2 17:46:03 Step 15/26 : EXPOSE $APP_PORT 17:46:03 ---> Running in dd30f34672e7 17:46:03 Successfully built 156c5b20f8c7 17:46:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:46:03 Building docker-support-notifications-go 17:46:04  Building docker-security-secretstore-setup-go ... done Removing intermediate container 970daa1d2401 17:46:04 ---> 23f7878fcc08 17:46:04 Step 21/22 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:46:04 Removing intermediate container dd30f34672e7 17:46:04 ---> 380187a15237 17:46:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:46:04 ---> Running in 8bb44accbb94 17:46:05 Removing intermediate container 0455766e5818 17:46:05 ---> a9bd25570130 17:46:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:46:05 Removing intermediate container 8bb44accbb94 17:46:05 ---> d70965722b96 17:46:05 Step 22/22 : LABEL version=0.0.0 17:46:06 ---> Running in d61590e1f10c 17:46:06 ---> 84b5b609ed3b 17:46:06 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:46:07 ---> 71e70016abb0 17:46:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:46:07 Removing intermediate container d61590e1f10c 17:46:07 ---> ff8412844491 17:46:07 17:46:08 Successfully built ff8412844491 17:46:08 Successfully tagged docker-support-scheduler-go-arm64:latest 17:46:08 Building docker-core-data-go 17:46:09  Building docker-support-scheduler-go ... done  ---> 2422b8a7490c 17:46:09 ---> 92620d5e5a6f 17:46:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:46:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:46:10 ---> 7ce264f564a9 17:46:10 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 17:46:11 ---> 3963b1ec996e 17:46:11 Step 19/26 : RUN apk --no-cache add py3-pip 17:46:12 ---> Running in 724ce02db3be 17:46:12 ---> 16bb1ffd5541 17:46:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:46:14 ---> 853a8d654b93 17:46:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:46:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:15 ---> Running in ed0fa1c25c22 17:46:15 (1/33) Installing libbz2 (1.0.8-r1) 17:46:15 (2/33) Installing expat (2.2.9-r1) 17:46:15 (3/33) Installing libffi (3.3-r2) 17:46:15 (4/33) Installing gdbm (1.13-r1) 17:46:15 (5/33) Installing xz-libs (5.2.5-r0) 17:46:15 (6/33) Installing sqlite-libs (3.32.1-r0) 17:46:15 (7/33) Installing python3 (3.8.5-r0) 17:46:16 Removing intermediate container ed0fa1c25c22 17:46:16 ---> 89fcb9922334 17:46:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:46:17 (8/33) Installing py3-appdirs (1.4.4-r1) 17:46:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:46:17 (10/33) Installing py3-parsing (2.4.7-r0) 17:46:17 (11/33) Installing py3-six (1.15.0-r0) 17:46:17 (12/33) Installing py3-packaging (20.4-r0) 17:46:17 (13/33) Installing py3-setuptools (47.0.0-r0) 17:46:18 (14/33) Installing py3-chardet (3.0.4-r4) 17:46:18 (15/33) Installing py3-idna (2.9-r0) 17:46:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:46:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:46:18 (18/33) Installing py3-requests (2.23.0-r0) 17:46:18 (19/33) Installing py3-msgpack (1.0.0-r0) 17:46:18 (20/33) Installing py3-lockfile (0.12.2-r3) 17:46:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:46:18 (22/33) Installing py3-colorama (0.4.3-r0) 17:46:18 (23/33) Installing py3-distlib (0.3.0-r0) 17:46:18 (24/33) Installing py3-distro (1.5.0-r1) 17:46:18 (25/33) Installing py3-webencodings (0.5.1-r3) 17:46:18 (26/33) Installing py3-html5lib (1.0.1-r4) 17:46:18 ---> 74b01eb827aa 17:46:18 Step 26/31 : RUN chmod +x /entrypoint.sh 17:46:18 (27/33) Installing py3-pytoml (0.1.21-r0) 17:46:18 (28/33) Installing py3-pep517 (0.8.2-r0) 17:46:18 (29/33) Installing py3-progress (1.5-r0) 17:46:18 (30/33) Installing py3-toml (0.10.1-r0) 17:46:18 (31/33) Installing py3-retrying (1.3.3-r0) 17:46:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:46:18 (33/33) Installing py3-pip (20.1.1-r0) 17:46:18 Executing busybox-1.31.1-r19.trigger 17:46:18 OK: 71 MiB in 55 packages 17:46:19 ---> Running in 31349eb99142 17:46:23 Removing intermediate container 31349eb99142 17:46:23 ---> 9300367a1af5 17:46:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:46:24 ---> Running in ddd8fb3166cf 17:46:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:46:25 ---> cc6301d4f2cf 17:46:25 Step 3/23 : WORKDIR /edgex-go 17:46:25 ---> Using cache 17:46:25 ---> 8d82d72c0133 17:46:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:25 ---> Using cache 17:46:25 ---> 20f9f5caa3f7 17:46:25 Step 5/23 : RUN apk add --update --no-cache make git 17:46:26 Removing intermediate container ddd8fb3166cf 17:46:26 ---> 43fc1a14fe65 17:46:26 Step 28/31 : CMD ["gate"] 17:46:26 ---> Running in b3867d685e9d 17:46:26 ---> Running in 5a06886c0558 17:46:27 Removing intermediate container 5a06886c0558 17:46:27 ---> 76498a30c910 17:46:27 Step 29/31 : LABEL arch=arm64 17:46:27 Removing intermediate container 724ce02db3be 17:46:27 ---> 6749c15c2b28 17:46:27 Step 20/26 : RUN pip install docker-compose==1.23.2 17:46:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:28 ---> Running in 0b50d4fbceea 17:46:28 ---> Running in 053785731d8c 17:46:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:29 Removing intermediate container 0b50d4fbceea 17:46:29 ---> 3cc15ef6dc86 17:46:29 Step 30/31 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:46:30 ---> Running in 8b432209579a 17:46:31 OK: 217 MiB in 51 packages 17:46:32 Removing intermediate container 8b432209579a 17:46:32 ---> 7463e5111b9c 17:46:32 Step 31/31 : LABEL version=0.0.0 17:46:33 ---> Running in 03cbb2c222dd 17:46:34 Removing intermediate container b3867d685e9d 17:46:34 ---> fbbe226cb7df 17:46:34 Step 6/23 : COPY go.mod . 17:46:35 Removing intermediate container 03cbb2c222dd 17:46:35 ---> 5ff7056809e6 17:46:35 17:46:36 ---> 789900f0f24e 17:46:36 Step 7/23 : RUN go mod download 17:46:36 Successfully built 5ff7056809e6 17:46:36 Collecting docker-compose==1.23.2 17:46:36 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:46:36 Building docker-core-metadata-go 17:46:36  Building docker-security-bootstrapper-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:46:37 ---> Running in 9d30fc1abf9e 17:46:38 Collecting texttable<0.10,>=0.9.0 17:46:38 Downloading texttable-0.9.1.tar.gz (11 kB) 17:46:42 Removing intermediate container 9d30fc1abf9e 17:46:42 ---> 9da0cbb84f77 17:46:42 Step 8/23 : COPY . . 17:46:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:46:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:46:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:46:42 ---> cc6301d4f2cf 17:46:42 Step 3/22 : WORKDIR /edgex-go 17:46:42 ---> Using cache 17:46:42 ---> 8d82d72c0133 17:46:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:42 ---> Using cache 17:46:42 ---> 20f9f5caa3f7 17:46:42 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:46:43 ---> Running in 42fea1c97925 17:46:43 Collecting cached-property<2,>=1.2.0 17:46:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:46:44 Collecting dockerpty<0.5,>=0.4.1 17:46:44 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:46:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:46:46 ---> cc6301d4f2cf 17:46:46 Step 3/23 : WORKDIR /edgex-go 17:46:46 ---> Using cache 17:46:46 ---> 8d82d72c0133 17:46:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:46:46 ---> Using cache 17:46:46 ---> 20f9f5caa3f7 17:46:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:47 OK: 217 MiB in 51 packages 17:46:48 Collecting docker<4.0,>=3.6.0 17:46:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:46:49 ---> Running in fc17daaddcd7 17:46:50 Removing intermediate container 42fea1c97925 17:46:50 ---> 66ec6342e82c 17:46:50 Step 6/22 : COPY go.mod . 17:46:50 Collecting PyYAML<4,>=3.10 17:46:50 Downloading PyYAML-3.13.tar.gz (270 kB) 17:46:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:46:52 ---> 0e85f4161227 17:46:52 Step 7/22 : RUN go mod download 17:46:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:46:52 ---> Running in 45a05eef6131 17:46:53 OK: 217 MiB in 51 packages 17:46:55 Collecting websocket-client<1.0,>=0.32.0 17:46:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:46:56 Removing intermediate container fc17daaddcd7 17:46:56 ---> e490f865adc7 17:46:56 Step 6/23 : COPY go.mod . 17:46:57 Collecting docopt<0.7,>=0.6.1 17:46:57 Downloading docopt-0.6.2.tar.gz (25 kB) 17:46:57 ---> e8bb31a66418 17:46:57 Step 7/23 : RUN go mod download 17:46:57 Removing intermediate container 45a05eef6131 17:46:58 ---> f41de10ab97f 17:46:58 Step 8/22 : COPY . . 17:46:58 ---> Running in 05160b046ff0 17:47:00 Collecting jsonschema<3,>=2.5.1 17:47:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:47:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:47:01 Collecting idna<2.8,>=2.5 17:47:01 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:47:01 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:47:01 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:47:02 Collecting urllib3<1.25,>=1.21.1 17:47:02 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:47:03 Collecting docker-pycreds>=0.4.0 17:47:03 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:47:03 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:47:03 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:47:03 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:47:03 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:47:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:47:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:47:04 ---> cc6301d4f2cf 17:47:04 Step 3/23 : WORKDIR /edgex-go 17:47:04 ---> Using cache 17:47:04 ---> 8d82d72c0133 17:47:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:47:04 ---> Using cache 17:47:04 ---> 20f9f5caa3f7 17:47:04 Step 5/23 : RUN apk add --update --no-cache make git 17:47:04 ---> Using cache 17:47:04 ---> fbbe226cb7df 17:47:04 Step 6/23 : COPY go.mod . 17:47:04 ---> Using cache 17:47:04 ---> 789900f0f24e 17:47:04 Step 7/23 : RUN go mod download 17:47:04 ---> Using cache 17:47:04 ---> 9da0cbb84f77 17:47:04 Step 8/23 : COPY . . 17:47:05 Removing intermediate container 05160b046ff0 17:47:05 ---> 17aec8c5f049 17:47:05 Step 8/23 : COPY . . 17:47:05 Installing collected packages: texttable, idna, urllib3, requests, cached-property, dockerpty, websocket-client, docker-pycreds, docker, PyYAML, docopt, jsonschema, docker-compose 17:47:05 Running setup.py install for texttable: started 17:47:06 ---> deeb79896fa1 17:47:06 Step 9/23 : RUN make cmd/core-command/core-command 17:47:08 Running setup.py install for texttable: finished with status 'done' 17:47:08 Attempting uninstall: idna 17:47:08 Found existing installation: idna 2.9 17:47:08 Uninstalling idna-2.9: 17:47:08 Successfully uninstalled idna-2.9 17:47:09 ---> Running in 96577385a101 17:47:09 Attempting uninstall: urllib3 17:47:09 Found existing installation: urllib3 1.25.9 17:47:09 Uninstalling urllib3-1.25.9: 17:47:09 Successfully uninstalled urllib3-1.25.9 17:47:10 Attempting uninstall: requests 17:47:10 Found existing installation: requests 2.23.0 17:47:10 Uninstalling requests-2.23.0: 17:47:10 Successfully uninstalled requests-2.23.0 17:47:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:47:11 Running setup.py install for dockerpty: started 17:47:13 Running setup.py install for dockerpty: finished with status 'done' 17:47:15 Running setup.py install for PyYAML: started 17:47:18 Running setup.py install for PyYAML: finished with status 'done' 17:47:18 Running setup.py install for docopt: started 17:47:21 Running setup.py install for docopt: finished with status 'done' 17:47:22 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 17:47:32 ---> 48465dd372ff 17:47:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:47:33 ---> Running in 5522da3cceae 17:47:35 Removing intermediate container 053785731d8c 17:47:35 ---> ba8593f6ac18 17:47:35 Step 21/26 : RUN apk --no-cache add curl 17:47:36 ---> Running in 0bce4d9b5e66 17:47:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:47:38 ---> 4f0e7149bb10 17:47:38 Step 9/23 : RUN make cmd/core-data/core-data 17:47:38 ---> Running in 5fd04c5aeb35 17:47:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:47:38 ---> f110ef420e4a 17:47:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:47:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:47:39 ---> Running in 05f4751af8a3 17:47:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:47:40 (2/3) Installing libcurl (7.69.1-r3) 17:47:40 (3/3) Installing curl (7.69.1-r3) 17:47:40 Executing busybox-1.31.1-r19.trigger 17:47:40 OK: 71 MiB in 58 packages 17:47:41 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:47:42 Removing intermediate container 0bce4d9b5e66 17:47:42 ---> 3df38ca63e8c 17:47:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:47:42 ---> Running in de3b0b59732f 17:47:43 Removing intermediate container de3b0b59732f 17:47:43 ---> 64ee78549f2d 17:47:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:47:43 ---> Running in a0103ba5bbe2 17:47:44 Removing intermediate container a0103ba5bbe2 17:47:44 ---> b010a0a73866 17:47:44 Step 24/26 : LABEL arch=arm64 17:47:44 ---> Running in ad6725aa1432 17:47:44 Removing intermediate container ad6725aa1432 17:47:44 ---> ee37d5455b90 17:47:44 Step 25/26 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:47:45 ---> Running in c00341ea0bfa 17:47:45 Removing intermediate container c00341ea0bfa 17:47:45 ---> 7022e9ebdbac 17:47:45 Step 26/26 : LABEL version=0.0.0 17:47:45 ---> Running in f56903878651 17:47:46 Removing intermediate container f56903878651 17:47:46 ---> 1e9b8e8fb55f 17:47:46 17:47:46 Successfully built 1e9b8e8fb55f 17:47:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:48:43  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 96577385a101 17:48:43 ---> 7fa2786c168d 17:48:43 17:48:43 Step 10/23 : FROM alpine:3.12 17:48:43 ---> afeebe901d6b 17:48:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:48:43 ---> Using cache 17:48:43 ---> 8d90df44f8f2 17:48:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:48:43 ---> Using cache 17:48:43 ---> 8e02ff7b1fb3 17:48:43 Step 13/23 : ENV APP_PORT=48082 17:48:43 ---> Running in a95c693f3da2 17:48:43 Removing intermediate container a95c693f3da2 17:48:43 ---> 445c25b37e1e 17:48:43 Step 14/23 : EXPOSE $APP_PORT 17:48:43 ---> Running in 95bf0a55b159 17:48:43 Removing intermediate container 95bf0a55b159 17:48:43 ---> 9f75c20dd978 17:48:43 Step 15/23 : WORKDIR / 17:48:43 ---> Running in 600abc47a9b5 17:48:43 Removing intermediate container 600abc47a9b5 17:48:43 ---> 9aaf67ba8857 17:48:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:48:43 ---> fc72401cd584 17:48:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:48:43 ---> 4230a4aa9c9e 17:48:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:48:44 ---> 75565bef72b6 17:48:44 Step 19/23 : ENTRYPOINT ["/core-command"] 17:48:44 ---> Running in 8ac942bb6fe2 17:48:45 Removing intermediate container 8ac942bb6fe2 17:48:45 ---> 19348175c097 17:48:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:48:45 ---> Running in 4b272909be6e 17:48:45 Removing intermediate container 4b272909be6e 17:48:45 ---> bfdf4e0e47d1 17:48:45 Step 21/23 : LABEL arch=arm64 17:48:46 ---> Running in 93e000bcc079 17:48:46 Removing intermediate container 93e000bcc079 17:48:46 ---> b968ad7b6c8b 17:48:46 Step 22/23 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:48:47 ---> Running in 1b6a4ad4bb3e 17:48:47 Removing intermediate container 1b6a4ad4bb3e 17:48:47 ---> a18461ca7f5f 17:48:47 Step 23/23 : LABEL version=0.0.0 17:48:47 ---> Running in 6579b2984956 17:48:48 Removing intermediate container 6579b2984956 17:48:48 ---> 50647d342e0b 17:48:48 17:48:49 Successfully built 50647d342e0b 17:48:49 Successfully tagged docker-core-command-go-arm64:latest 17:49:15  Building docker-core-command-go ... done Removing intermediate container 5522da3cceae 17:49:15 ---> 1012e9929db0 17:49:15 17:49:15 Step 10/22 : FROM alpine:3.12 17:49:15 ---> afeebe901d6b 17:49:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:49:15 ---> Running in 7bc176a783be 17:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:49:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:49:16 (1/2) Installing ca-certificates (20191127-r4) 17:49:16 (2/2) Installing dumb-init (1.2.2-r1) 17:49:16 Executing busybox-1.31.1-r19.trigger 17:49:16 Executing ca-certificates-20191127-r4.trigger 17:49:16 OK: 6 MiB in 16 packages 17:49:19 Removing intermediate container 7bc176a783be 17:49:19 ---> 606ef1baf50c 17:49:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:49:19 ---> Running in 9c2502f7b967 17:49:20 Removing intermediate container 9c2502f7b967 17:49:20 ---> c6d942a1915e 17:49:20 Step 13/22 : ENV APP_PORT=48060 17:49:20 ---> Running in 4ba0b03a4f70 17:49:21 Removing intermediate container 4ba0b03a4f70 17:49:21 ---> a5faa35ee8ee 17:49:21 Step 14/22 : EXPOSE $APP_PORT 17:49:22 ---> Running in e99bdbb626d3 17:49:22 Removing intermediate container 05f4751af8a3 17:49:22 ---> a12c4842968f 17:49:22 17:49:22 Step 10/23 : FROM alpine:3.12 17:49:22 ---> afeebe901d6b 17:49:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:49:22 ---> Using cache 17:49:22 ---> 8d90df44f8f2 17:49:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:49:22 ---> Using cache 17:49:22 ---> 8e02ff7b1fb3 17:49:22 Step 13/23 : ENV APP_PORT=48081 17:49:22 ---> Running in 323741752f4f 17:49:22 Removing intermediate container e99bdbb626d3 17:49:22 ---> 6fadbbe072b6 17:49:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:23 Removing intermediate container 323741752f4f 17:49:23 ---> fbd5dd93a843 17:49:23 Step 14/23 : EXPOSE $APP_PORT 17:49:23 ---> Running in 8c1bef94acf4 17:49:23 ---> 82d433bd15f5 17:49:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:49:23 Removing intermediate container 8c1bef94acf4 17:49:23 ---> fbb6fed1b0aa 17:49:23 Step 15/23 : WORKDIR / 17:49:23 ---> Running in 9cf815cff7ce 17:49:24 Removing intermediate container 9cf815cff7ce 17:49:24 ---> 0aad573a3c42 17:49:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:25 ---> 2a479f1c0f99 17:49:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:49:25 ---> 869caebf1a0b 17:49:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:49:26 ---> d37f860ffd5b 17:49:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:49:26 ---> Running in f64dc17c814d 17:49:26 Removing intermediate container f64dc17c814d 17:49:26 ---> e7ddd157d1f7 17:49:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:49:27 ---> 335e2daa2d4c 17:49:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:49:27 ---> Running in a4549067b7a3 17:49:28 Removing intermediate container 5fd04c5aeb35 17:49:28 ---> 75972f852369 17:49:28 17:49:28 Step 10/23 : FROM alpine:3.12 17:49:28 ---> afeebe901d6b 17:49:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:49:28 Removing intermediate container a4549067b7a3 17:49:28 ---> 9eedc9ae3bbc 17:49:28 Step 20/22 : LABEL arch=arm64 17:49:28 ---> Running in 5bef1e20a34e 17:49:28 ---> b64b9748f75a 17:49:28 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:49:28 ---> Running in 6e53ae965bf2 17:49:28 ---> Running in effec69575ac 17:49:28 Removing intermediate container 5bef1e20a34e 17:49:28 ---> 792f3e94d4d9 17:49:28 Step 12/23 : ENV APP_PORT=48080 17:49:28 Removing intermediate container 6e53ae965bf2 17:49:28 ---> fd68198beeba 17:49:28 Step 21/22 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:49:29 ---> Running in f2b643701c8f 17:49:29 Removing intermediate container effec69575ac 17:49:29 ---> e5d5a4145fb8 17:49:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:49:29 ---> Running in 6011637fc7e3 17:49:29 ---> Running in ccc35ee0d837 17:49:29 Removing intermediate container f2b643701c8f 17:49:29 ---> c76218d3e12d 17:49:29 Step 13/23 : EXPOSE $APP_PORT 17:49:29 ---> Running in c1b5e3d17625 17:49:29 Removing intermediate container 6011637fc7e3 17:49:29 ---> e0dbcd934eea 17:49:29 Step 22/22 : LABEL version=0.0.0 17:49:29 Removing intermediate container ccc35ee0d837 17:49:29 ---> 4adbcf23a73b 17:49:29 Step 21/23 : LABEL arch=arm64 17:49:30 ---> Running in c40075ec7d07 17:49:30 ---> Running in 3d0edb173d33 17:49:30 Removing intermediate container c1b5e3d17625 17:49:30 ---> 4c4cd71cffb0 17:49:30 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:49:30 ---> Running in dff53c36e84a 17:49:30 Removing intermediate container c40075ec7d07 17:49:30 ---> 4aeee8178d13 17:49:30 17:49:30 Removing intermediate container 3d0edb173d33 17:49:30 ---> 64cc9555e72b 17:49:30 Step 22/23 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:49:30 ---> Running in cddc12b17441 17:49:30 Successfully built 4aeee8178d13 17:49:30 Successfully tagged docker-support-notifications-go-arm64:latest 17:49:31  Building docker-support-notifications-go ... done Removing intermediate container cddc12b17441 17:49:31 ---> 24d45f80bb9a 17:49:31 Step 23/23 : LABEL version=0.0.0 17:49:31 ---> Running in a8620a710476 17:49:32 Removing intermediate container a8620a710476 17:49:32 ---> 688c368187a2 17:49:32 17:49:32 Successfully built 688c368187a2 17:49:32 Successfully tagged docker-core-metadata-go-arm64:latest 17:49:32  Building docker-core-metadata-go ... done Removing intermediate container dff53c36e84a 17:49:32 ---> 8ed2e4d53a00 17:49:32 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:49:33 ---> Running in 1af8ad5f07a4 17:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:49:35 (1/6) Installing dumb-init (1.2.2-r1) 17:49:35 (2/6) Installing libgcc (9.3.0-r2) 17:49:35 (3/6) Installing libsodium (1.0.18-r0) 17:49:35 (4/6) Installing libstdc++ (9.3.0-r2) 17:49:36 (5/6) Installing libzmq (4.3.3-r0) 17:49:36 (6/6) Installing zeromq (4.3.3-r0) 17:49:36 Executing busybox-1.31.1-r19.trigger 17:49:36 OK: 8 MiB in 20 packages 17:49:37 Removing intermediate container 1af8ad5f07a4 17:49:37 ---> 23b9bea754ea 17:49:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:49:38 ---> 698156832af6 17:49:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:49:39 ---> cd0cd33320ff 17:49:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:49:40 ---> c1ee8f832ddd 17:49:40 Step 19/23 : ENTRYPOINT ["/core-data"] 17:49:40 ---> Running in 48e7a297bce2 17:49:41 Removing intermediate container 48e7a297bce2 17:49:41 ---> 28d76f9207ce 17:49:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:49:41 ---> Running in e65ea6f7776d 17:49:41 Removing intermediate container e65ea6f7776d 17:49:41 ---> 7292ee80f53d 17:49:41 Step 21/23 : LABEL arch=arm64 17:49:41 ---> Running in c3e5bbaa68c1 17:49:42 Removing intermediate container c3e5bbaa68c1 17:49:42 ---> f9264abe9499 17:49:42 Step 22/23 : LABEL git_sha=403165f5a2881bb52f645cca137898441d820a3e 17:49:42 ---> Running in 03e27a9fd250 17:49:42 Removing intermediate container 03e27a9fd250 17:49:42 ---> 43af9c4d3462 17:49:42 Step 23/23 : LABEL version=0.0.0 17:49:42 ---> Running in 61c2b0867c0c 17:49:43 Removing intermediate container 61c2b0867c0c 17:49:43 ---> ff572b89c198 17:49:43 17:49:43 Successfully built ff572b89c198 17:49:43 Successfully tagged docker-core-data-go-arm64:latest 17:49:44  Building docker-core-data-go ... done  [Pipeline] } 17:49:44 $ docker stop --time=1 179f8b3e522c9646817bec7e7c25ca44cc748d73e5186cda716a6431aa777658 17:49:46 $ docker rm -f 179f8b3e522c9646817bec7e7c25ca44cc748d73e5186cda716a6431aa777658 [Pipeline] // withDockerContainer [Pipeline] sh 17:49:47 + grep docker 17:49:47 + docker images 17:49:47 docker-core-data-go-arm64 latest ff572b89c198 4 seconds ago 21MB 17:49:47 docker-core-metadata-go-arm64 latest 688c368187a2 16 seconds ago 17.7MB 17:49:47 docker-support-notifications-go-arm64 latest 4aeee8178d13 17 seconds ago 16.6MB 17:49:47 docker-core-command-go-arm64 latest 50647d342e0b 59 seconds ago 16MB 17:49:47 docker-sys-mgmt-agent-go-arm64 latest 1e9b8e8fb55f 2 minutes ago 300MB 17:49:47 docker-security-bootstrapper-go-arm64 latest 5ff7056809e6 3 minutes ago 22.6MB 17:49:47 docker-support-scheduler-go-arm64 latest ff8412844491 3 minutes ago 16.1MB 17:49:47 docker-security-secretstore-setup-go-arm64 latest 156c5b20f8c7 3 minutes ago 23.4MB 17:49:47 docker-security-proxy-setup-go-arm64 latest 8524cf2e5e70 3 minutes ago 23.2MB 17:49:47 docker 20.10.0 eeaf43b92773 7 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 17:49:48 provisioning config files... 17:49:48 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1640504588152930625tmp [Pipeline] { [Pipeline] sh 17:49:49 + set +x 17:49:49 + curl -s https://codecov.io/bash 17:49:49 + bash -s -- 17:49:49 17:49:49 _____ _ 17:49:49 / ____| | | 17:49:49 | | ___ __| | ___ ___ _____ __ 17:49:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:49:49 | |___| (_) | (_| | __/ (_| (_) \ V / 17:49:49 \_____\___/ \__,_|\___|\___\___/ \_/ 17:49:49 Bash-20210129-7c25fce 17:49:49 17:49:49 17:49:49 ==> git version 2.24.3 found 17:49:49 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:49:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:49:49 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:49:49 curl: option -sm: expected a proper numerical parameter 17:49:49 curl: try 'curl --help' or 'curl --manual' for more information 17:49:49 ==> Jenkins CI detected. 17:49:49 project root: . 17:49:49 --> token set from env 17:49:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:49:49 ==> Running gcov in . (disable via -X gcov) 17:49:49 ==> Python coveragepy not found 17:49:49 ==> Searching for coverage reports in: 17:49:49 + . 17:49:49 -> Found 1 reports 17:49:49 ==> Detecting git/mercurial file structure 17:49:49 ==> Reading reports 17:49:49 + ./coverage.out bytes=578674 17:49:50 ==> Appending adjustments 17:49:50 https://docs.codecov.io/docs/fixing-reports 17:49:53 + Found adjustments 17:49:53 ==> Gzipping contents 17:49:53 88K /tmp/codecov.Y7c3hY.gz 17:49:53 ==> Uploading reports 17:49:53 url: https://codecov.io 17:49:53 query: branch=PR-3111&commit=403165f5a2881bb52f645cca137898441d820a3e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= 17:49:53 -> Pinging Codecov 17:49:53 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3111&commit=403165f5a2881bb52f645cca137898441d820a3e&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= 17:49:54 -> Uploading to 17:49:54 https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/403165f5a2881bb52f645cca137898441d820a3e/e5d5bd85-fd03-4e86-8e71-8d3493fb8b53.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T174953Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=041cde9f0d6918e7cdc635a7c396f006b5a753bcf2a078654d2fcb33a31aa540 17:49:54 % Total % Received % Xferd Average Speed Time Time Time Current 17:49:54 Dload Upload Total Spent Left Speed 17:49:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87481 0 0 100 87481 0 171k --:--:-- --:--:-- --:--:-- 171k 17:49:54 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/403165f5a2881bb52f645cca137898441d820a3e [Pipeline] } 17:49:54 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 17:49:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:49:57 ---> package-listing.sh 17:49:57 ++ facter osfamily 17:49:57 ++ tr '[:upper:]' '[:lower:]' 17:49:57 + OS_FAMILY=redhat 17:49:57 + workspace=/w/workspace/edgex-go/2 17:49:57 + START_PACKAGES=/tmp/packages_start.txt 17:49:57 + END_PACKAGES=/tmp/packages_end.txt 17:49:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:49:57 + PACKAGES=/tmp/packages_start.txt 17:49:57 + '[' /w/workspace/edgex-go/2 ']' 17:49:57 + PACKAGES=/tmp/packages_end.txt 17:49:57 + case "${OS_FAMILY}" in 17:49:57 + rpm -qa 17:49:57 + sort 17:50:02 + '[' -f /tmp/packages_start.txt ']' 17:50:02 + '[' -f /tmp/packages_end.txt ']' 17:50:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:50:02 + '[' /w/workspace/edgex-go/2 ']' 17:50:02 + mkdir -p /w/workspace/edgex-go/2/archives/ 17:50:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 17:50:02 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:50:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:50:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:50:03 17:50:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:50:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:50:03 alpine: Pulling from edgex-lftools-log-publisher 17:50:03 df20fa9351a1: Pulling fs layer 17:50:03 36b3adc4ff6f: Pulling fs layer 17:50:03 8ad3a11d3b57: Pulling fs layer 17:50:03 46f8f816bc3b: Pulling fs layer 17:50:03 93b61091891f: Pulling fs layer 17:50:03 93b9cdb0e59b: Pulling fs layer 17:50:03 5e14af77c1be: Pulling fs layer 17:50:03 01666e4c0597: Pulling fs layer 17:50:03 aa168da1d23b: Pulling fs layer 17:50:03 93b61091891f: Waiting 17:50:03 93b9cdb0e59b: Waiting 17:50:03 5e14af77c1be: Waiting 17:50:03 01666e4c0597: Waiting 17:50:03 aa168da1d23b: Waiting 17:50:03 46f8f816bc3b: Waiting 17:50:03 36b3adc4ff6f: Verifying Checksum 17:50:03 36b3adc4ff6f: Download complete 17:50:03 46f8f816bc3b: Verifying Checksum 17:50:03 46f8f816bc3b: Download complete 17:50:04 df20fa9351a1: Verifying Checksum 17:50:04 df20fa9351a1: Download complete 17:50:04 93b9cdb0e59b: Verifying Checksum 17:50:04 93b9cdb0e59b: Download complete 17:50:04 5e14af77c1be: Verifying Checksum 17:50:04 5e14af77c1be: Download complete 17:50:04 01666e4c0597: Verifying Checksum 17:50:04 01666e4c0597: Download complete 17:50:04 93b61091891f: Verifying Checksum 17:50:04 93b61091891f: Download complete 17:50:04 8ad3a11d3b57: Verifying Checksum 17:50:04 8ad3a11d3b57: Download complete 17:50:04 df20fa9351a1: Pull complete 17:50:04 36b3adc4ff6f: Pull complete 17:50:05 8ad3a11d3b57: Pull complete 17:50:05 46f8f816bc3b: Pull complete 17:50:06 aa168da1d23b: Verifying Checksum 17:50:06 aa168da1d23b: Download complete 17:50:08 93b61091891f: Pull complete 17:50:08 93b9cdb0e59b: Pull complete 17:50:08 5e14af77c1be: Pull complete 17:50:08 01666e4c0597: Pull complete 17:50:16 aa168da1d23b: Pull complete 17:50:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:50:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:50:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:50:16 prd-centos7-docker-4c-2g-24582 does not seem to be running inside a container 17:50:16 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat 17:50:20 $ docker top e63fc08925bf3c5c3bd7036dfc89f315bd726735c91eac3c693c9d318b5e5248 -eo pid,comm [Pipeline] { [Pipeline] sh 17:50:21 + touch /tmp/pre-build-complete [Pipeline] sh 17:50:21 + mkdir -p /var/log/sa [Pipeline] sh 17:50:22 + ls /var/log/sa-host 17:50:22 + sadf -c /var/log/sa-host/sa02 17:50:22 file_magic: OK 17:50:22 HZ: Using current value: 100 17:50:22 file_header: OK 17:50:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:50:22 Statistics: 17:50:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:50:22 File successfully converted to sysstat format version 12.2.1 17:50:22 + sadf -c /var/log/sa-host/sa23 17:50:22 file_magic: OK 17:50:22 HZ: Using current value: 100 17:50:22 file_header: OK 17:50:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:50:22 Statistics: 17:50:22 Hnuu...uuuununununu... 17:50:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:50:22 provisioning config files... 17:50:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8853251873871487698tmp [Pipeline] { [Pipeline] echo 17:50:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:50:22 ---> create-netrc.sh [Pipeline] } 17:50:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:50:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:50:23 ---> python-tools-install.sh [Pipeline] echo 17:50:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:50:23 ---> sudo-logs.sh 17:50:23 Archiving 'sudo' log.. [Pipeline] echo 17:50:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:50:23 ---> job-cost.sh 17:50:23 lf-activate-venv: SKIPPING 17:50:23 INFO: No Stack... 17:50:24 INFO: Retrieving Pricing Info for: v1-standard-2 17:50:25 INFO: Archiving Costs [Pipeline] echo 17:50:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:50:25 ---> logs-deploy.sh 17:50:25 lf-activate-venv: SKIPPING 17:50:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3111/2 17:50:25 INFO: archiving workspace using pattern(s): 17:50:27 Archives upload complete. 17:50:27 INFO: archiving logs to Nexus 17:50:28 ---> uname -a: 17:50:28 Linux prd-centos7-docker-4c-2g-24582.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:50:28 17:50:28 17:50:28 ---> lscpu: 17:50:28 Architecture: x86_64 17:50:28 CPU op-mode(s): 32-bit, 64-bit 17:50:28 Byte Order: Little Endian 17:50:28 Address sizes: 40 bits physical, 48 bits virtual 17:50:28 CPU(s): 4 17:50:28 On-line CPU(s) list: 0-3 17:50:28 Thread(s) per core: 1 17:50:28 Core(s) per socket: 1 17:50:28 Socket(s): 4 17:50:28 NUMA node(s): 1 17:50:28 Vendor ID: GenuineIntel 17:50:28 CPU family: 6 17:50:28 Model: 44 17:50:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:50:28 Stepping: 1 17:50:28 CPU MHz: 2933.442 17:50:28 BogoMIPS: 5866.88 17:50:28 Virtualization: VT-x 17:50:28 Hypervisor vendor: KVM 17:50:28 Virtualization type: full 17:50:28 L1d cache: 128 KiB 17:50:28 L1i cache: 128 KiB 17:50:28 L2 cache: 16 MiB 17:50:28 L3 cache: 64 MiB 17:50:28 NUMA node0 CPU(s): 0-3 17:50:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:50:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:50:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:50:28 Vulnerability Meltdown: Mitigation; PTI 17:50:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:50:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:50:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:50:28 Vulnerability Srbds: Not affected 17:50:28 Vulnerability Tsx async abort: Not affected 17:50:28 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:50:28 17:50:28 17:50:28 ---> nproc: 17:50:28 4 17:50:28 17:50:28 17:50:28 ---> df -h: 17:50:28 Filesystem Size Used Available Use% Mounted on 17:50:28 overlay 50.0G 11.7G 38.3G 23% / 17:50:28 tmpfs 64.0M 0 64.0M 0% /dev 17:50:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:50:28 shm 64.0M 0 64.0M 0% /dev/shm 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2 17:50:28 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2@tmp 17:50:28 17:50:28 17:50:28 ---> free -m: 17:50:28 total used free shared buff/cache available 17:50:28 Mem: 1837 711 118 0 1007 1040 17:50:28 Swap: 1023 62 961 17:50:28 17:50:28 17:50:28 ---> ip addr: 17:50:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:50:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:50:28 inet 127.0.0.1/8 scope host lo 17:50:28 valid_lft forever preferred_lft forever 17:50:28 inet6 ::1/128 scope host 17:50:28 valid_lft forever preferred_lft forever 17:50:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:50:28 link/ether fa:16:3e:27:f6:b4 brd ff:ff:ff:ff:ff:ff 17:50:28 inet 10.30.123.154/23 brd 10.30.123.255 scope global dynamic eth0 17:50:28 valid_lft 85066sec preferred_lft 85066sec 17:50:28 inet6 fe80::f816:3eff:fe27:f6b4/64 scope link 17:50:28 valid_lft forever preferred_lft forever 17:50:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:50:28 link/ether 02:42:e4:fe:2a:91 brd ff:ff:ff:ff:ff:ff 17:50:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:50:28 valid_lft forever preferred_lft forever 17:50:28 inet6 fe80::42:e4ff:fefe:2a91/64 scope link 17:50:28 valid_lft forever preferred_lft forever 17:50:28 17:50:28 17:50:28 ---> sar -b -r -n DEV: 17:50:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) 17:50:28 17:50:28 17:28:00 LINUX RESTART (4 CPU) 17:50:28 17:50:28 17:29:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:50:28 17:30:01 258.97 136.51 122.47 0.00 9270.17 47241.21 0.00 17:50:28 17:31:01 205.59 81.65 123.94 0.00 3668.95 17894.01 0.00 17:50:28 17:32:02 133.12 40.23 92.88 0.00 1581.51 12531.79 0.00 17:50:28 17:33:01 129.44 60.73 68.70 0.00 3060.06 9873.83 0.00 17:50:28 17:34:01 947.77 688.54 259.22 0.00 95090.15 165522.85 0.00 17:50:28 17:35:01 2768.52 2450.21 318.32 0.00 143643.43 153336.58 0.00 17:50:28 17:36:04 673.23 390.39 282.84 0.00 53015.32 84817.59 0.00 17:50:28 17:37:01 1371.12 1041.24 329.87 0.00 97942.62 114516.83 0.00 17:50:28 17:38:01 232.17 79.83 152.34 0.00 6076.88 24046.20 0.00 17:50:28 17:39:01 6.19 0.82 5.38 0.00 175.96 172.64 0.00 17:50:28 17:40:01 0.30 0.02 0.28 0.00 0.13 3.23 0.00 17:50:28 17:41:01 0.25 0.02 0.23 0.00 0.27 2.60 0.00 17:50:28 17:42:02 0.30 0.00 0.30 0.00 0.00 3.40 0.00 17:50:28 17:43:01 1.69 1.47 0.22 0.00 48.90 2.20 0.00 17:50:28 17:44:01 0.88 0.05 0.83 0.00 1.60 15.15 0.00 17:50:28 17:45:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 17:50:28 17:46:01 0.22 0.02 0.20 0.00 0.27 1.75 0.00 17:50:28 17:47:01 0.30 0.05 0.25 0.00 2.00 3.38 0.00 17:50:28 17:48:01 0.23 0.00 0.23 0.00 0.00 3.01 0.00 17:50:28 17:49:01 0.32 0.03 0.28 0.00 1.60 2.96 0.00 17:50:28 17:50:01 59.96 59.31 0.65 0.00 5003.50 31.08 0.00 17:50:28 Average: 322.94 239.13 83.81 0.00 19907.49 30003.76 0.00 17:50:28 17:50:28 17:29:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:50:28 17:30:01 169436 0 698160 37.11 1668 1012280 1330452 45.41 554020 922700 0 17:50:28 17:31:01 222208 0 751028 39.92 1564 906744 1542368 52.64 546220 837788 18512 17:50:28 17:32:02 121216 0 840524 44.67 832 918972 1825924 62.32 734516 738064 24948 17:50:28 17:33:01 174160 0 768576 40.85 716 938092 1772480 60.49 627236 788060 8584 17:50:28 17:34:01 405812 0 675496 35.90 72 800164 1378980 47.06 524260 741752 0 17:50:28 17:35:01 88684 0 1292984 68.72 72 499804 3948896 134.77 894408 626972 44440 17:50:28 17:36:04 75876 0 758520 40.31 72 1047076 1765096 60.24 762972 795448 38172 17:50:28 17:37:01 498020 0 731884 38.90 72 651568 1804792 61.59 449904 705736 12880 17:50:28 17:38:01 149960 0 637504 33.88 72 1094008 1219400 41.62 484068 1005968 20 17:50:28 17:39:01 146884 0 635332 33.77 72 1099256 1195672 40.81 488216 1007508 12 17:50:28 17:40:01 147228 0 634984 33.75 72 1099260 1193616 40.74 488172 1007384 8 17:50:28 17:41:01 147052 0 635152 33.76 72 1099268 1192612 40.70 488032 1007388 8 17:50:28 17:42:02 147992 0 634196 33.71 72 1099284 1185392 40.46 487384 1007312 8 17:50:28 17:43:01 146456 0 635024 33.75 72 1099992 1185476 40.46 487836 1007944 12 17:50:28 17:44:01 146556 0 634920 33.74 72 1099996 1185464 40.46 487684 1007952 16 17:50:28 17:45:01 146708 0 634740 33.74 72 1100024 1185392 40.46 487592 1007968 16 17:50:28 17:46:01 146760 0 634684 33.73 72 1100028 1185392 40.46 487596 1007976 16 17:50:28 17:47:01 146184 0 635252 33.76 72 1100036 1185500 40.46 487948 1008036 8 17:50:28 17:48:01 146576 0 634848 33.74 72 1100048 1185392 40.46 487508 1008036 8 17:50:28 17:49:01 146504 0 634932 33.75 72 1100036 1185464 40.46 487716 1008068 12 17:50:28 17:50:01 90096 0 662116 35.19 72 1129260 1221260 41.68 507484 1041132 236 17:50:28 Average: 171922 0 704803 37.46 286 1004533 1470239 50.18 545275 918533 7044 17:50:28 17:50:28 17:29:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:50:28 17:30:01 veth9f4c19e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:30:01 eth0 1139.08 1199.04 5933.23 145.64 0.00 0.00 0.00 0.00 17:50:28 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:30:01 veth897f68e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:31:01 vethc3862a0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 17:50:28 17:31:01 eth0 213.04 159.93 858.25 24.42 0.00 0.00 0.00 0.00 17:50:28 17:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:31:01 docker0 993.61 914.71 79.31 3503.44 0.00 0.00 0.00 0.00 17:50:28 17:32:02 vethc3862a0 1.23 1.25 0.10 0.10 0.00 0.00 0.00 0.00 17:50:28 17:32:02 eth0 34.51 21.55 22.55 48.62 0.00 0.00 0.00 0.00 17:50:28 17:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:32:02 docker0 1.23 1.23 0.08 0.10 0.00 0.00 0.00 0.00 17:50:28 17:33:01 vethc3862a0 0.83 0.83 0.07 0.07 0.00 0.00 0.00 0.00 17:50:28 17:33:01 eth0 43.87 32.03 23.32 48.63 0.00 0.00 0.00 0.00 17:50:28 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:33:01 docker0 0.83 0.83 0.05 0.07 0.00 0.00 0.00 0.00 17:50:28 17:34:01 veth879a5fd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:34:01 eth0 210.08 157.31 1694.24 67.74 0.00 0.00 0.00 0.00 17:50:28 17:34:01 vethd855f3e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:35:01 vethef1bde0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:50:28 17:35:01 vetha5f2acd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:50:28 17:35:01 veth998a8b9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:50:28 17:35:01 eth0 52.08 38.89 160.94 9.95 0.00 0.00 0.00 0.00 17:50:28 17:36:04 eth0 68.46 35.61 241.78 16.17 0.00 0.00 0.00 0.00 17:50:28 17:36:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 17:50:28 17:36:04 vethae4b250 0.00 0.67 0.00 0.03 0.00 0.00 0.00 0.00 17:50:28 17:36:04 docker0 998.90 943.53 78.90 3677.58 0.00 0.00 0.00 0.00 17:50:28 17:37:01 veth973a29e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:37:01 veth4e734ed 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:37:01 eth0 65.18 38.04 105.18 93.41 0.00 0.00 0.00 0.00 17:50:28 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:38:01 eth0 233.82 168.21 1653.53 85.65 0.00 0.00 0.00 0.00 17:50:28 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:38:01 docker0 1072.89 1059.71 84.18 4295.42 0.00 0.00 0.00 0.00 17:50:28 17:39:01 eth0 1.76 0.58 0.85 0.29 0.00 0.00 0.00 0.00 17:50:28 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:40:01 eth0 1.65 0.37 0.38 0.20 0.00 0.00 0.00 0.00 17:50:28 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:41:01 eth0 1.07 0.53 0.55 0.39 0.00 0.00 0.00 0.00 17:50:28 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:42:02 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:50:28 17:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:43:01 eth0 0.30 0.22 0.11 0.05 0.00 0.00 0.00 0.00 17:50:28 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:44:01 eth0 0.58 0.38 0.31 0.23 0.00 0.00 0.00 0.00 17:50:28 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:45:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:50:28 17:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:46:01 eth0 0.48 0.03 0.05 0.00 0.00 0.00 0.00 0.00 17:50:28 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:47:01 eth0 0.60 0.37 0.28 0.20 0.00 0.00 0.00 0.00 17:50:28 17:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:48:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:49:01 eth0 0.20 0.12 0.13 0.07 0.00 0.00 0.00 0.00 17:50:28 17:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:50:01 eth0 12.35 7.87 12.41 6.02 0.00 0.00 0.00 0.00 17:50:28 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 Average: eth0 98.38 87.91 507.03 25.84 0.00 0.00 0.00 0.00 17:50:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:50:28 Average: docker0 51.22 50.59 4.02 205.06 0.00 0.00 0.00 0.00 17:50:28 17:50:28 17:50:28 ---> sar -P ALL: 17:50:28 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/02/21 _x86_64_ (4 CPU) 17:50:28 17:50:28 17:28:00 LINUX RESTART (4 CPU) 17:50:28 17:50:28 17:29:02 CPU %user %nice %system %iowait %steal %idle 17:50:28 17:30:01 all 16.23 0.00 9.62 2.59 0.07 71.49 17:50:28 17:30:01 0 19.56 0.00 11.15 1.83 0.09 67.37 17:50:28 17:30:01 1 17.83 0.00 9.36 2.51 0.07 70.23 17:50:28 17:30:01 2 14.71 0.00 9.48 3.58 0.07 72.16 17:50:28 17:30:01 3 12.87 0.00 8.51 2.42 0.07 76.13 17:50:28 17:31:01 all 8.20 0.00 6.43 5.16 0.07 80.13 17:50:28 17:31:01 0 8.68 0.00 7.37 4.95 0.10 78.90 17:50:28 17:31:01 1 7.39 0.00 6.20 6.53 0.03 79.84 17:50:28 17:31:01 2 7.64 0.00 6.42 4.21 0.08 81.65 17:50:28 17:31:01 3 9.09 0.00 5.75 4.96 0.07 80.13 17:50:28 17:32:02 all 55.43 0.00 13.51 5.09 0.10 25.87 17:50:28 17:32:02 0 54.78 0.00 14.50 4.72 0.09 25.91 17:50:28 17:32:02 1 54.95 0.00 12.99 5.75 0.09 26.22 17:50:28 17:32:02 2 56.37 0.00 13.35 4.68 0.10 25.51 17:50:28 17:32:02 3 55.63 0.00 13.19 5.22 0.11 25.86 17:50:28 17:33:01 all 42.99 0.00 13.36 3.68 0.06 39.91 17:50:28 17:33:01 0 42.65 0.00 13.41 3.77 0.09 40.08 17:50:28 17:33:01 1 42.29 0.00 13.27 3.40 0.04 41.00 17:50:28 17:33:01 2 42.89 0.00 13.38 3.04 0.07 40.61 17:50:28 17:33:01 3 44.12 0.00 13.39 4.52 0.05 37.92 17:50:28 17:34:01 all 22.34 0.00 23.20 6.98 0.15 47.32 17:50:28 17:34:01 0 20.91 0.00 23.02 6.06 0.14 49.87 17:50:28 17:34:01 1 23.45 0.00 23.86 8.12 0.14 44.43 17:50:28 17:34:01 2 22.61 0.00 22.85 6.07 0.16 48.32 17:50:28 17:34:01 3 22.40 0.00 23.08 7.68 0.18 46.67 17:50:28 17:35:01 all 31.43 0.00 25.62 23.80 0.30 18.85 17:50:28 17:35:01 0 30.79 0.00 26.09 22.60 0.37 20.14 17:50:28 17:35:01 1 31.74 0.00 25.46 26.83 0.28 15.68 17:50:28 17:35:01 2 32.14 0.00 24.90 23.52 0.27 19.17 17:50:28 17:35:01 3 31.02 0.00 26.04 22.19 0.29 20.45 17:50:28 17:36:04 all 39.66 0.00 18.35 19.16 0.07 22.76 17:50:28 17:36:04 0 38.64 0.00 17.86 20.96 0.10 22.43 17:50:28 17:36:04 1 40.16 0.00 19.08 17.95 0.05 22.76 17:50:28 17:36:04 2 39.52 0.00 18.82 19.51 0.05 22.10 17:50:28 17:36:04 3 40.32 0.00 17.65 18.23 0.07 23.74 17:50:28 17:37:01 all 42.90 0.00 23.43 20.90 0.06 12.72 17:50:28 17:37:01 0 42.86 0.00 23.61 25.50 0.05 7.97 17:50:28 17:37:01 1 41.46 0.00 23.36 21.29 0.06 13.83 17:50:28 17:37:01 2 44.07 0.00 23.28 19.04 0.06 13.55 17:50:28 17:37:01 3 43.20 0.00 23.45 17.67 0.07 15.61 17:50:28 17:38:01 all 16.87 0.00 9.11 6.53 0.04 67.45 17:50:28 17:38:01 0 19.37 0.00 10.93 5.91 0.03 63.75 17:50:28 17:38:01 1 14.26 0.00 7.91 6.63 0.03 71.16 17:50:28 17:38:01 2 18.74 0.00 10.08 7.61 0.03 63.53 17:50:28 17:38:01 3 15.10 0.00 7.53 5.95 0.05 71.37 17:50:28 17:39:01 all 0.16 0.00 0.07 0.01 0.00 99.75 17:50:28 17:39:01 0 0.05 0.00 0.08 0.03 0.00 99.83 17:50:28 17:39:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:50:28 17:39:01 2 0.42 0.00 0.12 0.00 0.00 99.47 17:50:28 17:39:01 3 0.15 0.00 0.07 0.00 0.00 99.78 17:50:28 17:40:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:50:28 17:40:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:50:28 17:40:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:50:28 17:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:50:28 17:40:01 3 0.52 0.00 0.02 0.02 0.02 99.43 17:50:28 17:50:28 17:40:01 CPU %user %nice %system %iowait %steal %idle 17:50:28 17:41:01 all 0.17 0.00 0.07 0.00 0.00 99.75 17:50:28 17:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:50:28 17:41:01 1 0.07 0.00 0.08 0.00 0.00 99.85 17:50:28 17:41:01 2 0.08 0.00 0.12 0.00 0.00 99.80 17:50:28 17:41:01 3 0.52 0.00 0.08 0.00 0.00 99.40 17:50:28 17:42:02 all 0.15 0.00 0.05 0.00 0.00 99.80 17:50:28 17:42:02 0 0.00 0.00 0.02 0.00 0.00 99.98 17:50:28 17:42:02 1 0.02 0.00 0.03 0.00 0.00 99.95 17:50:28 17:42:02 2 0.03 0.00 0.05 0.00 0.00 99.92 17:50:28 17:42:02 3 0.53 0.00 0.12 0.00 0.00 99.35 17:50:28 17:43:01 all 0.10 0.00 0.06 0.03 0.00 99.81 17:50:28 17:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:50:28 17:43:01 1 0.03 0.00 0.07 0.00 0.02 99.88 17:50:28 17:43:01 2 0.07 0.00 0.05 0.00 0.00 99.88 17:50:28 17:43:01 3 0.27 0.00 0.10 0.10 0.00 99.52 17:50:28 17:44:01 all 0.07 0.00 0.03 0.00 0.00 99.90 17:50:28 17:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:50:28 17:44:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:50:28 17:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:50:28 17:44:01 3 0.18 0.00 0.05 0.00 0.00 99.77 17:50:28 17:45:01 all 0.15 0.00 0.02 0.00 0.00 99.82 17:50:28 17:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 17:50:28 17:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 17:50:28 17:45:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:50:28 17:45:01 3 0.53 0.00 0.02 0.00 0.00 99.45 17:50:28 17:46:01 all 0.14 0.00 0.02 0.00 0.00 99.84 17:50:28 17:46:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:50:28 17:46:01 1 0.02 0.00 0.03 0.00 0.00 99.95 17:50:28 17:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:50:28 17:46:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:50:28 17:47:01 all 0.17 0.00 0.04 0.00 0.00 99.80 17:50:28 17:47:01 0 0.05 0.00 0.05 0.00 0.00 99.90 17:50:28 17:47:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:50:28 17:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:50:28 17:47:01 3 0.55 0.00 0.05 0.00 0.00 99.40 17:50:28 17:48:01 all 0.14 0.00 0.02 0.00 0.00 99.83 17:50:28 17:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:50:28 17:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 17:50:28 17:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 17:50:28 17:48:01 3 0.50 0.00 0.03 0.00 0.00 99.47 17:50:28 17:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:50:28 17:49:01 0 0.02 0.00 0.03 0.02 0.00 99.93 17:50:28 17:49:01 1 0.02 0.00 0.00 0.00 0.00 99.98 17:50:28 17:49:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:50:28 17:49:01 3 0.53 0.00 0.02 0.00 0.00 99.45 17:50:28 17:50:01 all 1.66 0.00 1.03 1.67 0.01 95.63 17:50:28 17:50:01 0 1.53 0.00 1.33 1.22 0.02 95.90 17:50:28 17:50:01 1 1.53 0.00 0.82 0.95 0.00 96.70 17:50:28 17:50:01 2 1.70 0.00 1.24 2.84 0.00 94.22 17:50:28 17:50:01 3 1.85 0.00 0.73 1.69 0.02 95.71 17:50:28 Average: all 12.88 0.00 6.65 4.41 0.04 76.02 17:50:28 Average: 0 12.93 0.00 6.91 4.51 0.05 75.59 17:50:28 Average: 1 12.73 0.00 6.60 4.63 0.04 76.00 17:50:28 Average: 2 12.98 0.00 6.66 4.35 0.04 75.97 17:50:28 Average: 3 12.88 0.00 6.41 4.15 0.05 76.51 17:50:28 17:50:28 17:50:28