Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at a296f24e360d73b4e20a007fd564889f5e431139 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from a296f24e360d73b4e20a007fd564889f5e431139 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25098’ is offline; ‘prd-centos7-docker-4c-2g-25103’ is offline Running on prd-centos7-docker-4c-2g-25112 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/18 [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/18 # 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/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 819d66770663099060b4e22756fbdb4c13ff0219 Checking out Revision 819d66770663099060b4e22756fbdb4c13ff0219 (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 819d66770663099060b4e22756fbdb4c13ff0219 # timeout=10 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:32 ========================================================= 00:31:32 EdgeX Global Pipelines Version Info 00:31:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 01b64e9195728587fa69ad0f43b75c38d224b038 # timeout=10 00:31:33 ------------------- 00:31:33 stable info: 00:31:33 ------------------- 00:31:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:33 Message: update stable to v1.0.179 00:31:34 ------------------- 00:31:34 experimental info: 00:31:34 ------------------- 00:31:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:34 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:31:34 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 819d66770663099060b4e22756fbdb4c13ff0219 [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 819d667 [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:37 provisioning config files... 00:31:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config8717934222516133630tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:38 ---> docker-login.sh 00:31:38 nexus3.edgexfoundry.org:10001 00:31:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:38 Configure a credential helper to remove this warning. See 00:31:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:38 00:31:38 Login Succeeded 00:31:38 nexus3.edgexfoundry.org:10002 00:31:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:39 Configure a credential helper to remove this warning. See 00:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:39 00:31:39 Login Succeeded 00:31:39 nexus3.edgexfoundry.org:10003 00:31:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:39 Configure a credential helper to remove this warning. See 00:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:39 00:31:39 Login Succeeded 00:31:39 nexus3.edgexfoundry.org:10004 00:31:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:39 Configure a credential helper to remove this warning. See 00:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:39 00:31:39 Login Succeeded 00:31:39 docker.io 00:31:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:39 Configure a credential helper to remove this warning. See 00:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:39 00:31:39 Login Succeeded 00:31:39 ---> docker-login.sh ends [Pipeline] } 00:31:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:40 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/core-command/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo core-command,cmd/core-command/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/core-data/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo core-data,cmd/core-data/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/core-metadata/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/support-notifications/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/support-scheduler/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:40 + for file in '`ls cmd/**/Dockerfile`' 00:31:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:40 ++ cut -d/ -f2 00:31:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:40 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:41 00:31:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:41 latest: Pulling from edgex-devops/git-semver 00:31:41 31603596830f: Pulling fs layer 00:31:41 2a8b12db71e7: Pulling fs layer 00:31:41 6ca5941a6612: Pulling fs layer 00:31:41 ecc8261a40a4: Pulling fs layer 00:31:41 ecc8261a40a4: Waiting 00:31:41 2a8b12db71e7: Verifying Checksum 00:31:41 2a8b12db71e7: Download complete 00:31:41 31603596830f: Verifying Checksum 00:31:41 31603596830f: Download complete 00:31:42 6ca5941a6612: Verifying Checksum 00:31:42 6ca5941a6612: Download complete 00:31:42 ecc8261a40a4: Verifying Checksum 00:31:42 ecc8261a40a4: Download complete 00:31:42 31603596830f: Pull complete 00:31:42 2a8b12db71e7: Pull complete 00:31:43 6ca5941a6612: Pull complete 00:31:43 ecc8261a40a4: Pull complete 00:31:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:44 prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container 00:31:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:46 $ docker top f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:46 [ssh-agent] Looking for ssh-agent implementation... 00:31:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:47 $ docker exec f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 ssh-agent 00:31:47 SSH_AUTH_SOCK=/tmp/ssh-uGqpwSk9eE5H/agent.11 00:31:47 SSH_AGENT_PID=17 00:31:47 Running ssh-add (command line suppressed) 00:31:47 Identity added: /w/workspace/edgex-go/18@tmp/private_key_2024026368388727807.key (/w/workspace/edgex-go/18@tmp/private_key_2024026368388727807.key) 00:31:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:48 + git tag --points-at HEAD [Pipeline] } 00:31:48 $ docker exec --env ******** --env ******** f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 ssh-agent -k 00:31:48 unset SSH_AUTH_SOCK; 00:31:48 unset SSH_AGENT_PID; 00:31:48 echo Agent pid 17 killed; 00:31:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:48 [ssh-agent] Looking for ssh-agent implementation... 00:31:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:48 $ docker exec f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 ssh-agent 00:31:48 SSH_AUTH_SOCK=/tmp/ssh-oyOCdl5APvm5/agent.45 00:31:48 SSH_AGENT_PID=50 00:31:48 Running ssh-add (command line suppressed) 00:31:48 Identity added: /w/workspace/edgex-go/18@tmp/private_key_5237513840508297431.key (/w/workspace/edgex-go/18@tmp/private_key_5237513840508297431.key) 00:31:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:49 + git semver init 00:31:49 # -> Open(): unable to determine branch for HEAD 00:31:49 # $GIT_DIR = /w/workspace/edgex-go/18/.git 00:31:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/18 00:31:49 # $SEMVER_REMOTE_NAME = origin 00:31:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:49 # $SEMVER_USER_NAME = edgex-jenkins 00:31:49 # $SEMVER_BRANCH = PR-3034 00:31:49 # $SEMVER_TEMP = /tmp/semver-275840025 00:31:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:21 # '/tmp/semver-275840025' -> '/w/workspace/edgex-go/18/.semver' 00:32:21 # -> Force: false 00:32:21 # $SEMVER_DIR = /w/workspace/edgex-go/18/.semver [Pipeline] } 00:32:21 $ docker exec --env ******** --env ******** f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 ssh-agent -k 00:32:21 unset SSH_AUTH_SOCK; 00:32:21 unset SSH_AGENT_PID; 00:32:21 echo Agent pid 50 killed; 00:32:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:22 + git semver [Pipeline] } 00:32:22 $ docker stop --time=1 f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 00:32:24 $ docker rm -f f0bd727a3e152c9502928b4a99cc39d8924f4fe2aa386df86714c04d7c6335d1 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:25 Stashed 1 file(s) [Pipeline] echo 00:32:25 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:26 + sudo service docker restart 00:32:26 + true 00:32:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:27 ========================================================= 00:32:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:27 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:32 Sending build context to Docker daemon 327.5MB 00:32:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:32 Step 2/6 : FROM ${BASE} 00:32:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:32 188c0c94c7c5: Pulling fs layer 00:32:32 0ef7d3d256c8: Pulling fs layer 00:32:32 de9db76c5a1d: Pulling fs layer 00:32:32 bca2f99d35d6: Pulling fs layer 00:32:32 93359f2a8cfa: Pulling fs layer 00:32:32 7c6f9722023f: Pulling fs layer 00:32:32 a35cf1a2eb13: Pulling fs layer 00:32:32 bca2f99d35d6: Waiting 00:32:32 93359f2a8cfa: Waiting 00:32:32 7c6f9722023f: Waiting 00:32:32 a35cf1a2eb13: Waiting 00:32:32 de9db76c5a1d: Verifying Checksum 00:32:32 de9db76c5a1d: Download complete 00:32:32 0ef7d3d256c8: Download complete 00:32:32 93359f2a8cfa: Verifying Checksum 00:32:32 93359f2a8cfa: Download complete 00:32:32 188c0c94c7c5: Verifying Checksum 00:32:32 188c0c94c7c5: Download complete 00:32:32 7c6f9722023f: Verifying Checksum 00:32:32 7c6f9722023f: Download complete 00:32:32 188c0c94c7c5: Pull complete 00:32:32 0ef7d3d256c8: Pull complete 00:32:32 de9db76c5a1d: Pull complete 00:32:33 a35cf1a2eb13: Verifying Checksum 00:32:33 a35cf1a2eb13: Download complete 00:32:34 bca2f99d35d6: Verifying Checksum 00:32:34 bca2f99d35d6: Download complete 00:32:40 Still waiting to schedule task 00:32:40 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:41 bca2f99d35d6: Pull complete 00:32:41 93359f2a8cfa: Pull complete 00:32:41 7c6f9722023f: Pull complete 00:32:46 a35cf1a2eb13: Pull complete 00:32:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:46 ---> a62c8e92a672 00:32:46 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:46 ---> Running in f4e06b0bc5c0 00:32:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:48 (1/12) Installing libmagic (5.38-r0) 00:32:48 (2/12) Installing file (5.38-r0) 00:32:49 (3/12) Installing libc-dev (0.7.2-r3) 00:32:49 (4/12) Installing g++ (9.3.0-r2) 00:32:55 (5/12) Installing fortify-headers (1.1-r0) 00:32:55 (6/12) Installing patch (2.7.6-r6) 00:32:55 (7/12) Installing build-base (0.5-r2) 00:32:55 (8/12) Installing libsodium (1.0.18-r0) 00:32:56 (9/12) Installing pkgconf (1.7.2-r0) 00:32:56 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:56 (11/12) Installing libzmq (4.3.3-r0) 00:32:56 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:56 Executing busybox-1.31.1-r19.trigger 00:32:56 OK: 233 MiB in 51 packages 00:32:59 Removing intermediate container f4e06b0bc5c0 00:32:59 ---> dd31335bc0b5 00:32:59 Step 4/6 : WORKDIR /edgex-go 00:32:59 ---> Running in bd449543a45d 00:32:59 Removing intermediate container bd449543a45d 00:32:59 ---> 51ffab5bace4 00:32:59 Step 5/6 : COPY go.mod . 00:33:00 ---> c5da3d98e3c5 00:33:00 Step 6/6 : RUN go mod download 00:33:00 ---> Running in 1d0982a1721d 00:33:22 Removing intermediate container 1d0982a1721d 00:33:22 ---> efddd28c5223 00:33:22 Successfully built efddd28c5223 00:33:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:22 + docker inspect -f . ci-base-image-x86_64 00:33:22 . [Pipeline] withDockerContainer 00:33:22 prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container 00:33:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:23 $ docker top d10282453c67aa022189cedf7950361eba440c212eb18301b1226a0362eb5654 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:24 + go version 00:33:24 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:24 $ docker stop --time=1 d10282453c67aa022189cedf7950361eba440c212eb18301b1226a0362eb5654 00:33:26 $ docker rm -f d10282453c67aa022189cedf7950361eba440c212eb18301b1226a0362eb5654 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:26 + docker inspect -f . ci-base-image-x86_64 00:33:26 . [Pipeline] withDockerContainer 00:33:27 prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container 00:33:27 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:27 $ docker top b0eeab0be975a0b32831a33d8c5fc57e36da29f69c6c41373c655e99af9ec85c -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:28 ========================================================= 00:33:28 [edgeXBuildGoParallel] Running Tests and Build... 00:33:28 ========================================================= [Pipeline] sh 00:33:28 + make test 00:33:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:38 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.2% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.059s coverage: 100.0% of statements 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.264s coverage: 27.1% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.118s coverage: 65.8% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.506s coverage: 82.3% of statements 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.380s coverage: 28.6% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 00:34:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.513s coverage: 92.8% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.071s coverage: 0.1% of statements 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.056s coverage: 96.3% of statements 00:34:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.044s coverage: 94.4% of statements 00:34:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.037s coverage: 44.8% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.177s coverage: 63.5% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.459s coverage: 68.9% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.358s coverage: 84.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.180s coverage: 47.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.082s coverage: 87.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.702s coverage: 29.1% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.059s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:46 GO111MODULE=on go vet ./... 00:35:13 gofmt -l . 00:35:13 [ "`gofmt -l .`" = "" ] 00:35:14 ./bin/test-go-mod-tidy.sh 00:35:14 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:15 + ls -al . 00:35:15 total 688 00:35:15 drwxrwxr-x 10 1001 1001 4096 Feb 5 00:35 . 00:35:15 drwxr-xr-x 4 root root 30 Feb 5 00:33 .. 00:35:15 -rw-rw-r-- 1 1001 1001 11 Feb 5 00:31 .dockerignore 00:35:15 drwxrwxr-x 8 1001 1001 179 Feb 5 00:31 .git 00:35:15 drwxrwxr-x 3 1001 1001 125 Feb 5 00:31 .github 00:35:15 -rw-rw-r-- 1 1001 1001 872 Feb 5 00:31 .gitignore 00:35:15 drwx------ 3 1001 1001 60 Feb 5 00:32 .semver 00:35:15 -rw-rw-r-- 1 1001 1001 166 Feb 5 00:31 .sonarcloud.properties 00:35:15 -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:31 Attribution.txt 00:35:15 -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:31 CONTRIBUTING.md 00:35:15 -rw-rw-r-- 1 1001 1001 931 Feb 5 00:31 Dockerfile.build 00:35:15 -rw-rw-r-- 1 1001 1001 863 Feb 5 00:31 Jenkinsfile 00:35:15 -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:31 LICENSE 00:35:15 -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:31 Makefile 00:35:15 -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:31 README.md 00:35:15 -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:31 SECURITY.md 00:35:15 -rw-rw-r-- 1 1001 1001 5 Feb 5 00:32 VERSION 00:35:15 -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:31 ZMQWindows.md 00:35:15 drwxrwxr-x 2 1001 1001 117 Feb 5 00:31 bin 00:35:15 drwxrwxr-x 15 1001 1001 4096 Feb 5 00:31 cmd 00:35:15 -rw-r--r-- 1 root root 583066 Feb 5 00:34 coverage.out 00:35:15 -rw-r--r-- 1 root root 1054 Feb 5 00:35 go.mod 00:35:15 -rw-r--r-- 1 root root 19290 Feb 5 00:35 go.sum 00:35:15 drwxrwxr-x 8 1001 1001 127 Feb 5 00:31 internal 00:35:15 drwxrwxr-x 4 1001 1001 26 Feb 5 00:31 openapi 00:35:15 drwxrwxr-x 4 1001 1001 71 Feb 5 00:31 snap 00:35:15 -rw-rw-r-- 1 1001 1001 168 Feb 5 00:31 version.go [Pipeline] sh 00:35:16 + '[' -e coverage.out ] 00:35:16 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:16 Stashed 1 file(s) [Pipeline] sh 00:35:16 + make build 00:35:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:35:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:35:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:35:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:35:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:35:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:35:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:35:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:35:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:35:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:35:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25119 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:35:42 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 00:35:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:35:47 $ docker stop --time=1 b0eeab0be975a0b32831a33d8c5fc57e36da29f69c6c41373c655e99af9ec85c 00:35:49 $ docker rm -f b0eeab0be975a0b32831a33d8c5fc57e36da29f69c6c41373c655e99af9ec85c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 00:35:50 using credential edgex-jenkins-ssh [Pipeline] script [Pipeline] { 00:35:50 Cloning the remote Git repository 00:35:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:50 > git init /w/workspace/edgex-go/18 # timeout=10 [Pipeline] isUnix [Pipeline] sh 00:35:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:51 00:35:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:51 latest: Pulling from edgex-devops/edgex-compose 00:35:51 cbdbe7a5bc2a: Pulling fs layer 00:35:51 ca9280d653b3: Pulling fs layer 00:35:51 7e9c9ca2126c: Pulling fs layer 00:35:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:50 > git --version # timeout=10 00:35:50 > git --version # 'git version 2.17.1' 00:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:52 cbdbe7a5bc2a: Verifying Checksum 00:35:52 cbdbe7a5bc2a: Download complete 00:35:52 ca9280d653b3: Verifying Checksum 00:35:52 ca9280d653b3: Download complete 00:35:52 cbdbe7a5bc2a: Pull complete 00:35:53 ca9280d653b3: Pull complete 00:36:00 7e9c9ca2126c: Pull complete 00:36:00 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:00 prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container 00:36:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:03 $ docker top 5ba456fb0eca91b70dfc8439ecf2066c927be87ab9b27371c747dfe85efbce77 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:03 + + grepdocker-compose parallel 00:36:03 build --help 00:36:05 --parallel Build images in parallel. [Pipeline] } 00:36:05 $ docker stop --time=1 5ba456fb0eca91b70dfc8439ecf2066c927be87ab9b27371c747dfe85efbce77 00:36:06 $ docker rm -f 5ba456fb0eca91b70dfc8439ecf2066c927be87ab9b27371c747dfe85efbce77 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:07 . [Pipeline] withDockerContainer 00:36:07 prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container 00:36:07 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:08 $ docker top 6230f9b77194e9683445c988a9b2f295c79d3e3bc700c97d1090f5f77934b4e5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:09 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:10 Building docker-core-command-go ... 00:36:10 Building docker-core-data-go ... 00:36:10 Building docker-core-metadata-go ... 00:36:10 Building docker-security-bootstrapper-go ... 00:36:10 Building docker-security-proxy-setup-go ... 00:36:10 Building docker-security-secretstore-setup-go ... 00:36:10 Building docker-support-notifications-go ... 00:36:10 Building docker-support-scheduler-go ... 00:36:10 Building docker-sys-mgmt-agent-go ... 00:36:10 Building docker-support-notifications-go 00:36:10 Building docker-sys-mgmt-agent-go 00:36:10 Building docker-core-command-go 00:36:10 Building docker-security-proxy-setup-go 00:36:10 Building docker-core-metadata-go 00:36:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:12 Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:36:13 Merge succeeded, producing 230c042bee8962012fd687ba60565d14f53cbbe5 00:36:13 Checking out Revision 230c042bee8962012fd687ba60565d14f53cbbe5 (PR-3034) 00:36:12 > git config core.sparsecheckout # timeout=10 00:36:12 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:36:12 > git remote # timeout=10 00:36:12 > git config --get remote.origin.url # timeout=10 00:36:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:12 > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 00:36:13 > git rev-parse HEAD^{commit} # timeout=10 00:36:13 > git config core.sparsecheckout # timeout=10 00:36:13 > git checkout -f 230c042bee8962012fd687ba60565d14f53cbbe5 # timeout=10 00:36:17 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" 00:36:17 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:17 > git rev-list --no-walk 01b64e9195728587fa69ad0f43b75c38d224b038 # timeout=10 00:36:19 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:20 + + sudo service docker restart 00:36:20 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:23 provisioning config files... 00:36:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/18@tmp/config4146480534287596975tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:23 ---> docker-login.sh 00:36:23 nexus3.edgexfoundry.org:10001 00:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:24 Configure a credential helper to remove this warning. See 00:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:24 00:36:24 Login Succeeded 00:36:24 nexus3.edgexfoundry.org:10002 00:36:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:25 Configure a credential helper to remove this warning. See 00:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:25 00:36:25 Login Succeeded 00:36:25 nexus3.edgexfoundry.org:10003 00:36:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 nexus3.edgexfoundry.org:10004 00:36:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:26 Configure a credential helper to remove this warning. See 00:36:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:26 00:36:26 Login Succeeded 00:36:26 docker.io 00:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:27 Configure a credential helper to remove this warning. See 00:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:27 00:36:27 Login Succeeded 00:36:27 ---> docker-login.sh ends [Pipeline] } 00:36:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:28 ========================================================= 00:36:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:28 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:31 Sending build context to Docker daemon 166.1MB 00:36:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:31 Step 2/6 : FROM ${BASE} 00:36:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:31 5f621e34cdf4: Pulling fs layer 00:36:31 a4357932f1b6: Pulling fs layer 00:36:31 18c013af1878: Pulling fs layer 00:36:31 00ac8860ef70: Pulling fs layer 00:36:31 63d7cb157983: Pulling fs layer 00:36:31 b116817d02f9: Pulling fs layer 00:36:31 745a02a5169b: Pulling fs layer 00:36:31 00ac8860ef70: Waiting 00:36:31 63d7cb157983: Waiting 00:36:31 745a02a5169b: Waiting 00:36:31 18c013af1878: Download complete 00:36:31 a4357932f1b6: Verifying Checksum 00:36:31 a4357932f1b6: Download complete 00:36:31 63d7cb157983: Verifying Checksum 00:36:31 63d7cb157983: Download complete 00:36:31 b116817d02f9: Verifying Checksum 00:36:31 b116817d02f9: Download complete 00:36:31 5f621e34cdf4: Verifying Checksum 00:36:31 5f621e34cdf4: Download complete 00:36:31 5f621e34cdf4: Pull complete 00:36:32 a4357932f1b6: Pull complete 00:36:32 18c013af1878: Pull complete 00:36:33 745a02a5169b: Verifying Checksum 00:36:33 745a02a5169b: Download complete 00:36:34 00ac8860ef70: Verifying Checksum 00:36:34 00ac8860ef70: Download complete 00:36:44 00ac8860ef70: Pull complete 00:36:44 63d7cb157983: Pull complete 00:36:45 b116817d02f9: Pull complete 00:36:48 745a02a5169b: Pull complete 00:36:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:48 ---> b7e6874047d6 00:36:48 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> efddd28c5223 00:36:49 Step 3/26 : WORKDIR /edgex-go 00:36:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> efddd28c5223 00:36:49 Step 3/21 : WORKDIR /edgex-go 00:36:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> efddd28c5223 00:36:49 Step 3/23 : WORKDIR /edgex-go 00:36:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> efddd28c5223 00:36:49 Step 3/23 : WORKDIR /edgex-go 00:36:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:36:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:49 ---> efddd28c5223 00:36:49 Step 3/22 : WORKDIR /edgex-go 00:36:49 ---> Running in cf1dc6cd0d16 00:36:49 ---> Running in c03887db4e15 00:36:49 ---> Running in bcdf9db78ca1 00:36:49 ---> Running in 1ccdee13730c 00:36:49 ---> Running in fead0abe8fb1 00:36:49 Removing intermediate container c03887db4e15 00:36:49 ---> 77355f501294 00:36:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 Removing intermediate container fead0abe8fb1 00:36:49 ---> 2aaaa8f156b5 00:36:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 Removing intermediate container 1ccdee13730c 00:36:49 ---> 1c0d1205c389 00:36:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 Removing intermediate container cf1dc6cd0d16 00:36:49 ---> 198924701f40 00:36:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 Removing intermediate container bcdf9db78ca1 00:36:49 ---> 0fc02019da3d 00:36:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:49 ---> Running in d9ac6b3bca19 00:36:49 ---> Running in f8dc17d47d58 00:36:49 ---> Running in 61143384c3fc 00:36:49 ---> Running in ae8c864dfc11 00:36:49 ---> Running in 7ddc01890dc8 00:36:51 Removing intermediate container d9ac6b3bca19 00:36:51 ---> ac0c38a6cbde 00:36:51 Step 5/21 : RUN apk add --update --no-cache make git 00:36:51 Removing intermediate container 61143384c3fc 00:36:51 ---> eb94d9ff6576 00:36:51 Step 5/23 : RUN apk add --update --no-cache make git 00:36:51 ---> Running in ae2d387d759c 00:36:51 Removing intermediate container f8dc17d47d58 00:36:51 ---> 1c979726158c 00:36:51 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:36:51 Removing intermediate container ae8c864dfc11 00:36:51 ---> 0c6f5b55c7a1 00:36:51 Step 5/23 : RUN apk add --update --no-cache make git 00:36:51 Removing intermediate container 7ddc01890dc8 00:36:51 ---> 062b4dbb4479 00:36:51 Step 5/26 : RUN apk add --update --no-cache make bash git 00:36:51 ---> Running in 2ef7d34d7d88 00:36:51 ---> Running in 8bab36b9b8d1 00:36:51 ---> Running in 7a0876ee05df 00:36:51 ---> Running in 37c306ae247d 00:36:51 ---> Running in a60b0476fafb 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:54 OK: 233 MiB in 51 packages 00:36:54 OK: 233 MiB in 51 packages 00:36:54 OK: 233 MiB in 51 packages 00:36:55 OK: 233 MiB in 51 packages 00:36:55 Removing intermediate container ae2d387d759c 00:36:55 ---> 75ddf833d355 00:36:55 Step 6/21 : COPY go.mod . 00:36:55 OK: 233 MiB in 51 packages 00:36:55 (1/12) Installing libmagic (5.38-r0) 00:36:55 ---> 7a5fa4bb4c94 00:36:55 Step 7/21 : RUN go mod download 00:36:55 (2/12) Installing file (5.38-r0) 00:36:55 ---> Running in c8352b61ff4a 00:36:55 Removing intermediate container 8bab36b9b8d1 00:36:55 ---> 13d363d7360c 00:36:55 Step 6/23 : COPY go.mod . 00:36:55 (3/12) Installing libc-dev (0.7.2-r3) 00:36:55 (4/12) Installing g++ (9.3.0-r2) 00:36:57 Removing intermediate container 37c306ae247d 00:36:57 ---> e14a2e09fb3f 00:36:57 Step 6/26 : COPY go.mod . 00:36:57 ---> bdbb8bacb561 00:36:57 Step 7/23 : RUN go mod download 00:36:57 Removing intermediate container 2ef7d34d7d88 00:36:57 ---> 6e5fdff93822 00:36:57 Step 6/22 : COPY go.mod . 00:36:57 Removing intermediate container 7a0876ee05df 00:36:57 ---> f513cbe259bb 00:36:57 Step 6/23 : COPY go.mod . 00:36:57 ---> Running in 1f51bd369d90 00:36:57 ---> 493933e2fe78 00:36:57 Step 7/26 : RUN go mod download 00:36:57 ---> Running in 645dbe131067 00:36:57 ---> aaf112d87af7 00:36:57 Step 7/23 : RUN go mod download 00:36:57 ---> b67daabb10ca 00:36:57 Step 7/22 : RUN go mod download 00:36:57 ---> Running in 42ebf1246f16 00:36:57 ---> Running in 487f9e8621bd 00:36:58 Removing intermediate container c8352b61ff4a 00:36:58 ---> ae77852720c8 00:36:58 Step 8/21 : COPY . . 00:36:58 Removing intermediate container 1f51bd369d90 00:36:58 ---> cebbba2efd5d 00:36:58 Step 8/23 : COPY . . 00:37:02 Removing intermediate container 645dbe131067 00:37:02 ---> e17cb21d81ae 00:37:02 Step 8/26 : COPY . . 00:37:05 Removing intermediate container 42ebf1246f16 00:37:05 ---> 7340397ead7b 00:37:05 Step 8/22 : COPY . . 00:37:05 Removing intermediate container 487f9e8621bd 00:37:05 ---> d009cd99d8c2 00:37:05 Step 8/23 : COPY . . 00:37:18 (5/12) Installing fortify-headers (1.1-r0) 00:37:18 (6/12) Installing patch (2.7.6-r6) 00:37:18 (7/12) Installing build-base (0.5-r2) 00:37:18 (8/12) Installing libsodium (1.0.18-r0) 00:37:18 (9/12) Installing pkgconf (1.7.2-r0) 00:37:18 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:18 (11/12) Installing libzmq (4.3.3-r0) 00:37:18 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:18 Executing busybox-1.31.1-r19.trigger 00:37:18 OK: 217 MiB in 51 packages 00:37:23 Removing intermediate container a60b0476fafb 00:37:23 ---> 2a21e675f578 00:37:23 Step 4/6 : WORKDIR /edgex-go 00:37:23 ---> Running in 7be67d2197fc 00:37:23 Removing intermediate container 7be67d2197fc 00:37:23 ---> a29424b7dd57 00:37:23 Step 5/6 : COPY go.mod . 00:37:24 ---> 07d0110bce9a 00:37:24 Step 6/6 : RUN go mod download 00:37:24 ---> Running in a5038965ca85 00:37:45 ---> ae3259c2b986 00:37:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:37:45 ---> b9bf266be893 00:37:45 Step 9/23 : RUN make cmd/core-command/core-command 00:37:45 ---> e29232f114b5 00:37:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:37:45 ---> a08504e76777 00:37:45 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:37:45 ---> 5856b0bfbabb 00:37:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:37:45 ---> Running in c249c7c158d5 00:37:45 ---> Running in 4b33dc8f7a9d 00:37:45 ---> Running in 8fa75a49471f 00:37:45 ---> Running in d68298235077 00:37:45 ---> Running in 53f22f616bf8 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:37:56 Removing intermediate container a5038965ca85 00:37:56 ---> 292a51a23de5 00:37:56 Successfully built 292a51a23de5 00:37:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:57 + docker inspect -f . ci-base-image-arm64 00:37:57 . [Pipeline] withDockerContainer 00:37:57 prd-ubuntu18.04-docker-arm64-4c-16g-25119 does not seem to be running inside a container 00:37:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:59 $ docker top 6cd6008e993193db36d40b65a44345484db454cd301f8710ee6478168480e5e3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:00 + go version 00:38:00 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:00 $ docker stop --time=1 6cd6008e993193db36d40b65a44345484db454cd301f8710ee6478168480e5e3 00:38:02 $ docker rm -f 6cd6008e993193db36d40b65a44345484db454cd301f8710ee6478168480e5e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:03 + docker inspect -f . ci-base-image-arm64 00:38:03 . [Pipeline] withDockerContainer 00:38:03 prd-ubuntu18.04-docker-arm64-4c-16g-25119 does not seem to be running inside a container 00:38:03 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:05 $ docker top b69e9d8ff4a70e280ec50947ab274701c51a99b7640bc4bc5459a49d30786e1b -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:05 ========================================================= 00:38:05 [edgeXBuildGoParallel] Running Tests and Build... 00:38:05 ========================================================= [Pipeline] sh 00:38:06 + make test 00:38:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:38:22 Removing intermediate container 53f22f616bf8 00:38:22 ---> 9d328628dc77 00:38:22 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:38:22 Removing intermediate container d68298235077 00:38:22 ---> 02450c31c985 00:38:22 00:38:22 Step 10/21 : FROM alpine:3.12 00:38:22 ---> Running in 91424aee20f1 00:38:22 3.12: Pulling from library/alpine 00:38:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:38:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:38:23 Status: Downloaded newer image for alpine:3.12 00:38:23 ---> 389fef711851 00:38:23 Step 11/21 : RUN apk add --update --no-cache curl 00:38:26 ---> Running in daae9dc06003 00:38:28 Removing intermediate container c249c7c158d5 00:38:28 ---> c24b26855ae9 00:38:28 00:38:28 Step 10/22 : FROM alpine:3.12 00:38:28 ---> 389fef711851 00:38:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:38:28 Removing intermediate container 8fa75a49471f 00:38:28 ---> b4ad4a8dc6f1 00:38:28 00:38:28 Step 10/23 : FROM alpine:3.12 00:38:28 ---> 389fef711851 00:38:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:28 ---> Running in a014a6bc9c54 00:38:28 ---> Running in 05b8a3258a1c 00:38:29 Removing intermediate container 91424aee20f1 00:38:29 ---> e21e5128e9f6 00:38:29 00:38:29 Step 11/26 : FROM docker:20.10.0 00:38:29 20.10.0: Pulling from library/docker 00:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:29 (1/4) Installing ca-certificates (20191127-r4) 00:38:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:29 (3/4) Installing libcurl (7.69.1-r3) 00:38:29 (4/4) Installing curl (7.69.1-r3) 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:29 Executing ca-certificates-20191127-r4.trigger 00:38:30 OK: 7 MiB in 18 packages 00:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:30 (1/2) Installing ca-certificates (20191127-r4) 00:38:30 (1/1) Installing dumb-init (1.2.2-r1) 00:38:30 Executing busybox-1.31.1-r19.trigger 00:38:30 (2/2) Installing dumb-init (1.2.2-r1) 00:38:30 OK: 6 MiB in 15 packages 00:38:30 Executing busybox-1.31.1-r19.trigger 00:38:30 Executing ca-certificates-20191127-r4.trigger 00:38:30 OK: 6 MiB in 16 packages 00:38:33 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:33 Removing intermediate container 4b33dc8f7a9d 00:38:33 ---> 4f8088ebb325 00:38:33 00:38:33 Step 10/23 : FROM alpine:3.12 00:38:33 ---> 389fef711851 00:38:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:38:33 ---> Running in 37f67a7d59d3 00:38:33 Removing intermediate container 05b8a3258a1c 00:38:33 ---> dadf477fc6c5 00:38:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:33 Removing intermediate container daae9dc06003 00:38:33 ---> da1f0ba30187 00:38:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:34 ---> Running in 42b5e7a9b28c 00:38:34 ---> Running in 09d0a395da6b 00:38:34 Removing intermediate container a014a6bc9c54 00:38:34 ---> 6d4a08c40b9a 00:38:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:38:34 ---> Running in 5aade0ca3289 00:38:34 Removing intermediate container 42b5e7a9b28c 00:38:34 ---> fdc521d98787 00:38:34 Step 13/23 : ENV APP_PORT=48082 00:38:34 Removing intermediate container 09d0a395da6b 00:38:34 ---> d88196f2b191 00:38:34 Step 13/21 : WORKDIR /edgex 00:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 ---> Running in f22f10588774 00:38:34 ---> Running in dec2e1e40c20 00:38:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:34 Removing intermediate container 5aade0ca3289 00:38:34 ---> 9d20487a4765 00:38:34 Step 13/22 : ENV APP_PORT=48060 00:38:34 (1/1) Installing dumb-init (1.2.2-r1) 00:38:34 Executing busybox-1.31.1-r19.trigger 00:38:34 OK: 6 MiB in 15 packages 00:38:35 Removing intermediate container dec2e1e40c20 00:38:35 ---> dfaab0975853 00:38:35 Step 14/23 : EXPOSE $APP_PORT 00:38:36 ---> Running in f5eb702f95ed 00:38:36 ---> Running in 2fe8f1446394 00:38:36 Removing intermediate container f22f10588774 00:38:36 ---> b6929ab33cd6 00:38:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:36 Removing intermediate container f5eb702f95ed 00:38:36 ---> 32713efef7b0 00:38:36 Step 14/22 : EXPOSE $APP_PORT 00:38:36 ---> Running in a42a9418bb31 00:38:36 Removing intermediate container 2fe8f1446394 00:38:36 ---> a10fbe0a5dd4 00:38:36 Step 15/23 : WORKDIR / 00:38:36 ---> 23a92bc15838 00:38:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:36 ---> Running in 18740e200b05 00:38:36 Removing intermediate container 37f67a7d59d3 00:38:36 ---> a5de08f34cb3 00:38:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:38:37 Removing intermediate container a42a9418bb31 00:38:37 ---> 64d99c54ecea 00:38:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:37 ---> Running in f46f7cf737da 00:38:37 Removing intermediate container 18740e200b05 00:38:37 ---> fa6aa254ff40 00:38:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:38 Removing intermediate container f46f7cf737da 00:38:38 ---> 06d32b3f1d12 00:38:38 Step 13/23 : ENV APP_PORT=48081 00:38:38 ---> a4a047986dbf 00:38:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:38 ---> 2939f8b29370 00:38:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:38:38 ---> Running in 4d1b2e5df330 00:38:38 ---> d3a1031d572f 00:38:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:38 Removing intermediate container 4d1b2e5df330 00:38:38 ---> b44bd006a09a 00:38:38 Step 14/23 : EXPOSE $APP_PORT 00:38:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:38:38 ---> Running in 5d468112789d 00:38:38 Status: Downloaded newer image for docker:20.10.0 00:38:38 ---> aefe523efa57 00:38:38 Step 12/26 : RUN apk add --no-cache bash 00:38:38 ---> ade1a6a3bfad 00:38:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:39 ---> d6b9e017b30e 00:38:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:38:39 ---> Running in 3985e1223cba 00:38:39 ---> Running in e40f76240225 00:38:39 Removing intermediate container 5d468112789d 00:38:39 ---> cea0fb9b2e4d 00:38:39 Step 15/23 : WORKDIR / 00:38:39 ---> 53ed0e8ba44a 00:38:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:39 ---> Running in 7a845a886f40 00:38:39 ---> 78fcfab31633 00:38:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:38:39 Removing intermediate container e40f76240225 00:38:39 ---> 2d1676cdb373 00:38:39 Step 18/21 : CMD ["--init=true"] 00:38:39 ---> Running in b0d9b7e25861 00:38:39 ---> 9ddcb3adb4e7 00:38:39 Step 19/23 : ENTRYPOINT ["/core-command"] 00:38:39 ---> Running in 3d0acb7e47c6 00:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:39 Removing intermediate container 7a845a886f40 00:38:39 ---> 992f194a3083 00:38:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:39 ---> Running in 275f476a4210 00:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:40 Removing intermediate container b0d9b7e25861 00:38:40 ---> 427f4a8f9a41 00:38:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:40 (1/2) Installing readline (8.0.4-r0) 00:38:40 (2/2) Installing bash (5.0.17-r0) 00:38:40 Executing bash-5.0.17-r0.post-install 00:38:40 Executing busybox-1.31.1-r19.trigger 00:38:40 OK: 12 MiB in 22 packages 00:38:40 Removing intermediate container 3d0acb7e47c6 00:38:40 ---> f12f6c5f92a2 00:38:40 Step 19/21 : LABEL arch=x86_64 00:38:40 Removing intermediate container 275f476a4210 00:38:40 ---> d8fa84c4a08e 00:38:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:40 ---> Running in 82a62d48a73d 00:38:40 ---> 8b4b81b67fc3 00:38:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:40 ---> Running in 7928c224653f 00:38:40 ---> Running in 95370e6e0d49 00:38:40 Removing intermediate container 82a62d48a73d 00:38:40 ---> 5a998a08c059 00:38:40 Step 20/22 : LABEL arch=x86_64 00:38:41 ---> Running in b26106dcb7d1 00:38:41 Removing intermediate container 7928c224653f 00:38:41 ---> 4220115d0fc2 00:38:41 Step 20/21 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:38:41 Removing intermediate container 95370e6e0d49 00:38:41 ---> 14f281a263f0 00:38:41 Step 21/23 : LABEL arch=x86_64 00:38:41 ---> Running in 3034918f2f51 00:38:41 ---> Running in a2f891f313cb 00:38:41 ---> 3c2d19fff8ec 00:38:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:41 Removing intermediate container 3985e1223cba 00:38:41 ---> 44f1172d7056 00:38:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:38:41 Removing intermediate container b26106dcb7d1 00:38:41 ---> 5f747e951498 00:38:41 Step 21/22 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:38:41 ---> Running in bc955f5f36b8 00:38:41 ---> Running in 0e59aa801954 00:38:41 Removing intermediate container 3034918f2f51 00:38:41 ---> 97d7b0bdd962 00:38:41 Step 21/21 : LABEL version=0.0.0 00:38:41 Removing intermediate container a2f891f313cb 00:38:41 ---> e33932cd524d 00:38:41 Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:38:41 ---> 7fd8115fabda 00:38:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:38:42 ---> Running in 00ae71a1ea05 00:38:42 Removing intermediate container bc955f5f36b8 00:38:42 ---> d9d2e9245b27 00:38:42 Step 14/26 : ENV APP_PORT=48090 00:38:42 ---> Running in 41fae1caa140 00:38:42 ---> Running in 444bbda2e31c 00:38:42 Removing intermediate container 0e59aa801954 00:38:42 ---> 888549f3a67d 00:38:42 Step 22/22 : LABEL version=0.0.0 00:38:42 ---> Running in c0de22d1ac46 00:38:42 ---> Running in 53aadd4dfe82 00:38:42 Removing intermediate container 00ae71a1ea05 00:38:42 ---> 6ef65594d038 00:38:42 00:38:42 Removing intermediate container 41fae1caa140 00:38:42 ---> 1a8a43337742 00:38:42 Step 23/23 : LABEL version=0.0.0 00:38:42 Removing intermediate container 444bbda2e31c 00:38:42 ---> 28ccdd8a17e5 00:38:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:42 Removing intermediate container c0de22d1ac46 00:38:42 ---> 91e770829187 00:38:42 Step 15/26 : EXPOSE $APP_PORT 00:38:42 Successfully built 6ef65594d038 00:38:42 Removing intermediate container 53aadd4dfe82 00:38:42 ---> b3a2d86f14a0 00:38:42 00:38:42 Successfully tagged docker-security-proxy-setup-go:latest 00:38:42  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:38:42 ---> Running in 59e19a548cc1 00:38:42 ---> Running in fb05343a696e 00:38:43 ---> Running in 3bb5044766c0 00:38:43 Successfully built b3a2d86f14a0 00:38:43 Successfully tagged docker-support-notifications-go:latest 00:38:43  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:38:43 Removing intermediate container 3bb5044766c0 00:38:43 ---> b2f4616b91b6 00:38:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:38:43 Removing intermediate container fb05343a696e 00:38:43 ---> 5f3706918274 00:38:43 Step 21/23 : LABEL arch=x86_64 00:38:43 Removing intermediate container 59e19a548cc1 00:38:43 ---> 2fb9cc4b4ffb 00:38:43 00:38:43 ---> Running in ff3fd81affe3 00:38:43 Successfully built 2fb9cc4b4ffb 00:38:43 Successfully tagged docker-core-command-go:latest 00:38:43  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:38:43 Removing intermediate container ff3fd81affe3 00:38:43 ---> 78657a0fb5e4 00:38:43 Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:38:43 ---> Running in 645f99a51e85 00:38:43 ---> 7407189b9a0d 00:38:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:44 Removing intermediate container 645f99a51e85 00:38:44 ---> 913bc033b918 00:38:44 Step 23/23 : LABEL version=0.0.0 00:38:46 ---> Running in f7f7524a12f4 00:38:47 ---> b094bd3ec9b5 00:38:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:49 Removing intermediate container f7f7524a12f4 00:38:49 ---> d326ed9ee86e 00:38:49 00:38:49 Successfully built d326ed9ee86e 00:38:50 Successfully tagged docker-core-metadata-go:latest 00:38:50  Building docker-core-metadata-go ... done Building docker-core-data-go 00:38:51 ---> a4574c58a011 00:38:51 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:51 ---> Running in afbca68d1b06 00:38:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:53 (1/33) Installing libbz2 (1.0.8-r1) 00:38:53 (2/33) Installing expat (2.2.9-r1) 00:38:53 (3/33) Installing libffi (3.3-r2) 00:38:53 (4/33) Installing gdbm (1.13-r1) 00:38:53 (5/33) Installing xz-libs (5.2.5-r0) 00:38:53 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:53 (7/33) Installing python3 (3.8.5-r0) 00:38:54 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:54 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:54 (11/33) Installing py3-six (1.15.0-r0) 00:38:54 (12/33) Installing py3-packaging (20.4-r0) 00:38:54 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:54 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:54 (15/33) Installing py3-idna (2.9-r0) 00:38:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:54 (18/33) Installing py3-requests (2.23.0-r0) 00:38:55 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38:55 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:55 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:55 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:55 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:55 (24/33) Installing py3-distro (1.5.0-r1) 00:38:55 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:55 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:55 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:55 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:55 (29/33) Installing py3-progress (1.5-r0) 00:38:55 (30/33) Installing py3-toml (0.10.1-r0) 00:38:55 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:55 (33/33) Installing py3-pip (20.1.1-r0) 00:39:02 Executing busybox-1.31.1-r19.trigger 00:39:02 OK: 71 MiB in 55 packages 00:39:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:13 ---> efddd28c5223 00:39:13 Step 3/22 : WORKDIR /edgex-go 00:39:14 ---> Using cache 00:39:14 ---> 198924701f40 00:39:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:14 ---> Using cache 00:39:14 ---> eb94d9ff6576 00:39:14 Step 5/22 : RUN apk add --update --no-cache make git 00:39:14 ---> Using cache 00:39:14 ---> 13d363d7360c 00:39:14 Step 6/22 : COPY go.mod . 00:39:14 ---> Using cache 00:39:14 ---> bdbb8bacb561 00:39:14 Step 7/22 : RUN go mod download 00:39:14 ---> Using cache 00:39:14 ---> cebbba2efd5d 00:39:14 Step 8/22 : COPY . . 00:39:14 ---> Using cache 00:39:14 ---> b9bf266be893 00:39:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:39:14 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:14 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:39:14 ---> efddd28c5223 00:39:14 Step 3/31 : WORKDIR /edgex-go 00:39:14 ---> Using cache 00:39:14 ---> 198924701f40 00:39:14 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:14 ---> Using cache 00:39:14 ---> eb94d9ff6576 00:39:14 Step 5/31 : RUN apk add --update --no-cache make git 00:39:14 ---> Using cache 00:39:14 ---> 13d363d7360c 00:39:14 Step 6/31 : COPY go.mod . 00:39:14 ---> Using cache 00:39:14 ---> bdbb8bacb561 00:39:14 Step 7/31 : RUN go mod download 00:39:14 ---> Using cache 00:39:14 ---> cebbba2efd5d 00:39:14 Step 8/31 : COPY . . 00:39:14 ---> Using cache 00:39:14 ---> b9bf266be893 00:39:14 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:39:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:14 ---> efddd28c5223 00:39:14 Step 3/24 : WORKDIR /edgex-go 00:39:14 ---> Using cache 00:39:14 ---> 198924701f40 00:39:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:14 ---> Using cache 00:39:14 ---> eb94d9ff6576 00:39:14 Step 5/24 : RUN apk add --update --no-cache make git 00:39:14 ---> Using cache 00:39:14 ---> 13d363d7360c 00:39:14 Step 6/24 : COPY go.mod . 00:39:14 ---> Using cache 00:39:14 ---> bdbb8bacb561 00:39:14 Step 7/24 : RUN go mod download 00:39:14 ---> Using cache 00:39:14 ---> cebbba2efd5d 00:39:14 Step 8/24 : COPY . . 00:39:14 ---> Using cache 00:39:14 ---> b9bf266be893 00:39:14 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:17 ---> Running in 6afed32e21d2 00:39:17 ---> Running in 7c473f6e231a 00:39:17 ---> Running in e20cde5bc510 00:39:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:39:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:39:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:39:25 ---> efddd28c5223 00:39:25 Step 3/23 : WORKDIR /edgex-go 00:39:25 ---> Using cache 00:39:25 ---> 198924701f40 00:39:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:25 ---> Using cache 00:39:25 ---> eb94d9ff6576 00:39:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:39:26 ---> Running in 09f053ea46ce 00:39:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:29 Removing intermediate container afbca68d1b06 00:39:29 ---> c805cf2bfd3d 00:39:29 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:29 OK: 233 MiB in 51 packages 00:39:29 ---> Running in 7a4035619d67 00:39:30 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:30 Removing intermediate container 09f053ea46ce 00:39:30 ---> cda49d85d610 00:39:30 Step 6/23 : COPY go.mod . 00:39:31 ---> ed79a3a43e71 00:39:31 Step 7/23 : RUN go mod download 00:39:31 ---> Running in 22c1c3db7a70 00:39:34 Collecting docker-compose==1.23.2 00:39:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:34 Collecting dockerpty<0.5,>=0.4.1 00:39:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:35 Removing intermediate container 22c1c3db7a70 00:39:35 ---> c0ebbd56857a 00:39:35 Step 8/23 : COPY . . 00:39:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:38 Collecting texttable<0.10,>=0.9.0 00:39:38 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:39 Collecting PyYAML<4,>=3.10 00:39:39 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:41 Collecting jsonschema<3,>=2.5.1 00:39:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:41 Collecting cached-property<2,>=1.2.0 00:39:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:41 Collecting docker<4.0,>=3.6.0 00:39:42 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:44 Collecting websocket-client<1.0,>=0.32.0 00:39:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:44 Collecting docopt<0.7,>=0.6.1 00:39:44 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:39:45 Collecting urllib3<1.25,>=1.21.1 00:39:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:45 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:45 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:45 Collecting idna<2.8,>=2.5 00:39:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:47 Collecting docker-pycreds>=0.4.0 00:39:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:49 Installing collected packages: dockerpty, urllib3, idna, requests, texttable, PyYAML, jsonschema, cached-property, docker-pycreds, websocket-client, docker, docopt, docker-compose 00:39:49 Running setup.py install for dockerpty: started 00:39:50 Running setup.py install for dockerpty: finished with status 'done' 00:39:50 Attempting uninstall: urllib3 00:39:50 Found existing installation: urllib3 1.25.9 00:39:50 Uninstalling urllib3-1.25.9: 00:39:50 Successfully uninstalled urllib3-1.25.9 00:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:39:51 Attempting uninstall: idna 00:39:51 Found existing installation: idna 2.9 00:39:51 Uninstalling idna-2.9: 00:39:51 Successfully uninstalled idna-2.9 00:39:52 Attempting uninstall: requests 00:39:52 Found existing installation: requests 2.23.0 00:39:52 Uninstalling requests-2.23.0: 00:39:52 Successfully uninstalled requests-2.23.0 00:39:52 Running setup.py install for texttable: started 00:39:53 Running setup.py install for texttable: finished with status 'done' 00:39:53 Running setup.py install for PyYAML: started 00:39:54 Running setup.py install for PyYAML: finished with status 'done' 00:39:58 Running setup.py install for docopt: started 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:59 Running setup.py install for docopt: finished with status 'done' 00:40:00 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:40:02 ---> 778eb2593e49 00:40:02 Step 9/23 : RUN make cmd/core-data/core-data 00:40:03 ---> Running in b378865060e5 00:40:03 Removing intermediate container e20cde5bc510 00:40:03 ---> 74db4b3d5c77 00:40:03 00:40:03 Step 10/24 : FROM alpine:3.12 00:40:03 ---> 389fef711851 00:40:03 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:40:03 Removing intermediate container 7c473f6e231a 00:40:03 ---> b06fb4509b69 00:40:03 00:40:03 Step 10/22 : FROM alpine:3.12 00:40:03 ---> 389fef711851 00:40:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:40:03 ---> Using cache 00:40:03 ---> a5de08f34cb3 00:40:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:03 ---> Using cache 00:40:03 ---> 06d32b3f1d12 00:40:03 Step 13/22 : ENV APP_PORT=48085 00:40:03 ---> Running in b0e683cc61e7 00:40:03 ---> Running in c19347cbef84 00:40:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:04 Removing intermediate container c19347cbef84 00:40:04 ---> 61689ae09885 00:40:04 Step 14/22 : EXPOSE $APP_PORT 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.360s coverage: 46.2% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.174s coverage: 100.0% of statements 00:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:06 (1/5) Installing ca-certificates (20191127-r4) 00:40:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:40:06 (3/5) Installing libcurl (7.69.1-r3) 00:40:06 (4/5) Installing curl (7.69.1-r3) 00:40:06 (5/5) Installing dumb-init (1.2.2-r1) 00:40:06 Executing busybox-1.31.1-r19.trigger 00:40:07 Executing ca-certificates-20191127-r4.trigger 00:40:07 OK: 7 MiB in 19 packages 00:40:07 ---> Running in 1912d6f94678 00:40:08 Removing intermediate container 7a4035619d67 00:40:08 ---> e2d634f0a873 00:40:08 Step 21/26 : RUN apk --no-cache add curl 00:40:08 Removing intermediate container 6afed32e21d2 00:40:08 ---> 34227b176420 00:40:08 00:40:08 Step 10/31 : FROM alpine:3.12 00:40:08 ---> 389fef711851 00:40:08 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:08 ---> Running in 71c9f7c043c7 00:40:08 ---> Running in f61d8a6a7ea2 00:40:08 Removing intermediate container 1912d6f94678 00:40:08 ---> b924b74ae213 00:40:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:09 Removing intermediate container f61d8a6a7ea2 00:40:09 ---> c176740b65cc 00:40:09 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:40:09 ---> 145297caedb9 00:40:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:09 ---> Running in d4ee02d588d5 00:40:09 Removing intermediate container b0e683cc61e7 00:40:09 ---> 5e3a84762edf 00:40:09 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:10 ---> Running in 4b1fde9da648 00:40:10 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:10 (2/3) Installing libcurl (7.69.1-r3) 00:40:10 (3/3) Installing curl (7.69.1-r3) 00:40:10 Executing busybox-1.31.1-r19.trigger 00:40:10 OK: 72 MiB in 58 packages 00:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:11 (1/2) Installing dumb-init (1.2.2-r1) 00:40:11 (2/2) Installing su-exec (0.2-r1) 00:40:11 Executing busybox-1.31.1-r19.trigger 00:40:11 OK: 6 MiB in 16 packages 00:40:11 ---> 1eccc77e74b7 00:40:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:11 Removing intermediate container 4b1fde9da648 00:40:11 ---> a9ddea82d675 00:40:11 Step 13/24 : WORKDIR / 00:40:11 ---> Running in 42e821bfb0c4 00:40:11 ---> dc412e667524 00:40:11 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:40:12 Removing intermediate container 71c9f7c043c7 00:40:12 ---> 7449d00edfba 00:40:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:12 ---> Running in 54aba95ffeb0 00:40:12 Removing intermediate container 42e821bfb0c4 00:40:12 ---> b39cef405a6e 00:40:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:12 Removing intermediate container d4ee02d588d5 00:40:12 ---> 84da690cbed3 00:40:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:40:12 ---> Running in 53e8cd9fe7fd 00:40:12 ---> Running in ce7aabfbfa1a 00:40:12 Removing intermediate container 54aba95ffeb0 00:40:12 ---> 3502f23ddb3c 00:40:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:12 ---> Running in 5205e310682b 00:40:12 Removing intermediate container 53e8cd9fe7fd 00:40:12 ---> b0a9db0649ac 00:40:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:13 Removing intermediate container ce7aabfbfa1a 00:40:13 ---> 3cd96cc9c0bc 00:40:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:13 ---> Running in 5a20da148cef 00:40:13 ---> 89ae5cf26049 00:40:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.557s coverage: 27.1% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.412s coverage: 65.8% of statements 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:14 ---> Running in 6e6597c4bf4d 00:40:14 Removing intermediate container 5205e310682b 00:40:14 ---> bfd3df98ff17 00:40:14 Step 20/22 : LABEL arch=x86_64 00:40:14 ---> Running in 593f5d9fe0fa 00:40:14 Removing intermediate container 6e6597c4bf4d 00:40:14 ---> 127ef9386d04 00:40:14 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:14 Removing intermediate container 5a20da148cef 00:40:14 ---> ada84794acc6 00:40:14 Step 24/26 : LABEL arch=x86_64 00:40:14 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.790s coverage: 82.3% of statements 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:14 ---> Running in 87bb528947bb 00:40:14 ---> Running in 6bd90fa30e5c 00:40:14 ---> 184259305efc 00:40:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:14 Removing intermediate container 593f5d9fe0fa 00:40:14 ---> 93d06ad83d88 00:40:14 Step 21/22 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:40:15 Removing intermediate container 6bd90fa30e5c 00:40:15 ---> 6137b59634fe 00:40:15 Step 25/26 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:40:15 ---> Running in cb4537239b51 00:40:15 ---> Running in 958020b844c6 00:40:15 ---> cc9783bdf2d5 00:40:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:15 Removing intermediate container cb4537239b51 00:40:15 ---> f5ead0a14bf9 00:40:15 Step 22/22 : LABEL version=0.0.0 00:40:15 ---> Running in 7d7c6fb1e525 00:40:15 Removing intermediate container 958020b844c6 00:40:15 ---> deb7a56c74f1 00:40:15 Step 26/26 : LABEL version=0.0.0 00:40:16 Removing intermediate container 7d7c6fb1e525 00:40:16 ---> 34ed9fcc0561 00:40:16 00:40:16 ---> Running in bdd6c6fd3284 00:40:16 Successfully built 34ed9fcc0561 00:40:16 Successfully tagged docker-support-scheduler-go:latest 00:40:16  Building docker-support-scheduler-go ... done  ---> b8dc4863824b 00:40:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:17 Removing intermediate container bdd6c6fd3284 00:40:17 ---> fe9dba287831 00:40:17 00:40:17 Removing intermediate container 87bb528947bb 00:40:17 ---> 327089233041 00:40:17 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:40:17 Successfully built fe9dba287831 00:40:17 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:17  Building docker-sys-mgmt-agent-go ... done  ---> Running in 0cdb823d2474 00:40:17 ---> 8d58296bbff7 00:40:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:18 Removing intermediate container 0cdb823d2474 00:40:18 ---> aabf0d133d65 00:40:18 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:18 ---> d0ff626a652d 00:40:18 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:40:18 ---> Running in f606c0824e09 00:40:18 ---> e345255cacb1 00:40:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:18 ---> Running in 5599730380ef 00:40:20 Removing intermediate container f606c0824e09 00:40:20 ---> d279178e1887 00:40:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:20 ---> Running in e2f47a651aab 00:40:20 Removing intermediate container 5599730380ef 00:40:20 ---> 23264898406c 00:40:20 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:20 Removing intermediate container e2f47a651aab 00:40:20 ---> 537cdd212ea0 00:40:20 Step 22/24 : LABEL arch=x86_64 00:40:20 ---> Running in b249060030ec 00:40:20 ---> 054ef0b146d4 00:40:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:20 Removing intermediate container b249060030ec 00:40:20 ---> 5cb9e20e309a 00:40:20 Step 23/24 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:40:21 ---> Running in c13545775585 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.226s coverage: 28.6% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.190s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.317s coverage: 86.7% of statements 00:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:22 ---> 9e58a095b0b2 00:40:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:22 Removing intermediate container c13545775585 00:40:22 ---> 19bc2fd86831 00:40:22 Step 24/24 : LABEL version=0.0.0 00:40:22 ---> Running in 9f009995cbbe 00:40:23 ---> 015de5a632e2 00:40:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:40:23 Removing intermediate container 9f009995cbbe 00:40:23 ---> ebd1c8125359 00:40:23 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.576s coverage: 97.5% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:23 Successfully built ebd1c8125359 00:40:23 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.241s coverage: 78.3% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:24  Building docker-security-secretstore-setup-go ... done  ---> 76600e2cc690 00:40:24 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:24 ---> 44da9a65f9fa 00:40:24 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:40:24 ---> Running in 150557a93a23 00:40:25 Removing intermediate container 150557a93a23 00:40:25 ---> 428fc521552a 00:40:25 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:26 ---> 806a6202e916 00:40:26 Step 26/31 : RUN chmod +x /entrypoint.sh 00:40:26 Removing intermediate container b378865060e5 00:40:26 ---> d3df05b1f630 00:40:26 00:40:26 Step 10/23 : FROM alpine:3.12 00:40:26 ---> 389fef711851 00:40:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:27 ---> Running in a8efdf1f5a2b 00:40:27 ---> Running in c8a9130669b0 00:40:27 Removing intermediate container a8efdf1f5a2b 00:40:27 ---> d6c5f6db3763 00:40:27 Step 12/23 : ENV APP_PORT=48080 00:40:27 ---> Running in dd6563f9620d 00:40:28 Removing intermediate container dd6563f9620d 00:40:28 ---> ffcf8814f4d4 00:40:28 Step 13/23 : EXPOSE $APP_PORT 00:40:28 ---> Running in e591f8524718 00:40:28 Removing intermediate container e591f8524718 00:40:28 ---> ea8ca4f9abfd 00:40:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:28 ---> Running in 0e0e3eec7f49 00:40:29 Removing intermediate container c8a9130669b0 00:40:29 ---> ce2f73e13d9b 00:40:29 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:40:29 ---> Running in 2ce3be5798b3 00:40:29 Removing intermediate container 2ce3be5798b3 00:40:29 ---> 57a808c19fa0 00:40:29 Step 28/31 : CMD ["gate"] 00:40:29 ---> Running in c055e69b2f0e 00:40:30 Removing intermediate container c055e69b2f0e 00:40:30 ---> 3834092cd1df 00:40:30 Step 29/31 : LABEL arch=x86_64 00:40:30 Removing intermediate container 0e0e3eec7f49 00:40:30 ---> fb5a9744ea1f 00:40:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:40:30 ---> Running in cec341b036f6 00:40:30 ---> Running in a69e5bf1f32b 00:40:30 Removing intermediate container cec341b036f6 00:40:30 ---> ce0276a974bb 00:40:30 Step 30/31 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:40:30 ---> Running in 2aa8ed5c5021 00:40:30 Removing intermediate container 2aa8ed5c5021 00:40:30 ---> e1a2a3e6f56d 00:40:30 Step 31/31 : LABEL version=0.0.0 00:40:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:31 ---> Running in f1de2af4359e 00:40:31 Removing intermediate container f1de2af4359e 00:40:31 ---> f9fc43ef4df9 00:40:31 00:40:31 Successfully built f9fc43ef4df9 00:40:31 Successfully tagged docker-security-bootstrapper-go:latest 00:40:31  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:32 (1/6) Installing dumb-init (1.2.2-r1) 00:40:32 (2/6) Installing libgcc (9.3.0-r2) 00:40:32 (3/6) Installing libsodium (1.0.18-r0) 00:40:32 (4/6) Installing libstdc++ (9.3.0-r2) 00:40:33 (5/6) Installing libzmq (4.3.3-r0) 00:40:33 (6/6) Installing zeromq (4.3.3-r0) 00:40:33 Executing busybox-1.31.1-r19.trigger 00:40:33 OK: 8 MiB in 20 packages 00:40:34 Removing intermediate container a69e5bf1f32b 00:40:34 ---> 18d40b177b97 00:40:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.585s coverage: 92.8% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.234s coverage: 0.1% of statements 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.085s coverage: 79.5% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.088s coverage: 94.1% of statements 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements 00:40:34 ---> 59a04fb1b5bb 00:40:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 00:40:35 ---> 04ae1d85a56b 00:40:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:35 ---> 384ce32fb1dd 00:40:35 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:35 ---> Running in 7b8816a53eb8 00:40:35 Removing intermediate container 7b8816a53eb8 00:40:35 ---> adcf0a027b2f 00:40:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:35 ---> Running in 5aa831acaaa1 00:40:35 Removing intermediate container 5aa831acaaa1 00:40:35 ---> ab1f02a175ff 00:40:35 Step 21/23 : LABEL arch=x86_64 00:40:35 ---> Running in cbea26596952 00:40:36 Removing intermediate container cbea26596952 00:40:36 ---> b9efc4cc2a0c 00:40:36 Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:40:36 ---> Running in 95252102f188 00:40:36 Removing intermediate container 95252102f188 00:40:36 ---> 582527e61031 00:40:36 Step 23/23 : LABEL version=0.0.0 00:40:36 ---> Running in e400d42ca0be 00:40:36 Removing intermediate container e400d42ca0be 00:40:36 ---> 22a58c667b38 00:40:36 00:40:36 Successfully built 22a58c667b38 00:40:36 Successfully tagged docker-core-data-go:latest 00:40:37  Building docker-core-data-go ... done  [Pipeline] } 00:40:37 $ docker stop --time=1 6230f9b77194e9683445c988a9b2f295c79d3e3bc700c97d1090f5f77934b4e5 00:40:39 $ docker rm -f 6230f9b77194e9683445c988a9b2f295c79d3e3bc700c97d1090f5f77934b4e5 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:39 + docker images 00:40:39 + grep docker 00:40:40 docker-core-data-go latest 22a58c667b38 3 seconds ago 22.3MB 00:40:40 docker-security-bootstrapper-go latest f9fc43ef4df9 8 seconds ago 23.8MB 00:40:40 docker-security-secretstore-setup-go latest ebd1c8125359 16 seconds ago 24.6MB 00:40:40 docker-sys-mgmt-agent-go latest fe9dba287831 23 seconds ago 313MB 00:40:40 docker-support-scheduler-go latest 34ed9fcc0561 24 seconds ago 17MB 00:40:40 docker-core-metadata-go latest d326ed9ee86e About a minute ago 18.8MB 00:40:40 docker-core-command-go latest 2fb9cc4b4ffb About a minute ago 16.9MB 00:40:40 docker-support-notifications-go latest b3a2d86f14a0 About a minute ago 17.6MB 00:40:40 docker-security-proxy-setup-go latest 6ef65594d038 About a minute ago 24.4MB 00:40:40 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.134s coverage: 94.4% of statements 00:40:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 00:40:55 Still waiting to schedule task 00:40:55 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-25124’ 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.127s coverage: 92.9% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.2% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.4% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.655s coverage: 63.5% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.083s coverage: 73.7% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements 00:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.005s coverage: 68.9% of statements 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:41:02 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.373s coverage: 37.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.888s coverage: 84.0% of statements 00:41:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.547s coverage: 47.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.122s coverage: 100.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.250s coverage: 87.0% of statements 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.966s coverage: 29.1% of statements 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.203s coverage: 100.0% of statements 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.124s coverage: 87.9% of statements 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:24 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.077s coverage: 32.1% of statements 00:41:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 100.0% of statements 00:41:24 GO111MODULE=on go vet ./... 00:42:40 Running on prd-ubuntu18.04-docker-8c-8g-25129 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws 00:42:40 Running in /w/workspace/edgex-go/18 [Pipeline] { [Pipeline] checkout 00:42:42 using credential edgex-jenkins-ssh 00:42:42 Cloning the remote Git repository 00:42:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:42 > git init /w/workspace/edgex-go/18 # timeout=10 00:42:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:42 > git --version # timeout=10 00:42:42 > git --version # 'git version 2.17.1' 00:42:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:01 gofmt -l . 00:43:01 [ "`gofmt -l .`" = "" ] 00:43:01 ./bin/test-go-mod-tidy.sh 00:43:01 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:01 + ls -al . 00:43:01 total 716 00:43:01 drwxrwxr-x 9 1001 1001 4096 Feb 5 00:42 . 00:43:01 drwxr-xr-x 4 root root 4096 Feb 5 00:38 .. 00:43:01 -rw-rw-r-- 1 1001 1001 11 Feb 5 00:36 .dockerignore 00:43:01 drwxrwxr-x 8 1001 1001 4096 Feb 5 00:36 .git 00:43:01 drwxrwxr-x 3 1001 1001 4096 Feb 5 00:36 .github 00:43:01 -rw-rw-r-- 1 1001 1001 872 Feb 5 00:36 .gitignore 00:43:01 -rw-rw-r-- 1 1001 1001 166 Feb 5 00:36 .sonarcloud.properties 00:43:01 -rw-rw-r-- 1 1001 1001 7859 Feb 5 00:36 Attribution.txt 00:43:01 -rw-rw-r-- 1 1001 1001 3804 Feb 5 00:36 CONTRIBUTING.md 00:43:01 -rw-rw-r-- 1 1001 1001 931 Feb 5 00:36 Dockerfile.build 00:43:01 -rw-rw-r-- 1 1001 1001 863 Feb 5 00:36 Jenkinsfile 00:43:01 -rw-rw-r-- 1 1001 1001 10775 Feb 5 00:36 LICENSE 00:43:01 -rw-rw-r-- 1 1001 1001 6001 Feb 5 00:36 Makefile 00:43:01 -rw-rw-r-- 1 1001 1001 6524 Feb 5 00:36 README.md 00:43:01 -rw-rw-r-- 1 1001 1001 6755 Feb 5 00:36 SECURITY.md 00:43:01 -rw-rw-r-- 1 1001 1001 5 Feb 5 00:32 VERSION 00:43:01 -rw-rw-r-- 1 1001 1001 4131 Feb 5 00:36 ZMQWindows.md 00:43:01 drwxrwxr-x 2 1001 1001 4096 Feb 5 00:36 bin 00:43:01 drwxrwxr-x 15 1001 1001 4096 Feb 5 00:36 cmd 00:43:01 -rw-r--r-- 1 root root 583066 Feb 5 00:41 coverage.out 00:43:01 -rw-r--r-- 1 root root 1054 Feb 5 00:42 go.mod 00:43:01 -rw-r--r-- 1 root root 19290 Feb 5 00:42 go.sum 00:43:01 drwxrwxr-x 8 1001 1001 4096 Feb 5 00:36 internal 00:43:01 drwxrwxr-x 4 1001 1001 4096 Feb 5 00:36 openapi 00:43:01 drwxrwxr-x 4 1001 1001 4096 Feb 5 00:36 snap 00:43:01 -rw-rw-r-- 1 1001 1001 168 Feb 5 00:36 version.go [Pipeline] sh 00:43:02 + '[' -e coverage.out ] 00:43:02 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:02 Warning: overwriting stash ‘coverage-report’ 00:43:03 Stashed 1 file(s) [Pipeline] sh 00:43:04 + make build 00:43:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:08 Merging remotes/origin/master commit a296f24e360d73b4e20a007fd564889f5e431139 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 00:43:08 Merge succeeded, producing 1557a9101d1a44a4526e93c6fd7d8ea3d92adf61 00:43:08 Checking out Revision 1557a9101d1a44a4526e93c6fd7d8ea3d92adf61 (PR-3034) 00:43:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:07 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:08 > git config core.sparsecheckout # timeout=10 00:43:08 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 00:43:08 > git remote # timeout=10 00:43:08 > git config --get remote.origin.url # timeout=10 00:43:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:08 > git merge a296f24e360d73b4e20a007fd564889f5e431139 # timeout=10 00:43:08 > git rev-parse HEAD^{commit} # timeout=10 00:43:08 > git config core.sparsecheckout # timeout=10 00:43:08 > git checkout -f 1557a9101d1a44a4526e93c6fd7d8ea3d92adf61 # timeout=10 00:43:11 Commit message: "Merge commit 'a296f24e360d73b4e20a007fd564889f5e431139' into HEAD" 00:43:11 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:13 + echo snap-build.sh 00:43:13 snap-build.sh 00:43:13 + SNAP_BASE_DIR=. 00:43:13 + '[' '!' -z /w/workspace/edgex-go/18 ']' 00:43:13 + SNAP_BASE_DIR=/w/workspace/edgex-go/18 00:43:13 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/18]' 00:43:13 [snap-build] Building snap in dir [/w/workspace/edgex-go/18] 00:43:13 + cd /w/workspace/edgex-go/18 00:43:13 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:13 Reading package lists... 00:43:13 Building dependency tree... 00:43:13 Reading state information... 00:43:13 The following packages were automatically installed and are no longer required: 00:43:13 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:13 uidmap xdelta3 00:43:13 Use 'sudo apt autoremove' to remove them. 00:43:13 The following packages will be REMOVED: 00:43:13 lxd* lxd-client* 00:43:13 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:13 After this operation, 31.7 MB disk space will be freed. 00:43:11 > git rev-list --no-walk 01b64e9195728587fa69ad0f43b75c38d224b038 # timeout=10 00:43:14 (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.) 00:43:14 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:15 Removing lxd dnsmasq configuration 00:43:15 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:15 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:16 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:16 (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.) 00:43:16 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:17 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:18 Processing triggers for ureadahead (0.100.0-21) ... 00:43:19 + sudo snap remove --purge lxd 00:43:19 snap "lxd" is not installed 00:43:19 + sudo groupadd --force --system lxd 00:43:19 ++ whoami 00:43:19 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:19 + newgrp - lxd 00:43:19 + sudo snap install lxd 00:43:29 2021-02-05T00:43:26Z INFO Waiting for automatic snapd restart... 00:43:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:44 lxd 4.10 from Canonical* installed 00:43:44 + sudo lxd init --auto 00:43: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 00:43:52 + sudo snap install --classic snapcraft 00:43:56 snapcraft 4.4.4 from Canonical* installed 00:43:56 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:56 + patch --verbose -p1 00:43:56 Hmm... Looks like a unified diff to me... 00:43:56 The text leading up to this was: 00:43:56 -------------------------- 00:43:56 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:43:56 |From: Tony Espy 00:43:56 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:43:56 |Subject: [PATCH] optimize snap build for pipeline CI check 00:43:56 | 00:43:56 |This patch is used by the EdgeX CI pipeline builds to 00:43:56 |optimize the snap CI check run for pull requests. When 00:43:56 |applied, it essentially strips out everything (apps and 00:43:56 |parts) from the snapcraft.yaml file except those required 00:43:56 |to build edgex-go, as the whole idea of the CI check is to 00:43:56 |catch changes to edgex-go that break the snap build. 00:43:56 | 00:43:56 |In general, anyone updating snapcraft.yaml will also need 00:43:56 |to update this patch file, otherwise it may fail to apply, 00:43:56 |resulting in a failed snap build CI check in the associated 00:43:56 |pull request. 00:43:56 | 00:43:56 |Note - in addition to applying this patch, the pipeline also 00:43:56 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:43:56 |need to build the finally binary .snap file (and it won't 00:43:56 |work with the patch applied). This further reduces the build 00:43:56 |time. 00:43:56 |--- 00:43:56 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:43:56 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:43:56 | 00:43:56 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:56 |index 1e537489..faf42425 100644 00:43:56 |--- a/snap/snapcraft.yaml 00:43:56 |+++ b/snap/snapcraft.yaml 00:43:56 -------------------------- 00:43:56 patching file snap/snapcraft.yaml 00:43:56 Using Plan A... 00:43:56 Hunk #1 succeeded at 73. 00:43:56 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 00:43:56 Hunk #3 succeeded at 214 (offset -1 lines). 00:43:56 Hunk #4 succeeded at 222 (offset -1 lines). 00:43:56 Hunk #5 succeeded at 229 (offset -1 lines). 00:43:56 Hunk #6 succeeded at 256 (offset -1 lines). 00:43:56 Hunk #7 succeeded at 290 (offset -1 lines). 00:43:56 Hunk #8 succeeded at 342. 00:43:56 Hmm... Ignoring the trailing garbage. 00:43:56 done 00:43:56 + sudo snapcraft prime --use-lxd 00:43:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:57 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:43:57 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: 00:43:57 - README.md 00:43:57 - snapcraft.yaml.orig 00:43:57 00:43:57 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:58 Launching a container. 00:44:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:10 Waiting for container to be ready 00:44:10 To start your first instance, try: lxc launch ubuntu:18.04 00:44:10 00:44:13 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:44:13 Waiting for network to be ready... 00:44:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:13 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:44:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:44:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:44:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:44:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:44:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:44:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:44:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:44:14 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:44:14 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:44:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:44:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:44:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:44:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:44:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:44:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:44:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:44:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:44:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:44:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:44:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:44:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:44:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:44:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:44:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:44:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:44:17 Fetched 23.9 MB in 4s (5994 kB/s) 00:44: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 00:44:18 Reading package lists... 00:44:18 Reading package lists... 00:44:18 Building dependency tree... 00:44:18 Reading state information... 00:44:18 The following additional packages will be installed: 00:44:18 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:44:18 Suggested packages: 00:44:18 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:44:18 Recommended packages: 00:44:18 gnupg libsasl2-modules 00:44:18 The following NEW packages will be installed: 00:44:18 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:44:18 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:44:18 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:44:18 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:44:18 The following packages will be upgraded: 00:44:18 gpg gpg-agent gpgconf libudev1 00:44:19 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:44:19 Need to get 3533 kB of archives. 00:44:19 After this operation, 13.3 MB of additional disk space will be used. 00:44:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 00:44:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 00:44:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:44:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 00:44:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:44:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:44:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 00:44:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 00:44:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 00:44:19 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:44:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:44:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:44:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:44:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:44:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:44:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:44:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:44:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:44:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:44:20 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:44:20 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:44:20 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:44:20 debconf: delaying package configuration, since apt-utils is not installed 00:44:20 Fetched 3533 kB in 1s (3501 kB/s) 00:44:20 (Reading database ... 12511 files and directories currently installed.) 00:44:20 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:44:20 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:20 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:44:20 Selecting previously unselected package udev. 00:44:20 (Reading database ... 12511 files and directories currently installed.) 00:44:20 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:44:20 Unpacking udev (237-3ubuntu10.44) ... 00:44:20 Selecting previously unselected package libfuse2:amd64. 00:44:20 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:44:20 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:20 Selecting previously unselected package fuse. 00:44:20 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:44:20 Unpacking fuse (2.9.7-1ubuntu1) ... 00:44:21 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:21 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:21 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:21 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:21 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:21 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:44:21 Selecting previously unselected package libksba8:amd64. 00:44:21 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:44:21 Unpacking libksba8:amd64 (1.3.5-2) ... 00:44:21 Selecting previously unselected package libroken18-heimdal:amd64. 00:44:21 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:21 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:21 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:44:21 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:21 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:21 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:44:21 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:21 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:21 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:44:21 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:21 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:21 Selecting previously unselected package libwind0-heimdal:amd64. 00:44:21 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:21 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:21 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:44:21 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:21 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:22 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:44:22 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:22 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:22 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:44:22 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:22 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:22 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:44:22 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:44:22 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:44:22 Selecting previously unselected package libsasl2-modules-db:amd64. 00:44:22 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:44:22 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:22 Selecting previously unselected package libsasl2-2:amd64. 00:44:22 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:44:22 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:22 Selecting previously unselected package libldap-common. 00:44:22 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 00:44:22 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:22 Selecting previously unselected package libldap-2.4-2:amd64. 00:44:22 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 00:44:22 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:22 Selecting previously unselected package dirmngr. 00:44:22 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 00:44:22 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 00:44:22 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 00:44:22 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 00:44:22 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:44:22 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:22 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:44:22 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 00:44:22 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:22 Setting up libksba8:amd64 (1.3.5-2) ... 00:44:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:22 Setting up udev (237-3ubuntu10.44) ... 00:44:23 invoke-rc.d: policy-rc.d denied execution of start. 00:44:23 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:23 Processing triggers for systemd (237-3ubuntu10) ... 00:44:23 Setting up fuse (2.9.7-1ubuntu1) ... 00:44:23 Setting up gpg (2.2.4-1ubuntu1.3) ... 00:44:23 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:23 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:23 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:23 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:23 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:23 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:23 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:44:23 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 00:44:23 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 00:44:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:24 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:44:24 settings in the [Install] section, and DefaultInstance for template units). 00:44:24 This means they are not meant to be enabled using systemctl. 00:44:24 Possible reasons for having this kind of units are: 00:44:24 1) A unit may be statically enabled by being symlinked from another unit's 00:44:24 .wants/ or .requires/ directory. 00:44:24 2) A unit's purpose may be to act as a helper for some other unit which has 00:44:24 a requirement dependency on it. 00:44:24 3) A unit may be started when needed via activation (socket, path, timer, 00:44:24 D-Bus, udev, scripted systemctl call, ...). 00:44:24 4) In case of template units, the unit is meant to be enabled with some 00:44:24 instance name specified. 00:44:24 Reading package lists... 00:44:24 Building dependency tree... 00:44:24 Reading state information... 00:44:24 The following additional packages will be installed: 00:44:24 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:44:24 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:44:24 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:44:24 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:44:24 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:44:24 Suggested packages: 00:44:24 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:44:24 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:44:24 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:44:24 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:44:24 systemd-container policykit-1 00:44:24 Recommended packages: 00:44:24 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:44:24 The following NEW packages will be installed: 00:44:24 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:44:24 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:44:24 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:44:24 multiarch-support openssh-client python3 python3-minimal python3.6 00:44:24 python3.6-minimal snapd squashfs-tools sudo 00:44:24 The following packages will be upgraded: 00:44:24 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:44:24 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:44:24 Need to get 35.2 MB of archives. 00:44:24 After this operation, 141 MB of additional disk space will be used. 00:44:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:44:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:44:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:44:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 00:44:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 00:44:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:44:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 00:44:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 00:44:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 00:44:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:44:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:44:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:44:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:44:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:44:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:44:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:44:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 00:44:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:44:26 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:44:26 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:44:26 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:44:26 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:44:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:44:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:44:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:44:26 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:44:26 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:44:26 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:44:26 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:44:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 00:44:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:28 debconf: delaying package configuration, since apt-utils is not installed 00:44:28 Fetched 35.2 MB in 3s (10.5 MB/s) 00:44:28 (Reading database ... 12757 files and directories currently installed.) 00:44:28 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:44:28 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:29 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:44:29 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:44:29 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:44:29 (Reading database ... 12757 files and directories currently installed.) 00:44:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:44:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:29 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:44:29 (Reading database ... 12757 files and directories currently installed.) 00:44:29 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:44:29 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:44:29 Setting up apt (1.6.12ubuntu0.2) ... 00:44:29 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:44:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:44:30 (Reading database ... 12764 files and directories currently installed.) 00:44:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:44:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:44:30 Selecting previously unselected package libpython3.6-minimal:amd64. 00:44:30 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:30 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:30 Selecting previously unselected package libexpat1:amd64. 00:44:30 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:44:30 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:30 Selecting previously unselected package python3.6-minimal. 00:44:30 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:30 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 00:44:31 Checking for services that may need to be restarted...done. 00:44:31 Checking for services that may need to be restarted...done. 00:44:31 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:31 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:44:31 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 00:44:32 Selecting previously unselected package python3-minimal. 00:44:32 (Reading database ... 13012 files and directories currently installed.) 00:44:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:44:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:44:32 Selecting previously unselected package mime-support. 00:44:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:44:32 Unpacking mime-support (3.60ubuntu1) ... 00:44:32 Selecting previously unselected package libmpdec2:amd64. 00:44:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:44:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:44:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:32 Selecting previously unselected package python3.6. 00:44:32 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 00:44:32 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:32 Selecting previously unselected package libpython3-stdlib:amd64. 00:44:32 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:44:32 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:32 Setting up python3-minimal (3.6.7-1~18.04) ... 00:44:32 Selecting previously unselected package python3. 00:44:32 (Reading database ... 13442 files and directories currently installed.) 00:44:32 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:44:32 Unpacking python3 (3.6.7-1~18.04) ... 00:44:33 Selecting previously unselected package multiarch-support. 00:44:33 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:44:33 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:44:33 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:44:33 Selecting previously unselected package liblzo2-2:amd64. 00:44:33 (Reading database ... 13479 files and directories currently installed.) 00:44:33 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:44:33 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:44:33 Selecting previously unselected package libbsd0:amd64. 00:44:33 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:44:33 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:33 Selecting previously unselected package sudo. 00:44:33 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:44:33 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:44:33 Selecting previously unselected package apparmor. 00:44:33 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:44:33 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:44: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 00:44:33 Selecting previously unselected package libedit2:amd64. 00:44:33 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:44:33 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:44:33 Selecting previously unselected package libkrb5support0:amd64. 00:44:33 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:44:33 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:34 Selecting previously unselected package libk5crypto3:amd64. 00:44:34 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:44:34 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:34 Selecting previously unselected package libkeyutils1:amd64. 00:44:34 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:44:34 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:34 Selecting previously unselected package libkrb5-3:amd64. 00:44:34 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:44:34 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:34 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:44:34 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:44:34 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:34 Selecting previously unselected package libssl1.0.0:amd64. 00:44:34 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 00:44:34 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:34 Selecting previously unselected package openssh-client. 00:44:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:44:34 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:34 Selecting previously unselected package squashfs-tools. 00:44:34 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:44:34 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:34 Selecting previously unselected package snapd. 00:44:34 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 00:44:34 Unpacking snapd (2.48+18.04) ... 00:44:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:44:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 00:44:37 Setting up mime-support (3.60ubuntu1) ... 00:44:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:44:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:44:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:44:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:37 Setting up systemd (237-3ubuntu10.44) ... 00:44:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:44:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:44:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:44:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:44:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 00:44:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:44:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 00:44:38 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:44:38 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:44:38 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:44:38 Setting up python3 (3.6.7-1~18.04) ... 00:44:38 running python rtupdate hooks for python3.6... 00:44:38 running python post-rtupdate hooks for python3.6... 00:44:39 Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } 00:44:41 $ docker stop --time=1 b69e9d8ff4a70e280ec50947ab274701c51a99b7640bc4bc5459a49d30786e1b 00:44:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:44:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:44:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:44:41 Setting up snapd (2.48+18.04) ... 00:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:42 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:44:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:44:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:44:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:44:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:44:43 /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' 00:44:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:44:43 Processing triggers for systemd (237-3ubuntu10.44) ... 00:44:44 $ docker rm -f b69e9d8ff4a70e280ec50947ab274701c51a99b7640bc4bc5459a49d30786e1b 00:44:44 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:44:44 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:44:44 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:44:45 Reading package lists... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 00:44:45 Reading package lists... 00:44:45 Building dependency tree... 00:44:45 Reading state information... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:46 Calculating upgrade... 00:44:46 The following packages will be upgraded: 00:44:46 advancecomp base-files bash binutils binutils-common 00:44:46 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:44:46 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:44:46 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:44:46 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:44:46 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:44:46 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:44:46 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:44:46 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:44:46 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:44:46 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:44:46 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:44:46 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:44:46 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:44:46 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:44:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:46 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:44:46 Need to get 63.8 MB of archives. 00:44:46 After this operation, 5188 kB of additional disk space will be used. 00:44:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 00:44:46 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:44:46 00:44:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:44:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:44:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:44:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:44:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:44:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:44:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:44:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:44:47 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:44:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:44:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:44:47 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:44:47 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:44:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:44:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:44:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:44:47 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:44:47 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:44:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:44:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:44:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:44:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:44:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:44:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:44:47 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:47 29e5d40040c1: Pulling fs layer 00:44:47 1ce36da41761: Pulling fs layer 00:44:47 25b303627fd3: Pulling fs layer 00:44:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:44:47 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:44:47 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:44:47 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:44:47 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:44:47 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:44:47 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:44:47 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:44:47 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:44:47 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:44:47 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:44:47 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:44:47 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:44:47 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:44:47 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:44:47 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:44:47 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:44:47 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:44:47 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:44:47 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:44:47 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:44:47 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:44:47 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:44:47 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:44:47 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:44:47 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:44:47 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:44:47 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:44:47 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:44:47 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:44:47 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:44:47 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:44:47 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:44:47 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:44:47 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:44:47 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:44:47 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:44:47 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:44:47 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:44:47 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:44:47 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:44:47 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:44:47 29e5d40040c1: Verifying Checksum 00:44:47 29e5d40040c1: Download complete 00:44:48 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:44:48 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:44:48 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 00:44:48 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:44:48 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:44:48 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:44:48 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 00:44:48 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:44:48 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:44:48 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:44:48 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:44:48 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:44:48 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:44:48 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:44:48 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:44:48 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:44:48 1ce36da41761: Verifying Checksum 00:44:48 1ce36da41761: Download complete 00:44:48 29e5d40040c1: Pull complete 00:44:48 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:44:48 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:44:48 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:44:48 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:44:48 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:44:48 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:44:49 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:44:49 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:44:49 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:44:49 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:44:50 1ce36da41761: Pull complete 00:44:50 25b303627fd3: Verifying Checksum 00:44:50 25b303627fd3: Download complete 00:44:50 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:44:50 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:44:50 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:44:50 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:44:50 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:44:50 debconf: delaying package configuration, since apt-utils is not installed 00:44:50 Fetched 63.8 MB in 4s (15.9 MB/s) 00:44:50 (Reading database ... 13912 files and directories currently installed.) 00:44:50 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:44:50 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:51 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:44:51 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:51 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 00:44:51 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 00:44:52 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:52 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:52 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:52 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:52 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:52 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:52 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:52 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:52 (Reading database ... 13911 files and directories currently installed.) 00:44:52 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:52 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:44:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:44:53 (Reading database ... 13911 files and directories currently installed.) 00:44:53 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:53 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:53 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:53 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:53 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:53 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:44:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:53 (Reading database ... 13911 files and directories currently installed.) 00:44:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:44:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:44:54 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:44:54 (Reading database ... 13911 files and directories currently installed.) 00:44:54 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:44:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:44:54 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:44:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:44:54 Setting up base-files (10.1ubuntu2.10) ... 00:44:54 Installing new version of config file /etc/issue ... 00:44:54 Installing new version of config file /etc/issue.net ... 00:44:54 Installing new version of config file /etc/lsb-release ... 00:44:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:44:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:44:55 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:44:55 Removing obsolete conffile /etc/default/motd-news ... 00:44:55 (Reading database ... 13912 files and directories currently installed.) 00:44:55 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:44:55 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:44:55 Setting up bash (4.4.18-2ubuntu1.2) ... 00:44:55 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 00:44:55 (Reading database ... 13912 files and directories currently installed.) 00:44:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:44:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:44:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:44:55 (Reading database ... 13912 files and directories currently installed.) 00:44:55 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:44:55 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:44:55 Setting up tar (1.29b-2ubuntu0.2) ... 00:44:55 (Reading database ... 13912 files and directories currently installed.) 00:44:55 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:44:56 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:44:56 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:44:56 (Reading database ... 13912 files and directories currently installed.) 00:44:56 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:44:56 (Reading database ... 13912 files and directories currently installed.) 00:44:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:44:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:44:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:44:56 (Reading database ... 13912 files and directories currently installed.) 00:44:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:44:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:44:56 Setting up grep (3.1-2build1) ... 00:44:56 (Reading database ... 13912 files and directories currently installed.) 00:44:56 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:44:56 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:44:57 Setting up login (1:4.5-1ubuntu2) ... 00:44:57 (Reading database ... 13912 files and directories currently installed.) 00:44:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:44:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:44:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:44:57 (Reading database ... 13912 files and directories currently installed.) 00:44:57 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:57 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:58 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:58 (Reading database ... 13912 files and directories currently installed.) 00:44:58 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:58 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:44:59 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:44:59 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:00 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:45:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:45:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:45:00 (Reading database ... 13912 files and directories currently installed.) 00:45:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:45:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:45:00 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:45:00 25b303627fd3: Pull complete 00:45:00 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:00 (Reading database ... 13912 files and directories currently installed.) 00:45:00 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:00 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:00 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:00 prd-ubuntu18.04-docker-arm64-4c-16g-25119 does not seem to be running inside a container 00:45:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 00:45:00 (Reading database ... 13912 files and directories currently installed.) 00:45:00 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:00 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:00 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:01 (Reading database ... 13912 files and directories currently installed.) 00:45:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:01 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:01 (Reading database ... 13912 files and directories currently installed.) 00:45:01 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:01 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:01 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:01 (Reading database ... 13912 files and directories currently installed.) 00:45:01 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:01 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:01 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:01 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:01 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:01 (Reading database ... 13912 files and directories currently installed.) 00:45:01 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:45:02 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:02 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:02 (Reading database ... 13912 files and directories currently installed.) 00:45:02 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:02 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:02 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:45:02 (Reading database ... 13912 files and directories currently installed.) 00:45:02 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:02 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:02 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:45:02 (Reading database ... 13912 files and directories currently installed.) 00:45:02 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:02 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:03 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:45:03 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:45:03 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:45:03 (Reading database ... 13912 files and directories currently installed.) 00:45:03 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:45:03 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:45:04 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:45:04 (Reading database ... 13912 files and directories currently installed.) 00:45:04 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:45:04 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:45:04 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:45:04 $ docker top 64762a94352516c1e558252566e097c8ddb88dc0ed6a7ef73f40d3808331bc1b -eo pid,comm 00:45:04 (Reading database ... 13914 files and directories currently installed.) 00:45:04 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:45:04 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:45:04 Setting up debconf (1.5.66ubuntu1) ... 00:45:04 (Reading database ... 13914 files and directories currently installed.) 00:45:04 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [Pipeline] { [Pipeline] sh 00:45:05 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:45:05 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:45:05 (Reading database ... 13914 files and directories currently installed.) 00:45:05 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:45:05 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:45:05 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:45:05 (Reading database ... 13914 files and directories currently installed.) 00:45:05 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:05 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:05 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:05 + docker-compose build --help 00:45:05 + grep parallel 00:45:05 (Reading database ... 13914 files and directories currently installed.) 00:45:05 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:05 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:05 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:06 (Reading database ... 13914 files and directories currently installed.) 00:45:06 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:45:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:06 (Reading database ... 13914 files and directories currently installed.) 00:45:06 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:45:06 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:45:06 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:45:06 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:45:06 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:06 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:06 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:06 (Reading database ... 13914 files and directories currently installed.) 00:45:06 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:45:06 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:45:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:45:07 (Reading database ... 13914 files and directories currently installed.) 00:45:07 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:45:07 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:45:07 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:45:07 (Reading database ... 13914 files and directories currently installed.) 00:45:07 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:45:07 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:45:07 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:45:07 (Reading database ... 13914 files and directories currently installed.) 00:45:07 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:45:07 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:45:08 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:45:08 (Reading database ... 13914 files and directories currently installed.) 00:45:08 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:45:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:45:08 Setting up passwd (1:4.5-1ubuntu2) ... 00:45:08 (Reading database ... 13914 files and directories currently installed.) 00:45:08 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 00:45:08 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 00:45:08 Setting up gpgv (2.2.4-1ubuntu1.3) ... 00:45:08 (Reading database ... 13914 files and directories currently installed.) 00:45:08 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:45:08 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:45:09 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:45:09 (Reading database ... 13914 files and directories currently installed.) 00:45:09 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:45:09 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:45:09 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:45:09 (Reading database ... 13914 files and directories currently installed.) 00:45:09 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:45:09 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:45:09 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:45:09 (Reading database ... 13914 files and directories currently installed.) 00:45:09 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:45:09 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:45:09 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:45:09 (Reading database ... 13914 files and directories currently installed.) 00:45:09 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:45:09 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:45:10 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:45:10 (Reading database ... 13914 files and directories currently installed.) 00:45:10 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:45:10 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:45:10 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:45:10 (Reading database ... 13915 files and directories currently installed.) 00:45:10 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:10 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:10 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:45:10 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:45:10 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 00:45:10 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 00:45:10 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:45:10 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:45:11 --parallel Build images in parallel. 00:45:11 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:45:11 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [Pipeline] } 00:45:11 $ docker stop --time=1 64762a94352516c1e558252566e097c8ddb88dc0ed6a7ef73f40d3808331bc1b 00:45:11 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:45:11 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:45:11 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:45:11 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:45:11 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:45:11 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:45:11 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:45:11 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:45:11 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:45:11 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:45:11 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:45:11 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:45:12 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:45:12 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:45:12 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:45:13 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:45:13 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:45:13 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:45:13 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:13 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:13 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:13 $ docker rm -f 64762a94352516c1e558252566e097c8ddb88dc0ed6a7ef73f40d3808331bc1b 00:45:13 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:13 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:13 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:13 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] writeFile 00:45:13 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 00:45:13 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:13 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:14 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:14 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:14 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:14 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:14 . [Pipeline] withDockerContainer 00:45:14 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:14 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:14 prd-ubuntu18.04-docker-arm64-4c-16g-25119 does not seem to be running inside a container 00:45:14 $ 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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@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 00:45:15 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:15 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:16 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:16 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:16 $ docker top 0cf8bb71cc401510d4b96d6ddc7d011b0fb48adeef418d8c3b4d9f0c9159d2cf -eo pid,comm 00:45:17 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] { [Pipeline] sh 00:45:17 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:17 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:17 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:18 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:18 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:45:18 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:18 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:18 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:45:18 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:18 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:45:18 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:45:18 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:45:18 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:45:18 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:18 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:18 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:45:18 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:45:19 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:45:19 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:45:19 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:19 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:45:19 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:19 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:19 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:19 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:45:19 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:45:19 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:45:19 00:45:19 Current default time zone: 'Etc/UTC' 00:45:19 Local time is now: Fri Feb 5 00:45:19 UTC 2021. 00:45:19 Universal Time is now: Fri Feb 5 00:45:19 UTC 2021. 00:45:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:45:19 00:45:19 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:45:19 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:19 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 00:45:19 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:45:19 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:45:19 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:45:19 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:45:19 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:45:19 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:45:19 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:45:19 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:19 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:45:20 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:20 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:20 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:20 Setting up patch (2.7.6-2ubuntu1.1) ... 00:45:20 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:45:20 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:45:20 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 00:45:20 Installing new version of config file /etc/ssl/openssl.cnf ... 00:45:20 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:45:20 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:45:20 Setting up ca-certificates (20210119~18.04.1) ... 00:45:22 Updating certificates in /etc/ssl/certs... 00:45:23 23 added, 27 removed; done. 00:45:23 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:45:23 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:45:23 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:45:23 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:45:23 Setting up pkgbinarymangler (138.18.04.1) ... 00:45:23 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:45:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:23 Setting up perl (5.26.1-6ubuntu0.5) ... 00:45:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:45:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:45:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:45:23 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:45:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:45:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:45:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:45:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:45:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:45:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:45:23 Processing triggers for systemd (237-3ubuntu10.44) ... 00:45:23 Processing triggers for mime-support (3.60ubuntu1) ... 00:45:23 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:45:23 Updating certificates in /etc/ssl/certs... 00:45:24 0 added, 0 removed; done. 00:45:24 Running hooks in /etc/ca-certificates/update.d... 00:45:24 done. 00:45:24 Reading package lists... 00:45:24 Building dependency tree... 00:45:24 Reading state information... 00:45:24 Building docker-core-command-go ... 00:45:24 Building docker-core-data-go ... 00:45:24 Building docker-core-metadata-go ... 00:45:24 Building docker-security-bootstrapper-go ... 00:45:24 Building docker-security-proxy-setup-go ... 00:45:24 Building docker-security-secretstore-setup-go ... 00:45:24 Building docker-support-notifications-go ... 00:45:24 Building docker-support-scheduler-go ... 00:45:24 Building docker-sys-mgmt-agent-go ... 00:45:24 Building docker-core-data-go 00:45:24 Building docker-security-bootstrapper-go 00:45:24 Building docker-security-secretstore-setup-go 00:45:24 Building docker-security-proxy-setup-go 00:45:24 Building docker-core-metadata-go 00:45:24 The following NEW packages will be installed: 00:45:24 apt-transport-https 00:45:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:45:25 Need to get 1696 B of archives. 00:45:25 After this operation, 153 kB of additional disk space will be used. 00:45:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:45:25 debconf: delaying package configuration, since apt-utils is not installed 00:45:25 Fetched 1696 B in 0s (9427 B/s) 00:45:25 Selecting previously unselected package apt-transport-https. 00:45:25 (Reading database ... 13920 files and directories currently installed.) 00:45:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:45:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:45:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:45:25 Waiting for network to be ready... 00:45:30 2021-02-05T00:45:28Z INFO Waiting for automatic snapd restart... 00:45:31 snapd 2.48.2 from Canonical* installed 00:45:32 "snapd" switched to the "latest/stable" channel 00:45:32 00:45:34 core18 20201210 from Canonical* installed 00:45:35 "core18" switched to the "latest/stable" channel 00:45:35 00:45:38 snapcraft 4.4.4 from Canonical* installed 00:45:38 "snapcraft" switched to the "latest/stable" channel 00:45:38 00:45:41 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: 00:45:41 - README.md 00:45:41 - snapcraft.yaml.orig 00:45:41 00:45:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:48 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:48 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:48 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:49 Reading package lists... 00:45:49 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 00:45:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:45:56 Reading package lists... 00:45:56 Building dependency tree... 00:45:56 Reading state information... 00:45:56 Suggested packages: 00:45:56 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:45:56 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:45:56 Recommended packages: 00:45:56 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:45:56 The following NEW packages will be installed: 00:45:56 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:45:56 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:45:56 pkg-config zip 00:45:56 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:45:56 Need to get 7655 kB of archives. 00:45:56 After this operation, 43.7 MB of additional disk space will be used. 00:45:56 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:45:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 00:45:56 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:45:56 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:45:56 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:56 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:45:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:57 debconf: delaying package configuration, since apt-utils is not installed 00:45:57 Fetched 7655 kB in 1s (6985 kB/s) 00:45:57 Selecting previously unselected package libglib2.0-0:amd64. 00:45:57 (Reading database ... 13924 files and directories currently installed.) 00:45:57 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 00:45:57 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:45:57 Selecting previously unselected package libpsl5:amd64. 00:45:57 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:45:57 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:45:57 Selecting previously unselected package libnghttp2-14:amd64. 00:45:57 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:45:57 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:45:58 Selecting previously unselected package librtmp1:amd64. 00:45:58 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:45:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:45:58 Selecting previously unselected package libcurl3-gnutls:amd64. 00:45:58 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:45:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:45:58 Selecting previously unselected package liberror-perl. 00:45:58 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:45:58 Unpacking liberror-perl (0.17025-1) ... 00:45:58 Selecting previously unselected package git-man. 00:45:58 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:45:58 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:45:58 Selecting previously unselected package git. 00:45:58 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:45:58 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:45:59 Selecting previously unselected package libnorm1:amd64. 00:45:59 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:45:59 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:45:59 Selecting previously unselected package libpgm-5.2-0:amd64. 00:45:59 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:45:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:59 Selecting previously unselected package libsodium23:amd64. 00:45:59 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:45:59 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:45:59 Selecting previously unselected package libzmq5:amd64. 00:45:59 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:59 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:45:59 Selecting previously unselected package libzmq3-dev:amd64. 00:45:59 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:45:59 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:45:59 Selecting previously unselected package pkg-config. 00:45:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:45:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:45:59 Selecting previously unselected package zip. 00:45:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:45:59 Unpacking zip (3.0-11build1) ... 00:45:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:45:59 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:46:00 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:46:00 Setting up liberror-perl (0.17025-1) ... 00:46:00 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:46:00 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 00:46:00 No schema files found: doing nothing. 00:46:00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:46:00 Setting up zip (3.0-11build1) ... 00:46:00 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:00 Setting up libsodium23:amd64 (1.0.16-2) ... 00:46:00 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:46:00 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:00 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:46:00 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:00 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:46:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:06 git set to automatically installed. 00:46:06 git-man set to automatically installed. 00:46:06 libcurl3-gnutls set to automatically installed. 00:46:06 liberror-perl set to automatically installed. 00:46:06 libglib2.0-0 set to automatically installed. 00:46:06 libnghttp2-14 set to automatically installed. 00:46:06 libnorm1 set to automatically installed. 00:46:06 libpgm-5.2-0 set to automatically installed. 00:46:06 libpsl5 set to automatically installed. 00:46:06 librtmp1 set to automatically installed. 00:46:06 libsodium23 set to automatically installed. 00:46:06 libzmq3-dev set to automatically installed. 00:46:06 libzmq5 set to automatically installed. 00:46:06 pkg-config set to automatically installed. 00:46:06 zip set to automatically installed. 00:46:20 snapd is not logged in, snap install commands will use sudo 00:46:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:46:25 snap "core18" has no updates available 00:46:26 Pulling config-common 00:46:27 Pulling go-build-helper 00:46:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:46 ---> 292a51a23de5 00:46:46 Step 3/23 : WORKDIR /edgex-go 00:46:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:46 ---> 292a51a23de5 00:46:46 Step 3/23 : WORKDIR /edgex-go 00:46:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:46 ---> 292a51a23de5 00:46:46 Step 3/21 : WORKDIR /edgex-go 00:46:46 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:46:46 ---> 292a51a23de5 00:46:46 Step 3/31 : WORKDIR /edgex-go 00:46:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:46 ---> 292a51a23de5 00:46:46 Step 3/24 : WORKDIR /edgex-go 00:46:46 ---> Running in 814cfda6ed83 00:46:46 ---> Running in d6fc29d42953 00:46:46 ---> Running in f4e33eb9ea80 00:46:46 ---> Running in 662fe6abe090 00:46:46 ---> Running in 44518b89aa99 00:46:46 Removing intermediate container 44518b89aa99 00:46:46 ---> 6415a2f02589 00:46:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:46 Removing intermediate container d6fc29d42953 00:46:46 ---> bdc397b0ab87 00:46:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:46 Removing intermediate container 814cfda6ed83 00:46:46 ---> 3665b1cdab54 00:46:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:46 Removing intermediate container 662fe6abe090 00:46:46 ---> abce328cf953 00:46:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:46 Removing intermediate container f4e33eb9ea80 00:46:46 ---> c56d1ca996d1 00:46:46 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:47 ---> Running in ee3518ff487a 00:46:47 ---> Running in ac922ecb166e 00:46:47 ---> Running in 945761c5549a 00:46:47 ---> Running in a493a086c9ac 00:46:48 ---> Running in 12e98f85aa50 00:46:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 00:46:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 00:46:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 00:46:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 00:46:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 00:46:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 00:46:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 00:46:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 00:46:49 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:46:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:46:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:46:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:46:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:46:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:46:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:46:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:46:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 00:46:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 00:46:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 00:46:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 00:46:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:46:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 00:46:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 00:46:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 00:46:49 Fetched 23.9 MB in 0s (0 B/s) 00:46:49 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 00:46:49 Fetched 96.5 kB in 0s (0 B/s) 00:46:49 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 00:46:49 Fetched 279 kB in 0s (0 B/s) 00:46:49 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 00:46:49 Fetched 122 kB in 0s (0 B/s) 00:46:49 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 00:46:49 Fetched 77.8 kB in 0s (0 B/s) 00:46:49 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 00:46:49 Fetched 8848 B in 0s (0 B/s) 00:46:49 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 00:46:49 Fetched 47.8 kB in 0s (0 B/s) 00:46:49 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 00:46:49 Fetched 45.6 kB in 0s (0 B/s) 00:46:49 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 00:46:49 Fetched 15.0 kB in 0s (0 B/s) 00:46:49 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 00:46:49 Fetched 214 kB in 0s (0 B/s) 00:46:49 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 00:46:49 Fetched 155 kB in 0s (0 B/s) 00:46:49 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 00:46:49 Fetched 50.6 kB in 0s (0 B/s) 00:46:49 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 00:46:49 Fetched 14.8 kB in 0s (0 B/s) 00:46:49 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 00:46:49 Fetched 41.8 kB in 0s (0 B/s) 00:46:49 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 00:46:49 Fetched 499 kB in 0s (0 B/s) 00:46:49 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 00:46:49 Fetched 111 kB in 0s (0 B/s) 00:46:49 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 00:46:49 Fetched 240 kB in 0s (0 B/s) 00:46:49 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 00:46:49 Fetched 29.3 kB in 0s (0 B/s) 00:46:49 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 00:46:49 Fetched 85.5 kB in 0s (0 B/s) 00:46:49 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 00:46:49 Fetched 24.5 kB in 0s (0 B/s) 00:46:49 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 00:46:49 Fetched 49.2 kB in 0s (0 B/s) 00:46:49 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 00:46:49 Fetched 54.2 kB in 0s (0 B/s) 00:46:49 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 00:46:49 Fetched 30.8 kB in 0s (0 B/s) 00:46:49 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 00:46:49 Fetched 17.0 kB in 0s (0 B/s) 00:46:49 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 00:46:49 Fetched 85.9 kB in 0s (0 B/s) 00:46:49 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 00:46:49 Fetched 8720 B in 0s (0 B/s) 00:46:49 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 00:46:49 Fetched 137 kB in 0s (0 B/s) 00:46:49 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 00:46:49 Fetched 119 kB in 0s (0 B/s) 00:46:49 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 00:46:49 Fetched 109 kB in 0s (0 B/s) 00:46:49 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 00:46:49 Fetched 11.1 kB in 0s (0 B/s) 00:46:49 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 00:46:49 Fetched 645 kB in 0s (0 B/s) 00:46:49 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 00:46:49 Fetched 41.3 kB in 0s (0 B/s) 00:46:49 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 00:46:49 Fetched 17.9 kB in 0s (0 B/s) 00:46:49 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 00:46:49 Fetched 368 kB in 0s (0 B/s) 00:46:49 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 00:46:49 Fetched 187 kB in 0s (0 B/s) 00:46:49 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 00:46:49 Fetched 175 kB in 0s (0 B/s) 00:46:49 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 00:46:51 Fetched 206 kB in 0s (0 B/s) 00:46:51 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 00:46:51 Fetched 1301 kB in 0s (0 B/s) 00:46:51 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 00:46:51 Fetched 36.2 kB in 0s (0 B/s) 00:46:51 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 00:46:51 Fetched 159 kB in 0s (0 B/s) 00:46:51 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 00:46:51 Fetched 107 kB in 0s (0 B/s) 00:46:51 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 00:46:51 Fetched 48.7 kB in 0s (0 B/s) 00:46:51 Pulling static-packages 00:46:52 'go115' has dependencies that need to be staged: static-packages go-build-helper 00:46:52 Skipping pull go-build-helper (already ran) 00:46:52 Skipping pull static-packages (already ran) 00:46:52 Building go-build-helper 00:46:53 Removing intermediate container ac922ecb166e 00:46:53 ---> 5f030e577b31 00:46:53 Step 5/24 : RUN apk add --update --no-cache make git 00:46:54 ---> Running in caafb148289e 00:46:54 Removing intermediate container ee3518ff487a 00:46:54 ---> 0ba412992b14 00:46:54 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:46:54 Removing intermediate container a493a086c9ac 00:46:54 ---> ea6382b780f5 00:46:54 Step 5/21 : RUN apk add --update --no-cache make git 00:46:54 Removing intermediate container 945761c5549a 00:46:54 ---> 22e40fe4ff22 00:46:54 Step 5/23 : RUN apk add --update --no-cache make git 00:46:55 Building static-packages 00:46:56 ---> Running in cf0cbc4266ea 00:46:56 ---> Running in c167e7a5fb51 00:46:56 ---> Running in 440654ea28ae 00:46:56 Removing intermediate container 12e98f85aa50 00:46:56 ---> 5cf471f84b9e 00:46:56 Step 5/31 : RUN apk add --update --no-cache make git 00:46:56 ---> Running in a4921bf04512 00:46:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:57 Staging go-build-helper 00:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:58 Staging static-packages 00:46:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:59 OK: 217 MiB in 51 packages 00:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:59 Pulling go115 00:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:00 OK: 217 MiB in 51 packages 00:47:00 'edgex-go' has dependencies that need to be staged: go115 00:47:00 Skipping pull go115 (already ran) 00:47:00 Building go115 00:47:00 % Total % Received % Xferd Average Speed Time Time Time Current 00:47:00 Dload Upload Total Spent Left Speed 00:47:00 OK: 217 MiB in 51 packages 00:47:00 OK: 217 MiB in 51 packages 00:47:01 OK: 217 MiB in 51 packages 00:47:02 Removing intermediate container caafb148289e 00:47:02 ---> 600557b16e5b 00:47:02 Step 6/24 : COPY go.mod . 00:47:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.6M 0 0 28.0M 0 0:00:04 --:--:-- 0:00:04 28.0M 63 115M 63 73.4M 0 0 37.8M 0 0:00:03 0:00:01 0:00:02 37.8M 100 115M 100 115M 0 0 43.3M 0 0:00:02 0:00:02 --:--:-- 43.3M 00:47:03 Removing intermediate container c167e7a5fb51 00:47:03 ---> 09cc95e05592 00:47:03 Step 6/23 : COPY go.mod . 00:47:03 go1.15.2.linux-amd64.tar.gz: OK 00:47:04 ---> 8e6a9ab975d0 00:47:04 Step 7/24 : RUN go mod download 00:47:04 Removing intermediate container a4921bf04512 00:47:04 ---> 8b2d824bb15a 00:47:04 Step 6/31 : COPY go.mod . 00:47:04 ---> Running in b08fd1254414 00:47:04 ---> 80b236dbb532 00:47:04 Step 7/23 : RUN go mod download 00:47:05 ---> Running in 4f82deb7411c 00:47:05 Removing intermediate container cf0cbc4266ea 00:47:05 ---> c078ecf90317 00:47:05 Step 6/21 : COPY go.mod . 00:47:06 ---> 922f43194aa0 00:47:06 Step 7/31 : RUN go mod download 00:47:06 Removing intermediate container 440654ea28ae 00:47:06 ---> c16b5447e35b 00:47:06 Step 6/23 : COPY go.mod . 00:47:07 ---> Running in 0a01a0b92dee 00:47:07 ---> 67cf955a8a98 00:47:07 Step 7/21 : RUN go mod download 00:47:07 Staging go115 00:47:08 ---> 50a2add088e2 00:47:08 Step 7/23 : RUN go mod download 00:47:09 ---> Running in eafede85918e 00:47:10 ---> Running in 9bfce184c139 00:47:11 Removing intermediate container b08fd1254414 00:47:11 ---> 7f4e4589af5c 00:47:11 Step 8/24 : COPY . . 00:47:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:13 Fetched 0 B in 0s (0 B/s) 00:47:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:13 Fetched 224 kB in 0s (0 B/s) 00:47:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:13 Fetched 157 kB in 0s (0 B/s) 00:47:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:13 Fetched 221 kB in 0s (0 B/s) 00:47:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:13 Fetched 143 kB in 0s (0 B/s) 00:47:13 Pulling edgex-go 00:47:14 Pulling version 00:47:15 Removing intermediate container 4f82deb7411c 00:47:15 ---> 530538774800 00:47:15 Step 8/23 : COPY . . 00:47:15 Building config-common 00:47:17 Skipping build go-build-helper (already ran) 00:47:17 Skipping build static-packages (already ran) 00:47:17 Skipping build go115 (already ran) 00:47:17 Building edgex-go 00:47:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:18 go: downloading github.com/gorilla/mux v1.8.0 00:47:18 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 00:47:18 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 00:47:18 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 00:47:18 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 00:47:18 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 00:47:18 go: downloading github.com/OneOfOne/xxhash v1.2.8 00:47:18 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 00:47:18 go: downloading github.com/google/uuid v1.2.0 00:47:18 go: downloading github.com/pelletier/go-toml v1.2.0 00:47:18 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 00:47:18 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 00:47:18 go: downloading github.com/go-redis/redis/v7 v7.2.0 00:47:18 go: downloading github.com/BurntSushi/toml v0.3.1 00:47:18 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:18 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:18 go: downloading github.com/go-playground/validator/v10 v10.3.0 00:47:18 go: downloading github.com/pkg/errors v0.8.1 00:47:18 go: downloading github.com/imdario/mergo v0.3.11 00:47:18 go: downloading github.com/hashicorp/consul/api v1.1.0 00:47:18 go: downloading github.com/x448/float16 v0.8.4 00:47:18 go: downloading gopkg.in/yaml.v2 v2.4.0 00:47:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:18 go: downloading github.com/pebbe/zmq4 v1.2.2 00:47:18 go: downloading github.com/go-kit/kit v0.8.0 00:47:18 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 00:47:18 go: downloading github.com/go-playground/universal-translator v0.17.0 00:47:18 go: downloading github.com/leodido/go-urn v1.2.0 00:47:18 go: downloading github.com/hashicorp/serf v0.8.2 00:47:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 00:47:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:18 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:19 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:19 go: downloading github.com/go-playground/locales v0.13.0 00:47:19 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:19 go: downloading github.com/go-logfmt/logfmt v0.4.0 00:47:19 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:19 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:19 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:19 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:21 Removing intermediate container eafede85918e 00:47:21 ---> b95d597a40eb 00:47:21 Step 8/21 : COPY . . 00:47:21 Removing intermediate container 9bfce184c139 00:47:21 ---> 057c16b3c0e2 00:47:21 Step 8/23 : COPY . . 00:47:21 Removing intermediate container 0a01a0b92dee 00:47:21 ---> 748bff099ba4 00:47:21 Step 8/31 : COPY . . 00:47:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:32 ---> fae10a2f3216 00:47:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:33 go: downloading github.com/stretchr/testify v1.7.0 00:47:33 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:33 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 00:47:34 ---> Running in a7ce81476ea6 00:47:34 ---> a60ef5bb9297 00:47:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 00:47:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 00:47:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:35 ---> Running in 3a0d03c873af 00:47: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 00:47:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:47:37 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 00:47:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:47:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:40 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 00:47:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:41 go: downloading github.com/lib/pq v1.9.0 00:47:43 Building version 00:47:45 Staging config-common 00:47:46 Skipping stage go-build-helper (already ran) 00:47:46 Skipping stage static-packages (already ran) 00:47:46 Skipping stage go115 (already ran) 00:47:46 Staging edgex-go 00:47:47 Staging version 00:47:48 Priming config-common 00:47:49 Priming go-build-helper 00:47:50 Priming static-packages 00:47:52 Priming go115 00:47:53 Priming edgex-go 00:47:54 Priming version 00:47:55 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 00:47:56 ---> 4d9b5b736024 00:47:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:56 ---> Running in 1c2cd948d05c 00:47:56 ---> 93f6d25bb801 00:47:56 Step 9/23 : RUN make cmd/core-data/core-data 00:47:56 ---> b01678809a42 00:47:56 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:56 ---> Running in 9cdf6ebc6634 00:47:56 ---> Running in 285cabee4583 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv 00:47:57 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 [Pipeline] } [Pipeline] // stage [Pipeline] } 00:47: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 00:47:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:49:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:22 Removing intermediate container a7ce81476ea6 00:49:22 ---> adb4b1b3d2b4 00:49:22 00:49:22 Step 10/24 : FROM alpine:3.12 00:49:22 3.12: Pulling from library/alpine 00:49:22 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:49:22 Status: Downloaded newer image for alpine:3.12 00:49:22 ---> afeebe901d6b 00:49:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:22 ---> Running in d1481f80d3c5 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:25 (1/5) Installing ca-certificates (20191127-r4) 00:49:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:25 (3/5) Installing libcurl (7.69.1-r3) 00:49:25 (4/5) Installing curl (7.69.1-r3) 00:49:25 (5/5) Installing dumb-init (1.2.2-r1) 00:49:25 Executing busybox-1.31.1-r19.trigger 00:49:25 Executing ca-certificates-20191127-r4.trigger 00:49:26 OK: 7 MiB in 19 packages 00:49:29 Removing intermediate container d1481f80d3c5 00:49:29 ---> 92b98528ffb1 00:49:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:29 ---> Running in 6778b32c1c89 00:49:30 Removing intermediate container 6778b32c1c89 00:49:30 ---> fafc23bcb1a6 00:49:30 Step 13/24 : WORKDIR / 00:49:30 ---> Running in dc5f94d0b7d2 00:49:31 Removing intermediate container dc5f94d0b7d2 00:49:31 ---> 801460af0a86 00:49:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:32 ---> bb9f00991576 00:49:32 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:34 ---> c057d8c6ad3c 00:49:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:35 ---> 5cf99594be2f 00:49:35 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:37 ---> 0a38b2e4f270 00:49:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:39 ---> 946075bd3248 00:49:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:40 ---> 8228a492cdeb 00:49:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:49:40 ---> Running in 5f253e5a4b18 00:49:45 Removing intermediate container 5f253e5a4b18 00:49:45 ---> 2da7afe48925 00:49:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:45 ---> Running in 3f990ae5dc7f 00:49:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:45 Removing intermediate container 3f990ae5dc7f 00:49:45 ---> dbb256e767cc 00:49:45 Step 22/24 : LABEL arch=arm64 00:49:45 ---> Running in 0c76146125dd 00:49:46 Removing intermediate container 0c76146125dd 00:49:46 ---> 2abe1dd073cf 00:49:46 Step 23/24 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:49:46 ---> Running in 06ccb1326022 00:49:47 Removing intermediate container 06ccb1326022 00:49:47 ---> cf13cbcd021b 00:49:47 Step 24/24 : LABEL version=0.0.0 00:49:47 ---> Running in 2d30aa63dde2 00:49:48 Removing intermediate container 2d30aa63dde2 00:49:48 ---> 940f2a293bd6 00:49:48 00:49:48 Successfully built 940f2a293bd6 00:49:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:49 Building docker-support-scheduler-go 00:49:54  Building docker-security-secretstore-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:50:16 Removing intermediate container 1c2cd948d05c 00:50:16 ---> eed5f2468425 00:50:16 00:50:16 Step 10/21 : FROM alpine:3.12 00:50:16 ---> afeebe901d6b 00:50:16 Step 11/21 : RUN apk add --update --no-cache curl 00:50:16 ---> Running in 10d6d1cb59ae 00:50:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:18 ---> 292a51a23de5 00:50:18 Step 3/22 : WORKDIR /edgex-go 00:50:18 ---> Using cache 00:50:18 ---> c56d1ca996d1 00:50:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:18 ---> Using cache 00:50:18 ---> 5cf471f84b9e 00:50:18 Step 5/22 : RUN apk add --update --no-cache make git 00:50:18 ---> Using cache 00:50:18 ---> 8b2d824bb15a 00:50:18 Step 6/22 : COPY go.mod . 00:50:18 ---> Using cache 00:50:18 ---> 922f43194aa0 00:50:18 Step 7/22 : RUN go mod download 00:50:18 ---> Using cache 00:50:18 ---> 748bff099ba4 00:50:18 Step 8/22 : COPY . . 00:50:18 ---> Using cache 00:50:18 ---> b01678809a42 00:50:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:18 (1/4) Installing ca-certificates (20191127-r4) 00:50:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:18 (3/4) Installing libcurl (7.69.1-r3) 00:50:18 (4/4) Installing curl (7.69.1-r3) 00:50:18 Executing busybox-1.31.1-r19.trigger 00:50:18 Executing ca-certificates-20191127-r4.trigger 00:50:19 OK: 7 MiB in 18 packages 00:50:19 ---> Running in 786ea977529e 00:50:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:50:24 Removing intermediate container 10d6d1cb59ae 00:50:24 ---> d7718bef1376 00:50:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:24 Removing intermediate container 3a0d03c873af 00:50:24 ---> 0c38295cbc0d 00:50:24 00:50:24 Step 10/23 : FROM alpine:3.12 00:50:24 ---> afeebe901d6b 00:50:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:24 ---> Running in d5b2211ef2a9 00:50:25 ---> Running in 634e2732528d 00:50:26 Removing intermediate container d5b2211ef2a9 00:50:26 ---> dca83aeffe06 00:50:26 Step 13/21 : WORKDIR /edgex 00:50:26 ---> Running in 1869141fd1d0 00:50:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:28 Removing intermediate container 1869141fd1d0 00:50:28 ---> 02cca9d1ec0d 00:50:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:29 (1/1) Installing dumb-init (1.2.2-r1) 00:50:29 Executing busybox-1.31.1-r19.trigger 00:50:29 OK: 5 MiB in 15 packages 00:50:29 Removing intermediate container 285cabee4583 00:50:29 ---> d0ffcf787084 00:50:29 00:50:29 Step 10/31 : FROM alpine:3.12 00:50:29 ---> afeebe901d6b 00:50:29 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:50:29 ---> Running in 2c2cddf089f4 00:50:29 ---> bf2148a724f2 00:50:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:30 Removing intermediate container 2c2cddf089f4 00:50:30 ---> e03d1614a00f 00:50:30 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:50:31 ---> Running in 85faa781b60d 00:50:32 Removing intermediate container 634e2732528d 00:50:32 ---> fef960477dff 00:50:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:32 ---> Running in 554409dae840 00:50:33 ---> 3619be61a9c1 00:50:33 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:33 Removing intermediate container 554409dae840 00:50:33 ---> a2e1695d7db7 00:50:33 Step 13/23 : ENV APP_PORT=48081 00:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:33 ---> Running in f63e3e040cc4 00:50:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:35 Removing intermediate container f63e3e040cc4 00:50:35 ---> 63e5b18c9864 00:50:35 Step 14/23 : EXPOSE $APP_PORT 00:50:35 (1/2) Installing dumb-init (1.2.2-r1) 00:50:35 (2/2) Installing su-exec (0.2-r1) 00:50:35 Executing busybox-1.31.1-r19.trigger 00:50:35 OK: 5 MiB in 16 packages 00:50:35 ---> Running in f0dbbea895ee 00:50:35 ---> 8aacda0d9ba0 00:50:35 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:35 ---> Running in 217672b5678a 00:50:36 Removing intermediate container f0dbbea895ee 00:50:36 ---> 9c895ee71e16 00:50:36 Step 15/23 : WORKDIR / 00:50:37 ---> Running in 840d122c91d1 00:50:37 Removing intermediate container 217672b5678a 00:50:37 ---> 34aeb5f580ae 00:50:37 Step 18/21 : CMD ["--init=true"] 00:50:37 Removing intermediate container 85faa781b60d 00:50:37 ---> 357ca06c394d 00:50:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:50:38 ---> Running in 7550156213e8 00:50:38 ---> Running in 697f3b3a1c9c 00:50:38 Removing intermediate container 840d122c91d1 00:50:38 ---> 38b1db5a7c76 00:50:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:39 Removing intermediate container 7550156213e8 00:50:39 ---> 63b3c89ffc40 00:50:39 Step 19/21 : LABEL arch=arm64 00:50:39 Removing intermediate container 697f3b3a1c9c 00:50:39 ---> d91ae0927ea2 00:50:39 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:39 ---> Running in abbe3ecb1d14 00:50:39 ---> Running in 56a03a9a3950 00:50:40 ---> 91e5ccb6e6b7 00:50:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:40 Removing intermediate container abbe3ecb1d14 00:50:40 ---> d74c7b57eb0c 00:50:40 Step 20/21 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:50:40 Removing intermediate container 56a03a9a3950 00:50:40 ---> 78b66ccc2d52 00:50:40 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:41 ---> Running in 0afac666318c 00:50:41 ---> Running in 40ed4ec6b94e 00:50:42 Removing intermediate container 0afac666318c 00:50:42 ---> d34dd741508d 00:50:42 Step 21/21 : LABEL version=0.0.0 00:50:42 ---> Running in 6ce4210e3349 00:50:43 ---> 4beb9f17d858 00:50:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:44 Removing intermediate container 6ce4210e3349 00:50:44 ---> 95eff71763be 00:50:44 00:50:46 Successfully built 95eff71763be 00:50:46 ---> 2322eb70841a 00:50:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:46 Building docker-support-notifications-go 00:50:46  Building docker-security-proxy-setup-go ... done  ---> Running in c52482867f34 00:50:46 Removing intermediate container 40ed4ec6b94e 00:50:46 ---> f60b4d7686a7 00:50:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:50:46 ---> Running in 2303b1f83fbe 00:50:47 Removing intermediate container c52482867f34 00:50:47 ---> b70902837753 00:50:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:47 ---> Running in bbba1c89baf8 00:50:48 Removing intermediate container 2303b1f83fbe 00:50:48 ---> 101865cce905 00:50:48 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:48 Removing intermediate container bbba1c89baf8 00:50:48 ---> 41c681e458d4 00:50:48 Step 21/23 : LABEL arch=arm64 00:50:49 ---> Running in 18a9a031bb00 00:50:49 ---> 24773c39596e 00:50:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:50 ---> Running in c19ff6bf001b 00:50:50 Removing intermediate container 18a9a031bb00 00:50:50 ---> c8d505d4614a 00:50:50 Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:50:50 ---> Running in 30f656eaf25a 00:50:52 Removing intermediate container 30f656eaf25a 00:50:52 ---> 2b8035bc6e17 00:50:52 Step 23/23 : LABEL version=0.0.0 00:50:52 ---> Running in 0521fea2be45 00:50:53 Removing intermediate container 0521fea2be45 00:50:53 ---> 88bf43ba6abc 00:50:53 00:50:54 Successfully built 88bf43ba6abc 00:50:54 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:54 Building docker-sys-mgmt-agent-go 00:50:56  Building docker-core-metadata-go ... done Removing intermediate container c19ff6bf001b 00:50:56 ---> c8331ae66c0d 00:50:56 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:58 ---> 9f12d4636f1d 00:50:58 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:00 Removing intermediate container 9cdf6ebc6634 00:51:00 ---> 3fde0a87ed13 00:51:00 00:51:00 Step 10/23 : FROM alpine:3.12 00:51:00 ---> afeebe901d6b 00:51:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:00 ---> Running in cfe6843f56c3 00:51:00 ---> 4ec1db125520 00:51:00 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:02 Removing intermediate container cfe6843f56c3 00:51:02 ---> 6cc2f8e38c4f 00:51:02 Step 12/23 : ENV APP_PORT=48080 00:51:02 ---> Running in 08a88048a7cd 00:51:03 ---> 2ca64c38faf3 00:51:03 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 00:51:04 Removing intermediate container 08a88048a7cd 00:51:04 ---> 86f5a16eb2c0 00:51:04 Step 13/23 : EXPOSE $APP_PORT 00:51:04 ---> Running in 8fadb8abf03d 00:51:05 Removing intermediate container 8fadb8abf03d 00:51:05 ---> 46cc234e7c21 00:51:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:06 ---> ab9391cee8f4 00:51:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:06 ---> Running in 9d6639a8c76f 00:51:09 ---> 3e4651a1b95a 00:51:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:10 ---> Running in 1a81ffbfb9c0 00:51:11 Removing intermediate container 9d6639a8c76f 00:51:11 ---> c0d018518025 00:51:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:11 Removing intermediate container 1a81ffbfb9c0 00:51:11 ---> 071bb0d8b0c7 00:51:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:11 ---> Running in f2541f5e4feb 00:51:13 ---> 629ab75448bf 00:51:13 Step 26/31 : RUN chmod +x /entrypoint.sh 00:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:14 ---> Running in 139a6825fb6a 00:51:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:16 (1/6) Installing dumb-init (1.2.2-r1) 00:51:16 (2/6) Installing libgcc (9.3.0-r2) 00:51:16 (3/6) Installing libsodium (1.0.18-r0) 00:51:16 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:16 (5/6) Installing libzmq (4.3.3-r0) 00:51:16 (6/6) Installing zeromq (4.3.3-r0) 00:51:17 Executing busybox-1.31.1-r19.trigger 00:51:17 OK: 8 MiB in 20 packages 00:51:22 Removing intermediate container 139a6825fb6a 00:51:22 ---> e12b40e9e779 00:51:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:51:22 Removing intermediate container f2541f5e4feb 00:51:22 ---> 90190cfd13e4 00:51:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:23 ---> 292a51a23de5 00:51:23 Step 3/22 : WORKDIR /edgex-go 00:51:23 ---> Using cache 00:51:23 ---> c56d1ca996d1 00:51:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:23 ---> Using cache 00:51:23 ---> 5cf471f84b9e 00:51:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:51:23 ---> Running in 428628fd4c83 00:51:23 ---> Running in 34034a28bdf0 00:51:24 ---> c75a2a9f1c07 00:51:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:25 Removing intermediate container 34034a28bdf0 00:51:25 ---> 72cf88b89c95 00:51:25 Step 28/31 : CMD ["gate"] 00:51:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:26 ---> Running in a2579f682b1c 00:51:27 OK: 217 MiB in 51 packages 00:51:28 Removing intermediate container a2579f682b1c 00:51:28 ---> 7bd5348f3a8f 00:51:28 Step 29/31 : LABEL arch=arm64 00:51:29 ---> a9177f372456 00:51:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:30 ---> Running in abaa9e217271 00:51:30 Removing intermediate container 428628fd4c83 00:51:30 ---> 5125fa0336fe 00:51:30 Step 6/22 : COPY go.mod . 00:51:31 ---> 99035053f80f 00:51:31 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:31 ---> Running in f17c1330ea18 00:51:32 Removing intermediate container abaa9e217271 00:51:32 ---> a76b88428de4 00:51:32 Step 30/31 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:51:33 ---> Running in 145a14ca7183 00:51:33 ---> 39a6a87099f9 00:51:33 Step 7/22 : RUN go mod download 00:51:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:51:33 ---> 292a51a23de5 00:51:33 Step 3/26 : WORKDIR /edgex-go 00:51:33 ---> Using cache 00:51:33 ---> c56d1ca996d1 00:51:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:33 ---> Using cache 00:51:33 ---> 5cf471f84b9e 00:51:33 Step 5/26 : RUN apk add --update --no-cache make bash git 00:51:33 ---> Running in 01b12a006cfc 00:51:33 Removing intermediate container f17c1330ea18 00:51:33 ---> e85ad31ba9fa 00:51:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:33 ---> Running in 88a43f5be70d 00:51:33 ---> Running in 18934aead5db 00:51:34 Removing intermediate container 145a14ca7183 00:51:34 ---> ebbef11df63e 00:51:34 Step 31/31 : LABEL version=0.0.0 00:51:35 ---> Running in 6c24f34f8f55 00:51:35 Removing intermediate container 18934aead5db 00:51:35 ---> 9c4a97c93314 00:51:35 Step 21/23 : LABEL arch=arm64 00:51:35 ---> Running in 558fd06f06f0 00:51:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:36 Removing intermediate container 6c24f34f8f55 00:51:36 ---> f19b3d3eb978 00:51:36 00:51:36 Removing intermediate container 558fd06f06f0 00:51:36 ---> 7cb0fa55018a 00:51:36 Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:51:36 ---> Running in 980552b43c9f 00:51:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:37 Successfully built f19b3d3eb978 00:51:37 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:51:37 Building docker-core-command-go 00:51:37  Building docker-security-bootstrapper-go ... done Removing intermediate container 980552b43c9f 00:51:37 ---> be42fccac771 00:51:37 Step 23/23 : LABEL version=0.0.0 00:51:37 OK: 217 MiB in 51 packages 00:51:37 ---> Running in 1c5e4fcefe6b 00:51:38 Removing intermediate container 1c5e4fcefe6b 00:51:38 ---> f73d51121732 00:51:38 00:51:39 Removing intermediate container 88a43f5be70d 00:51:39 ---> 1f3d39799e20 00:51:39 Step 8/22 : COPY . . 00:51:39 Successfully built f73d51121732 00:51:39 Successfully tagged docker-core-data-go-arm64:latest 00:51:40  Building docker-core-data-go ... done Removing intermediate container 01b12a006cfc 00:51:40 ---> f95867fc89c6 00:51:40 Step 6/26 : COPY go.mod . 00:51:43 ---> 3659339ba438 00:51:43 Step 7/26 : RUN go mod download 00:51:43 ---> Running in d5e3dcdb53d8 00:51:50 Removing intermediate container d5e3dcdb53d8 00:51:50 ---> dc3cf78f8d7a 00:51:50 Step 8/26 : COPY . . 00:51:54 Removing intermediate container 786ea977529e 00:51:54 ---> f15c7a8a6591 00:51:54 00:51:54 Step 10/22 : FROM alpine:3.12 00:51:54 ---> afeebe901d6b 00:51:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:51:54 ---> Using cache 00:51:54 ---> fef960477dff 00:51:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:54 ---> Using cache 00:51:54 ---> a2e1695d7db7 00:51:54 Step 13/22 : ENV APP_PORT=48085 00:51:54 ---> Running in 2876b1f0c570 00:51:55 Removing intermediate container 2876b1f0c570 00:51:55 ---> 980ac02c97ef 00:51:55 Step 14/22 : EXPOSE $APP_PORT 00:51:56 ---> Running in db5445ad411f 00:51:57 Removing intermediate container db5445ad411f 00:51:57 ---> 76106c2410f9 00:51:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:59 ---> 292a51a23de5 00:51:59 Step 3/23 : WORKDIR /edgex-go 00:51:59 ---> Using cache 00:51:59 ---> c56d1ca996d1 00:51:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:59 ---> Using cache 00:51:59 ---> 5cf471f84b9e 00:51:59 Step 5/23 : RUN apk add --update --no-cache make git 00:51:59 ---> Using cache 00:51:59 ---> 8b2d824bb15a 00:51:59 Step 6/23 : COPY go.mod . 00:51:59 ---> Using cache 00:51:59 ---> 922f43194aa0 00:51:59 Step 7/23 : RUN go mod download 00:51:59 ---> Using cache 00:51:59 ---> 748bff099ba4 00:51:59 Step 8/23 : COPY . . 00:51:59 ---> 0354d7fc7681 00:51:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:59 ---> Using cache 00:51:59 ---> b01678809a42 00:51:59 Step 9/23 : RUN make cmd/core-command/core-command 00:51:59 ---> Running in 4c7974301b7f 00:52:00 ---> 5818e82caffc 00:52:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:52:00 ---> Running in 3d2fde526c53 00:52:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:52:01 ---> 1d2d8fd8d209 00:52:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:52:03 ---> 8eff3cce94a7 00:52:03 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:03 ---> Running in bda92e8afcbf 00:52:05 Removing intermediate container bda92e8afcbf 00:52:05 ---> 5fa15602de77 00:52:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:05 ---> Running in 2467a0415968 00:52:06 Removing intermediate container 2467a0415968 00:52:06 ---> ac7b085006ec 00:52:06 Step 20/22 : LABEL arch=arm64 00:52:06 ---> Running in 9f8f998613da 00:52:08 Removing intermediate container 9f8f998613da 00:52:08 ---> 4861127c1dfc 00:52:08 Step 21/22 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:52:08 ---> Running in b5a28c0f2330 00:52:09 Removing intermediate container b5a28c0f2330 00:52:09 ---> 729e522e47ea 00:52:09 Step 22/22 : LABEL version=0.0.0 00:52:10 ---> Running in d371c090b42e 00:52:11 Removing intermediate container d371c090b42e 00:52:11 ---> a24a41837bef 00:52:11 00:52:12 Successfully built a24a41837bef 00:52:12 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:13  Building docker-support-scheduler-go ... done  ---> dd149c930e36 00:52:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:52:13 ---> Running in c0e5d07cc387 00:52:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:53:23 Removing intermediate container 4c7974301b7f 00:53:23 ---> 4a5adcf79e31 00:53:23 00:53:23 Step 10/23 : FROM alpine:3.12 00:53:23 ---> afeebe901d6b 00:53:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:53:23 ---> Using cache 00:53:23 ---> fef960477dff 00:53:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:53:23 ---> Using cache 00:53:23 ---> a2e1695d7db7 00:53:23 Step 13/23 : ENV APP_PORT=48082 00:53:23 ---> Running in 34f4bb221539 00:53:23 Removing intermediate container c0e5d07cc387 00:53:23 ---> bf298576c690 00:53:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:53:23 Removing intermediate container 3d2fde526c53 00:53:23 ---> 4b8fd6a85d46 00:53:23 00:53:23 Step 10/22 : FROM alpine:3.12 00:53:23 ---> afeebe901d6b 00:53:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:53:23 ---> Running in 19972842c244 00:53:23 ---> Running in e873180c9615 00:53:23 Removing intermediate container 34f4bb221539 00:53:23 ---> ab283e03bed6 00:53:23 Step 14/23 : EXPOSE $APP_PORT 00:53:23 ---> Running in 9b399b375d3c 00:53:23 Removing intermediate container 9b399b375d3c 00:53:23 ---> fc019652532b 00:53:23 Step 15/23 : WORKDIR / 00:53:23 ---> Running in 0323d0c2f93e 00:53:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:23 Removing intermediate container 0323d0c2f93e 00:53:23 ---> b8847e89cd6f 00:53:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:24 (1/2) Installing ca-certificates (20191127-r4) 00:53:24 (2/2) Installing dumb-init (1.2.2-r1) 00:53:24 Executing busybox-1.31.1-r19.trigger 00:53:24 Executing ca-certificates-20191127-r4.trigger 00:53:24 ---> 960f682f3900 00:53:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:53:24 OK: 6 MiB in 16 packages 00:53:25 ---> b6f4e28d39a8 00:53:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:53:26 Removing intermediate container e873180c9615 00:53:26 ---> fe9c0a6dd916 00:53:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:53:26 Removing intermediate container 19972842c244 00:53:26 ---> 6ce31e4fd2cc 00:53:26 00:53:26 Step 11/26 : FROM docker:20.10.0 00:53:26 20.10.0: Pulling from library/docker 00:53:26 ---> Running in 147a2a937d30 00:53:26 ---> 4f832c48535e 00:53:26 Step 19/23 : ENTRYPOINT ["/core-command"] 00:53:26 ---> Running in 594ee0d5a7fe 00:53:27 Removing intermediate container 147a2a937d30 00:53:27 ---> ef1d51379a0d 00:53:27 Step 13/22 : ENV APP_PORT=48060 00:53:27 ---> Running in 5292965b4ffa 00:53:28 Removing intermediate container 594ee0d5a7fe 00:53:28 ---> 94c6dd436d1f 00:53:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:28 ---> Running in 2ecba36423a1 00:53:28 Removing intermediate container 5292965b4ffa 00:53:28 ---> a76e483640ea 00:53:28 Step 14/22 : EXPOSE $APP_PORT 00:53:29 ---> Running in 33bdf7624297 00:53:29 Removing intermediate container 2ecba36423a1 00:53:29 ---> 741ced33f935 00:53:29 Step 21/23 : LABEL arch=arm64 00:53:29 ---> Running in de65b2896e7c 00:53:29 Removing intermediate container 33bdf7624297 00:53:29 ---> d0879f6c4456 00:53:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:30 Removing intermediate container de65b2896e7c 00:53:30 ---> 9a3d7e48546c 00:53:30 Step 22/23 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:53:30 ---> Running in 70115a7ddaa1 00:53:31 ---> d1361dc63adb 00:53:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:31 Removing intermediate container 70115a7ddaa1 00:53:31 ---> a5d2da28d12a 00:53:31 Step 23/23 : LABEL version=0.0.0 00:53:31 ---> Running in 6540fd0b8eb7 00:53:32 Removing intermediate container 6540fd0b8eb7 00:53:32 ---> e7f240270c20 00:53:32 00:53:32 ---> 09748b0715f4 00:53:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:32 Successfully built e7f240270c20 00:53:33 Successfully tagged docker-core-command-go-arm64:latest 00:53:34  Building docker-core-command-go ... done  ---> 859c528f9e96 00:53:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:34 ---> Running in b8ee53d32e20 00:53:35 Removing intermediate container b8ee53d32e20 00:53:35 ---> 4fbd47b4d131 00:53:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:35 ---> Running in 0dc420c7fe34 00:53:35 Removing intermediate container 0dc420c7fe34 00:53:35 ---> 3e6bd9c947f7 00:53:35 Step 20/22 : LABEL arch=arm64 00:53:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:53:35 Status: Downloaded newer image for docker:20.10.0 00:53:35 ---> eeaf43b92773 00:53:35 Step 12/26 : RUN apk add --no-cache bash 00:53:35 ---> Running in ae8970ce9938 00:53:35 ---> Running in bfb12cf84817 00:53:36 Removing intermediate container ae8970ce9938 00:53:36 ---> 5a12cbd8fb95 00:53:36 Step 21/22 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:53:36 ---> Running in 821fefada4b4 00:53:36 Removing intermediate container 821fefada4b4 00:53:36 ---> b3f0dee37ffc 00:53:36 Step 22/22 : LABEL version=0.0.0 00:53:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:37 ---> Running in b86efe4e1b58 00:53:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:37 Removing intermediate container b86efe4e1b58 00:53:37 ---> a8c5a170e7cb 00:53:37 00:53:37 (1/2) Installing readline (8.0.4-r0) 00:53:37 (2/2) Installing bash (5.0.17-r0) 00:53:37 Executing bash-5.0.17-r0.post-install 00:53:37 Executing busybox-1.31.1-r19.trigger 00:53:37 OK: 12 MiB in 22 packages 00:53:37 Successfully built a8c5a170e7cb 00:53:37 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:39  Building docker-support-notifications-go ... done Removing intermediate container bfb12cf84817 00:53:39 ---> 9a5691128567 00:53:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:53:39 ---> Running in 53da1b94efa1 00:53:39 Removing intermediate container 53da1b94efa1 00:53:39 ---> f4b8c6047569 00:53:39 Step 14/26 : ENV APP_PORT=48090 00:53:39 ---> Running in 241985c06bdc 00:53:40 Removing intermediate container 241985c06bdc 00:53:40 ---> de47cb22a3a6 00:53:40 Step 15/26 : EXPOSE $APP_PORT 00:53:40 ---> Running in d651b52302c2 00:53:40 Removing intermediate container d651b52302c2 00:53:40 ---> 5d9b59288ba1 00:53:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:53:42 ---> e51ad53f9a5a 00:53:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:53:42 ---> 045858d66d99 00:53:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:43 ---> 34bb6bcac686 00:53:43 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:43 ---> Running in 4132d3f0595b 00:53:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:45 (1/33) Installing libbz2 (1.0.8-r1) 00:53:45 (2/33) Installing expat (2.2.9-r1) 00:53:45 (3/33) Installing libffi (3.3-r2) 00:53:45 (4/33) Installing gdbm (1.13-r1) 00:53:45 (5/33) Installing xz-libs (5.2.5-r0) 00:53:45 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:45 (7/33) Installing python3 (3.8.5-r0) 00:53:47 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:47 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:47 (11/33) Installing py3-six (1.15.0-r0) 00:53:47 (12/33) Installing py3-packaging (20.4-r0) 00:53:47 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:47 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:47 (15/33) Installing py3-idna (2.9-r0) 00:53:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:47 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:47 (18/33) Installing py3-requests (2.23.0-r0) 00:53:47 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:47 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:47 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:47 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:47 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:47 (24/33) Installing py3-distro (1.5.0-r1) 00:53:47 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:47 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:47 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:47 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:47 (29/33) Installing py3-progress (1.5-r0) 00:53:47 (30/33) Installing py3-toml (0.10.1-r0) 00:53:47 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:47 (33/33) Installing py3-pip (20.1.1-r0) 00:53:48 Executing busybox-1.31.1-r19.trigger 00:53:48 OK: 71 MiB in 55 packages 00:53:54 Removing intermediate container 4132d3f0595b 00:53:54 ---> f8f0faf0d744 00:53:54 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:54 ---> Running in 4e0acc7d4d74 00:54:00 Collecting docker-compose==1.23.2 00:54:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:54:00 Collecting cached-property<2,>=1.2.0 00:54:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:54:01 Collecting jsonschema<3,>=2.5.1 00:54:01 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:54:01 Collecting texttable<0.10,>=0.9.0 00:54:01 Downloading texttable-0.9.1.tar.gz (11 kB) 00:54:05 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:54:05 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:54:05 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:54:05 Collecting docker<4.0,>=3.6.0 00:54:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:54:06 Collecting websocket-client<1.0,>=0.32.0 00:54:06 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:54:08 Collecting PyYAML<4,>=3.10 00:54:08 Downloading PyYAML-3.13.tar.gz (270 kB) 00:54:11 Collecting docopt<0.7,>=0.6.1 00:54:11 Downloading docopt-0.6.2.tar.gz (25 kB) 00:54:14 Collecting dockerpty<0.5,>=0.4.1 00:54:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:54:16 Collecting idna<2.8,>=2.5 00:54:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:54: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) 00:54:16 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:54:17 Collecting urllib3<1.25,>=1.21.1 00:54:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:54:17 Collecting docker-pycreds>=0.4.0 00:54:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:54:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:54:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:54:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:54:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:54:18 Installing collected packages: cached-property, jsonschema, texttable, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, docopt, dockerpty, docker-compose 00:54:19 Running setup.py install for texttable: started 00:54:21 Running setup.py install for texttable: finished with status 'done' 00:54:21 Attempting uninstall: idna 00:54:21 Found existing installation: idna 2.9 00:54:21 Uninstalling idna-2.9: 00:54:21 Successfully uninstalled idna-2.9 00:54:22 Attempting uninstall: urllib3 00:54:22 Found existing installation: urllib3 1.25.9 00:54:22 Uninstalling urllib3-1.25.9: 00:54:22 Successfully uninstalled urllib3-1.25.9 00:54:22 Attempting uninstall: requests 00:54:22 Found existing installation: requests 2.23.0 00:54:22 Uninstalling requests-2.23.0: 00:54:22 Successfully uninstalled requests-2.23.0 00:54:24 Running setup.py install for PyYAML: started 00:54:26 Running setup.py install for PyYAML: finished with status 'done' 00:54:26 Running setup.py install for docopt: started 00:54:28 Running setup.py install for docopt: finished with status 'done' 00:54:28 Running setup.py install for dockerpty: started 00:54:30 Running setup.py install for dockerpty: finished with status 'done' 00:54:30 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:54:35 Removing intermediate container 4e0acc7d4d74 00:54:35 ---> ed37a3468950 00:54:35 Step 21/26 : RUN apk --no-cache add curl 00:54:35 ---> Running in 80dc64b0460c 00:54:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:54:36 (2/3) Installing libcurl (7.69.1-r3) 00:54:36 (3/3) Installing curl (7.69.1-r3) 00:54:36 Executing busybox-1.31.1-r19.trigger 00:54:36 OK: 71 MiB in 58 packages 00:54:37 Removing intermediate container 80dc64b0460c 00:54:37 ---> 2670805e7df6 00:54:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:54:37 ---> Running in 5169d4b205f6 00:54:37 Removing intermediate container 5169d4b205f6 00:54:37 ---> fc019e1c7bb0 00:54:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:38 ---> Running in 0c3c6b712d84 00:54:38 Removing intermediate container 0c3c6b712d84 00:54:38 ---> 047eed0af197 00:54:38 Step 24/26 : LABEL arch=arm64 00:54:38 ---> Running in 814d7282e6bf 00:54:39 Removing intermediate container 814d7282e6bf 00:54:39 ---> 6edf51df2ea9 00:54:39 Step 25/26 : LABEL git_sha=819d66770663099060b4e22756fbdb4c13ff0219 00:54:39 ---> Running in 2176b543a687 00:54:39 Removing intermediate container 2176b543a687 00:54:39 ---> 1b9ad3f03822 00:54:39 Step 26/26 : LABEL version=0.0.0 00:54:39 ---> Running in f69577cbf825 00:54:40 Removing intermediate container f69577cbf825 00:54:40 ---> 7a24ac973cf1 00:54:40 00:54:40 Successfully built 7a24ac973cf1 00:54:40 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:54:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:54:40 $ docker stop --time=1 0cf8bb71cc401510d4b96d6ddc7d011b0fb48adeef418d8c3b4d9f0c9159d2cf 00:54:42 $ docker rm -f 0cf8bb71cc401510d4b96d6ddc7d011b0fb48adeef418d8c3b4d9f0c9159d2cf [Pipeline] // withDockerContainer [Pipeline] sh 00:54:43 + docker images 00:54:43 + grep docker 00:54:44 docker-sys-mgmt-agent-go-arm64 latest 7a24ac973cf1 4 seconds ago 300MB 00:54:44 docker-support-notifications-go-arm64 latest a8c5a170e7cb About a minute ago 16.7MB 00:54:44 docker-core-command-go-arm64 latest e7f240270c20 About a minute ago 16MB 00:54:44 docker-support-scheduler-go-arm64 latest a24a41837bef 2 minutes ago 16.1MB 00:54:44 docker-core-data-go-arm64 latest f73d51121732 3 minutes ago 21MB 00:54:44 docker-security-bootstrapper-go-arm64 latest f19b3d3eb978 3 minutes ago 22.6MB 00:54:44 docker-core-metadata-go-arm64 latest 88bf43ba6abc 3 minutes ago 17.7MB 00:54:44 docker-security-proxy-setup-go-arm64 latest 95eff71763be 4 minutes ago 23.2MB 00:54:44 docker-security-secretstore-setup-go-arm64 latest 940f2a293bd6 4 minutes ago 23.4MB 00:54:44 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 00:54:45 provisioning config files... 00:54:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/18@tmp/config536565105095145672tmp [Pipeline] { [Pipeline] sh 00:54:46 + set +x 00:54:46 + curl -s https://codecov.io/bash 00:54:46 + bash -s -- 00:54:46 00:54:46 _____ _ 00:54:46 / ____| | | 00:54:46 | | ___ __| | ___ ___ _____ __ 00:54:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:54:46 | |___| (_) | (_| | __/ (_| (_) \ V / 00:54:46 \_____\___/ \__,_|\___|\___\___/ \_/ 00:54:46 Bash-20210129-7c25fce 00:54:46 00:54:46 00:54:46 ==> git version 2.24.3 found 00:54:46 ==> 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 00:54:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:54:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:54:46 ==> Jenkins CI detected. 00:54:46 project root: . 00:54:46 --> token set from env 00:54:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:54:46 ==> Running gcov in . (disable via -X gcov) 00:54:46 ==> Python coveragepy not found 00:54:46 ==> Searching for coverage reports in: 00:54:46 + . 00:54:46 -> Found 1 reports 00:54:46 ==> Detecting git/mercurial file structure 00:54:46 ==> Reading reports 00:54:46 + ./coverage.out bytes=583066 00:54:46 ==> Appending adjustments 00:54:46 https://docs.codecov.io/docs/fixing-reports 00:54:50 + Found adjustments 00:54:50 ==> Gzipping contents 00:54:50 88K /tmp/codecov.6vsrmR.gz 00:54:50 ==> Uploading reports 00:54:50 url: https://codecov.io 00:54:50 query: branch=PR-3034&commit=819d66770663099060b4e22756fbdb4c13ff0219&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:54:50 -> Pinging Codecov 00:54:50 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3034&commit=819d66770663099060b4e22756fbdb4c13ff0219&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F18%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= 00:54:50 -> Uploading to 00:54:50 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/819d66770663099060b4e22756fbdb4c13ff0219/a5c9c175-66c7-45b3-a5bc-0e00d11756db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T005450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=93ecc8bce967677786e673b40ccd709cd9ddf20d9f9e8579df64f1520bff387e 00:54:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:54:50 Dload Upload Total Spent Left Speed 00:54:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87875 0 0 100 87875 0 136k --:--:-- --:--:-- --:--:-- 136k 00:54:51 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/819d66770663099060b4e22756fbdb4c13ff0219 [Pipeline] } 00:54:51 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 00:54:53 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:54:54 ---> package-listing.sh 00:54:54 ++ facter osfamily 00:54:54 ++ tr '[:upper:]' '[:lower:]' 00:54:54 + OS_FAMILY=redhat 00:54:54 + workspace=/w/workspace/edgex-go/18 00:54:54 + START_PACKAGES=/tmp/packages_start.txt 00:54:54 + END_PACKAGES=/tmp/packages_end.txt 00:54:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:54:54 + PACKAGES=/tmp/packages_start.txt 00:54:54 + '[' /w/workspace/edgex-go/18 ']' 00:54:54 + PACKAGES=/tmp/packages_end.txt 00:54:54 + case "${OS_FAMILY}" in 00:54:54 + rpm -qa 00:54:54 + sort 00:54:59 + '[' -f /tmp/packages_start.txt ']' 00:54:59 + '[' -f /tmp/packages_end.txt ']' 00:54:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:54:59 + '[' /w/workspace/edgex-go/18 ']' 00:54:59 + mkdir -p /w/workspace/edgex-go/18/archives/ 00:54:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/18/archives/ [Pipeline] echo 00:54:59 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/18/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:00 00:55:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:00 alpine: Pulling from edgex-lftools-log-publisher 00:55:00 df20fa9351a1: Pulling fs layer 00:55:00 36b3adc4ff6f: Pulling fs layer 00:55:00 8ad3a11d3b57: Pulling fs layer 00:55:00 46f8f816bc3b: Pulling fs layer 00:55:00 93b61091891f: Pulling fs layer 00:55:00 93b9cdb0e59b: Pulling fs layer 00:55:00 5e14af77c1be: Pulling fs layer 00:55:00 01666e4c0597: Pulling fs layer 00:55:00 aa168da1d23b: Pulling fs layer 00:55:00 93b9cdb0e59b: Waiting 00:55:00 5e14af77c1be: Waiting 00:55:00 01666e4c0597: Waiting 00:55:00 46f8f816bc3b: Waiting 00:55:00 93b61091891f: Waiting 00:55:00 aa168da1d23b: Waiting 00:55:00 36b3adc4ff6f: Verifying Checksum 00:55:00 36b3adc4ff6f: Download complete 00:55:00 46f8f816bc3b: Verifying Checksum 00:55:00 46f8f816bc3b: Download complete 00:55:00 df20fa9351a1: Verifying Checksum 00:55:01 93b9cdb0e59b: Verifying Checksum 00:55:01 93b9cdb0e59b: Download complete 00:55:01 5e14af77c1be: Download complete 00:55:01 93b61091891f: Verifying Checksum 00:55:01 93b61091891f: Download complete 00:55:01 01666e4c0597: Verifying Checksum 00:55:01 01666e4c0597: Download complete 00:55:01 8ad3a11d3b57: Verifying Checksum 00:55:01 8ad3a11d3b57: Download complete 00:55:01 df20fa9351a1: Pull complete 00:55:01 36b3adc4ff6f: Pull complete 00:55:03 aa168da1d23b: Verifying Checksum 00:55:03 aa168da1d23b: Download complete 00:55:03 8ad3a11d3b57: Pull complete 00:55:03 46f8f816bc3b: Pull complete 00:55:04 93b61091891f: Pull complete 00:55:04 93b9cdb0e59b: Pull complete 00:55:04 5e14af77c1be: Pull complete 00:55:05 01666e4c0597: Pull complete 00:55:13 aa168da1d23b: Pull complete 00:55:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:55:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:55:13 prd-centos7-docker-4c-2g-25112 does not seem to be running inside a container 00:55:13 $ 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/18/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/18 -v /w/workspace/edgex-go/18:/w/workspace/edgex-go/18:rw,z -v /w/workspace/edgex-go/18@tmp:/w/workspace/edgex-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:55:24 $ docker top 22be4a7d8887926fb0f28366ee39987b6e7273c9e491b0f99884cf17c4b2261c -eo pid,comm [Pipeline] { [Pipeline] sh 00:55:24 + touch /tmp/pre-build-complete [Pipeline] sh 00:55:25 + mkdir -p /var/log/sa [Pipeline] sh 00:55:25 + ls /var/log/sa-host 00:55:25 + sadf -c /var/log/sa-host/sa05 00:55:25 file_magic: OK 00:55:25 HZ: Using current value: 100 00:55:25 file_header: OK 00:55:25 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 00:55:25 Statistics: 00:55:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:55:25 File successfully converted to sysstat format version 12.2.1 00:55:25 + sadf -c /var/log/sa-host/sa23 00:55:25 file_magic: OK 00:55:25 HZ: Using current value: 100 00:55:25 file_header: OK 00:55:25 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 00:55:25 Statistics: 00:55:25 Hnuu...uuuununununu... 00:55:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:55:25 provisioning config files... 00:55:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/18@tmp/config4330259888588701436tmp [Pipeline] { [Pipeline] echo 00:55:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:55:26 ---> create-netrc.sh [Pipeline] } 00:55:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:55:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:55:26 ---> python-tools-install.sh [Pipeline] echo 00:55:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:55:26 ---> sudo-logs.sh 00:55:26 Archiving 'sudo' log.. [Pipeline] echo 00:55:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:55:27 ---> job-cost.sh 00:55:27 lf-activate-venv: SKIPPING 00:55:27 INFO: No Stack... 00:55:27 INFO: Retrieving Pricing Info for: v1-standard-2 00:55:28 INFO: Archiving Costs [Pipeline] echo 00:55:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:55:28 ---> logs-deploy.sh 00:55:28 lf-activate-venv: SKIPPING 00:55:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/18 00:55:28 INFO: archiving workspace using pattern(s): 00:55:30 Archives upload complete. 00:55:30 INFO: archiving logs to Nexus