Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e8083b633316085ae65a12fce58fe8483c90e2a2+97c9be662ca07851310f194347921b3ddadc13fb (8c70756056d36d5a00cafef08f060c65b047ec20) 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-25135’ Running on prd-centos7-docker-4c-2g-25138 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit e8083b633316085ae65a12fce58fe8483c90e2a2 Merge succeeded, producing e8083b633316085ae65a12fce58fe8483c90e2a2 Checking out Revision e8083b633316085ae65a12fce58fe8483c90e2a2 (PR-3109) > git config core.sparsecheckout # timeout=10 > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # 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 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 01:19:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk bdc348bd071196530a260c21bb4978b2dcdf1182 # timeout=10 [Pipeline] withCredentials 01:19:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 01:19:47 ========================================================= 01:19:47 EdgeX Global Pipelines Version Info 01:19:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 01:19:49 ------------------- 01:19:49 stable info: 01:19:49 ------------------- 01:19:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:19:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:19:49 Message: update stable to v1.0.179 01:19:50 ------------------- 01:19:50 experimental info: 01:19:50 ------------------- 01:19:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 01:19:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 01:19:50 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 01:19:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 01:19:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 01:19:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 01:19:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 01:19:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 01:19:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 01:19:51 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8083b633316085ae65a12fce58fe8483c90e2a2 [Pipeline] echo 01:19:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8083b6 [Pipeline] echo 01:19:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:19:53 provisioning config files... 01:19:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config6278091012524130358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:19:53 ---> docker-login.sh 01:19:53 nexus3.edgexfoundry.org:10001 01:19:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:53 Configure a credential helper to remove this warning. See 01:19:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:53 01:19:53 Login Succeeded 01:19:53 nexus3.edgexfoundry.org:10002 01:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:54 Configure a credential helper to remove this warning. See 01:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:54 01:19:54 Login Succeeded 01:19:54 nexus3.edgexfoundry.org:10003 01:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:54 Configure a credential helper to remove this warning. See 01:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:54 01:19:54 Login Succeeded 01:19:54 nexus3.edgexfoundry.org:10004 01:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:54 Configure a credential helper to remove this warning. See 01:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:54 01:19:54 Login Succeeded 01:19:54 docker.io 01:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:19:54 Configure a credential helper to remove this warning. See 01:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:19:54 01:19:54 Login Succeeded 01:19:54 ---> docker-login.sh ends [Pipeline] } 01:19:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:19:55 ++ 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 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/core-command/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo core-command,cmd/core-command/Dockerfile 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/core-data/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo core-data,cmd/core-data/Dockerfile 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/core-metadata/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo core-metadata,cmd/core-metadata/Dockerfile 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/security-bootstrapper/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/security-proxy-setup/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/support-notifications/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo support-notifications,cmd/support-notifications/Dockerfile 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/support-scheduler/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 01:19:55 + for file in '`ls cmd/**/Dockerfile`' 01:19:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 01:19:55 ++ cut -d/ -f2 01:19:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 01:19:55 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 01:19:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:19:56 01:19:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 01:19:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:19:56 latest: Pulling from edgex-devops/git-semver 01:19:56 31603596830f: Pulling fs layer 01:19:56 2a8b12db71e7: Pulling fs layer 01:19:56 6ca5941a6612: Pulling fs layer 01:19:56 ecc8261a40a4: Pulling fs layer 01:19:56 ecc8261a40a4: Waiting 01:19:56 2a8b12db71e7: Verifying Checksum 01:19:56 2a8b12db71e7: Download complete 01:19:56 31603596830f: Verifying Checksum 01:19:56 31603596830f: Download complete 01:19:56 ecc8261a40a4: Verifying Checksum 01:19:56 ecc8261a40a4: Download complete 01:19:56 6ca5941a6612: Verifying Checksum 01:19:56 6ca5941a6612: Download complete 01:19:56 31603596830f: Pull complete 01:19:57 2a8b12db71e7: Pull complete 01:19:57 6ca5941a6612: Pull complete 01:19:58 ecc8261a40a4: Pull complete 01:19:58 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 01:19:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 01:19:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 01:19:58 prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container 01:19:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 01:20:00 $ docker top 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 01:20:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:00 [ssh-agent] Looking for ssh-agent implementation... 01:20:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:01 $ docker exec 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 ssh-agent 01:20:01 SSH_AUTH_SOCK=/tmp/ssh-M02IxYqXlXTI/agent.11 01:20:01 SSH_AGENT_PID=17 01:20:01 Running ssh-add (command line suppressed) 01:20:01 Identity added: /w/workspace/edgex-go/13@tmp/private_key_5266419161830034998.key (/w/workspace/edgex-go/13@tmp/private_key_5266419161830034998.key) 01:20:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:01 + git tag --points-at HEAD [Pipeline] } 01:20:01 $ docker exec --env ******** --env ******** 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 ssh-agent -k 01:20:01 unset SSH_AUTH_SOCK; 01:20:01 unset SSH_AGENT_PID; 01:20:01 echo Agent pid 17 killed; 01:20:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 01:20:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 01:20:02 [ssh-agent] Looking for ssh-agent implementation... 01:20:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 01:20:02 $ docker exec 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 ssh-agent 01:20:02 SSH_AUTH_SOCK=/tmp/ssh-8rlAgQJvt2Qv/agent.48 01:20:02 SSH_AGENT_PID=53 01:20:02 Running ssh-add (command line suppressed) 01:20:02 Identity added: /w/workspace/edgex-go/13@tmp/private_key_3240753862970783363.key (/w/workspace/edgex-go/13@tmp/private_key_3240753862970783363.key) 01:20:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 01:20:03 + git semver init 01:20:03 # -> Open(): unable to determine branch for HEAD 01:20:03 # $GIT_DIR = /w/workspace/edgex-go/13/.git 01:20:03 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 01:20:03 # $SEMVER_REMOTE_NAME = origin 01:20:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 01:20:03 # $SEMVER_USER_NAME = edgex-jenkins 01:20:03 # $SEMVER_BRANCH = PR-3109 01:20:03 # $SEMVER_TEMP = /tmp/semver-980857962 01:20:03 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 01:20:25 # '/tmp/semver-980857962' -> '/w/workspace/edgex-go/13/.semver' 01:20:26 # -> Force: false 01:20:26 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 01:20:26 $ docker exec --env ******** --env ******** 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 ssh-agent -k 01:20:26 unset SSH_AUTH_SOCK; 01:20:26 unset SSH_AGENT_PID; 01:20:26 echo Agent pid 53 killed; 01:20:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 01:20:27 + git semver [Pipeline] } 01:20:27 $ docker stop --time=1 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 01:20:28 $ docker rm -f 818016582f9313e1f929088508082afdc2f0b9c716195c748af754c8b5235c72 [Pipeline] // withDockerContainer [Pipeline] sh 01:20:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 01:20:29 Stashed 1 file(s) [Pipeline] echo 01:20:29 [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 01:20:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 01:20:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:20:31 + sudo service docker restart 01:20:31 + true 01:20:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 01:20:31 ========================================================= 01:20:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 01:20:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:20:32 + 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 . 01:20:36 Sending build context to Docker daemon 327.5MB 01:20:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:20:36 Step 2/6 : FROM ${BASE} 01:20:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 01:20:36 188c0c94c7c5: Pulling fs layer 01:20:36 0ef7d3d256c8: Pulling fs layer 01:20:36 de9db76c5a1d: Pulling fs layer 01:20:36 bca2f99d35d6: Pulling fs layer 01:20:36 93359f2a8cfa: Pulling fs layer 01:20:36 7c6f9722023f: Pulling fs layer 01:20:36 a35cf1a2eb13: Pulling fs layer 01:20:36 93359f2a8cfa: Waiting 01:20:36 7c6f9722023f: Waiting 01:20:36 bca2f99d35d6: Waiting 01:20:36 a35cf1a2eb13: Waiting 01:20:36 de9db76c5a1d: Download complete 01:20:36 0ef7d3d256c8: Verifying Checksum 01:20:36 0ef7d3d256c8: Download complete 01:20:36 93359f2a8cfa: Verifying Checksum 01:20:36 93359f2a8cfa: Download complete 01:20:36 7c6f9722023f: Verifying Checksum 01:20:36 7c6f9722023f: Download complete 01:20:37 188c0c94c7c5: Verifying Checksum 01:20:37 188c0c94c7c5: Download complete 01:20:37 188c0c94c7c5: Pull complete 01:20:37 0ef7d3d256c8: Pull complete 01:20:38 a35cf1a2eb13: Verifying Checksum 01:20:38 a35cf1a2eb13: Download complete 01:20:39 de9db76c5a1d: Pull complete 01:20:39 bca2f99d35d6: Verifying Checksum 01:20:39 bca2f99d35d6: Download complete 01:20:45 bca2f99d35d6: Pull complete 01:20:45 93359f2a8cfa: Pull complete 01:20:45 7c6f9722023f: Pull complete 01:20:45 Still waiting to schedule task 01:20:45 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25122’ 01:20:49 a35cf1a2eb13: Pull complete 01:20:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 01:20:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 01:20:49 ---> a62c8e92a672 01:20:49 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 01:20:49 ---> Running in a89870f9537c 01:20:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:20:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:20:51 (1/12) Installing libmagic (5.38-r0) 01:20:51 (2/12) Installing file (5.38-r0) 01:20:51 (3/12) Installing libc-dev (0.7.2-r3) 01:20:51 (4/12) Installing g++ (9.3.0-r2) 01:20:59 (5/12) Installing fortify-headers (1.1-r0) 01:20:59 (6/12) Installing patch (2.7.6-r6) 01:20:59 (7/12) Installing build-base (0.5-r2) 01:20:59 (8/12) Installing libsodium (1.0.18-r0) 01:20:59 (9/12) Installing pkgconf (1.7.2-r0) 01:20:59 (10/12) Installing libsodium-dev (1.0.18-r0) 01:20:59 (11/12) Installing libzmq (4.3.3-r0) 01:21:00 (12/12) Installing zeromq-dev (4.3.3-r0) 01:21:00 Executing busybox-1.31.1-r19.trigger 01:21:00 OK: 233 MiB in 51 packages 01:21:03 Removing intermediate container a89870f9537c 01:21:03 ---> 750b33355cf0 01:21:03 Step 4/6 : WORKDIR /edgex-go 01:21:03 ---> Running in a0f00d01a6a5 01:21:03 Removing intermediate container a0f00d01a6a5 01:21:03 ---> 11267eaaec04 01:21:03 Step 5/6 : COPY go.mod . 01:21:03 ---> c5e6ab873863 01:21:03 Step 6/6 : RUN go mod download 01:21:03 ---> Running in 27fc773766ab 01:21:25 Removing intermediate container 27fc773766ab 01:21:25 ---> 95adee4f3302 01:21:25 Successfully built 95adee4f3302 01:21:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 01:21:26 + docker inspect -f . ci-base-image-x86_64 01:21:26 . [Pipeline] withDockerContainer 01:21:26 prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container 01:21:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:21:27 $ docker top 49e48399ea89dde7f02144da7f668d7fde26772f1e01fcbd163bf4d7a69954b8 -eo pid,comm [Pipeline] { [Pipeline] sh 01:21:27 + go version 01:21:27 go version go1.15.5 linux/amd64 [Pipeline] } 01:21:27 $ docker stop --time=1 49e48399ea89dde7f02144da7f668d7fde26772f1e01fcbd163bf4d7a69954b8 01:21:29 $ docker rm -f 49e48399ea89dde7f02144da7f668d7fde26772f1e01fcbd163bf4d7a69954b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:21:29 + docker inspect -f . ci-base-image-x86_64 01:21:29 . [Pipeline] withDockerContainer 01:21:30 prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container 01:21:30 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 01:21:30 $ docker top 682663bd51fec8cc577e9c57d8e1453a2a6fa2454d83f8cd524a4c7a401bc466 -eo pid,comm [Pipeline] { [Pipeline] echo 01:21:30 ========================================================= 01:21:30 [edgeXBuildGoParallel] Running Tests and Build... 01:21:30 ========================================================= [Pipeline] sh 01:21:31 + make test 01:21:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:21:41 ? github.com/edgexfoundry/edgex-go [no test files] 01:21:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:22:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:22:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:22:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:22:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:22:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:22:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:22:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:22:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:22:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.6% of statements 01:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:22:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:22:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.057s coverage: 100.0% of statements 01:22:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.206s coverage: 27.1% of statements 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:22:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:22:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:22:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 65.8% of statements 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:22:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.419s coverage: 82.3% of statements 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:22:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:22:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.441s coverage: 28.6% of statements 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:22:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:22:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:22:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.137s coverage: 86.7% of statements 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:22:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.137s coverage: 97.5% of statements 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:22:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:22:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 01:22:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.464s coverage: 92.8% of statements 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:22:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:22:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:22:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements 01:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements 01:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.030s coverage: 94.1% of statements 01:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements 01:22:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.053s coverage: 94.4% of statements 01:22:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.258s coverage: 68.9% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.086s coverage: 37.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.142s coverage: 47.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.083s coverage: 87.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 29.1% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.033s coverage: 100.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.063s coverage: 100.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:22:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 01:22:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 01:22:42 GO111MODULE=on go vet ./... 01:23:09 gofmt -l . 01:23:09 [ "`gofmt -l .`" = "" ] 01:23:09 ./bin/test-go-mod-tidy.sh 01:23:09 ./bin/test-attribution-txt.sh [Pipeline] sh 01:23:09 + ls -al . 01:23:09 total 688 01:23:09 drwxrwxr-x 10 1001 1001 4096 Feb 5 01:23 . 01:23:09 drwxr-xr-x 4 root root 30 Feb 5 01:21 .. 01:23:09 -rw-rw-r-- 1 1001 1001 11 Feb 5 01:19 .dockerignore 01:23:09 drwxrwxr-x 8 1001 1001 179 Feb 5 01:19 .git 01:23:09 drwxrwxr-x 3 1001 1001 125 Feb 5 01:19 .github 01:23:09 -rw-rw-r-- 1 1001 1001 872 Feb 5 01:19 .gitignore 01:23:09 drwx------ 3 1001 1001 60 Feb 5 01:20 .semver 01:23:09 -rw-rw-r-- 1 1001 1001 166 Feb 5 01:19 .sonarcloud.properties 01:23:09 -rw-rw-r-- 1 1001 1001 7859 Feb 5 01:19 Attribution.txt 01:23:09 -rw-rw-r-- 1 1001 1001 3804 Feb 5 01:19 CONTRIBUTING.md 01:23:09 -rw-rw-r-- 1 1001 1001 931 Feb 5 01:19 Dockerfile.build 01:23:09 -rw-rw-r-- 1 1001 1001 863 Feb 5 01:19 Jenkinsfile 01:23:09 -rw-rw-r-- 1 1001 1001 10775 Feb 5 01:19 LICENSE 01:23:09 -rw-rw-r-- 1 1001 1001 6001 Feb 5 01:19 Makefile 01:23:09 -rw-rw-r-- 1 1001 1001 6524 Feb 5 01:19 README.md 01:23:09 -rw-rw-r-- 1 1001 1001 6755 Feb 5 01:19 SECURITY.md 01:23:09 -rw-rw-r-- 1 1001 1001 5 Feb 5 01:20 VERSION 01:23:09 -rw-rw-r-- 1 1001 1001 4131 Feb 5 01:19 ZMQWindows.md 01:23:09 drwxrwxr-x 2 1001 1001 117 Feb 5 01:19 bin 01:23:09 drwxrwxr-x 15 1001 1001 4096 Feb 5 01:19 cmd 01:23:09 -rw-r--r-- 1 root root 583623 Feb 5 01:22 coverage.out 01:23:09 -rw-r--r-- 1 root root 1054 Feb 5 01:23 go.mod 01:23:09 -rw-r--r-- 1 root root 19518 Feb 5 01:23 go.sum 01:23:09 drwxrwxr-x 8 1001 1001 127 Feb 5 01:19 internal 01:23:09 drwxrwxr-x 4 1001 1001 26 Feb 5 01:19 openapi 01:23:09 drwxrwxr-x 4 1001 1001 71 Feb 5 01:19 snap 01:23:09 -rw-rw-r-- 1 1001 1001 168 Feb 5 01:19 version.go [Pipeline] sh 01:23:09 + '[' -e coverage.out ] 01:23:09 + chown 1001:1001 coverage.out [Pipeline] stash 01:23:10 Stashed 1 file(s) [Pipeline] sh 01:23:10 + make build 01:23:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:23: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 01:23:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:23:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:23:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:23:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:23:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:23:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:23:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:23:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:23:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:23:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:23:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 01:23:34 $ docker stop --time=1 682663bd51fec8cc577e9c57d8e1453a2a6fa2454d83f8cd524a4c7a401bc466 01:23:36 $ docker rm -f 682663bd51fec8cc577e9c57d8e1453a2a6fa2454d83f8cd524a4c7a401bc466 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:23:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:23:37 01:23:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 01:23:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:23:38 latest: Pulling from edgex-devops/edgex-compose 01:23:38 cbdbe7a5bc2a: Pulling fs layer 01:23:38 ca9280d653b3: Pulling fs layer 01:23:38 7e9c9ca2126c: Pulling fs layer 01:23:38 cbdbe7a5bc2a: Verifying Checksum 01:23:38 cbdbe7a5bc2a: Download complete 01:23:38 cbdbe7a5bc2a: Pull complete 01:23:38 ca9280d653b3: Verifying Checksum 01:23:38 ca9280d653b3: Download complete 01:23:39 7e9c9ca2126c: Verifying Checksum 01:23:39 7e9c9ca2126c: Download complete 01:23:39 ca9280d653b3: Pull complete 01:23:48 7e9c9ca2126c: Pull complete 01:23:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:23:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:23:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 01:23:48 prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container 01:23:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:23:49 $ docker top 101ff796a457eb83c05447e48a89fb538bd033729ac32136bbe319678d867319 -eo pid,comm [Pipeline] { [Pipeline] sh 01:23:49 + docker-compose build --help 01:23:49 + grep parallel 01:23:50 --parallel Build images in parallel. [Pipeline] } 01:23:50 $ docker stop --time=1 101ff796a457eb83c05447e48a89fb538bd033729ac32136bbe319678d867319 01:23:52 $ docker rm -f 101ff796a457eb83c05447e48a89fb538bd033729ac32136bbe319678d867319 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:23:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:23:52 . [Pipeline] withDockerContainer 01:23:52 prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container 01:23:52 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 01:23:53 $ docker top d487405dc1d70ee37b8757770b6e5492895ea832d731de60c219d65ec22af80d -eo pid,comm [Pipeline] { [Pipeline] sh 01:23:54 + docker-compose -f ./docker-compose-build.yml build --parallel 01:23:55 Building docker-core-command-go ... 01:23:55 Building docker-core-data-go ... 01:23:55 Building docker-core-metadata-go ... 01:23:55 Building docker-security-bootstrapper-go ... 01:23:55 Building docker-security-proxy-setup-go ... 01:23:55 Building docker-security-secretstore-setup-go ... 01:23:55 Building docker-support-notifications-go ... 01:23:55 Building docker-support-scheduler-go ... 01:23:55 Building docker-sys-mgmt-agent-go ... 01:23:55 Building docker-security-secretstore-setup-go 01:23:55 Building docker-sys-mgmt-agent-go 01:23:55 Building docker-core-metadata-go 01:23:55 Building docker-support-notifications-go 01:23:55 Building docker-security-bootstrapper-go 01:24:22 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25144 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 01:24:22 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 01:24:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:24:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:24:27 ---> 95adee4f3302 01:24:27 Step 3/24 : WORKDIR /edgex-go 01:24:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:24:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:24:27 ---> 95adee4f3302 01:24:27 Step 3/23 : WORKDIR /edgex-go 01:24:27 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:24:27 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:24:27 ---> 95adee4f3302 01:24:27 Step 3/31 : WORKDIR /edgex-go 01:24:27 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:24:27 01:24:27 Step 2/26 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 01:24:27 01:24:27 ---> 95adee4f3302 01:24:27 ---> 95adee4f3302 01:24:27 Step 3/26 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go 01:24:27 01:24:27 ---> Running in db0086bb5712 01:24:27 ---> Running in b82175a4b1e6 01:24:27 ---> Running in 406fea54f787 01:24:27 ---> Running in 2f72e0aa7eb9 01:24:27 ---> Running in 4c8e736b13dc 01:24:27 Removing intermediate container 406fea54f787 01:24:27 ---> 1be5783ff6ed 01:24:27 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:27 Removing intermediate container 2f72e0aa7eb9 01:24:27 ---> 1c9cf97bf8e3 01:24:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:27 Removing intermediate container db0086bb5712 01:24:27 ---> a4716108337c 01:24:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:27 Removing intermediate container b82175a4b1e6 01:24:27 ---> c7c3de07b167 01:24:27 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:27 Removing intermediate container 4c8e736b13dc 01:24:27 ---> 433480c22076 01:24:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:24:27 ---> Running in 9ec247166af6 01:24:27 ---> Running in 6e7cbc7dadb0 01:24:27 ---> Running in 61eb9f301624 01:24:27 ---> Running in 5b08a3d02712 01:24:27 ---> Running in b072db8452bd 01:24:28 using credential edgex-jenkins-ssh 01:24:28 Cloning the remote Git repository 01:24:28 Removing intermediate container 6e7cbc7dadb0 01:24:28 ---> b1dffd8c37a1 01:24:28 Step 5/23 : RUN apk add --update --no-cache make git 01:24:28 ---> Running in 3424b3237bb9 01:24:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:24:28 > git init /w/workspace/edgex-go/13 # timeout=10 01:24:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:24:28 > git --version # timeout=10 01:24:28 > git --version # 'git version 2.17.1' 01:24:28 using GIT_SSH to set credentials SSH Credentials for GitHub 01:24:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:24:29 Removing intermediate container 9ec247166af6 01:24:29 ---> fc9df530defe 01:24:29 Step 5/26 : RUN apk add --update --no-cache make bash git 01:24:29 Removing intermediate container 61eb9f301624 01:24:29 ---> f30e9c487f64 01:24:29 Step 5/31 : RUN apk add --update --no-cache make git 01:24:29 ---> Running in cc3a221e4e61 01:24:29 Removing intermediate container 5b08a3d02712 01:24:29 ---> 4914265bcccf 01:24:29 Step 5/24 : RUN apk add --update --no-cache make git 01:24:29 Removing intermediate container b072db8452bd 01:24:29 ---> faa393656cd9 01:24:29 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:24:29 ---> Running in 41de8c400c64 01:24:29 ---> Running in a6a96f19325e 01:24:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:24:29 ---> Running in 3d8ad0d52bd7 01:24:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:24:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:24:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:24:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:24:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:24:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:24:31 OK: 233 MiB in 51 packages 01:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:24:31 Removing intermediate container 3424b3237bb9 01:24:31 ---> 924156af57dc 01:24:31 Step 6/23 : COPY go.mod . 01:24:31 ---> 16b429d3a6db 01:24:31 Step 7/23 : RUN go mod download 01:24:31 ---> Running in 8d560be3230c 01:24:31 OK: 233 MiB in 51 packages 01:24:31 OK: 233 MiB in 51 packages 01:24:31 OK: 233 MiB in 51 packages 01:24:32 OK: 233 MiB in 51 packages 01:24:32 Removing intermediate container 41de8c400c64 01:24:32 ---> ddf8e51deb98 01:24:32 Step 6/31 : COPY go.mod . 01:24:32 Removing intermediate container a6a96f19325e 01:24:32 ---> 42e17eb29d16 01:24:32 Step 6/24 : COPY go.mod . 01:24:33 ---> 116ed07878f7 01:24:33 Step 7/31 : RUN go mod download 01:24:33 ---> Running in 88d9631b59de 01:24:33 Removing intermediate container 3d8ad0d52bd7 01:24:33 ---> 8dbe78b38d07 01:24:33 Step 6/22 : COPY go.mod . 01:24:33 Removing intermediate container cc3a221e4e61 01:24:33 ---> 15012662124a 01:24:33 Step 6/26 : COPY go.mod . 01:24:33 ---> 1bd7ed4ca393 01:24:33 Step 7/24 : RUN go mod download 01:24:34 ---> Running in 5d17b4e8ad3b 01:24:34 ---> 15479753f406 01:24:34 Step 7/22 : RUN go mod download 01:24:34 ---> 59868e0f757a 01:24:34 Step 7/26 : RUN go mod download 01:24:34 Removing intermediate container 8d560be3230c 01:24:34 ---> 133cb3f00430 01:24:34 Step 8/23 : COPY . . 01:24:34 ---> Running in 271d3606a35f 01:24:34 ---> Running in 33c040cf0448 01:24:40 Removing intermediate container 88d9631b59de 01:24:40 ---> 7aabdb9c96b2 01:24:40 Step 8/31 : COPY . . 01:24:40 Removing intermediate container 271d3606a35f 01:24:40 ---> 88aeb8ae62a2 01:24:40 Step 8/22 : COPY . . 01:24:41 Removing intermediate container 5d17b4e8ad3b 01:24:41 ---> 5584770d08e4 01:24:41 Step 8/24 : COPY . . 01:24:44 Merging remotes/origin/master commit 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit e8083b633316085ae65a12fce58fe8483c90e2a2 01:24:44 Removing intermediate container 33c040cf0448 01:24:44 ---> 571ecf04410e 01:24:44 Step 8/26 : COPY . . 01:24:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:24:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:24:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:24:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:24:44 using GIT_SSH to set credentials SSH Credentials for GitHub 01:24:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:24:44 > git config core.sparsecheckout # timeout=10 01:24:44 > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 01:24:45 Merge succeeded, producing e8083b633316085ae65a12fce58fe8483c90e2a2 01:24:45 Checking out Revision e8083b633316085ae65a12fce58fe8483c90e2a2 (PR-3109) 01:24:45 > git remote # timeout=10 01:24:45 > git config --get remote.origin.url # timeout=10 01:24:45 using GIT_SSH to set credentials SSH Credentials for GitHub 01:24:45 > git merge 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 01:24:45 > git rev-parse HEAD^{commit} # timeout=10 01:24:45 > git config core.sparsecheckout # timeout=10 01:24:45 > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 01:24:50 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 01:24:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 01:24:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 01:24:52 + sudo service docker restart 01:24:52 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 01:24:54 provisioning config files... 01:24:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config159652103398264415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:24:54 ---> docker-login.sh 01:24:54 nexus3.edgexfoundry.org:10001 01:24:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:56 Configure a credential helper to remove this warning. See 01:24:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:56 01:24:56 Login Succeeded 01:24:56 nexus3.edgexfoundry.org:10002 01:24:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:56 Configure a credential helper to remove this warning. See 01:24:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:56 01:24:56 Login Succeeded 01:24:56 nexus3.edgexfoundry.org:10003 01:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:57 Configure a credential helper to remove this warning. See 01:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:57 01:24:57 Login Succeeded 01:24:57 nexus3.edgexfoundry.org:10004 01:24:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:57 Configure a credential helper to remove this warning. See 01:24:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:57 01:24:57 Login Succeeded 01:24:57 docker.io 01:24:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 01:24:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 01:24:58 Configure a credential helper to remove this warning. See 01:24:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 01:24:58 01:24:58 Login Succeeded 01:24:58 ---> docker-login.sh ends [Pipeline] } 01:24:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 01:24:59 ========================================================= 01:24:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 01:24:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 01:24:59 + 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 . 01:25:02 Sending build context to Docker daemon 166.1MB 01:25:02 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 01:25:02 Step 2/6 : FROM ${BASE} 01:25:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 01:25:02 5f621e34cdf4: Pulling fs layer 01:25:02 a4357932f1b6: Pulling fs layer 01:25:02 18c013af1878: Pulling fs layer 01:25:02 00ac8860ef70: Pulling fs layer 01:25:02 63d7cb157983: Pulling fs layer 01:25:02 b116817d02f9: Pulling fs layer 01:25:02 745a02a5169b: Pulling fs layer 01:25:02 63d7cb157983: Waiting 01:25:02 b116817d02f9: Waiting 01:25:02 745a02a5169b: Waiting 01:25:02 00ac8860ef70: Waiting 01:25:02 18c013af1878: Verifying Checksum 01:25:02 18c013af1878: Download complete 01:25:02 a4357932f1b6: Verifying Checksum 01:25:02 a4357932f1b6: Download complete 01:25:02 63d7cb157983: Download complete 01:25:02 b116817d02f9: Verifying Checksum 01:25:02 b116817d02f9: Download complete 01:25:02 5f621e34cdf4: Verifying Checksum 01:25:02 5f621e34cdf4: Download complete 01:25:03 5f621e34cdf4: Pull complete 01:25:03 a4357932f1b6: Pull complete 01:25:03 18c013af1878: Pull complete 01:25:04 745a02a5169b: Verifying Checksum 01:25:04 745a02a5169b: Download complete 01:25:05 00ac8860ef70: Verifying Checksum 01:25:05 00ac8860ef70: Download complete 01:25:11 ---> f2e0fb814e13 01:25:11 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:25:11 ---> Running in ea202a866dee 01:25:15 ---> 72739aadb32a 01:25:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:25:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:25:16 00ac8860ef70: Pull complete 01:25:16 63d7cb157983: Pull complete 01:25:16 ---> ba8f8d84922c 01:25:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:25:16 ---> 075fdfc2497b 01:25:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:25:16 b116817d02f9: Pull complete 01:25:16 ---> Running in d1fc6f746766 01:25:17 ---> Running in 7c51309d8daa 01:25:17 ---> Running in d90c64dfc73f 01:25:17 ---> 5465c394b8e5 01:25:17 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:25:17 ---> Running in 032ac81792bd 01:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:25:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:25: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 01:25:21 745a02a5169b: Pull complete 01:25:21 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 01:25:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 01:25:21 ---> b7e6874047d6 01:25:21 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 01:25:24 ---> Running in b18f8a99aabb 01:25:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:25:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:25:27 (1/12) Installing libmagic (5.38-r0) 01:25:28 (2/12) Installing file (5.38-r0) 01:25:28 (3/12) Installing libc-dev (0.7.2-r3) 01:25:28 (4/12) Installing g++ (9.3.0-r2) 01:25:43 (5/12) Installing fortify-headers (1.1-r0) 01:25:43 (6/12) Installing patch (2.7.6-r6) 01:25:43 (7/12) Installing build-base (0.5-r2) 01:25:43 (8/12) Installing libsodium (1.0.18-r0) 01:25:43 (9/12) Installing pkgconf (1.7.2-r0) 01:25:43 (10/12) Installing libsodium-dev (1.0.18-r0) 01:25:43 (11/12) Installing libzmq (4.3.3-r0) 01:25:43 (12/12) Installing zeromq-dev (4.3.3-r0) 01:25:43 Executing busybox-1.31.1-r19.trigger 01:25:43 OK: 217 MiB in 51 packages 01:25:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:25:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:25:46 Removing intermediate container b18f8a99aabb 01:25:46 ---> cb796b881090 01:25:46 Step 4/6 : WORKDIR /edgex-go 01:25:46 ---> Running in 7bf12e8c8242 01:25:46 Removing intermediate container 7bf12e8c8242 01:25:46 ---> 0b1c84ca2f33 01:25:46 Step 5/6 : COPY go.mod . 01:25:47 ---> 1cdd63db6fa5 01:25:47 Step 6/6 : RUN go mod download 01:25:47 ---> Running in e74ccf853e42 01:25:50 Removing intermediate container 032ac81792bd 01:25:50 ---> 1fa66d0ea627 01:25:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:25:50 Removing intermediate container ea202a866dee 01:25:50 ---> af8e02da3746 01:25:50 01:25:50 Step 10/23 : FROM alpine:3.12 01:25:50 3.12: Pulling from library/alpine 01:25:51 ---> Running in 666a7ba646c7 01:25:51 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:25:51 Status: Downloaded newer image for alpine:3.12 01:25:51 ---> 389fef711851 01:25:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:25:54 Removing intermediate container 7c51309d8daa 01:25:54 ---> df7b201657a7 01:25:54 01:25:54 Step 10/24 : FROM alpine:3.12 01:25:54 ---> 389fef711851 01:25:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:25:54 ---> Running in 01dd28fcd866 01:25:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:25:54 ---> Running in efe23d6eff2d 01:25:57 Removing intermediate container d90c64dfc73f 01:25:57 ---> b37efa028381 01:25:57 01:25:57 Step 10/31 : FROM alpine:3.12 01:25:57 ---> 389fef711851 01:25:57 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:25:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:57 Removing intermediate container d1fc6f746766 01:25:57 ---> 75e0597fc4f0 01:25:57 01:25:57 Step 10/22 : FROM alpine:3.12 01:25:57 ---> 389fef711851 01:25:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:25:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:57 ---> Running in 9227792f1381 01:25:57 ---> Running in 93ffad581f9b 01:25:57 (1/1) Installing dumb-init (1.2.2-r1) 01:25:57 Executing busybox-1.31.1-r19.trigger 01:25:57 OK: 6 MiB in 15 packages 01:25:57 Removing intermediate container 9227792f1381 01:25:57 ---> e7fb7c876b56 01:25:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:25:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:57 Removing intermediate container 666a7ba646c7 01:25:57 ---> 7a2c43a75619 01:25:57 01:25:57 Step 11/26 : FROM docker:20.10.0 01:25:57 ---> Running in 02af1e28d2fc 01:25:57 (1/5) Installing ca-certificates (20191127-r4) 01:25:57 20.10.0: Pulling from library/docker 01:25:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:25:57 (3/5) Installing libcurl (7.69.1-r3) 01:25:57 (4/5) Installing curl (7.69.1-r3) 01:25:57 (5/5) Installing dumb-init (1.2.2-r1) 01:25:57 Executing busybox-1.31.1-r19.trigger 01:25:57 Executing ca-certificates-20191127-r4.trigger 01:25:57 OK: 7 MiB in 19 packages 01:25:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:58 (1/2) Installing ca-certificates (20191127-r4) 01:25:58 (2/2) Installing dumb-init (1.2.2-r1) 01:25:58 Executing busybox-1.31.1-r19.trigger 01:25:58 Executing ca-certificates-20191127-r4.trigger 01:25:58 OK: 6 MiB in 16 packages 01:25:59 Removing intermediate container 01dd28fcd866 01:25:59 ---> d628f7e2daca 01:25:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:25:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:25:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:25:59 (1/2) Installing dumb-init (1.2.2-r1) 01:25:59 (2/2) Installing su-exec (0.2-r1) 01:25:59 Executing busybox-1.31.1-r19.trigger 01:25:59 OK: 6 MiB in 16 packages 01:26:00 ---> Running in 7dc0cc116f46 01:26:01 Removing intermediate container 7dc0cc116f46 01:26:01 ---> e6dbbcb00be1 01:26:01 Step 13/23 : ENV APP_PORT=48081 01:26:02 ---> Running in 5d6cd2e06b2a 01:26:02 Removing intermediate container efe23d6eff2d 01:26:02 ---> 894a24511c5a 01:26:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:26:02 Removing intermediate container 93ffad581f9b 01:26:02 ---> c557425de9e1 01:26:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:26:02 Removing intermediate container 02af1e28d2fc 01:26:02 ---> 5cc72782d00c 01:26:02 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:26:02 ---> Running in 3692937b4fbd 01:26:02 ---> Running in 0a8629c1986e 01:26:02 ---> Running in 69a57dda7335 01:26:03 Removing intermediate container 5d6cd2e06b2a 01:26:03 ---> 7d2ddbca16dd 01:26:03 Step 14/23 : EXPOSE $APP_PORT 01:26:03 Removing intermediate container 0a8629c1986e 01:26:03 ---> 28d179415aff 01:26:03 Step 13/24 : WORKDIR / 01:26:03 ---> Running in 91a15ea31bdb 01:26:03 Removing intermediate container 3692937b4fbd 01:26:03 ---> 7531485aa6c9 01:26:03 Step 13/22 : ENV APP_PORT=48060 01:26:03 Removing intermediate container 69a57dda7335 01:26:03 ---> f6ee253c644f 01:26:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:26:03 ---> Running in 7e4135bcf577 01:26:03 ---> Running in b16cb722bab9 01:26:03 ---> Running in e511eadec57d 01:26:03 Removing intermediate container 91a15ea31bdb 01:26:03 ---> d003708ca699 01:26:03 Step 15/23 : WORKDIR / 01:26:03 ---> Running in 88a6e422123e 01:26:03 Removing intermediate container 7e4135bcf577 01:26:03 ---> 2876f21fffca 01:26:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:26:03 Removing intermediate container b16cb722bab9 01:26:03 ---> 51b383b16d1a 01:26:03 Step 14/22 : EXPOSE $APP_PORT 01:26:03 Removing intermediate container e511eadec57d 01:26:03 ---> cacc4ac4b046 01:26:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:26:03 ---> Running in 0c32ad7f49b2 01:26:03 ---> Running in ef1995a442f8 01:26:04 Removing intermediate container 88a6e422123e 01:26:04 ---> 56905c83da71 01:26:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:26:04 ---> fee2bb1f8bb1 01:26:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:26:04 Removing intermediate container ef1995a442f8 01:26:04 ---> 6322de2bc1ba 01:26:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:26:04 ---> e7b245004354 01:26:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:26:06 ---> 242370d234d4 01:26:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:26:06 ---> 0aa479f47787 01:26:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:26:06 ---> af8ad3b6a9b5 01:26:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:26:07 ---> 1d4145a31434 01:26:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:26:07 ---> f60bec56ce58 01:26:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:26:07 Removing intermediate container 0c32ad7f49b2 01:26:07 ---> 506250a667e9 01:26:07 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:26:07 ---> 3722db86f76b 01:26:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:26:07 ---> Running in d28b9defb187 01:26:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:26:07 ---> Running in e6bd3a74a250 01:26:07 Status: Downloaded newer image for docker:20.10.0 01:26:07 ---> aefe523efa57 01:26:07 Step 12/26 : RUN apk add --no-cache bash 01:26:07 ---> Running in c1f123c9fc45 01:26:07 Removing intermediate container d28b9defb187 01:26:07 ---> 9a3b5dacf7c6 01:26:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:26:07 ---> 660c75112ab0 01:26:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:26:07 ---> 4b45c5bb9f7a 01:26:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:26:07 Removing intermediate container e6bd3a74a250 01:26:07 ---> 6791060fe6a5 01:26:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:26:07 ---> Running in 0512963c481c 01:26:08 ---> Running in 4bf1807f5ac1 01:26:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:08 Removing intermediate container 0512963c481c 01:26:08 ---> f037fa8f7155 01:26:08 Step 21/23 : LABEL arch=x86_64 01:26:08 ---> ee18af075c1f 01:26:08 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:26:08 Removing intermediate container 4bf1807f5ac1 01:26:08 ---> c9f8a9f934b2 01:26:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:26:08 ---> e90e8bcd0005 01:26:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:26:08 (1/2) Installing readline (8.0.4-r0) 01:26:08 (2/2) Installing bash (5.0.17-r0) 01:26:08 Executing bash-5.0.17-r0.post-install 01:26:08 Executing busybox-1.31.1-r19.trigger 01:26:08 OK: 12 MiB in 22 packages 01:26:08 ---> Running in f4b61125535b 01:26:08 ---> Running in 9fecd1e08737 01:26:08 ---> Running in 011f3bf9d40c 01:26:09 ---> c2797b5982b5 01:26:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:26:09 Removing intermediate container 9fecd1e08737 01:26:09 ---> d2cb3c58ceaf 01:26:09 Step 20/22 : LABEL arch=x86_64 01:26:09 Removing intermediate container f4b61125535b 01:26:09 ---> c44f6bf5cbbe 01:26:09 Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:26:09 ---> Running in 91a6b1e8dc2a 01:26:09 ---> Running in 1d1c044411c4 01:26:09 ---> Running in 2b49eaaf15f5 01:26:10 Removing intermediate container 91a6b1e8dc2a 01:26:10 ---> bf892b70d6b6 01:26:10 Step 21/22 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:26:10 Removing intermediate container 2b49eaaf15f5 01:26:10 ---> b89bad499917 01:26:10 Step 23/23 : LABEL version=0.0.0 01:26:10 Removing intermediate container c1f123c9fc45 01:26:10 ---> 86a2a04b4690 01:26:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:26:10 ---> Running in c01b56ae2243 01:26:10 ---> Running in eaefc936fe26 01:26:10 ---> Running in 7673780d0be4 01:26:10 Removing intermediate container c01b56ae2243 01:26:10 ---> c753d5c5453a 01:26:10 Step 22/22 : LABEL version=0.0.0 01:26:11 Removing intermediate container eaefc936fe26 01:26:11 ---> 5414484dc76e 01:26:11 01:26:11 Removing intermediate container 7673780d0be4 01:26:11 ---> 23397c8366a0 01:26:11 Step 14/26 : ENV APP_PORT=48090 01:26:11 ---> Running in 176e5bdd8296 01:26:11 Successfully built 5414484dc76e 01:26:11 ---> Running in 02656d34f86c 01:26:11 Successfully tagged docker-core-metadata-go:latest 01:26:11 Building docker-core-command-go 01:26:11  Building docker-core-metadata-go ... done Removing intermediate container 011f3bf9d40c 01:26:11 ---> 0f1c29452e62 01:26:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:26:11 Removing intermediate container 1d1c044411c4 01:26:11 ---> dea2f0ae47d7 01:26:11 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:26:11 Removing intermediate container 176e5bdd8296 01:26:11 ---> 470033c06e71 01:26:11 01:26:11 ---> Running in 94073fd853a2 01:26:11 Removing intermediate container 02656d34f86c 01:26:11 ---> 5fd300f867eb 01:26:11 Step 15/26 : EXPOSE $APP_PORT 01:26:11 Successfully built 470033c06e71 01:26:11 Successfully tagged docker-support-notifications-go:latest 01:26:11  Building docker-support-notifications-go ... done Building docker-core-data-go 01:26:11 ---> a3a624ca8b07 01:26:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:26:11 ---> Running in f32da5fe6bb7 01:26:11 Removing intermediate container 94073fd853a2 01:26:11 ---> 39a1057fc2f5 01:26:11 Step 22/24 : LABEL arch=x86_64 01:26:11 ---> Running in 41fc56eeba45 01:26:12 Removing intermediate container f32da5fe6bb7 01:26:12 ---> 447d3d6cc185 01:26:12 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:26:14 Removing intermediate container e74ccf853e42 01:26:14 ---> 43aacc25e284 01:26:14 Successfully built 43aacc25e284 01:26:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:26:14 + docker inspect -f . ci-base-image-arm64 01:26:14 . [Pipeline] withDockerContainer 01:26:14 prd-ubuntu18.04-docker-arm64-4c-16g-25144 does not seem to be running inside a container 01:26:14 Removing intermediate container 41fc56eeba45 01:26:14 ---> 436861df3e32 01:26:14 Step 23/24 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:26:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:26:16 $ docker top 3a3baf689960a3af106e44777e0bdc33489cefc2082e64f880070051feebef0b -eo pid,comm [Pipeline] { [Pipeline] sh 01:26:17 + go version 01:26:17 go version go1.15.5 linux/arm64 [Pipeline] } 01:26:17 $ docker stop --time=1 3a3baf689960a3af106e44777e0bdc33489cefc2082e64f880070051feebef0b 01:26:18 ---> 46af3d55ee58 01:26:18 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:26:19 $ docker rm -f 3a3baf689960a3af106e44777e0bdc33489cefc2082e64f880070051feebef0b 01:26:19 ---> Running in 6adb18a888b6 01:26:19 ---> dff4e526de02 01:26:19 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:26:19 ---> b7ea00695b31 01:26:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 01:26:19 Removing intermediate container 6adb18a888b6 01:26:19 ---> 7cc6081cde0d 01:26:19 Step 24/24 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:26:20 ---> Running in 18d2c6d2be77 01:26:20 ---> 8d6c01ff2d78 01:26:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:26:20 + docker inspect -f . ci-base-image-arm64 01:26:20 . [Pipeline] withDockerContainer 01:26:20 prd-ubuntu18.04-docker-arm64-4c-16g-25144 does not seem to be running inside a container 01:26:20 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 01:26:21 ---> c9b10a6f7b0a 01:26:21 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:26:21 Removing intermediate container 18d2c6d2be77 01:26:21 ---> 95279d296709 01:26:21 01:26:22 $ docker top f83d0e8f68274392fcd805d3d0940c9017b8782bad15520b30353c3e83a78a7f -eo pid,comm [Pipeline] { [Pipeline] echo 01:26:22 ========================================================= 01:26:22 [edgeXBuildGoParallel] Running Tests and Build... 01:26:22 ========================================================= [Pipeline] sh 01:26:22 Successfully built 95279d296709 01:26:22 Successfully tagged docker-security-secretstore-setup-go:latest 01:26:22  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 01:26:22 ---> bba1414c0693 01:26:22 Step 19/26 : RUN apk --no-cache add py3-pip 01:26:23 ---> Running in 92611855cfd4 01:26:23 + make test 01:26:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 01:26:23 ---> 615bc7a018f9 01:26:23 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:26:27 ---> Running in e3f1df89c81c 01:26:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:29 Removing intermediate container e3f1df89c81c 01:26:29 ---> c87212ecfbf2 01:26:29 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:26:29 (1/33) Installing libbz2 (1.0.8-r1) 01:26:29 (2/33) Installing expat (2.2.9-r1) 01:26:29 (3/33) Installing libffi (3.3-r2) 01:26:29 (4/33) Installing gdbm (1.13-r1) 01:26:29 (5/33) Installing xz-libs (5.2.5-r0) 01:26:29 (6/33) Installing sqlite-libs (3.32.1-r0) 01:26:29 (7/33) Installing python3 (3.8.5-r0) 01:26:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:26:33 ---> 95adee4f3302 01:26:33 Step 3/23 : WORKDIR /edgex-go 01:26:33 ---> Using cache 01:26:33 ---> 433480c22076 01:26:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:33 ---> Using cache 01:26:33 ---> faa393656cd9 01:26:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:26:34 ---> 6b92ba8440e5 01:26:34 Step 26/31 : RUN chmod +x /entrypoint.sh 01:26:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:26:34 ---> 95adee4f3302 01:26:34 Step 3/23 : WORKDIR /edgex-go 01:26:34 ---> Using cache 01:26:34 ---> 433480c22076 01:26:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:34 ---> Using cache 01:26:34 ---> faa393656cd9 01:26:34 Step 5/23 : RUN apk add --update --no-cache make git 01:26:34 ---> Running in aef171bef3b2 01:26:35 ---> Running in 93859929e17a 01:26:35 (8/33) Installing py3-appdirs (1.4.4-r1) 01:26:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:26:35 (10/33) Installing py3-parsing (2.4.7-r0) 01:26:35 ---> Running in 289266f27c10 01:26:35 (11/33) Installing py3-six (1.15.0-r0) 01:26:35 (12/33) Installing py3-packaging (20.4-r0) 01:26:35 (13/33) Installing py3-setuptools (47.0.0-r0) 01:26:35 (14/33) Installing py3-chardet (3.0.4-r4) 01:26:35 (15/33) Installing py3-idna (2.9-r0) 01:26:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:26:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:26:35 (18/33) Installing py3-requests (2.23.0-r0) 01:26:35 (19/33) Installing py3-msgpack (1.0.0-r0) 01:26:35 (20/33) Installing py3-lockfile (0.12.2-r3) 01:26:35 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:26:35 (22/33) Installing py3-colorama (0.4.3-r0) 01:26:35 (23/33) Installing py3-distlib (0.3.0-r0) 01:26:36 (24/33) Installing py3-distro (1.5.0-r1) 01:26:36 (25/33) Installing py3-webencodings (0.5.1-r3) 01:26:36 (26/33) Installing py3-html5lib (1.0.1-r4) 01:26:36 (27/33) Installing py3-pytoml (0.1.21-r0) 01:26:36 (28/33) Installing py3-pep517 (0.8.2-r0) 01:26:36 (29/33) Installing py3-progress (1.5-r0) 01:26:36 (30/33) Installing py3-toml (0.10.1-r0) 01:26:37 (31/33) Installing py3-retrying (1.3.3-r0) 01:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:37 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:26:37 (33/33) Installing py3-pip (20.1.1-r0) 01:26:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:38 Executing busybox-1.31.1-r19.trigger 01:26:38 OK: 71 MiB in 55 packages 01:26:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:39 OK: 233 MiB in 51 packages 01:26:39 OK: 233 MiB in 51 packages 01:26:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:26:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:26:42 ---> 95adee4f3302 01:26:42 Step 3/21 : WORKDIR /edgex-go 01:26:42 ---> Using cache 01:26:42 ---> 433480c22076 01:26:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:26:42 ---> Using cache 01:26:42 ---> faa393656cd9 01:26:42 Step 5/21 : RUN apk add --update --no-cache make git 01:26:42 Removing intermediate container 289266f27c10 01:26:42 ---> 4118e7466462 01:26:42 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:26:43 ---> Running in e4e651ad859e 01:26:43 ---> Running in f238c34c5d51 01:26:45 Removing intermediate container aef171bef3b2 01:26:45 ---> 2bf34628f004 01:26:45 Step 6/23 : COPY go.mod . 01:26:45 Removing intermediate container 93859929e17a 01:26:45 ---> 039e7a7a24e7 01:26:45 Step 6/23 : COPY go.mod . 01:26:45 ? github.com/edgexfoundry/edgex-go [no test files] 01:26:45 Removing intermediate container e4e651ad859e 01:26:45 ---> dc9306accd03 01:26:45 Step 28/31 : CMD ["gate"] 01:26:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:26:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:26:47 OK: 233 MiB in 51 packages 01:26:48 ---> 9c40220fcee2 01:26:48 Step 7/23 : RUN go mod download 01:26:48 ---> 41404ecbaffc 01:26:48 Step 7/23 : RUN go mod download 01:26:48 ---> Running in e59f943760c7 01:26:48 ---> Running in a63397bc4ae1 01:26:48 ---> Running in e2e2e91b8014 01:26:49 Removing intermediate container e59f943760c7 01:26:49 ---> 7e4c2f9272ce 01:26:49 Step 29/31 : LABEL arch=x86_64 01:26:49 Removing intermediate container 92611855cfd4 01:26:49 ---> 24db23d6e39f 01:26:49 Step 20/26 : RUN pip install docker-compose==1.23.2 01:26:49 ---> Running in ba61ef36f4fd 01:26:49 ---> Running in 05512f8270f4 01:26:49 Removing intermediate container f238c34c5d51 01:26:49 ---> 2e595236fa24 01:26:49 Step 6/21 : COPY go.mod . 01:26:50 Removing intermediate container ba61ef36f4fd 01:26:50 ---> 0c2118fc91d5 01:26:50 Step 30/31 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:26:50 ---> 949383744da6 01:26:50 Step 7/21 : RUN go mod download 01:26:50 ---> Running in 91ec1e1bf162 01:26:50 ---> Running in d22fb41a967c 01:26:50 Removing intermediate container 91ec1e1bf162 01:26:50 ---> 2d9b8b6da9ef 01:26:50 Step 31/31 : LABEL version=0.0.0 01:26:50 ---> Running in 0514a8e8211b 01:26:51 Removing intermediate container 0514a8e8211b 01:26:51 ---> 18a9aacebbc0 01:26:51 01:26:51 Collecting docker-compose==1.23.2 01:26:51 Successfully built 18a9aacebbc0 01:26:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:26:51 Successfully tagged docker-security-bootstrapper-go:latest 01:26:51 Building docker-support-scheduler-go 01:26:51  Building docker-security-bootstrapper-go ... done Removing intermediate container e2e2e91b8014 01:26:51 ---> f2e14f35ddac 01:26:51 Step 8/23 : COPY . . 01:26:51 Collecting PyYAML<4,>=3.10 01:26:51 Downloading PyYAML-3.13.tar.gz (270 kB) 01:26:51 Removing intermediate container a63397bc4ae1 01:26:51 ---> d396e71a85ac 01:26:51 Step 8/23 : COPY . . 01:26:54 Removing intermediate container d22fb41a967c 01:26:54 ---> 9d0e8e1665e8 01:26:54 Step 8/21 : COPY . . 01:26:54 Collecting docker<4.0,>=3.6.0 01:26:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:26:56 Collecting jsonschema<3,>=2.5.1 01:26:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:26:58 Collecting dockerpty<0.5,>=0.4.1 01:26:58 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:27:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:27:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:27:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:27:02 Collecting websocket-client<1.0,>=0.32.0 01:27:02 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:27:04 Collecting texttable<0.10,>=0.9.0 01:27:04 Downloading texttable-0.9.1.tar.gz (11 kB) 01:27:05 Collecting cached-property<2,>=1.2.0 01:27:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:27:06 Collecting docopt<0.7,>=0.6.1 01:27:06 Downloading docopt-0.6.2.tar.gz (25 kB) 01:27:12 Collecting docker-pycreds>=0.4.0 01:27:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:27:13 Collecting idna<2.8,>=2.5 01:27:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:27:15 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:27:16 Collecting urllib3<1.25,>=1.21.1 01:27:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:27:16 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 01:27:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:27:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:27:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:27:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:27:17 Installing collected packages: PyYAML, docker-pycreds, websocket-client, idna, urllib3, requests, docker, jsonschema, dockerpty, texttable, cached-property, docopt, docker-compose 01:27:17 Running setup.py install for PyYAML: started 01:27:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:27:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:27:18 ---> 95adee4f3302 01:27:18 Step 3/22 : WORKDIR /edgex-go 01:27:18 ---> Using cache 01:27:18 ---> 433480c22076 01:27:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:27:18 ---> Using cache 01:27:18 ---> faa393656cd9 01:27:18 Step 5/22 : RUN apk add --update --no-cache make git 01:27:18 ---> Using cache 01:27:18 ---> 2e595236fa24 01:27:18 Step 6/22 : COPY go.mod . 01:27:18 ---> Using cache 01:27:18 ---> 949383744da6 01:27:18 Step 7/22 : RUN go mod download 01:27:18 ---> Using cache 01:27:18 ---> 9d0e8e1665e8 01:27:18 Step 8/22 : COPY . . 01:27:19 Running setup.py install for PyYAML: finished with status 'done' 01:27:23 Attempting uninstall: idna 01:27:23 Found existing installation: idna 2.9 01:27:23 Uninstalling idna-2.9: 01:27:23 Successfully uninstalled idna-2.9 01:27:26 Attempting uninstall: urllib3 01:27:26 Found existing installation: urllib3 1.25.9 01:27:26 Uninstalling urllib3-1.25.9: 01:27:27 Successfully uninstalled urllib3-1.25.9 01:27:29 Attempting uninstall: requests 01:27:29 Found existing installation: requests 2.23.0 01:27:29 Uninstalling requests-2.23.0: 01:27:29 Successfully uninstalled requests-2.23.0 01:27:31 ---> 6e54f9d0c864 01:27:31 Step 9/23 : RUN make cmd/core-command/core-command 01:27:31 Running setup.py install for dockerpty: started 01:27:31 ---> ef7381ba876f 01:27:31 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:27:32 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 01:27:32 Running setup.py install for dockerpty: finished with status 'done' 01:27:32 Running setup.py install for texttable: started 01:27:32 ---> Running in 39932f4a27f0 01:27:32 Running setup.py install for texttable: finished with status 'done' 01:27:32 ---> Running in 728414158a1d 01:27:32 Running setup.py install for docopt: started 01:27:33 ---> b990768ac7de 01:27:33 Step 9/23 : RUN make cmd/core-data/core-data 01:27:33 ---> Running in fcdff7ebb242 01:27:33 Running setup.py install for docopt: finished with status 'done' 01:27:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:27:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:27:36 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:27:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:27:43 ---> b5a52dd1d019 01:27:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:27:43 Removing intermediate container 05512f8270f4 01:27:43 ---> 2ee6332b594c 01:27:43 Step 21/26 : RUN apk --no-cache add curl 01:27:43 ---> Running in 80bf1500d128 01:27:43 ---> Running in 532575daf2d4 01:27:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:27:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:27:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:27:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:27:45 (2/3) Installing libcurl (7.69.1-r3) 01:27:45 (3/3) Installing curl (7.69.1-r3) 01:27:45 Executing busybox-1.31.1-r19.trigger 01:27:45 OK: 72 MiB in 58 packages 01:27:46 Removing intermediate container 532575daf2d4 01:27:46 ---> 1b557218b309 01:27:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:27:46 ---> Running in 329b2b4f6265 01:27:48 Removing intermediate container 329b2b4f6265 01:27:48 ---> 63effc748577 01:27:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:27:49 ---> Running in b1c85c3b92da 01:27:49 Removing intermediate container b1c85c3b92da 01:27:49 ---> 38e144d4fe03 01:27:49 Step 24/26 : LABEL arch=x86_64 01:27:50 ---> Running in fb281ab695f7 01:27:51 Removing intermediate container fb281ab695f7 01:27:51 ---> 74a45c325dcd 01:27:51 Step 25/26 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:27:51 ---> Running in 2c55b10126a9 01:27:51 Removing intermediate container 2c55b10126a9 01:27:51 ---> 5d1b42b71446 01:27:51 Step 26/26 : LABEL version=0.0.0 01:27:51 ---> Running in a38fc86084d4 01:27:51 Removing intermediate container a38fc86084d4 01:27:51 ---> 8b0c3e40f555 01:27:51 01:27:52 Successfully built 8b0c3e40f555 01:27:52 Successfully tagged docker-sys-mgmt-agent-go:latest 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 01:27:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 01:27:57  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:27:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 01:27:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 01:27:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 01:28:07 Removing intermediate container 39932f4a27f0 01:28:07 ---> 246820e94d73 01:28:07 01:28:07 Step 10/23 : FROM alpine:3.12 01:28:07 ---> 389fef711851 01:28:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:28:07 ---> Using cache 01:28:07 ---> d628f7e2daca 01:28:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:28:07 ---> Using cache 01:28:07 ---> e6dbbcb00be1 01:28:07 Step 13/23 : ENV APP_PORT=48082 01:28:07 Removing intermediate container 728414158a1d 01:28:07 ---> 55e2dd1f2335 01:28:07 01:28:07 Step 10/21 : FROM alpine:3.12 01:28:07 ---> 389fef711851 01:28:07 Step 11/21 : RUN apk add --update --no-cache curl 01:28:07 ---> Running in 974a44dbef3e 01:28:07 ---> Running in a776211053ae 01:28:07 Removing intermediate container 974a44dbef3e 01:28:07 ---> 977f7a4d74aa 01:28:07 Step 14/23 : EXPOSE $APP_PORT 01:28:07 ---> Running in 290a78fd222c 01:28:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:07 Removing intermediate container 290a78fd222c 01:28:07 ---> 642ef0c5e77e 01:28:07 Step 15/23 : WORKDIR / 01:28:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:07 (1/4) Installing ca-certificates (20191127-r4) 01:28:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:28:07 (3/4) Installing libcurl (7.69.1-r3) 01:28:07 (4/4) Installing curl (7.69.1-r3) 01:28:07 Executing busybox-1.31.1-r19.trigger 01:28:07 ---> Running in 661de7306c7d 01:28:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.453s coverage: 45.6% of statements 01:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 01:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 01:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 01:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 01:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 01:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 01:28:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 01:28:07 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.199s coverage: 100.0% of statements 01:28:08 Executing ca-certificates-20191127-r4.trigger 01:28:08 OK: 7 MiB in 18 packages 01:28:11 Removing intermediate container 661de7306c7d 01:28:11 ---> 64f603185855 01:28:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:11 Removing intermediate container fcdff7ebb242 01:28:11 ---> 6f9cc55b118e 01:28:11 01:28:11 Step 10/23 : FROM alpine:3.12 01:28:11 ---> 389fef711851 01:28:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:28:11 ---> Running in eb7210b605c4 01:28:13 ---> f176a6765f5b 01:28:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:28:13 Removing intermediate container a776211053ae 01:28:13 ---> deb6c376a67b 01:28:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:28:13 Removing intermediate container eb7210b605c4 01:28:13 ---> fdb12a0ba372 01:28:13 Step 12/23 : ENV APP_PORT=48080 01:28:13 ---> Running in 3cd7a70fca18 01:28:13 Removing intermediate container 80bf1500d128 01:28:13 ---> cd633e0e3367 01:28:13 01:28:13 Step 10/22 : FROM alpine:3.12 01:28:13 ---> 389fef711851 01:28:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:28:13 ---> Using cache 01:28:13 ---> d628f7e2daca 01:28:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:28:13 ---> Using cache 01:28:13 ---> e6dbbcb00be1 01:28:13 Step 13/22 : ENV APP_PORT=48085 01:28:13 ---> Running in 47b49fd0e36e 01:28:13 ---> Running in 5758d6c79f24 01:28:13 Removing intermediate container 3cd7a70fca18 01:28:13 ---> ce08d8ae6a0e 01:28:13 Step 13/21 : WORKDIR /edgex 01:28:14 ---> accddd686303 01:28:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:28:14 ---> Running in 931f496dcc9d 01:28:14 Removing intermediate container 47b49fd0e36e 01:28:14 ---> 73fbbef70ab2 01:28:14 Step 13/23 : EXPOSE $APP_PORT 01:28:14 Removing intermediate container 5758d6c79f24 01:28:14 ---> e0f87d896f45 01:28:14 Step 14/22 : EXPOSE $APP_PORT 01:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 01:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 01:28:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 01:28:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 01:28:14 ---> Running in 03f0fdcbeb2e 01:28:14 ---> Running in 1d4f180d80f2 01:28:14 Removing intermediate container 931f496dcc9d 01:28:14 ---> 7d9bacd87feb 01:28:14 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:28:14 ---> d415fe4eea0e 01:28:14 Step 19/23 : ENTRYPOINT ["/core-command"] 01:28:14 Removing intermediate container 03f0fdcbeb2e 01:28:14 ---> 8e2757a43fbc 01:28:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:28:14 ---> Running in b264e81803bd 01:28:14 Removing intermediate container 1d4f180d80f2 01:28:14 ---> 836f54a5f198 01:28:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:14 ---> 64b677b6fc74 01:28:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:28:15 ---> Running in 4515490b8861 01:28:15 Removing intermediate container b264e81803bd 01:28:15 ---> 71d7abc94d77 01:28:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:28:15 ---> Running in be6c5a1be69f 01:28:15 ---> ebade9e20f7a 01:28:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:28:15 ---> bcaacad0a88a 01:28:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:28:15 Removing intermediate container be6c5a1be69f 01:28:15 ---> 1dcf90d6fae7 01:28:15 Step 21/23 : LABEL arch=x86_64 01:28:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 65.8% of statements 01:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 01:28:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 01:28:16 ---> Running in e1765615558c 01:28:16 ---> 4ea72807b0e3 01:28:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:28:16 ---> 2d667cc04882 01:28:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:28:17 ---> Running in e0d6c235215b 01:28:17 Removing intermediate container e1765615558c 01:28:17 ---> a39b78ab11db 01:28:17 Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:28:17 ---> 9a6ccbc3166f 01:28:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:28:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.689s coverage: 82.3% of statements 01:28:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 01:28:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 01:28:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 01:28:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 01:28:17 ---> Running in 6074cc95753d 01:28:17 ---> Running in 5cd6753f0c39 01:28:17 Removing intermediate container e0d6c235215b 01:28:17 ---> 3d0e9e7e463b 01:28:17 Step 18/21 : CMD ["--init=true"] 01:28:17 Removing intermediate container 4515490b8861 01:28:17 ---> 261c694c25fd 01:28:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:28:17 ---> Running in a4f42fa28157 01:28:17 ---> Running in 1c1eddda8b06 01:28:17 Removing intermediate container 6074cc95753d 01:28:17 ---> adef08357a32 01:28:17 Step 23/23 : LABEL version=0.0.0 01:28:17 Removing intermediate container 5cd6753f0c39 01:28:17 ---> 2b308fc75b0b 01:28:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:28:17 ---> Running in 1f3bd1d0314f 01:28:17 ---> Running in 29ba8e6daafe 01:28:17 Removing intermediate container a4f42fa28157 01:28:17 ---> 69837f73c2df 01:28:17 Step 19/21 : LABEL arch=x86_64 01:28:18 ---> Running in bd5a538fd260 01:28:18 Removing intermediate container 1f3bd1d0314f 01:28:18 ---> b8f210f30564 01:28:18 01:28:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:28:19 Removing intermediate container 29ba8e6daafe 01:28:19 ---> a32e4937f2ee 01:28:19 Step 20/22 : LABEL arch=x86_64 01:28:19 Successfully built b8f210f30564 01:28:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:28:19 Successfully tagged docker-core-command-go:latest 01:28:19  Building docker-core-command-go ... done Removing intermediate container bd5a538fd260 01:28:19 ---> c7a258ed7092 01:28:19 Step 20/21 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:28:19 ---> Running in ce45d6e8c146 01:28:19 ---> Running in 7cb63ca06fde 01:28:19 Removing intermediate container ce45d6e8c146 01:28:19 ---> cc65b5a34d47 01:28:19 Step 21/22 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:28:19 ---> Running in 378d51297522 01:28:19 Removing intermediate container 7cb63ca06fde 01:28:19 ---> d6dce3767014 01:28:19 Step 21/21 : LABEL version=0.0.0 01:28:19 ---> Running in b1ce381891ae 01:28:19 Removing intermediate container 378d51297522 01:28:19 ---> 34a0d1097701 01:28:19 Step 22/22 : LABEL version=0.0.0 01:28:19 ---> Running in 4bc8d848d23d 01:28:19 (1/6) Installing dumb-init (1.2.2-r1) 01:28:19 Removing intermediate container b1ce381891ae 01:28:19 ---> 3536db7b5426 01:28:19 01:28:19 (2/6) Installing libgcc (9.3.0-r2) 01:28:19 (3/6) Installing libsodium (1.0.18-r0) 01:28:19 Successfully built 3536db7b5426 01:28:19 Successfully tagged docker-security-proxy-setup-go:latest 01:28:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 4bc8d848d23d 01:28:19 ---> a199bdfa45ef 01:28:19 01:28:19 (4/6) Installing libstdc++ (9.3.0-r2) 01:28:19 Successfully built a199bdfa45ef 01:28:20 Successfully tagged docker-support-scheduler-go:latest 01:28:20  Building docker-support-scheduler-go ... done (5/6) Installing libzmq (4.3.3-r0) 01:28:20 (6/6) Installing zeromq (4.3.3-r0) 01:28:20 Executing busybox-1.31.1-r19.trigger 01:28:20 OK: 8 MiB in 20 packages 01:28:20 Removing intermediate container 1c1eddda8b06 01:28:20 ---> c269db683dd6 01:28:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:28:20 ---> cfa3e7202d2f 01:28:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:28:21 ---> bc29cff0b009 01:28:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:28:21 ---> bdeaf5dc3886 01:28:21 Step 19/23 : ENTRYPOINT ["/core-data"] 01:28:21 ---> Running in ec9335010642 01:28:22 Removing intermediate container ec9335010642 01:28:22 ---> 4d5622d1be34 01:28:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:28:22 ---> Running in 520f37feea75 01:28:22 Removing intermediate container 520f37feea75 01:28:22 ---> a20698b1bb0e 01:28:22 Step 21/23 : LABEL arch=x86_64 01:28:22 ---> Running in 696da1e81ec1 01:28:22 Removing intermediate container 696da1e81ec1 01:28:22 ---> a80dccb016af 01:28:22 Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:28:22 ---> Running in 470c0c61784c 01:28:22 Removing intermediate container 470c0c61784c 01:28:22 ---> 71500c831ca2 01:28:22 Step 23/23 : LABEL version=0.0.0 01:28:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.336s coverage: 28.6% of statements 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 01:28:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 01:28:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 01:28:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 01:28:22 ---> Running in 95221a4fd250 01:28:22 Removing intermediate container 95221a4fd250 01:28:22 ---> f25d1d524b86 01:28:22 01:28:23 Successfully built f25d1d524b86 01:28:23 Successfully tagged docker-core-data-go:latest 01:28:23  Building docker-core-data-go ... done  [Pipeline] } 01:28:23 $ docker stop --time=1 d487405dc1d70ee37b8757770b6e5492895ea832d731de60c219d65ec22af80d 01:28:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.337s coverage: 86.7% of statements 01:28:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 01:28:25 $ docker rm -f d487405dc1d70ee37b8757770b6e5492895ea832d731de60c219d65ec22af80d [Pipeline] // withDockerContainer [Pipeline] sh 01:28:25 + docker images 01:28:25 + grep docker 01:28:26 docker-core-data-go latest f25d1d524b86 3 seconds ago 22.3MB 01:28:26 docker-support-scheduler-go latest a199bdfa45ef 6 seconds ago 17MB 01:28:26 docker-security-proxy-setup-go latest 3536db7b5426 6 seconds ago 24.4MB 01:28:26 docker-core-command-go latest b8f210f30564 8 seconds ago 16.9MB 01:28:26 docker-sys-mgmt-agent-go latest 8b0c3e40f555 34 seconds ago 313MB 01:28:26 docker-security-bootstrapper-go latest 18a9aacebbc0 About a minute ago 23.8MB 01:28:26 docker-security-secretstore-setup-go latest 95279d296709 2 minutes ago 24.6MB 01:28:26 docker-support-notifications-go latest 470033c06e71 2 minutes ago 17.6MB 01:28:26 docker-core-metadata-go latest 5414484dc76e 2 minutes ago 18.8MB 01:28:26 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } 01:28:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements 01:28:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 01:28:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements 01:28:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 01:28:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 01:28:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 01:28:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [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 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.602s coverage: 92.8% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.249s coverage: 0.1% of statements 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 01:28:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 45.5% of statements 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.090s coverage: 79.5% of statements 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.062s coverage: 94.1% of statements 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 01:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 01:28:41 Still waiting to schedule task 01:28:41 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:28:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements 01:28:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.148s coverage: 92.9% of statements 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.099s coverage: 75.5% of statements 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.2% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.4% of statements 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.618s coverage: 63.5% of statements 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 01:29:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 01:29:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 01:29:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.941s coverage: 68.9% of statements 01:29:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 01:29:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 01:29:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 01:29:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 01:29:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 01:29:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 37.0% of statements 01:29:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 01:29:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 01:29:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.865s coverage: 84.0% of statements 01:29:08 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.100s coverage: 100.0% of statements 01:29:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 01:29:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 01:29:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 01:29:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.242s coverage: 87.0% of statements 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 01:29:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 01:29:26 Running on prd-ubuntu18.04-docker-8c-8g-25149 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 01:29:26 Running in /w/workspace/edgex-go/13 [Pipeline] { 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.156s coverage: 29.1% of statements 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.183s coverage: 100.0% of statements 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 01:29:26 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 01:29:26 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 01:29:26 GO111MODULE=on go vet ./... [Pipeline] checkout 01:29:28 using credential edgex-jenkins-ssh 01:29:28 Cloning the remote Git repository 01:29:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:29:29 > git init /w/workspace/edgex-go/13 # timeout=10 01:29:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:29:29 > git --version # timeout=10 01:29:29 > git --version # 'git version 2.17.1' 01:29:29 using GIT_SSH to set credentials SSH Credentials for GitHub 01:29:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:29:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:29:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:29:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:29:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:29:35 using GIT_SSH to set credentials SSH Credentials for GitHub 01:29:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:29:35 Merging remotes/origin/master commit 97c9be662ca07851310f194347921b3ddadc13fb into PR head commit e8083b633316085ae65a12fce58fe8483c90e2a2 01:29:35 Merge succeeded, producing e8083b633316085ae65a12fce58fe8483c90e2a2 01:29:35 Checking out Revision e8083b633316085ae65a12fce58fe8483c90e2a2 (PR-3109) 01:29:35 > git config core.sparsecheckout # timeout=10 01:29:35 > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 01:29:35 > git remote # timeout=10 01:29:35 > git config --get remote.origin.url # timeout=10 01:29:35 using GIT_SSH to set credentials SSH Credentials for GitHub 01:29:35 > git merge 97c9be662ca07851310f194347921b3ddadc13fb # timeout=10 01:29:35 > git rev-parse HEAD^{commit} # timeout=10 01:29:35 > git config core.sparsecheckout # timeout=10 01:29:35 > git checkout -f e8083b633316085ae65a12fce58fe8483c90e2a2 # timeout=10 01:29:39 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:29:40 + echo snap-build.sh 01:29:40 snap-build.sh 01:29:40 + SNAP_BASE_DIR=. 01:29:40 + '[' '!' -z /w/workspace/edgex-go/13 ']' 01:29:40 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 01:29:40 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 01:29:40 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 01:29:40 + cd /w/workspace/edgex-go/13 01:29:40 + sudo apt-get remove -qy --purge lxd lxd-client 01:29:40 Reading package lists... 01:29:40 Building dependency tree... 01:29:40 Reading state information... 01:29:40 The following packages were automatically installed and are no longer required: 01:29:40 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:29:40 uidmap xdelta3 01:29:40 Use 'sudo apt autoremove' to remove them. 01:29:40 The following packages will be REMOVED: 01:29:40 lxd* lxd-client* 01:29:40 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:29:40 After this operation, 31.7 MB disk space will be freed. 01:29:41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 01:29:41 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:29:42 Removing lxd dnsmasq configuration 01:29:42 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:29:42 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:29:43 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:29:43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 01:29:43 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:29:45 Processing triggers for systemd (237-3ubuntu10.42) ... 01:29:45 Processing triggers for ureadahead (0.100.0-21) ... 01:29:46 + sudo snap remove --purge lxd 01:29:46 snap "lxd" is not installed 01:29:46 + sudo groupadd --force --system lxd 01:29:46 ++ whoami 01:29:46 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:29:46 + newgrp - lxd 01:29:46 + sudo snap install lxd 01:29:56 2021-02-05T01:29:53Z INFO Waiting for automatic snapd restart... 01:30:11 lxd 4.10 from Canonical* installed 01:30:11 + sudo lxd init --auto 01:30:19 + sudo snap install --classic snapcraft 01:30:27 snapcraft 4.4.4 from Canonical* installed 01:30:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:30:27 + patch --verbose -p1 01:30:27 Hmm... Looks like a unified diff to me... 01:30:27 The text leading up to this was: 01:30:27 -------------------------- 01:30:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:30:27 |From: Tony Espy 01:30:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 01:30:27 |Subject: [PATCH] optimize snap build for pipeline CI check 01:30:27 | 01:30:27 |This patch is used by the EdgeX CI pipeline builds to 01:30:27 |optimize the snap CI check run for pull requests. When 01:30:27 |applied, it essentially strips out everything (apps and 01:30:27 |parts) from the snapcraft.yaml file except those required 01:30:27 |to build edgex-go, as the whole idea of the CI check is to 01:30:27 |catch changes to edgex-go that break the snap build. 01:30:27 | 01:30:27 |In general, anyone updating snapcraft.yaml will also need 01:30:27 |to update this patch file, otherwise it may fail to apply, 01:30:27 |resulting in a failed snap build CI check in the associated 01:30:27 |pull request. 01:30:27 | 01:30:27 |Note - in addition to applying this patch, the pipeline also 01:30:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:30:27 |need to build the finally binary .snap file (and it won't 01:30:27 |work with the patch applied). This further reduces the build 01:30:27 |time. 01:30:27 |--- 01:30:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 01:30:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 01:30:27 | 01:30:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:30:27 |index 1e537489..faf42425 100644 01:30:27 |--- a/snap/snapcraft.yaml 01:30:27 |+++ b/snap/snapcraft.yaml 01:30:27 -------------------------- 01:30:27 patching file snap/snapcraft.yaml 01:30:27 Using Plan A... 01:30:27 Hunk #1 succeeded at 73. 01:30:27 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 01:30:27 Hunk #3 succeeded at 214 (offset -1 lines). 01:30:27 Hunk #4 succeeded at 222 (offset -1 lines). 01:30:27 Hunk #5 succeeded at 229 (offset -1 lines). 01:30:27 Hunk #6 succeeded at 256 (offset -1 lines). 01:30:27 Hunk #7 succeeded at 290 (offset -1 lines). 01:30:27 Hunk #8 succeeded at 342. 01:30:27 Hmm... Ignoring the trailing garbage. 01:30:27 done 01:30:27 + sudo snapcraft prime --use-lxd 01:30:28 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:30:28 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 01:30:28 - README.md 01:30:28 - snapcraft.yaml.orig 01:30:28 01:30:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:30:28 Launching a container. 01:30:41 Waiting for container to be ready 01:30:41 To start your first instance, try: lxc launch ubuntu:18.04 01:30:41 01:30:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:30:43 Waiting for network to be ready... 01:30:43 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:30:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:30:44 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:30:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 01:30:44 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:30:44 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:30:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 01:30:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:30:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:30:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 01:30:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 01:30:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 01:30:44 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:30:44 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:30:44 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:30:44 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:30:44 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:30:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:30:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:30:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 01:30:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 01:30:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:30:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:30:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 01:30:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 01:30:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 01:30:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 01:30:48 Fetched 23.9 MB in 4s (5502 kB/s) 01:30:48 gofmt -l . 01:30:48 [ "`gofmt -l .`" = "" ] 01:30:48 ./bin/test-go-mod-tidy.sh 01:30:48 Reading package lists... 01:30:48 Reading package lists... 01:30:48 ./bin/test-attribution-txt.sh 01:30:49 Building dependency tree... 01:30:49 Reading state information... 01:30:49 The following additional packages will be installed: 01:30:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:30:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:30:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:30:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:30:49 Suggested packages: 01:30:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:30:49 Recommended packages: 01:30:49 gnupg libsasl2-modules 01:30:49 The following NEW packages will be installed: 01:30:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:30:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:30:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:30:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:30:49 The following packages will be upgraded: 01:30:49 gpg gpg-agent gpgconf libudev1 01:30:49 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 01:30:49 Need to get 3533 kB of archives. 01:30:49 After this operation, 13.3 MB of additional disk space will be used. 01:30:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 01:30:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 01:30:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 01:30: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] 01:30: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] 01:30:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 01:30: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] 01:30:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 01:30:49 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:30:49 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:30:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:30:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:30:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:30:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:30:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:30:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:30:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:30:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:30:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:30:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:30:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:30:50 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [Pipeline] sh 01:30:50 debconf: delaying package configuration, since apt-utils is not installed 01:30:50 Fetched 3533 kB in 1s (3496 kB/s) 01:30:50 (Reading database ... 12511 files and directories currently installed.) 01:30:50 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:30:50 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:30:50 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:30:50 Selecting previously unselected package udev. 01:30:50 (Reading database ... 12511 files and directories currently installed.) 01:30:50 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:30:50 Unpacking udev (237-3ubuntu10.44) ... 01:30:50 Selecting previously unselected package libfuse2:amd64. 01:30:50 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:30:50 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:30:50 Selecting previously unselected package fuse. 01:30:50 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:30:50 Unpacking fuse (2.9.7-1ubuntu1) ... 01:30:50 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 01:30:50 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:30:50 + ls -al . 01:30:50 total 716 01:30:50 drwxrwxr-x 9 1001 1001 4096 Feb 5 01:30 . 01:30:50 drwxr-xr-x 4 root root 4096 Feb 5 01:26 .. 01:30:50 -rw-rw-r-- 1 1001 1001 11 Feb 5 01:24 .dockerignore 01:30:50 drwxrwxr-x 8 1001 1001 4096 Feb 5 01:24 .git 01:30:50 drwxrwxr-x 3 1001 1001 4096 Feb 5 01:24 .github 01:30:50 -rw-rw-r-- 1 1001 1001 872 Feb 5 01:24 .gitignore 01:30:50 -rw-rw-r-- 1 1001 1001 166 Feb 5 01:24 .sonarcloud.properties 01:30:50 -rw-rw-r-- 1 1001 1001 7859 Feb 5 01:24 Attribution.txt 01:30:50 -rw-rw-r-- 1 1001 1001 3804 Feb 5 01:24 CONTRIBUTING.md 01:30:50 -rw-rw-r-- 1 1001 1001 931 Feb 5 01:24 Dockerfile.build 01:30:50 -rw-rw-r-- 1 1001 1001 863 Feb 5 01:24 Jenkinsfile 01:30:50 -rw-rw-r-- 1 1001 1001 10775 Feb 5 01:24 LICENSE 01:30:50 -rw-rw-r-- 1 1001 1001 6001 Feb 5 01:24 Makefile 01:30:50 -rw-rw-r-- 1 1001 1001 6524 Feb 5 01:24 README.md 01:30:50 -rw-rw-r-- 1 1001 1001 6755 Feb 5 01:24 SECURITY.md 01:30:50 -rw-rw-r-- 1 1001 1001 5 Feb 5 01:20 VERSION 01:30:50 -rw-rw-r-- 1 1001 1001 4131 Feb 5 01:24 ZMQWindows.md 01:30:50 drwxrwxr-x 2 1001 1001 4096 Feb 5 01:24 bin 01:30:50 drwxrwxr-x 15 1001 1001 4096 Feb 5 01:24 cmd 01:30:50 -rw-r--r-- 1 root root 583623 Feb 5 01:29 coverage.out 01:30:50 -rw-r--r-- 1 root root 1054 Feb 5 01:30 go.mod 01:30:50 -rw-r--r-- 1 root root 19518 Feb 5 01:30 go.sum 01:30:50 drwxrwxr-x 8 1001 1001 4096 Feb 5 01:24 internal 01:30:50 drwxrwxr-x 4 1001 1001 4096 Feb 5 01:24 openapi 01:30:50 drwxrwxr-x 4 1001 1001 4096 Feb 5 01:24 snap 01:30:50 -rw-rw-r-- 1 1001 1001 168 Feb 5 01:24 version.go [Pipeline] sh 01:30:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 01:30:51 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:30:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 01:30:51 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:30:51 Selecting previously unselected package libksba8:amd64. 01:30:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:30:51 Unpacking libksba8:amd64 (1.3.5-2) ... 01:30:51 Selecting previously unselected package libroken18-heimdal:amd64. 01:30:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:51 + '[' -e coverage.out ] 01:30:51 + chown 1001:1001 coverage.out [Pipeline] stash 01:30:51 Warning: overwriting stash ‘coverage-report’ 01:30:51 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:30:51 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:51 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:51 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:30:51 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:51 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:51 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:30:51 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:51 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:51 Selecting previously unselected package libwind0-heimdal:amd64. 01:30:51 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:51 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:51 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:30:51 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:51 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:30:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:30:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:52 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:30:52 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:30:52 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:52 Selecting previously unselected package libsasl2-modules-db:amd64. 01:30:52 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:30:52 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:30:52 Selecting previously unselected package libsasl2-2:amd64. 01:30:52 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:30:52 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:30:52 Selecting previously unselected package libldap-common. 01:30:52 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 01:30:52 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:30:52 Selecting previously unselected package libldap-2.4-2:amd64. 01:30:52 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 01:30:52 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:30:52 Selecting previously unselected package dirmngr. 01:30:52 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 01:30:52 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 01:30:52 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 01:30:52 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 01:30:52 Stashed 1 file(s) [Pipeline] sh 01:30:52 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:30:52 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:30:52 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:30:52 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 01:30:52 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:52 Setting up libksba8:amd64 (1.3.5-2) ... 01:30:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:30:52 Setting up udev (237-3ubuntu10.44) ... 01:30:53 invoke-rc.d: policy-rc.d denied execution of start. 01:30:53 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:53 Processing triggers for systemd (237-3ubuntu10) ... 01:30:53 Setting up fuse (2.9.7-1ubuntu1) ... 01:30:53 Setting up gpg (2.2.4-1ubuntu1.3) ... 01:30:53 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:53 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:53 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:53 + make build 01:30:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:30:53 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:53 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:53 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:53 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:30:53 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 01:30:53 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 01:30:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:30:54 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:30:54 settings in the [Install] section, and DefaultInstance for template units). 01:30:54 This means they are not meant to be enabled using systemctl. 01:30:54 Possible reasons for having this kind of units are: 01:30:54 1) A unit may be statically enabled by being symlinked from another unit's 01:30:54 .wants/ or .requires/ directory. 01:30:54 2) A unit's purpose may be to act as a helper for some other unit which has 01:30:54 a requirement dependency on it. 01:30:54 3) A unit may be started when needed via activation (socket, path, timer, 01:30:54 D-Bus, udev, scripted systemctl call, ...). 01:30:54 4) In case of template units, the unit is meant to be enabled with some 01:30:54 instance name specified. 01:30:54 Reading package lists... 01:30:54 Building dependency tree... 01:30:54 Reading state information... 01:30:54 The following additional packages will be installed: 01:30:54 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:30:54 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:30:54 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:30:54 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:30:54 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:30:54 Suggested packages: 01:30:54 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:30:54 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:30:54 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:30:54 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:30:54 systemd-container policykit-1 01:30:54 Recommended packages: 01:30:54 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:30:54 The following NEW packages will be installed: 01:30:54 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:30:54 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:30:54 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:30:54 multiarch-support openssh-client python3 python3-minimal python3.6 01:30:54 python3.6-minimal snapd squashfs-tools sudo 01:30:54 The following packages will be upgraded: 01:30:54 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:30:54 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 01:30:54 Need to get 35.2 MB of archives. 01:30:54 After this operation, 141 MB of additional disk space will be used. 01:30:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:30:54 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:30:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:30:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 01:30:55 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:30:55 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:30:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:30:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:30:55 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:30:55 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:30:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:30:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:30:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:30:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 01:30:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:30:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 01:30:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 01:30:55 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:30:55 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:30:56 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 01:30:56 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:30:56 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:30:56 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:30:56 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:30:56 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:30:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 01:30:56 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:30:56 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:30:56 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 01:30:56 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:30:57 debconf: delaying package configuration, since apt-utils is not installed 01:30:57 Fetched 35.2 MB in 2s (15.6 MB/s) 01:30:57 (Reading database ... 12757 files and directories currently installed.) 01:30:57 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:30:57 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:30:57 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:30:57 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:30:57 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:30:58 (Reading database ... 12757 files and directories currently installed.) 01:30:58 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:30:58 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:30:58 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:30:58 (Reading database ... 12757 files and directories currently installed.) 01:30:58 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:30:58 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:30:58 Setting up apt (1.6.12ubuntu0.2) ... 01:30:58 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:30:59 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:30:59 (Reading database ... 12764 files and directories currently installed.) 01:30:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:30:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:30:59 Selecting previously unselected package libpython3.6-minimal:amd64. 01:30:59 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:30:59 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:30:59 Selecting previously unselected package libexpat1:amd64. 01:30:59 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:30:59 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:30:59 Selecting previously unselected package python3.6-minimal. 01:30:59 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:30:59 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:31:00 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 01:31:00 Checking for services that may need to be restarted...done. 01:31:00 Checking for services that may need to be restarted...done. 01:31:00 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:31:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:31:00 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 01:31:00 Selecting previously unselected package python3-minimal. 01:31:00 (Reading database ... 13012 files and directories currently installed.) 01:31:00 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:31:00 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:31:00 Selecting previously unselected package mime-support. 01:31:00 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:31:00 Unpacking mime-support (3.60ubuntu1) ... 01:31:01 Selecting previously unselected package libmpdec2:amd64. 01:31:01 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:31:01 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:31:01 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:31:01 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:31:01 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:31:01 Selecting previously unselected package python3.6. 01:31:01 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 01:31:01 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:31:01 Selecting previously unselected package libpython3-stdlib:amd64. 01:31:01 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:31:01 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:31:01 Setting up python3-minimal (3.6.7-1~18.04) ... 01:31:01 Selecting previously unselected package python3. 01:31:01 (Reading database ... 13442 files and directories currently installed.) 01:31:01 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:31:01 Unpacking python3 (3.6.7-1~18.04) ... 01:31:01 Selecting previously unselected package multiarch-support. 01:31:01 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:31:01 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:31:01 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:31:02 Selecting previously unselected package liblzo2-2:amd64. 01:31:02 (Reading database ... 13479 files and directories currently installed.) 01:31:02 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:31:02 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:31:02 Selecting previously unselected package libbsd0:amd64. 01:31:02 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:31:02 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:31:02 Selecting previously unselected package sudo. 01:31:02 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:31:02 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:31:02 Selecting previously unselected package apparmor. 01:31:02 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:31:02 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:31:02 Selecting previously unselected package libedit2:amd64. 01:31:02 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:31:02 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:31:02 Selecting previously unselected package libkrb5support0:amd64. 01:31:02 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:31:02 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:31:02 Selecting previously unselected package libk5crypto3:amd64. 01:31:02 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:31:02 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:31:02 Selecting previously unselected package libkeyutils1:amd64. 01:31:02 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:31:02 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:31:02 Selecting previously unselected package libkrb5-3:amd64. 01:31:02 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:31:02 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:31:02 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:31:02 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:31:02 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:31:03 Selecting previously unselected package libssl1.0.0:amd64. 01:31:03 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 01:31:03 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:31:03 Selecting previously unselected package openssh-client. 01:31:03 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:31:03 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:31:03 Selecting previously unselected package squashfs-tools. 01:31:03 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:31:03 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:31:03 Selecting previously unselected package snapd. 01:31:03 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 01:31:03 Unpacking snapd (2.48+18.04) ... 01:31:05 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:31:05 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 01:31:05 Setting up mime-support (3.60ubuntu1) ... 01:31:05 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:31:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:31:05 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:31:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:31:05 Setting up systemd (237-3ubuntu10.44) ... 01:31:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:31:06 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:31:06 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:31:06 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:31:06 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 01:31:06 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:31:06 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 01:31:07 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:31:07 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:31:07 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:31:07 Setting up python3 (3.6.7-1~18.04) ... 01:31:07 running python rtupdate hooks for python3.6... 01:31:07 running python post-rtupdate hooks for python3.6... 01:31:07 Setting up apparmor (2.12-4ubuntu5.1) ... 01:31:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:31:09 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:31:09 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:31:09 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:31:09 Setting up snapd (2.48+18.04) ... 01:31:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:31:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:31:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:31:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:31:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:31:10 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:31:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:31:10 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:31:10 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:31:11 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:31:11 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 01:31:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:31:11 Processing triggers for systemd (237-3ubuntu10.44) ... 01:31:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:31:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:31:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:31:13 Reading package lists... 01:31:13 Reading package lists... 01:31:13 Building dependency tree... 01:31:13 Reading state information... 01:31:13 Calculating upgrade... 01:31:14 The following packages will be upgraded: 01:31:14 advancecomp base-files bash binutils binutils-common 01:31:14 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:31:14 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:31:14 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 01:31:14 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 01:31:14 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:31:14 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:31:14 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 01:31:14 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 01:31:14 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 01:31:14 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 01:31:14 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 01:31:14 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 01:31:14 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 01:31:14 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 01:31:14 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:31:14 Need to get 63.8 MB of archives. 01:31:14 After this operation, 5188 kB of additional disk space will be used. 01:31:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 01:31:14 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:31:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:31:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:31:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:31:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:31:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:31:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:31:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:31:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:31:14 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:31:14 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:31:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:31:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:31:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:31:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:31:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:31:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:31:14 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:31:14 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:31:14 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:31:14 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:31:14 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:31:14 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:31:14 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:31:14 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:31:14 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:31:14 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:31:14 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:31:14 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:31:14 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:31:14 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:31:14 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:31:14 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:31:14 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:31:14 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 01:31:14 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 01:31:14 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:31:14 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:31:14 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:31:14 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 01:31:14 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 01:31:14 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:31:14 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:31:14 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:31:14 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 01:31:14 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:31:14 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:31:14 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 01:31:14 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 01:31:14 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 01:31:14 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 01:31:14 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:31:14 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:31:14 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:31:14 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:31:14 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:31:14 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:31:14 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:31:14 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:31:15 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:31:15 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:31:15 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:31:15 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:31:15 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:31:15 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:31:15 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:31:15 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:31:15 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:31:15 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:31:15 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:31:15 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:31:15 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:31:15 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:31:15 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:31:15 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:31:15 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:31:16 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:31:16 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:31:16 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:31:16 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:31:16 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:31:16 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:31:16 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:31:16 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:31:16 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:31:16 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:31:16 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:31:16 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:31:16 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:31:16 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:31:16 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:31:16 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:31:16 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:31:16 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:31:16 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:31:16 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:31:16 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:31:16 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:31:16 debconf: delaying package configuration, since apt-utils is not installed 01:31:16 Fetched 63.8 MB in 2s (27.5 MB/s) 01:31:16 (Reading database ... 13912 files and directories currently installed.) 01:31:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:31:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:31:17 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:31:17 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:31:17 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 01:31:17 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 01:31:18 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:18 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:18 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:18 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:18 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:18 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:18 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:18 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:18 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:18 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:19 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:19 (Reading database ... 13911 files and directories currently installed.) 01:31:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:19 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:31:19 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:31:19 (Reading database ... 13911 files and directories currently installed.) 01:31:19 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:19 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:19 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:19 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:19 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:31:19 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:31:19 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:20 (Reading database ... 13911 files and directories currently installed.) 01:31:20 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:31:20 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:31:20 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:31:20 (Reading database ... 13911 files and directories currently installed.) 01:31:20 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:31:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:31:20 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:31:20 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:31:21 Setting up base-files (10.1ubuntu2.10) ... 01:31:21 Installing new version of config file /etc/issue ... 01:31:21 Installing new version of config file /etc/issue.net ... 01:31:21 Installing new version of config file /etc/lsb-release ... 01:31:21 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:31:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:31:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:31:21 Removing obsolete conffile /etc/default/motd-news ... 01:31:21 (Reading database ... 13912 files and directories currently installed.) 01:31:21 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:31:22 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:31:22 Setting up bash (4.4.18-2ubuntu1.2) ... 01:31:22 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 01:31:22 (Reading database ... 13912 files and directories currently installed.) 01:31:22 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:22 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:31:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:31:22 (Reading database ... 13912 files and directories currently installed.) 01:31:22 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:31:22 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:31:22 Setting up tar (1.29b-2ubuntu0.2) ... 01:31:22 (Reading database ... 13912 files and directories currently installed.) 01:31:22 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:31:22 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:31:23 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:31:23 (Reading database ... 13912 files and directories currently installed.) 01:31:23 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:31:23 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:31:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:31:23 (Reading database ... 13912 files and directories currently installed.) 01:31:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:31:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:31:23 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:31:23 (Reading database ... 13912 files and directories currently installed.) 01:31:23 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:31:23 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:31:23 Setting up grep (3.1-2build1) ... 01:31:24 (Reading database ... 13912 files and directories currently installed.) 01:31:24 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:31:24 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:31:24 Setting up login (1:4.5-1ubuntu2) ... 01:31:24 (Reading database ... 13912 files and directories currently installed.) 01:31:24 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:31:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:31:24 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:31:24 (Reading database ... 13912 files and directories currently installed.) 01:31:24 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:31:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:31:25 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:31:25 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:31:25 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:31:25 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:31:25 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:31:26 (Reading database ... 13912 files and directories currently installed.) 01:31:26 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:31:26 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:31:27 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:31:27 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:31:27 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:31:27 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:31:27 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:31:27 (Reading database ... 13912 files and directories currently installed.) 01:31:27 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:31:27 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:31:27 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:31:27 (Reading database ... 13912 files and directories currently installed.) 01:31:27 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:27 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:31:28 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:31:28 (Reading database ... 13912 files and directories currently installed.) 01:31:28 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:28 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:31:28 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:31:28 (Reading database ... 13912 files and directories currently installed.) 01:31:28 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:28 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:31:28 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:31:28 (Reading database ... 13912 files and directories currently installed.) 01:31:28 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:28 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:31:28 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:31:28 (Reading database ... 13912 files and directories currently installed.) 01:31:28 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:31:28 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:31:29 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:31:29 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:31:29 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:31:29 (Reading database ... 13912 files and directories currently installed.) 01:31:29 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:31:29 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:31:29 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:31:29 (Reading database ... 13912 files and directories currently installed.) 01:31:29 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:29 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:31:29 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:31:29 (Reading database ... 13912 files and directories currently installed.) 01:31:29 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:29 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:31:29 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:31:30 (Reading database ... 13912 files and directories currently installed.) 01:31:30 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:30 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:31:30 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:31:30 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:31:30 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:31:31 (Reading database ... 13912 files and directories currently installed.) 01:31:31 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:31:31 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:31:31 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:31:31 (Reading database ... 13912 files and directories currently installed.) 01:31:31 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:31:31 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:31:31 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:31:31 (Reading database ... 13914 files and directories currently installed.) 01:31:31 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:31:31 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:31:32 Setting up debconf (1.5.66ubuntu1) ... 01:31:32 (Reading database ... 13914 files and directories currently installed.) 01:31:32 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:31:32 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:31:32 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:31:32 (Reading database ... 13914 files and directories currently installed.) 01:31:32 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:31:32 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:31:32 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:31:32 (Reading database ... 13914 files and directories currently installed.) 01:31:32 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:31:32 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:31:33 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:31:33 (Reading database ... 13914 files and directories currently installed.) 01:31:33 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:31:33 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:31:33 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:31:33 (Reading database ... 13914 files and directories currently installed.) 01:31:33 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:31:33 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:31:33 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:31:33 (Reading database ... 13914 files and directories currently installed.) 01:31:33 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:31:33 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:31:33 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:31:33 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:31:34 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:31:34 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:31:34 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:31:34 (Reading database ... 13914 files and directories currently installed.) 01:31:34 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:31:34 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:31:34 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:31:34 (Reading database ... 13914 files and directories currently installed.) 01:31:34 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:31:34 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:31:34 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:31:34 (Reading database ... 13914 files and directories currently installed.) 01:31:34 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:31:34 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:31:34 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:31:35 (Reading database ... 13914 files and directories currently installed.) 01:31:35 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 01:31:35 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 01:31:35 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 01:31:35 (Reading database ... 13914 files and directories currently installed.) 01:31:35 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:31:35 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:31:35 Setting up passwd (1:4.5-1ubuntu2) ... 01:31:35 (Reading database ... 13914 files and directories currently installed.) 01:31:35 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 01:31:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:31:35 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 01:31:35 Setting up gpgv (2.2.4-1ubuntu1.3) ... 01:31:35 (Reading database ... 13914 files and directories currently installed.) 01:31:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:31:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:31:36 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:31:36 (Reading database ... 13914 files and directories currently installed.) 01:31:36 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:31:36 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:31:36 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:31:36 (Reading database ... 13914 files and directories currently installed.) 01:31:36 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:31:36 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:31:36 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:31:36 (Reading database ... 13914 files and directories currently installed.) 01:31:36 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:31:36 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:31:36 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:31:36 (Reading database ... 13914 files and directories currently installed.) 01:31:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:31:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:31:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:31:37 (Reading database ... 13914 files and directories currently installed.) 01:31:37 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:31:37 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:31:37 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:31:37 (Reading database ... 13915 files and directories currently installed.) 01:31:37 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:31:37 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:31:37 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:31:37 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:31:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:31:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 01:31:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 01:31:37 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 01:31:37 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 01:31:37 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:31:37 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:31:38 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:31:38 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:31:38 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:31:38 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:31:38 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:31:38 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:31:38 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:31:38 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:31:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:31:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:31:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:31:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:31:39 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 01:31:39 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 01:31:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:31:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:31:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:31:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:31:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:31:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:31:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:31:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:31:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:31:40 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:31:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 01:31:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 01:31:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:42 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:42 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:42 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:43 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:43 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:43 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:31:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:31:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:31:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:31:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:31:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:31:45 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:31:45 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:31:45 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:31:45 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:31:45 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:31:45 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:31:45 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:31:45 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:31:45 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:31:45 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:31:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:31:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:31:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:46 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:46 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:31:46 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:31:46 Setting up tzdata (2021a-0ubuntu0.18.04) ... 01:31:46 01:31:46 Current default time zone: 'Etc/UTC' 01:31:46 Local time is now: Fri Feb 5 01:31:46 UTC 2021. 01:31:46 Universal Time is now: Fri Feb 5 01:31:46 UTC 2021. 01:31:46 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:31:46 01:31:46 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:31:46 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:46 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 01:31:46 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:31:46 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:31:46 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:31:46 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:31:46 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:31:46 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:31:46 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:31:46 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:46 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:31:46 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:31:46 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 01:31:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:31:47 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:47 Setting up patch (2.7.6-2ubuntu1.1) ... 01:31:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:31:47 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:31:47 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 01:31:47 Installing new version of config file /etc/ssl/openssl.cnf ... 01:31:47 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:31:47 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:31:47 Setting up ca-certificates (20210119~18.04.1) ... 01:31:49 Updating certificates in /etc/ssl/certs... 01:31:49 23 added, 27 removed; done. 01:31:49 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:31:49 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:31:49 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:31:49 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:31:49 Setting up pkgbinarymangler (138.18.04.1) ... 01:31:49 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:31:49 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 01:31:49 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:31:49 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:31:49 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:31:49 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:31:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:31:50 Setting up perl (5.26.1-6ubuntu0.5) ... 01:31:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 01:31:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:31:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:31:50 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 01:31:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:31:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:31:50 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:31:50 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:31:50 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:31:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:31:50 Processing triggers for systemd (237-3ubuntu10.44) ... 01:31:50 Processing triggers for mime-support (3.60ubuntu1) ... 01:31:50 Processing triggers for ca-certificates (20210119~18.04.1) ... 01:31:50 Updating certificates in /etc/ssl/certs... 01:31:51 0 added, 0 removed; done. 01:31:51 Running hooks in /etc/ca-certificates/update.d... 01:31:51 done. 01:31:51 Reading package lists... 01:31:51 Building dependency tree... 01:31:51 Reading state information... 01:31:51 The following NEW packages will be installed: 01:31:51 apt-transport-https 01:31:51 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:31:51 Need to get 1696 B of archives. 01:31:51 After this operation, 153 kB of additional disk space will be used. 01:31:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:31:51 debconf: delaying package configuration, since apt-utils is not installed 01:31:51 Fetched 1696 B in 0s (8454 B/s) 01:31:51 Selecting previously unselected package apt-transport-https. 01:31:51 (Reading database ... 13920 files and directories currently installed.) 01:31:51 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:31:51 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:31:52 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:31:52 Waiting for network to be ready... 01:31:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:31:57 2021-02-05T01:31:55Z INFO Waiting for automatic snapd restart... 01:31:57 snapd 2.48.2 from Canonical* installed 01:31:58 "snapd" switched to the "latest/stable" channel 01:31:58 01:32:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:32:01 core18 20201210 from Canonical* installed 01:32:01 "core18" switched to the "latest/stable" channel 01:32:01 01:32:04 snapcraft 4.4.4 from Canonical* installed 01:32:04 "snapcraft" switched to the "latest/stable" channel 01:32:04 01:32:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:32:07 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 01:32:07 - README.md 01:32:07 - snapcraft.yaml.orig 01:32:07 01:32:07 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:32:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:32:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:32:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:32:14 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:32:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:32:14 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:32:15 Reading package lists... 01:32:15 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 01:32: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 01:32:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:32:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:32:22 Reading package lists... 01:32:22 Building dependency tree... 01:32:22 Reading state information... 01:32:22 Suggested packages: 01:32:22 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:32:22 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:32:22 Recommended packages: 01:32:22 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:32:22 The following NEW packages will be installed: 01:32:22 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:32:22 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:32:22 pkg-config zip 01:32:22 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:32:22 Need to get 7655 kB of archives. 01:32:22 After this operation, 43.7 MB of additional disk space will be used. 01:32:22 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:32:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:32:22 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:32:22 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:32:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:32:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:32:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:32:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:32:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:32:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:32:23 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:32:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:32:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:32:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:32:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:32:23 debconf: delaying package configuration, since apt-utils is not installed 01:32:23 Fetched 7655 kB in 1s (7332 kB/s) 01:32:23 Selecting previously unselected package libglib2.0-0:amd64. 01:32:23 (Reading database ... 13924 files and directories currently installed.) 01:32:23 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:32:23 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:32:23 Selecting previously unselected package libpsl5:amd64. 01:32:23 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:32:23 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:32:23 Selecting previously unselected package libnghttp2-14:amd64. 01:32:23 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:32:23 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:32:23 Selecting previously unselected package librtmp1:amd64. 01:32:23 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:32:23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:32:23 Selecting previously unselected package libcurl3-gnutls:amd64. 01:32:23 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:32:23 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:32:23 Selecting previously unselected package liberror-perl. 01:32:23 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:32:23 Unpacking liberror-perl (0.17025-1) ... 01:32:24 Selecting previously unselected package git-man. 01:32:24 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:32:24 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:32:24 Selecting previously unselected package git. 01:32:24 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:32:24 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:32:25 Selecting previously unselected package libnorm1:amd64. 01:32:25 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:32:25 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:32:25 Selecting previously unselected package libpgm-5.2-0:amd64. 01:32:25 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:32:25 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:32:25 Selecting previously unselected package libsodium23:amd64. 01:32:25 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:32:25 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:32:25 Selecting previously unselected package libzmq5:amd64. 01:32:25 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:32:25 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:32:25 Selecting previously unselected package libzmq3-dev:amd64. 01:32:25 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:32:25 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:32:25 Selecting previously unselected package pkg-config. 01:32:25 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:32:25 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:32:25 Selecting previously unselected package zip. 01:32:25 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:32:25 Unpacking zip (3.0-11build1) ... 01:32:25 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:32:25 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:32:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:32:25 Setting up liberror-perl (0.17025-1) ... [Pipeline] } 01:32:25 $ docker stop --time=1 f83d0e8f68274392fcd805d3d0940c9017b8782bad15520b30353c3e83a78a7f 01:32:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:32:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:32:25 No schema files found: doing nothing. 01:32:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:32:25 Setting up zip (3.0-11build1) ... 01:32:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:32:25 Setting up libsodium23:amd64 (1.0.16-2) ... 01:32:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:32:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:32:26 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:32:26 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:32:26 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:32:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:32:28 $ docker rm -f f83d0e8f68274392fcd805d3d0940c9017b8782bad15520b30353c3e83a78a7f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:32:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:30 01:32:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:32:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:30 latest: Pulling from edgex-devops/edgex-compose-arm64 01:32:30 29e5d40040c1: Pulling fs layer 01:32:30 1ce36da41761: Pulling fs layer 01:32:30 25b303627fd3: Pulling fs layer 01:32:31 29e5d40040c1: Verifying Checksum 01:32:31 29e5d40040c1: Download complete 01:32:32 29e5d40040c1: Pull complete 01:32:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:32:32 git set to automatically installed. 01:32:32 git-man set to automatically installed. 01:32:32 libcurl3-gnutls set to automatically installed. 01:32:32 liberror-perl set to automatically installed. 01:32:32 libglib2.0-0 set to automatically installed. 01:32:32 libnghttp2-14 set to automatically installed. 01:32:32 libnorm1 set to automatically installed. 01:32:32 libpgm-5.2-0 set to automatically installed. 01:32:32 libpsl5 set to automatically installed. 01:32:32 librtmp1 set to automatically installed. 01:32:32 libsodium23 set to automatically installed. 01:32:32 libzmq3-dev set to automatically installed. 01:32:32 libzmq5 set to automatically installed. 01:32:32 pkg-config set to automatically installed. 01:32:32 zip set to automatically installed. 01:32:32 1ce36da41761: Verifying Checksum 01:32:32 1ce36da41761: Download complete 01:32:34 1ce36da41761: Pull complete 01:32:34 snapd is not logged in, snap install commands will use sudo 01:32:35 25b303627fd3: Verifying Checksum 01:32:35 25b303627fd3: Download complete 01:32:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:32:41 snap "core18" has no updates available 01:32:42 Pulling config-common 01:32:43 Pulling go-build-helper 01:32:45 25b303627fd3: Pull complete 01:32:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:32:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:32:45 prd-ubuntu18.04-docker-arm64-4c-16g-25144 does not seem to be running inside a container 01:32:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:32:48 $ docker top 9741f540e684a8c97c115f5122d858c97336f4f4139384849edbdbb55dd4b718 -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:49 + docker-compose build --help 01:32:49 + grep parallel 01:32:54 --parallel Build images in parallel. [Pipeline] } 01:32:54 $ docker stop --time=1 9741f540e684a8c97c115f5122d858c97336f4f4139384849edbdbb55dd4b718 01:32:56 $ docker rm -f 9741f540e684a8c97c115f5122d858c97336f4f4139384849edbdbb55dd4b718 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:32:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:32:56 . [Pipeline] withDockerContainer 01:32:57 prd-ubuntu18.04-docker-arm64-4c-16g-25144 does not seem to be running inside a container 01:32:57 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:32:58 $ docker top c68f931fa3a098713ff2baa6d699d11b106b3f378ecdc7939b8118309c0fdbcd -eo pid,comm [Pipeline] { [Pipeline] sh 01:32:59 + docker-compose -f ./docker-compose-build.yml build --parallel 01:33:04 Building docker-core-command-go ... 01:33:04 Building docker-core-data-go ... 01:33:04 Building docker-core-metadata-go ... 01:33:04 Building docker-security-bootstrapper-go ... 01:33:04 Building docker-security-proxy-setup-go ... 01:33:04 Building docker-security-secretstore-setup-go ... 01:33:04 Building docker-support-notifications-go ... 01:33:04 Building docker-support-scheduler-go ... 01:33:04 Building docker-sys-mgmt-agent-go ... 01:33:04 Building docker-security-secretstore-setup-go 01:33:04 Building docker-core-metadata-go 01:33:04 Building docker-security-bootstrapper-go 01:33:04 Building docker-sys-mgmt-agent-go 01:33:04 Building docker-core-data-go 01:33:05 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:33:05 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:33:05 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 01:33:05 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 01:33:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 01:33:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 01:33:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 01:33:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 01:33:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 01:33:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 01:33:05 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:33:05 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:33:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:33:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:33:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:33:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:33:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:33:05 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:33:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:33:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 01:33:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 01:33:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 01:33:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 01:33:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 01:33:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 01:33:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 01:33:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 01:33:05 Fetched 23.9 MB in 0s (0 B/s) 01:33:05 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:33:05 Fetched 96.5 kB in 0s (0 B/s) 01:33:05 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:33:05 Fetched 279 kB in 0s (0 B/s) 01:33:05 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:33:05 Fetched 122 kB in 0s (0 B/s) 01:33:05 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:33:05 Fetched 77.8 kB in 0s (0 B/s) 01:33:05 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:33:05 Fetched 8848 B in 0s (0 B/s) 01:33:05 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:33:05 Fetched 47.8 kB in 0s (0 B/s) 01:33:05 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:33:05 Fetched 45.6 kB in 0s (0 B/s) 01:33:05 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:33:05 Fetched 15.0 kB in 0s (0 B/s) 01:33:05 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:33:05 Fetched 214 kB in 0s (0 B/s) 01:33:05 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 01:33:05 Fetched 155 kB in 0s (0 B/s) 01:33:05 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:33:05 Fetched 50.6 kB in 0s (0 B/s) 01:33:05 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:33:05 Fetched 14.8 kB in 0s (0 B/s) 01:33:05 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:33:05 Fetched 41.8 kB in 0s (0 B/s) 01:33:05 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:33:05 Fetched 499 kB in 0s (0 B/s) 01:33:05 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:33:05 Fetched 111 kB in 0s (0 B/s) 01:33:05 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:33:05 Fetched 240 kB in 0s (0 B/s) 01:33:05 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:33:05 Fetched 29.3 kB in 0s (0 B/s) 01:33:05 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:33:05 Fetched 85.5 kB in 0s (0 B/s) 01:33:05 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:33:05 Fetched 24.5 kB in 0s (0 B/s) 01:33:05 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:33:05 Fetched 49.2 kB in 0s (0 B/s) 01:33:05 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:33:05 Fetched 54.2 kB in 0s (0 B/s) 01:33:05 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:33:05 Fetched 30.8 kB in 0s (0 B/s) 01:33:05 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 01:33:05 Fetched 17.0 kB in 0s (0 B/s) 01:33:05 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:33:05 Fetched 85.9 kB in 0s (0 B/s) 01:33:05 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:33:05 Fetched 8720 B in 0s (0 B/s) 01:33:05 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:33:05 Fetched 137 kB in 0s (0 B/s) 01:33:05 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:33:05 Fetched 119 kB in 0s (0 B/s) 01:33:05 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:33:05 Fetched 109 kB in 0s (0 B/s) 01:33:05 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:33:05 Fetched 11.1 kB in 0s (0 B/s) 01:33:05 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:33:05 Fetched 645 kB in 0s (0 B/s) 01:33:05 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:33:05 Fetched 41.3 kB in 0s (0 B/s) 01:33:05 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:33:05 Fetched 17.9 kB in 0s (0 B/s) 01:33:05 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:33:05 Fetched 368 kB in 0s (0 B/s) 01:33:05 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:33:05 Fetched 187 kB in 0s (0 B/s) 01:33:05 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:33:05 Fetched 175 kB in 0s (0 B/s) 01:33:05 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:33:07 Fetched 206 kB in 0s (0 B/s) 01:33:07 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 01:33:07 Fetched 1301 kB in 0s (0 B/s) 01:33:07 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:33:07 Fetched 36.2 kB in 0s (0 B/s) 01:33:07 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:33:07 Fetched 159 kB in 0s (0 B/s) 01:33:07 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:33:07 Fetched 107 kB in 0s (0 B/s) 01:33:07 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:33:07 Fetched 48.7 kB in 0s (0 B/s) 01:33:07 Pulling static-packages 01:33:08 'go115' has dependencies that need to be staged: static-packages go-build-helper 01:33:08 Skipping pull go-build-helper (already ran) 01:33:08 Skipping pull static-packages (already ran) 01:33:08 Building go-build-helper 01:33:12 Building static-packages 01:33:14 Staging go-build-helper 01:33:14 Staging static-packages 01:33:15 Pulling go115 01:33:16 'edgex-go' has dependencies that need to be staged: go115 01:33:16 Skipping pull go115 (already ran) 01:33:16 Building go115 01:33:16 % Total % Received % Xferd Average Speed Time Time Time Current 01:33:16 Dload Upload Total Spent Left Speed 01:33:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 213k 0 0 735k 0 0:02:40 --:--:-- 0:02:40 732k 22 115M 22 25.5M 0 0 19.6M 0 0:00:05 0:00:01 0:00:04 19.6M 44 115M 44 51.7M 0 0 22.5M 0 0:00:05 0:00:02 0:00:03 22.5M 71 115M 71 83.0M 0 0 25.2M 0 0:00:04 0:00:03 0:00:01 25.2M 95 115M 95 110M 0 0 24.2M 0 0:00:04 0:00:04 --:--:-- 24.2M 100 115M 100 115M 0 0 24.3M 0 0:00:04 0:00:04 --:--:-- 25.9M 01:33:21 go1.15.2.linux-amd64.tar.gz: OK 01:33:26 Staging go115 01:33:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:33:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:33:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:33:31 Fetched 0 B in 0s (0 B/s) 01:33:31 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:33:31 Fetched 224 kB in 0s (0 B/s) 01:33:31 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:33:31 Fetched 157 kB in 0s (0 B/s) 01:33:31 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:33:31 Fetched 221 kB in 0s (0 B/s) 01:33:31 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:33:31 Fetched 143 kB in 0s (0 B/s) 01:33:31 Pulling edgex-go 01:33:31 Pulling version 01:33:32 Building config-common 01:33:34 Skipping build go-build-helper (already ran) 01:33:34 Skipping build static-packages (already ran) 01:33:34 Skipping build go115 (already ran) 01:33:34 Building edgex-go 01:33:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:33:36 go: downloading github.com/gorilla/mux v1.8.0 01:33:36 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 01:33:36 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.22 01:33:36 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 01:33:36 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:33:36 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:33:36 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:33:36 go: downloading github.com/pelletier/go-toml v1.2.0 01:33:36 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.4 01:33:36 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 01:33:36 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 01:33:36 go: downloading github.com/go-kit/kit v0.8.0 01:33:36 go: downloading github.com/BurntSushi/toml v0.3.1 01:33:36 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:33:36 go: downloading github.com/imdario/mergo v0.3.11 01:33:36 go: downloading github.com/pkg/errors v0.8.1 01:33:36 go: downloading github.com/x448/float16 v0.8.4 01:33:36 go: downloading github.com/google/uuid v1.2.0 01:33:36 go: downloading gopkg.in/yaml.v2 v2.4.0 01:33:36 go: downloading github.com/hashicorp/consul/api v1.1.0 01:33:36 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:33:36 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:33:36 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:33:36 go: downloading github.com/pebbe/zmq4 v1.2.2 01:33:36 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:33:36 go: downloading github.com/leodido/go-urn v1.2.0 01:33:36 go: downloading github.com/go-playground/universal-translator v0.17.0 01:33:36 go: downloading github.com/mitchellh/copystructure v1.0.0 01:33:36 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:33:36 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:33:36 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 01:33:36 go: downloading github.com/hashicorp/serf v0.8.2 01:33:36 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:33:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:33:36 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:33:36 go: downloading github.com/go-playground/locales v0.13.0 01:33:36 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:33:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:33:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:33:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:33: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 01:33:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:33:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:33:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:33:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:33:50 go: downloading github.com/stretchr/testify v1.7.0 01:33:50 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:33:50 go: downloading github.com/pmezard/go-difflib v1.0.0 01:33:50 go: downloading github.com/davecgh/go-spew v1.1.1 01:33:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:33:51 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:33:51 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:33:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:33:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:33:54 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 01:33:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:33:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:33:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:33:56 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:33:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:33:58 go: downloading github.com/lib/pq v1.9.0 01:34:00 Building version 01:34:02 Staging config-common 01:34:03 Skipping stage go-build-helper (already ran) 01:34:03 Skipping stage static-packages (already ran) 01:34:03 Skipping stage go115 (already ran) 01:34:03 Staging edgex-go 01:34:04 Staging version 01:34:05 Priming config-common 01:34:06 Priming go-build-helper 01:34:07 Priming static-packages 01:34:09 Priming go115 01:34:10 Priming edgex-go 01:34:11 Priming version 01:34:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:34:11 ---> 43aacc25e284 01:34:11 Step 3/23 : WORKDIR /edgex-go 01:34:12 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 01:34:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:34:12 ---> 43aacc25e284 01:34:12 Step 3/24 : WORKDIR /edgex-go 01:34:12 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:12 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:34:12 ---> 43aacc25e284 01:34:12 Step 3/31 : WORKDIR /edgex-go 01:34:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:34:12 ---> 43aacc25e284 01:34:12 Step 3/23 : WORKDIR /edgex-go 01:34:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:34:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:34:12 ---> 43aacc25e284 01:34:12 Step 3/26 : WORKDIR /edgex-go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 01:34:16 ---> Running in 9cb248ce5487 01:34:16 ---> Running in cb0d2c5c9441 01:34:16 ---> Running in d045a2373b17 01:34:16 ---> Running in dd40deacf8f5 01:34:16 ---> Running in 282307bebe56 01:34:16 Removing intermediate container dd40deacf8f5 01:34:16 ---> b08adb538cbf 01:34:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:17 Removing intermediate container d045a2373b17 01:34:17 ---> 575bba4b52f0 01:34:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:17 Removing intermediate container 9cb248ce5487 01:34:17 ---> 036352614c0a 01:34:17 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:17 Removing intermediate container cb0d2c5c9441 01:34:17 ---> 3b671330c51d 01:34:17 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:17 Removing intermediate container 282307bebe56 01:34:17 ---> f08d5ea4a1dd 01:34:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:34:17 ---> Running in fb17482dc38d 01:34:17 ---> Running in 7b3ea1e9ec98 01:34:17 ---> Running in c00a7440c2d3 01:34:17 ---> Running in 6016a445f5fe 01:34:17 ---> Running in 5af5b6e8a049 01:34:20 Removing intermediate container fb17482dc38d 01:34:20 ---> dc5d32348251 01:34:20 Step 5/26 : RUN apk add --update --no-cache make bash git 01:34:21 ---> Running in 344a4da5c895 01:34:21 Removing intermediate container 7b3ea1e9ec98 01:34:21 ---> f284811cce41 01:34:21 Step 5/23 : RUN apk add --update --no-cache make git 01:34:21 ---> Running in 627eb3fe0abd 01:34:21 Removing intermediate container c00a7440c2d3 01:34:21 ---> 958b5822ea21 01:34:21 Step 5/31 : RUN apk add --update --no-cache make git 01:34:21 Removing intermediate container 5af5b6e8a049 01:34:21 ---> 1d47ed31c0c4 01:34:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:34:22 Removing intermediate container 6016a445f5fe 01:34:22 ---> a137bf694608 01:34:22 Step 5/24 : RUN apk add --update --no-cache make git 01:34:22 ---> Running in 816103fccc79 01:34:22 ---> Running in 0adbec47377e 01:34:22 ---> Running in 63b8df0d38d4 01:34:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:34:24 OK: 217 MiB in 51 packages 01:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:25 OK: 217 MiB in 51 packages 01:34:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:34:26 OK: 217 MiB in 51 packages 01:34:26 Removing intermediate container 344a4da5c895 01:34:26 ---> 2b9a193b0c46 01:34:26 Step 6/26 : COPY go.mod . 01:34:26 OK: 217 MiB in 51 packages 01:34:26 OK: 217 MiB in 51 packages 01:34:26 Removing intermediate container 627eb3fe0abd 01:34:26 ---> 96634da97cb2 01:34:26 Step 6/23 : COPY go.mod . 01:34:27 ---> 035b1e76f64f 01:34:27 Step 7/26 : RUN go mod download 01:34:27 ---> Running in a39f56dd93e4 01:34:27 Removing intermediate container 63b8df0d38d4 01:34:27 ---> ef115fcc2364 01:34:27 Step 6/24 : COPY go.mod . 01:34:27 ---> aa7a0892ea97 01:34:27 Step 7/23 : RUN go mod download 01:34:28 Removing intermediate container 0adbec47377e 01:34:28 ---> 83b89576be18 01:34:28 Step 6/23 : COPY go.mod . 01:34:28 ---> Running in 5626ca91a4ef 01:34:28 Removing intermediate container 816103fccc79 01:34:28 ---> 2ebd0be07a51 01:34:28 Step 6/31 : COPY go.mod . 01:34:28 ---> cef3a950b220 01:34:28 Step 7/24 : RUN go mod download 01:34:29 ---> Running in 58c83f559f48 01:34:29 ---> 97c0436333cc 01:34:29 Step 7/23 : RUN go mod download 01:34:29 ---> Running in 4e854d16a994 01:34:29 ---> 1979cae2db87 01:34:29 Step 7/31 : RUN go mod download 01:34:29 ---> Running in f1af9d7c5572 01:34:31 Removing intermediate container a39f56dd93e4 01:34:31 ---> e9d5b27ba930 01:34:31 Step 8/26 : COPY . . 01:34:32 Removing intermediate container 5626ca91a4ef 01:34:32 ---> 3c2e0a2a0745 01:34:32 Step 8/23 : COPY . . 01:34:33 Removing intermediate container 58c83f559f48 01:34:33 ---> f2bcb649d93f 01:34:33 Step 8/24 : COPY . . 01:34:34 Removing intermediate container 4e854d16a994 01:34:34 ---> bc75830c62f4 01:34:34 Step 8/23 : COPY . . 01:34:34 Removing intermediate container f1af9d7c5572 01:34:34 ---> dec90af2d3aa 01:34:34 Step 8/31 : COPY . . 01:35:01 ---> 2009ef46f35a 01:35:01 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:35:01 ---> e34531331780 01:35:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:35:01 ---> 5dcc8f31d384 01:35:01 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:35:01 ---> caf18fae0375 01:35:01 Step 9/23 : RUN make cmd/core-data/core-data 01:35:01 ---> 7b881c27daac 01:35:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 01:35:01 ---> Running in d833ad2915ec 01:35:01 ---> Running in 025c78429a43 01:35:01 ---> Running in f66a298c7c6e 01:35:01 ---> Running in 012e142d7173 01:35:01 ---> Running in 732762b1e3b9 01:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:35:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:35:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:36:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:36:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 01:36:38 Removing intermediate container f66a298c7c6e 01:36:38 ---> 8680d2e6e74b 01:36:38 01:36:38 Step 10/24 : FROM alpine:3.12 01:36:38 3.12: Pulling from library/alpine 01:36:39 Removing intermediate container d833ad2915ec 01:36:39 ---> e4ff54a3c832 01:36:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:36:39 ---> Running in 089a7c7d9c46 01:36:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 01:36:41 Status: Downloaded newer image for alpine:3.12 01:36:41 ---> afeebe901d6b 01:36:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:36:41 ---> Running in 76ffafbb980a 01:36:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:36:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:44 (1/5) Installing ca-certificates (20191127-r4) 01:36:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:36:44 (3/5) Installing libcurl (7.69.1-r3) 01:36:44 (4/5) Installing curl (7.69.1-r3) 01:36:44 (5/5) Installing dumb-init (1.2.2-r1) 01:36:44 Executing busybox-1.31.1-r19.trigger 01:36:44 Executing ca-certificates-20191127-r4.trigger 01:36:44 OK: 7 MiB in 19 packages 01:36:48 Removing intermediate container 76ffafbb980a 01:36:48 ---> 49fded386ce6 01:36:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:36:48 ---> Running in d77e244b6093 01:36:48 Removing intermediate container 089a7c7d9c46 01:36:48 ---> 63725aba6678 01:36:48 01:36:48 Step 11/26 : FROM docker:20.10.0 01:36:48 20.10.0: Pulling from library/docker 01:36:49 Removing intermediate container d77e244b6093 01:36:49 ---> 41415118b246 01:36:49 Step 13/24 : WORKDIR / 01:36:50 ---> Running in 86d196c6e77f 01:36:51 Removing intermediate container 86d196c6e77f 01:36:51 ---> 104fb113c053 01:36:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:36:52 Removing intermediate container 012e142d7173 01:36:52 ---> 3e123ec620d5 01:36:52 01:36:52 Step 10/31 : FROM alpine:3.12 01:36:52 ---> afeebe901d6b 01:36:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:36:53 ---> Running in bb8a4a7d9d25 01:36:53 ---> 1f2883553d33 01:36:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:36:54 Removing intermediate container bb8a4a7d9d25 01:36:54 ---> 350205883136 01:36:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:36:54 ---> Running in f7121bafb745 01:36:55 ---> 39c394473c0e 01:36:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:36:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:36:56 ---> c96bbd773279 01:36:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:36:57 (1/2) Installing dumb-init (1.2.2-r1) 01:36:57 (2/2) Installing su-exec (0.2-r1) 01:36:57 Executing busybox-1.31.1-r19.trigger 01:36:57 OK: 5 MiB in 16 packages 01:37:00 ---> 5aa9bb041c3a 01:37:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:37:00 Removing intermediate container f7121bafb745 01:37:00 ---> 38c6c742c6e1 01:37:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:37:00 ---> Running in e288a7710a75 01:37:02 Removing intermediate container e288a7710a75 01:37:02 ---> 0bfca3d2a8d7 01:37:02 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:37:02 ---> 97f3557a81aa 01:37:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:37:03 ---> Running in 72a68a254982 01:37:03 Removing intermediate container 025c78429a43 01:37:03 ---> 1f5ac2f61edb 01:37:03 01:37:03 Step 10/23 : FROM alpine:3.12 01:37:03 ---> afeebe901d6b 01:37:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:37:03 Removing intermediate container 72a68a254982 01:37:03 ---> 08089f613c94 01:37:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:37:04 ---> Running in b30cd723e982 01:37:04 ---> Running in a320bda77158 01:37:04 ---> 9d3fab17baa4 01:37:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 01:37:05 ---> Running in c3d34f41a43e 01:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:37:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:07 Status: Downloaded newer image for docker:20.10.0 01:37:07 ---> eeaf43b92773 01:37:07 Step 12/26 : RUN apk add --no-cache bash 01:37:07 ---> Running in 030fa5500f9b 01:37:07 (1/1) Installing dumb-init (1.2.2-r1) 01:37:07 Executing busybox-1.31.1-r19.trigger 01:37:07 OK: 5 MiB in 15 packages 01:37:09 Removing intermediate container a320bda77158 01:37:09 Removing intermediate container c3d34f41a43e 01:37:09 ---> ee5b680bee6c 01:37:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:37:09 ---> 5d987f2e9527 01:37:09 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:37:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:09 Removing intermediate container b30cd723e982 01:37:09 ---> a07ec631b3da 01:37:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:37:09 ---> Running in 9c02189f3a5a 01:37:09 ---> Running in ffc80dd134df 01:37:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:09 ---> Running in 47ef59d4b2ca 01:37:10 Removing intermediate container 732762b1e3b9 01:37:10 ---> 9b54ab4598c3 01:37:10 01:37:10 Step 10/23 : FROM alpine:3.12 01:37:10 ---> afeebe901d6b 01:37:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:37:10 (1/2) Installing readline (8.0.4-r0) 01:37:10 (2/2) Installing bash (5.0.17-r0) 01:37:10 Executing bash-5.0.17-r0.post-install 01:37:10 Executing busybox-1.31.1-r19.trigger 01:37:10 OK: 12 MiB in 22 packages 01:37:10 Removing intermediate container ffc80dd134df 01:37:10 ---> f1736cd32f9c 01:37:10 Step 22/24 : LABEL arch=arm64 01:37:10 ---> Running in 28019f45aed6 01:37:10 Removing intermediate container 9c02189f3a5a 01:37:10 ---> f7abfc681835 01:37:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:37:10 ---> Running in 3deee9b4d508 01:37:10 Removing intermediate container 47ef59d4b2ca 01:37:10 ---> 590ca15c5143 01:37:10 Step 13/23 : ENV APP_PORT=48081 01:37:11 ---> Running in 36f04ca68c30 01:37:11 Removing intermediate container 28019f45aed6 01:37:11 ---> ae0670982bb2 01:37:11 Step 12/23 : ENV APP_PORT=48080 01:37:11 Removing intermediate container 3deee9b4d508 01:37:11 ---> 5e19ea329815 01:37:11 Step 23/24 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:37:11 ---> Running in 7f85b34e1f3e 01:37:11 Removing intermediate container 36f04ca68c30 01:37:11 ---> 0918f12e9719 01:37:11 Step 14/23 : EXPOSE $APP_PORT 01:37:11 ---> Running in bb6e70db6163 01:37:11 ---> f5c550640bf7 01:37:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:37:11 ---> Running in 86f9e7cbc841 01:37:12 ---> Running in fef7fff6f4a4 01:37:12 Removing intermediate container 030fa5500f9b 01:37:12 ---> 7a74c289012f 01:37:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:37:12 Removing intermediate container 7f85b34e1f3e 01:37:12 ---> edab3bf21764 01:37:12 Step 13/23 : EXPOSE $APP_PORT 01:37:12 Removing intermediate container bb6e70db6163 01:37:12 ---> e22ea2a6f2a0 01:37:12 Step 24/24 : LABEL version=0.0.0 01:37:12 ---> Running in be4a0abd9a74 01:37:12 ---> Running in e6c6f835903b 01:37:12 Removing intermediate container 86f9e7cbc841 01:37:12 ---> 87107c8e6281 01:37:12 Step 15/23 : WORKDIR / 01:37:12 ---> Running in 7091cebea721 01:37:12 ---> Running in c7c90ad71091 01:37:13 Removing intermediate container e6c6f835903b 01:37:13 ---> e1d56a7edf93 01:37:13 Step 14/26 : ENV APP_PORT=48090 01:37:13 Removing intermediate container be4a0abd9a74 01:37:13 ---> eaf4ae8ad966 01:37:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:13 ---> Running in 62c2f2e2f467 01:37:13 Removing intermediate container 7091cebea721 01:37:13 ---> 586b4edcaea3 01:37:13 01:37:13 ---> Running in fc1effeedc65 01:37:13 Removing intermediate container c7c90ad71091 01:37:13 ---> 12f18947ee28 01:37:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:37:14 Successfully built 586b4edcaea3 01:37:14 Removing intermediate container 62c2f2e2f467 01:37:14 ---> c48d94f9cdc5 01:37:14 Step 15/26 : EXPOSE $APP_PORT 01:37:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:37:14  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 01:37:14 ---> Running in 243725f93f0f 01:37:15 ---> 703c4891af42 01:37:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:37:15 Removing intermediate container 243725f93f0f 01:37:15 ---> ab0d2f3e2990 01:37:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:37:15 Removing intermediate container fef7fff6f4a4 01:37:15 ---> a534008f6362 01:37:15 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:37:18 ---> f213868ad79c 01:37:18 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:37:18 ---> b797620bb8d6 01:37:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:37:18 ---> 7290be16eaa6 01:37:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:37:18 Removing intermediate container fc1effeedc65 01:37:18 ---> fecfb16c421a 01:37:18 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:37:19 ---> Running in 801b13c32330 01:37:20 ---> bcb1d14c0224 01:37:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:37:20 ---> 7ef3c1fcaf60 01:37:20 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:37:20 ---> a7b8b985d1be 01:37:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:37:20 ---> Running in d3e488041650 01:37:21 Removing intermediate container d3e488041650 01:37:21 ---> 0edef936c819 01:37:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:37:21 ---> 1e614a85f96b 01:37:21 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 01:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:21 ---> fe65d18b8576 01:37:21 Step 19/26 : RUN apk --no-cache add py3-pip 01:37:21 ---> Running in 0e4dd0b578ba 01:37:21 ---> Running in c904f40d36be 01:37:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:22 Removing intermediate container 0e4dd0b578ba 01:37:22 ---> 3bed367464e7 01:37:22 Step 21/23 : LABEL arch=arm64 01:37:23 ---> Running in 22f77061df20 01:37:23 (1/6) Installing dumb-init (1.2.2-r1) 01:37:23 (2/6) Installing libgcc (9.3.0-r2) 01:37:23 (3/6) Installing libsodium (1.0.18-r0) 01:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:23 (4/6) Installing libstdc++ (9.3.0-r2) 01:37:23 ---> 07f721c6e1bc 01:37:23 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:37:23 (5/6) Installing libzmq (4.3.3-r0) 01:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:23 Removing intermediate container 22f77061df20 01:37:23 ---> 08fafb5df1cf 01:37:23 Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:37:23 (6/6) Installing zeromq (4.3.3-r0) 01:37:23 Executing busybox-1.31.1-r19.trigger 01:37:23 OK: 8 MiB in 20 packages 01:37:24 ---> Running in c56cfdcb7e38 01:37:24 (1/33) Installing libbz2 (1.0.8-r1) 01:37:24 (2/33) Installing expat (2.2.9-r1) 01:37:24 (3/33) Installing libffi (3.3-r2) 01:37:24 (4/33) Installing gdbm (1.13-r1) 01:37:24 (5/33) Installing xz-libs (5.2.5-r0) 01:37:24 (6/33) Installing sqlite-libs (3.32.1-r0) 01:37:24 (7/33) Installing python3 (3.8.5-r0) 01:37:25 ---> 03987c8a3464 01:37:25 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:37:26 ---> Running in cbe104d57c51 01:37:26 Removing intermediate container c56cfdcb7e38 01:37:26 ---> 645cadc6b2c8 01:37:26 Step 23/23 : LABEL version=0.0.0 01:37:26 (8/33) Installing py3-appdirs (1.4.4-r1) 01:37:26 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:37:26 (10/33) Installing py3-parsing (2.4.7-r0) 01:37:26 (11/33) Installing py3-six (1.15.0-r0) 01:37:26 (12/33) Installing py3-packaging (20.4-r0) 01:37:26 (13/33) Installing py3-setuptools (47.0.0-r0) 01:37:27 (14/33) Installing py3-chardet (3.0.4-r4) 01:37:27 (15/33) Installing py3-idna (2.9-r0) 01:37:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:37:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:37:27 (18/33) Installing py3-requests (2.23.0-r0) 01:37:27 (19/33) Installing py3-msgpack (1.0.0-r0) 01:37:27 (20/33) Installing py3-lockfile (0.12.2-r3) 01:37:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:37:27 (22/33) Installing py3-colorama (0.4.3-r0) 01:37:27 ---> Running in 81a332599c62 01:37:27 (23/33) Installing py3-distlib (0.3.0-r0) 01:37:27 (24/33) Installing py3-distro (1.5.0-r1) 01:37:27 Removing intermediate container cbe104d57c51 01:37:27 ---> 2ccb98564c82 01:37:27 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:37:27 (25/33) Installing py3-webencodings (0.5.1-r3) 01:37:27 (26/33) Installing py3-html5lib (1.0.1-r4) 01:37:27 (27/33) Installing py3-pytoml (0.1.21-r0) 01:37:27 (28/33) Installing py3-pep517 (0.8.2-r0) 01:37:27 (29/33) Installing py3-progress (1.5-r0) 01:37:27 (30/33) Installing py3-toml (0.10.1-r0) 01:37:27 (31/33) Installing py3-retrying (1.3.3-r0) 01:37:27 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:37:27 (33/33) Installing py3-pip (20.1.1-r0) 01:37:27 Removing intermediate container 801b13c32330 01:37:27 ---> 5c59154a09b9 01:37:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:37:27 Executing busybox-1.31.1-r19.trigger 01:37:27 OK: 71 MiB in 55 packages 01:37:28 Removing intermediate container 81a332599c62 01:37:28 ---> ab38b5d7bf22 01:37:28 01:37:28 Successfully built ab38b5d7bf22 01:37:28 ---> 9e9b1031fca4 01:37:28 Step 26/31 : RUN chmod +x /entrypoint.sh 01:37:28 Successfully tagged docker-core-metadata-go-arm64:latest 01:37:28  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 01:37:29 ---> Running in cfee79c2aff0 01:37:29 ---> 5408d2476f6e 01:37:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:37:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:37:34 ---> 43aacc25e284 01:37:34 Step 3/23 : WORKDIR /edgex-go 01:37:34 ---> Using cache 01:37:34 ---> f08d5ea4a1dd 01:37:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:34 ---> Using cache 01:37:34 ---> 1d47ed31c0c4 01:37:34 Step 5/23 : RUN apk add --update --no-cache make git 01:37:34 ---> 29ecabe40dca 01:37:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:37:34 ---> Running in c4786b4be13a 01:37:34 Removing intermediate container cfee79c2aff0 01:37:34 ---> 0c744941f1d9 01:37:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:37:35 ---> Running in 0b5109a96a40 01:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:37:36 ---> 2b8b8e4d4083 01:37:36 Step 19/23 : ENTRYPOINT ["/core-data"] 01:37:36 ---> Running in d6fb654de3c6 01:37:36 Removing intermediate container 0b5109a96a40 01:37:36 ---> 145205c2c8bf 01:37:36 Step 28/31 : CMD ["gate"] 01:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:37:37 Removing intermediate container c904f40d36be 01:37:37 ---> 4838ce706ed2 01:37:37 Step 20/26 : RUN pip install docker-compose==1.23.2 01:37:37 ---> Running in 56f23421b1ac 01:37:37 OK: 217 MiB in 51 packages 01:37:37 Removing intermediate container d6fb654de3c6 01:37:37 ---> 8b8fca3b5855 01:37:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:37:37 ---> Running in 6ca03cfd121a 01:37:37 ---> Running in 0fb88d222f8b 01:37:38 Removing intermediate container 56f23421b1ac 01:37:38 ---> 9ae4fffd7e89 01:37:38 Step 29/31 : LABEL arch=arm64 01:37:38 Removing intermediate container 0fb88d222f8b 01:37:38 ---> c36ccbb0c8c1 01:37:38 Step 21/23 : LABEL arch=arm64 01:37:38 ---> Running in 6345dba7d313 01:37:39 Removing intermediate container c4786b4be13a 01:37:39 ---> ce5a3e552149 01:37:39 Step 6/23 : COPY go.mod . 01:37:39 ---> Running in 5f5c34d1a0eb 01:37:39 Removing intermediate container 6345dba7d313 01:37:39 ---> 7ff0c914858a 01:37:39 Step 30/31 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:37:40 ---> Running in f73f1753b9b2 01:37:40 Removing intermediate container 5f5c34d1a0eb 01:37:40 ---> 2d3e51ce6b2b 01:37:40 Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:37:40 ---> aaec4932e7ee 01:37:40 Step 7/23 : RUN go mod download 01:37:40 ---> Running in ba54f58119d8 01:37:40 ---> Running in 808f0332da43 01:37:41 Removing intermediate container f73f1753b9b2 01:37:41 ---> dc4529903006 01:37:41 Step 31/31 : LABEL version=0.0.0 01:37:41 Removing intermediate container ba54f58119d8 01:37:41 ---> 033fdfe0633d 01:37:41 Step 23/23 : LABEL version=0.0.0 01:37:42 ---> Running in 524ee1e1431e 01:37:42 ---> Running in 95137139d1d4 01:37:42 Removing intermediate container 524ee1e1431e 01:37:42 ---> 7bd2fe11c535 01:37:42 01:37:43 Removing intermediate container 95137139d1d4 01:37:43 ---> b084c9a022d6 01:37:43 01:37:43 Successfully built 7bd2fe11c535 01:37:43 Successfully tagged docker-core-data-go-arm64:latest 01:37:43  Building docker-core-data-go ... done Building docker-support-scheduler-go 01:37:44 Successfully built b084c9a022d6 01:37:44 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:37:44 Building docker-support-notifications-go 01:37:44  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 01:37:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:37:46 Removing intermediate container 808f0332da43 01:37:46 ---> 40a816f6f7a9 01:37:46 Step 8/23 : COPY . . 01:37:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:37:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:37:47 Collecting texttable<0.10,>=0.9.0 01:37:47 Downloading texttable-0.9.1.tar.gz (11 kB) 01:37:50 Collecting cached-property<2,>=1.2.0 01:37:50 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:37:50 Collecting dockerpty<0.5,>=0.4.1 01:37:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:37:53 Collecting docopt<0.7,>=0.6.1 01:37:53 Downloading docopt-0.6.2.tar.gz (25 kB) 01:37:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:37:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:37:54 ---> 43aacc25e284 01:37:54 Step 3/21 : WORKDIR /edgex-go 01:37:54 ---> Using cache 01:37:54 ---> f08d5ea4a1dd 01:37:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:37:54 ---> Using cache 01:37:54 ---> 1d47ed31c0c4 01:37:54 Step 5/21 : RUN apk add --update --no-cache make git 01:37:54 ---> Using cache 01:37:54 ---> ce5a3e552149 01:37:54 Step 6/21 : COPY go.mod . 01:37:54 ---> Using cache 01:37:54 ---> aaec4932e7ee 01:37:54 Step 7/21 : RUN go mod download 01:37:54 ---> Using cache 01:37:54 ---> 40a816f6f7a9 01:37:54 Step 8/21 : COPY . . 01:37:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:37:56 Collecting PyYAML<4,>=3.10 01:37:56 Downloading PyYAML-3.13.tar.gz (270 kB) 01:38:01 Collecting docker<4.0,>=3.6.0 01:38:01 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:38:02 Collecting jsonschema<3,>=2.5.1 01:38:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:38:04 Collecting websocket-client<1.0,>=0.32.0 01:38:04 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 01:38:05 Collecting urllib3<1.25,>=1.21.1 01:38:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:38:07 Collecting idna<2.8,>=2.5 01:38:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:38:08 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:38:08 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 01:38:08 Collecting docker-pycreds>=0.4.0 01:38:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:38:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:38:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:38:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:38:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:38:09 ---> 7572d8a4727b 01:38:09 Step 9/23 : RUN make cmd/core-command/core-command 01:38:10 ---> Running in 0aed436c10a2 01:38:10 Installing collected packages: urllib3, idna, requests, texttable, cached-property, dockerpty, docopt, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, docker-compose 01:38:10 Attempting uninstall: urllib3 01:38:10 Found existing installation: urllib3 1.25.9 01:38:10 Uninstalling urllib3-1.25.9: 01:38:10 Successfully uninstalled urllib3-1.25.9 01:38:11 Attempting uninstall: idna 01:38:11 Found existing installation: idna 2.9 01:38:11 Uninstalling idna-2.9: 01:38:11 Successfully uninstalled idna-2.9 01:38:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:38:12 Attempting uninstall: requests 01:38:12 Found existing installation: requests 2.23.0 01:38:12 Uninstalling requests-2.23.0: 01:38:12 Successfully uninstalled requests-2.23.0 01:38:12 Running setup.py install for texttable: started 01:38:15 Running setup.py install for texttable: finished with status 'done' 01:38:15 Running setup.py install for dockerpty: started 01:38:17 ---> 836502c0b25e 01:38:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:38:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:38:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:38:17 ---> 43aacc25e284 01:38:17 Step 3/22 : WORKDIR /edgex-go 01:38:17 ---> Using cache 01:38:17 ---> f08d5ea4a1dd 01:38:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:38:17 ---> Using cache 01:38:17 ---> 1d47ed31c0c4 01:38:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:38:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:38:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:38:17 ---> 43aacc25e284 01:38:17 Step 3/22 : WORKDIR /edgex-go 01:38:17 ---> Using cache 01:38:17 ---> f08d5ea4a1dd 01:38:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:38:17 ---> Using cache 01:38:17 ---> 1d47ed31c0c4 01:38:17 Step 5/22 : RUN apk add --update --no-cache make git 01:38:17 ---> Using cache 01:38:17 ---> ce5a3e552149 01:38:17 Step 6/22 : COPY go.mod . 01:38:17 ---> Using cache 01:38:17 ---> aaec4932e7ee 01:38:17 Step 7/22 : RUN go mod download 01:38:17 ---> Using cache 01:38:17 ---> 40a816f6f7a9 01:38:17 Step 8/22 : COPY . . 01:38:17 ---> Using cache 01:38:17 ---> 836502c0b25e 01:38:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:38:17 ---> Running in 15eec9b18c79 01:38:17 ---> Running in 610223750df7 01:38:17 ---> Running in 2fdf5859c15f 01:38:18 Running setup.py install for dockerpty: finished with status 'done' 01:38:18 Running setup.py install for docopt: started 01:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:38:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:38:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:38:21 Running setup.py install for docopt: finished with status 'done' 01:38:21 Running setup.py install for PyYAML: started 01:38:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:38:22 OK: 217 MiB in 51 packages 01:38:23 Removing intermediate container 15eec9b18c79 01:38:23 ---> aefb8ca81ae8 01:38:23 Step 6/22 : COPY go.mod . 01:38:24 ---> 212539dbbd99 01:38:24 Step 7/22 : RUN go mod download 01:38:24 ---> Running in 9c6064e009a2 01:38:25 Running setup.py install for PyYAML: finished with status 'done' 01:38:28 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 01:38:29 Removing intermediate container 9c6064e009a2 01:38:29 ---> 104990c84902 01:38:29 Step 8/22 : COPY . . 01:38:37 Removing intermediate container 6ca03cfd121a 01:38:37 ---> c37bda2e47a7 01:38:37 Step 21/26 : RUN apk --no-cache add curl 01:38:37 ---> Running in fdba5a4b97bd 01:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:38:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:38:40 (2/3) Installing libcurl (7.69.1-r3) 01:38:40 (3/3) Installing curl (7.69.1-r3) 01:38:40 Executing busybox-1.31.1-r19.trigger 01:38:40 OK: 71 MiB in 58 packages 01:38:43 Removing intermediate container fdba5a4b97bd 01:38:43 ---> ca79855ba3f8 01:38:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:38:43 ---> Running in 9793499c1044 01:38:44 Removing intermediate container 9793499c1044 01:38:44 ---> fe304d4c7c37 01:38:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:38:44 ---> Running in 5d6ed634f8ca 01:38:45 Removing intermediate container 5d6ed634f8ca 01:38:45 ---> 4accb41bfd89 01:38:45 Step 24/26 : LABEL arch=arm64 01:38:46 ---> Running in 17b1b98ae1ae 01:38:47 Removing intermediate container 17b1b98ae1ae 01:38:47 ---> 9c7cbd404b2a 01:38:47 Step 25/26 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:38:47 ---> Running in ed7550b37728 01:38:48 Removing intermediate container ed7550b37728 01:38:48 ---> 47f262945149 01:38:48 Step 26/26 : LABEL version=0.0.0 01:38:48 ---> Running in d41a82ab9507 01:38:49 Removing intermediate container d41a82ab9507 01:38:49 ---> 5df1100b7e41 01:38:49 01:38:50 Successfully built 5df1100b7e41 01:38:50 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:38:51  Building docker-sys-mgmt-agent-go ... done  ---> 96dc0ea37f9e 01:38:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:38:51 ---> Running in 46e1835c6399 01:38:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:39:51 Removing intermediate container 610223750df7 01:39:51 ---> 1747d6bcf695 01:39:51 01:39:51 Step 10/21 : FROM alpine:3.12 01:39:51 ---> afeebe901d6b 01:39:51 Step 11/21 : RUN apk add --update --no-cache curl 01:39:51 ---> Running in 14a464ffa4ea 01:39:51 Removing intermediate container 0aed436c10a2 01:39:51 ---> 0b8b7b79b574 01:39:51 01:39:51 Step 10/23 : FROM alpine:3.12 01:39:51 ---> afeebe901d6b 01:39:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:39:51 ---> Using cache 01:39:51 ---> a07ec631b3da 01:39:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:39:51 ---> Using cache 01:39:51 ---> 590ca15c5143 01:39:51 Step 13/23 : ENV APP_PORT=48082 01:39:51 ---> Running in 7307311b4bd9 01:39:51 Removing intermediate container 7307311b4bd9 01:39:51 ---> 8c11bb0f2235 01:39:51 Step 14/23 : EXPOSE $APP_PORT 01:39:51 ---> Running in 826d3f291214 01:39:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:39:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:39:52 Removing intermediate container 826d3f291214 01:39:52 ---> c401d8990f73 01:39:52 Step 15/23 : WORKDIR / 01:39:52 ---> Running in ad65fa1fa2ed 01:39:52 (1/4) Installing ca-certificates (20191127-r4) 01:39:52 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:39:52 (3/4) Installing libcurl (7.69.1-r3) 01:39:52 (4/4) Installing curl (7.69.1-r3) 01:39:52 Executing busybox-1.31.1-r19.trigger 01:39:52 Executing ca-certificates-20191127-r4.trigger 01:39:53 OK: 7 MiB in 18 packages 01:39:53 Removing intermediate container ad65fa1fa2ed 01:39:53 ---> 869af7efc9a7 01:39:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:56 ---> f3bae3f25ad8 01:39:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:39:56 Removing intermediate container 14a464ffa4ea 01:39:56 ---> 98a0780e6907 01:39:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:39:56 ---> Running in cffa3e3b25b0 01:39:57 Removing intermediate container 2fdf5859c15f 01:39:57 ---> eb1ee5e76196 01:39:57 01:39:57 Step 10/22 : FROM alpine:3.12 01:39:57 ---> afeebe901d6b 01:39:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:39:57 ---> Using cache 01:39:57 ---> a07ec631b3da 01:39:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:39:57 ---> Using cache 01:39:57 ---> 590ca15c5143 01:39:57 Step 13/22 : ENV APP_PORT=48085 01:39:57 Removing intermediate container cffa3e3b25b0 01:39:57 ---> 6dc63da7e2de 01:39:57 Step 13/21 : WORKDIR /edgex 01:39:58 ---> Running in 541e8882583f 01:39:58 ---> Running in 50ac567ba9d9 01:39:58 ---> bb908a6427c1 01:39:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:39:58 Removing intermediate container 541e8882583f 01:39:58 ---> 0fc81fe5b634 01:39:58 Step 14/22 : EXPOSE $APP_PORT 01:39:59 ---> Running in 0e236c2f9e8a 01:39:59 Removing intermediate container 50ac567ba9d9 01:39:59 ---> 9abb0a2af337 01:39:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:39:59 ---> 6cab64f118ed 01:39:59 Step 19/23 : ENTRYPOINT ["/core-command"] 01:39:59 Removing intermediate container 0e236c2f9e8a 01:39:59 ---> 038d130fb465 01:39:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:39:59 ---> Running in 655175331b53 01:39:59 ---> 2bc5a4eb60a1 01:39:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:40:00 Removing intermediate container 655175331b53 01:40:00 ---> 862a2501d2b5 01:40:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:40:00 ---> Running in 514b81753c16 01:40:01 ---> dc82dc67b391 01:40:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:40:01 Removing intermediate container 514b81753c16 01:40:01 ---> 9cd1f9d1e91c 01:40:01 Step 21/23 : LABEL arch=arm64 01:40:01 ---> 1b149720d2a7 01:40:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:40:01 ---> Running in 0425f2990391 01:40:02 ---> a99dbc8c14c7 01:40:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:40:02 Removing intermediate container 0425f2990391 01:40:02 ---> 11f0190667b9 01:40:02 Step 22/23 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:40:03 ---> Running in 934ded98b862 01:40:03 ---> 1503f21af122 01:40:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:40:03 ---> 2d3c633e99d9 01:40:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:40:03 ---> Running in 6ba3b34552de 01:40:03 ---> Running in 59ed683b6b4e 01:40:03 Removing intermediate container 934ded98b862 01:40:03 ---> d800e990f5c9 01:40:03 Step 23/23 : LABEL version=0.0.0 01:40:03 ---> Running in 54119aed011b 01:40:04 Removing intermediate container 6ba3b34552de 01:40:04 ---> 3ac1f711dd7e 01:40:04 Step 18/21 : CMD ["--init=true"] 01:40:04 Removing intermediate container 59ed683b6b4e 01:40:04 ---> 4c3e4e5adc8a 01:40:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:40:04 Removing intermediate container 54119aed011b 01:40:04 ---> a3f716d16a49 01:40:04 01:40:04 ---> Running in 0387143c9e81 01:40:04 ---> Running in 841d9033ccdc 01:40:05 Successfully built a3f716d16a49 01:40:05 Successfully tagged docker-core-command-go-arm64:latest 01:40:05  Building docker-core-command-go ... done Removing intermediate container 0387143c9e81 01:40:05 ---> faf426ea59f7 01:40:05 Step 19/21 : LABEL arch=arm64 01:40:05 Removing intermediate container 841d9033ccdc 01:40:05 ---> bd2d533e2e3a 01:40:05 Step 20/22 : LABEL arch=arm64 01:40:05 ---> Running in 3d744d8cd3fb 01:40:05 ---> Running in 84f87fcc9011 01:40:06 Removing intermediate container 3d744d8cd3fb 01:40:06 ---> 35e55d2c1497 01:40:06 Step 20/21 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:40:06 Removing intermediate container 84f87fcc9011 01:40:06 ---> db0573d27a18 01:40:06 Step 21/22 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:40:06 ---> Running in 75f04b0ac17a 01:40:06 ---> Running in 8f7516b38f3c 01:40:07 Removing intermediate container 75f04b0ac17a 01:40:07 ---> 5c9ce413681b 01:40:07 Step 21/21 : LABEL version=0.0.0 01:40:07 ---> Running in d17a081c9549 01:40:07 Removing intermediate container 8f7516b38f3c 01:40:07 ---> fd6445c7ecf1 01:40:07 Step 22/22 : LABEL version=0.0.0 01:40:07 Removing intermediate container 46e1835c6399 01:40:07 ---> 911eec4b4a6a 01:40:07 01:40:07 Step 10/22 : FROM alpine:3.12 01:40:07 ---> afeebe901d6b 01:40:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:40:07 ---> Running in 04c1377be4a2 01:40:07 ---> Running in c457b5b7688c 01:40:07 Removing intermediate container d17a081c9549 01:40:07 ---> 0d54bacd9f40 01:40:07 01:40:08 Removing intermediate container 04c1377be4a2 01:40:08 ---> b0c3aa1962ac 01:40:08 01:40:08 Successfully built 0d54bacd9f40 01:40:08 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:40:08  Building docker-security-proxy-setup-go ... done Successfully built b0c3aa1962ac 01:40:08 Successfully tagged docker-support-scheduler-go-arm64:latest 01:40:08  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:40:09 (1/2) Installing ca-certificates (20191127-r4) 01:40:09 (2/2) Installing dumb-init (1.2.2-r1) 01:40:09 Executing busybox-1.31.1-r19.trigger 01:40:09 Executing ca-certificates-20191127-r4.trigger 01:40:09 OK: 6 MiB in 16 packages 01:40:11 Removing intermediate container c457b5b7688c 01:40:11 ---> e23e8be80f2f 01:40:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:40:11 ---> Running in 79b5ffe78ca8 01:40:12 Removing intermediate container 79b5ffe78ca8 01:40:12 ---> 0292d93cb055 01:40:12 Step 13/22 : ENV APP_PORT=48060 01:40:12 ---> Running in 2b3d3df891a8 01:40:12 Removing intermediate container 2b3d3df891a8 01:40:12 ---> 0cdd74b9cdb6 01:40:12 Step 14/22 : EXPOSE $APP_PORT 01:40:12 ---> Running in c86619fa83b7 01:40:13 Removing intermediate container c86619fa83b7 01:40:13 ---> ffbb81b48728 01:40:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:40:14 ---> 0f34d77939cc 01:40:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:40:15 ---> 097e3e4ac5da 01:40:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:40:16 ---> 53b1375483a9 01:40:16 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:40:16 ---> Running in c46aa38dbd0c 01:40:16 Removing intermediate container c46aa38dbd0c 01:40:16 ---> 64b925be584d 01:40:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:40:16 ---> Running in ec19ab0870c4 01:40:17 Removing intermediate container ec19ab0870c4 01:40:17 ---> 59056a9ec743 01:40:17 Step 20/22 : LABEL arch=arm64 01:40:17 ---> Running in c8d91ad62771 01:40:17 Removing intermediate container c8d91ad62771 01:40:17 ---> a5ac6da28b6c 01:40:17 Step 21/22 : LABEL git_sha=e8083b633316085ae65a12fce58fe8483c90e2a2 01:40:17 ---> Running in 22298d7b4922 01:40:18 Removing intermediate container 22298d7b4922 01:40:18 ---> 7b199b6290dc 01:40:18 Step 22/22 : LABEL version=0.0.0 01:40:18 ---> Running in 6a4277e04778 01:40:19 Removing intermediate container 6a4277e04778 01:40:19 ---> 77fb9da1c0a5 01:40:19 01:40:19 Successfully built 77fb9da1c0a5 01:40:19 Successfully tagged docker-support-notifications-go-arm64:latest 01:40:19  Building docker-support-notifications-go ... done  [Pipeline] } 01:40:19 $ docker stop --time=1 c68f931fa3a098713ff2baa6d699d11b106b3f378ecdc7939b8118309c0fdbcd 01:40:21 $ docker rm -f c68f931fa3a098713ff2baa6d699d11b106b3f378ecdc7939b8118309c0fdbcd [Pipeline] // withDockerContainer [Pipeline] sh 01:40:22 + grep docker 01:40:22 + docker images 01:40:22 docker-support-notifications-go-arm64 latest 77fb9da1c0a5 4 seconds ago 16.7MB 01:40:22 docker-security-proxy-setup-go-arm64 latest 0d54bacd9f40 15 seconds ago 23.2MB 01:40:22 docker-support-scheduler-go-arm64 latest b0c3aa1962ac 15 seconds ago 16.1MB 01:40:22 docker-core-command-go-arm64 latest a3f716d16a49 18 seconds ago 16MB 01:40:22 docker-sys-mgmt-agent-go-arm64 latest 5df1100b7e41 About a minute ago 300MB 01:40:22 docker-security-bootstrapper-go-arm64 latest b084c9a022d6 2 minutes ago 22.6MB 01:40:22 docker-core-data-go-arm64 latest 7bd2fe11c535 2 minutes ago 21MB 01:40:22 docker-core-metadata-go-arm64 latest ab38b5d7bf22 2 minutes ago 17.7MB 01:40:22 docker-security-secretstore-setup-go-arm64 latest 586b4edcaea3 3 minutes ago 23.4MB 01:40:22 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 01:40:25 provisioning config files... 01:40:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config7463818482758791014tmp [Pipeline] { [Pipeline] sh 01:40:25 + set +x 01:40:25 + curl -s https://codecov.io/bash 01:40:25 + bash -s -- 01:40:25 01:40:25 _____ _ 01:40:25 / ____| | | 01:40:25 | | ___ __| | ___ ___ _____ __ 01:40:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:40:25 | |___| (_) | (_| | __/ (_| (_) \ V / 01:40:25 \_____\___/ \__,_|\___|\___\___/ \_/ 01:40:25 Bash-20210129-7c25fce 01:40:25 01:40:25 01:40:25 ==> git version 2.24.3 found 01:40:25 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 01:40:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:40:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:40:25 curl: option -sm: expected a proper numerical parameter 01:40:25 curl: try 'curl --help' or 'curl --manual' for more information 01:40:26 ==> Jenkins CI detected. 01:40:26 project root: . 01:40:26 --> token set from env 01:40:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:40:26 ==> Running gcov in . (disable via -X gcov) 01:40:26 ==> Python coveragepy not found 01:40:26 ==> Searching for coverage reports in: 01:40:26 + . 01:40:26 -> Found 1 reports 01:40:26 ==> Detecting git/mercurial file structure 01:40:26 ==> Reading reports 01:40:26 + ./coverage.out bytes=583623 01:40:26 ==> Appending adjustments 01:40:26 https://docs.codecov.io/docs/fixing-reports 01:40:29 + Found adjustments 01:40:29 ==> Gzipping contents 01:40:29 88K /tmp/codecov.vntSWg.gz 01:40:29 ==> Uploading reports 01:40:29 url: https://codecov.io 01:40:29 query: branch=PR-3109&commit=e8083b633316085ae65a12fce58fe8483c90e2a2&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 01:40:29 -> Pinging Codecov 01:40:29 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3109&commit=e8083b633316085ae65a12fce58fe8483c90e2a2&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3109%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3109&job=&cmd_args= 01:40:29 -> Uploading to 01:40:29 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/e8083b633316085ae65a12fce58fe8483c90e2a2/f882a53c-17aa-4d13-baea-628133c4900b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T014029Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f4de5ecab503f3ddf7270bc4d35230d76990415e6583c704dd3437d624b88491 01:40:29 % Total % Received % Xferd Average Speed Time Time Time Current 01:40:29 Dload Upload Total Spent Left Speed 01:40:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88010 0 0 100 88010 0 148k --:--:-- --:--:-- --:--:-- 148k 01:40:30 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e8083b633316085ae65a12fce58fe8483c90e2a2 [Pipeline] } 01:40:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:40:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:40:33 ---> package-listing.sh 01:40:33 ++ facter osfamily 01:40:33 ++ tr '[:upper:]' '[:lower:]' 01:40:33 + OS_FAMILY=redhat 01:40:33 + workspace=/w/workspace/edgex-go/13 01:40:33 + START_PACKAGES=/tmp/packages_start.txt 01:40:33 + END_PACKAGES=/tmp/packages_end.txt 01:40:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:40:33 + PACKAGES=/tmp/packages_start.txt 01:40:33 + '[' /w/workspace/edgex-go/13 ']' 01:40:33 + PACKAGES=/tmp/packages_end.txt 01:40:33 + case "${OS_FAMILY}" in 01:40:33 + rpm -qa 01:40:33 + sort 01:40:38 + '[' -f /tmp/packages_start.txt ']' 01:40:38 + '[' -f /tmp/packages_end.txt ']' 01:40:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:40:38 + '[' /w/workspace/edgex-go/13 ']' 01:40:38 + mkdir -p /w/workspace/edgex-go/13/archives/ 01:40:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 01:40:38 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:40:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:40:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:40:39 01:40:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:40:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:40:39 alpine: Pulling from edgex-lftools-log-publisher 01:40:39 df20fa9351a1: Pulling fs layer 01:40:39 36b3adc4ff6f: Pulling fs layer 01:40:39 8ad3a11d3b57: Pulling fs layer 01:40:39 46f8f816bc3b: Pulling fs layer 01:40:39 93b61091891f: Pulling fs layer 01:40:39 93b9cdb0e59b: Pulling fs layer 01:40:39 5e14af77c1be: Pulling fs layer 01:40:39 01666e4c0597: Pulling fs layer 01:40:39 aa168da1d23b: Pulling fs layer 01:40:39 93b61091891f: Waiting 01:40:39 93b9cdb0e59b: Waiting 01:40:39 5e14af77c1be: Waiting 01:40:39 01666e4c0597: Waiting 01:40:39 aa168da1d23b: Waiting 01:40:39 46f8f816bc3b: Waiting 01:40:39 36b3adc4ff6f: Download complete 01:40:39 46f8f816bc3b: Verifying Checksum 01:40:39 46f8f816bc3b: Download complete 01:40:39 df20fa9351a1: Verifying Checksum 01:40:39 df20fa9351a1: Download complete 01:40:39 93b9cdb0e59b: Verifying Checksum 01:40:39 93b9cdb0e59b: Download complete 01:40:39 93b61091891f: Verifying Checksum 01:40:39 93b61091891f: Download complete 01:40:39 5e14af77c1be: Verifying Checksum 01:40:39 5e14af77c1be: Download complete 01:40:39 01666e4c0597: Verifying Checksum 01:40:39 01666e4c0597: Download complete 01:40:39 df20fa9351a1: Pull complete 01:40:40 36b3adc4ff6f: Pull complete 01:40:40 8ad3a11d3b57: Verifying Checksum 01:40:40 8ad3a11d3b57: Download complete 01:40:41 8ad3a11d3b57: Pull complete 01:40:41 46f8f816bc3b: Pull complete 01:40:41 93b61091891f: Pull complete 01:40:41 93b9cdb0e59b: Pull complete 01:40:42 5e14af77c1be: Pull complete 01:40:42 01666e4c0597: Pull complete 01:40:43 aa168da1d23b: Verifying Checksum 01:40:43 aa168da1d23b: Download complete 01:40:58 aa168da1d23b: Pull complete 01:40:58 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:40:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:40:58 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:40:58 prd-centos7-docker-4c-2g-25138 does not seem to be running inside a container 01:40:58 $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:41:04 $ docker top 7d6c3a9e8fbebef20452ee60960225f37020a10c062637043b8a4175cae808a0 -eo pid,comm [Pipeline] { [Pipeline] sh 01:41:04 + touch /tmp/pre-build-complete [Pipeline] sh 01:41:04 + mkdir -p /var/log/sa [Pipeline] sh 01:41:05 + ls /var/log/sa-host 01:41:05 + sadf -c /var/log/sa-host/sa05 01:41:05 file_magic: OK 01:41:05 HZ: Using current value: 100 01:41:05 file_header: OK 01:41:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:41:05 Statistics: 01:41:05 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... 01:41:05 File successfully converted to sysstat format version 12.2.1 01:41:05 + sadf -c /var/log/sa-host/sa23 01:41:05 file_magic: OK 01:41:05 HZ: Using current value: 100 01:41:05 file_header: OK 01:41:05 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:41:05 Statistics: 01:41:05 Hnuu...uuuununununu... 01:41:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:41:05 provisioning config files... 01:41:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config1046188128058973558tmp [Pipeline] { [Pipeline] echo 01:41:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:41:05 ---> create-netrc.sh [Pipeline] } 01:41:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:41:05 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:41:06 ---> python-tools-install.sh [Pipeline] echo 01:41:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:41:06 ---> sudo-logs.sh 01:41:06 Archiving 'sudo' log.. [Pipeline] echo 01:41:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:41:06 ---> job-cost.sh 01:41:06 lf-activate-venv: SKIPPING 01:41:06 INFO: No Stack... 01:41:08 INFO: Retrieving Pricing Info for: v1-standard-2 01:41:08 INFO: Archiving Costs [Pipeline] echo 01:41:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:41:08 ---> logs-deploy.sh 01:41:08 lf-activate-venv: SKIPPING 01:41:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/13 01:41:08 INFO: archiving workspace using pattern(s): 01:41:10 Archives upload complete. 01:41:10 INFO: archiving logs to Nexus