Pull request #3127 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 19df28f5af12e46ec2f5afcb223d0e84b7d150ff+87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (ec1c82c4b6b96733580f49796104bc0b1481830d) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3127/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3127/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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-24847’ is offline; ‘prd-centos7-docker-4c-2g-24849’ is offline; ‘prd-centos7-docker-4c-2g-24857’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24848’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24852’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24865 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 19df28f5af12e46ec2f5afcb223d0e84b7d150ff Merge succeeded, producing 19df28f5af12e46ec2f5afcb223d0e84b7d150ff Checking out Revision 19df28f5af12e46ec2f5afcb223d0e84b7d150ff (PR-3127) > 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/3127/head:refs/remotes/origin/PR-3127 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:31:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:31:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:31:31 ========================================================= 04:31:31 EdgeX Global Pipelines Version Info 04:31:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:31:32 ------------------- 04:31:32 stable info: 04:31:32 ------------------- 04:31:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:32 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:31:32 Message: update stable to v1.0.179 04:31:33 ------------------- 04:31:33 experimental info: 04:31:33 ------------------- 04:31:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:31:33 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 04:31:33 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:31:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:31:34 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:31:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:31:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:31:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:31:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:31:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:31:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:31:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:31:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:31:36 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:31:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:31:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:31:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:31:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:31:37 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:31:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3127 [Pipeline] echo 04:31:37 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3127 [Pipeline] echo 04:31:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3127 [Pipeline] echo 04:31:37 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 19df28f5af12e46ec2f5afcb223d0e84b7d150ff [Pipeline] echo 04:31:37 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 19df28f [Pipeline] echo 04:31:37 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:31:38 provisioning config files... 04:31:38 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3519416668051682441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:31:38 ---> docker-login.sh 04:31:38 nexus3.edgexfoundry.org:10001 04:31:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:38 Configure a credential helper to remove this warning. See 04:31:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:38 04:31:38 Login Succeeded 04:31:38 nexus3.edgexfoundry.org:10002 04:31:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:39 Configure a credential helper to remove this warning. See 04:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:39 04:31:39 Login Succeeded 04:31:39 nexus3.edgexfoundry.org:10003 04:31:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:39 Configure a credential helper to remove this warning. See 04:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:39 04:31:39 Login Succeeded 04:31:39 nexus3.edgexfoundry.org:10004 04:31:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:39 Configure a credential helper to remove this warning. See 04:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:39 04:31:39 Login Succeeded 04:31:39 docker.io 04:31:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:31:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:31:39 Configure a credential helper to remove this warning. See 04:31:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:31:39 04:31:39 Login Succeeded 04:31:39 ---> docker-login.sh ends [Pipeline] } 04:31:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04: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 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/core-command/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo core-command,cmd/core-command/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/core-data/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo core-data,cmd/core-data/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/core-metadata/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo core-metadata,cmd/core-metadata/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/security-bootstrapper/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/security-proxy-setup/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/support-notifications/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo support-notifications,cmd/support-notifications/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/support-scheduler/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:31:40 + for file in '`ls cmd/**/Dockerfile`' 04:31:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:31:40 ++ cut -d/ -f2 04:31:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04: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 04:31:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:42 04:31:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:31:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:42 latest: Pulling from edgex-devops/git-semver 04:31:42 31603596830f: Pulling fs layer 04:31:42 2a8b12db71e7: Pulling fs layer 04:31:42 6ca5941a6612: Pulling fs layer 04:31:42 ecc8261a40a4: Pulling fs layer 04:31:42 ecc8261a40a4: Waiting 04:31:42 2a8b12db71e7: Verifying Checksum 04:31:42 2a8b12db71e7: Download complete 04:31:42 31603596830f: Verifying Checksum 04:31:42 31603596830f: Download complete 04:31:42 ecc8261a40a4: Verifying Checksum 04:31:42 ecc8261a40a4: Download complete 04:31:42 6ca5941a6612: Verifying Checksum 04:31:42 6ca5941a6612: Download complete 04:31:43 31603596830f: Pull complete 04:31:43 2a8b12db71e7: Pull complete 04:31:44 6ca5941a6612: Pull complete 04:31:44 ecc8261a40a4: Pull complete 04:31:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:31:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:31:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:31:44 prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container 04:31:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:31:47 $ docker top e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:31:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:47 [ssh-agent] Looking for ssh-agent implementation... 04:31:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:47 $ docker exec e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 ssh-agent 04:31:47 SSH_AUTH_SOCK=/tmp/ssh-Hcvt6LelMOsI/agent.12 04:31:47 SSH_AGENT_PID=18 04:31:47 Running ssh-add (command line suppressed) 04:31:48 Identity added: /w/workspace/edgex-go/1@tmp/private_key_1757659031062391904.key (/w/workspace/edgex-go/1@tmp/private_key_1757659031062391904.key) 04:31:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:48 + git tag --points-at HEAD [Pipeline] } 04:31:48 $ docker exec --env ******** --env ******** e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 ssh-agent -k 04:31:48 unset SSH_AUTH_SOCK; 04:31:48 unset SSH_AGENT_PID; 04:31:48 echo Agent pid 18 killed; 04:31:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:31:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:31:48 [ssh-agent] Looking for ssh-agent implementation... 04:31:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:31:49 $ docker exec e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 ssh-agent 04:31:49 SSH_AUTH_SOCK=/tmp/ssh-qsHgY2oCeQ1d/agent.49 04:31:49 SSH_AGENT_PID=54 04:31:49 Running ssh-add (command line suppressed) 04:31:49 Identity added: /w/workspace/edgex-go/1@tmp/private_key_8996354525501499969.key (/w/workspace/edgex-go/1@tmp/private_key_8996354525501499969.key) 04:31:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:31:49 + git semver init 04:31:49 # -> Open(): unable to determine branch for HEAD 04:31:49 # $GIT_DIR = /w/workspace/edgex-go/1/.git 04:31:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/1 04:31:49 # $SEMVER_REMOTE_NAME = origin 04:31:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:31:49 # $SEMVER_USER_NAME = edgex-jenkins 04:31:49 # $SEMVER_BRANCH = PR-3127 04:31:49 # $SEMVER_TEMP = /tmp/semver-000569942 04:31:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:32:36 # '/tmp/semver-000569942' -> '/w/workspace/edgex-go/1/.semver' 04:32:36 # -> Force: false 04:32:36 # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } 04:32:36 $ docker exec --env ******** --env ******** e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 ssh-agent -k 04:32:37 unset SSH_AUTH_SOCK; 04:32:37 unset SSH_AGENT_PID; 04:32:37 echo Agent pid 54 killed; 04:32:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:32:37 + git semver [Pipeline] } 04:32:37 $ docker stop --time=1 e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 04:32:39 $ docker rm -f e4599065bfc20a6eaf92fc09f1bba945d9f4a7f066df01125d1c5fd86923a679 [Pipeline] // withDockerContainer [Pipeline] sh 04:32:40 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:32:40 Stashed 1 file(s) [Pipeline] echo 04:32:40 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:32:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:32:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:32:42 + sudo service docker restart 04:32:42 + true 04:32:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:32:43 ========================================================= 04:32:43 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:32:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:32:44 + 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 . 04:32:48 Sending build context to Docker daemon 327.5MB 04:32:48 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:32:48 Step 2/6 : FROM ${BASE} 04:32:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:32:48 188c0c94c7c5: Pulling fs layer 04:32:48 0ef7d3d256c8: Pulling fs layer 04:32:48 de9db76c5a1d: Pulling fs layer 04:32:48 bca2f99d35d6: Pulling fs layer 04:32:48 93359f2a8cfa: Pulling fs layer 04:32:48 7c6f9722023f: Pulling fs layer 04:32:48 a35cf1a2eb13: Pulling fs layer 04:32:48 bca2f99d35d6: Waiting 04:32:48 93359f2a8cfa: Waiting 04:32:48 7c6f9722023f: Waiting 04:32:48 a35cf1a2eb13: Waiting 04:32:48 de9db76c5a1d: Verifying Checksum 04:32:48 de9db76c5a1d: Download complete 04:32:48 0ef7d3d256c8: Verifying Checksum 04:32:48 0ef7d3d256c8: Download complete 04:32:48 93359f2a8cfa: Verifying Checksum 04:32:48 93359f2a8cfa: Download complete 04:32:48 188c0c94c7c5: Verifying Checksum 04:32:48 188c0c94c7c5: Download complete 04:32:48 7c6f9722023f: Verifying Checksum 04:32:48 7c6f9722023f: Download complete 04:32:48 188c0c94c7c5: Pull complete 04:32:48 0ef7d3d256c8: Pull complete 04:32:48 de9db76c5a1d: Pull complete 04:32:50 a35cf1a2eb13: Verifying Checksum 04:32:50 a35cf1a2eb13: Download complete 04:32:50 bca2f99d35d6: Verifying Checksum 04:32:50 bca2f99d35d6: Download complete 04:32:56 bca2f99d35d6: Pull complete 04:32:56 93359f2a8cfa: Pull complete 04:32:56 7c6f9722023f: Pull complete 04:32:56 Still waiting to schedule task 04:32:56 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 04:33:01 a35cf1a2eb13: Pull complete 04:33:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:33:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:33:01 ---> a62c8e92a672 04:33:01 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:33:01 ---> Running in 227fd80c0db2 04:33:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:33:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:33:03 (1/12) Installing libmagic (5.38-r0) 04:33:04 (2/12) Installing file (5.38-r0) 04:33:04 (3/12) Installing libc-dev (0.7.2-r3) 04:33:04 (4/12) Installing g++ (9.3.0-r2) 04:33:08 (5/12) Installing fortify-headers (1.1-r0) 04:33:08 (6/12) Installing patch (2.7.6-r6) 04:33:08 (7/12) Installing build-base (0.5-r2) 04:33:08 (8/12) Installing libsodium (1.0.18-r0) 04:33:09 (9/12) Installing pkgconf (1.7.2-r0) 04:33:09 (10/12) Installing libsodium-dev (1.0.18-r0) 04:33:09 (11/12) Installing libzmq (4.3.3-r0) 04:33:09 (12/12) Installing zeromq-dev (4.3.3-r0) 04:33:09 Executing busybox-1.31.1-r19.trigger 04:33:09 OK: 233 MiB in 51 packages 04:33:14 Removing intermediate container 227fd80c0db2 04:33:14 ---> 33bf7ba2bbac 04:33:14 Step 4/6 : WORKDIR /edgex-go 04:33:14 ---> Running in 1e281e4411aa 04:33:14 Removing intermediate container 1e281e4411aa 04:33:14 ---> fe0e76d6fd11 04:33:14 Step 5/6 : COPY go.mod . 04:33:14 ---> a7947924c859 04:33:14 Step 6/6 : RUN go mod download 04:33:14 ---> Running in ef38bec10365 04:33:36 Removing intermediate container ef38bec10365 04:33:36 ---> 73c9f7005395 04:33:36 Successfully built 73c9f7005395 04:33:36 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:33:36 + docker inspect -f . ci-base-image-x86_64 04:33:36 . [Pipeline] withDockerContainer 04:33:37 prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container 04:33:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 04:33:38 $ docker top bcd2ccab54e3086edd83cdf9084210140f50cce26c960786f2eb0625033cf7f0 -eo pid,comm [Pipeline] { [Pipeline] sh 04:33:38 + go version 04:33:38 go version go1.15.5 linux/amd64 [Pipeline] } 04:33:38 $ docker stop --time=1 bcd2ccab54e3086edd83cdf9084210140f50cce26c960786f2eb0625033cf7f0 04:33:40 $ docker rm -f bcd2ccab54e3086edd83cdf9084210140f50cce26c960786f2eb0625033cf7f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:33:41 + docker inspect -f . ci-base-image-x86_64 04:33:41 . [Pipeline] withDockerContainer 04:33:41 prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container 04:33:41 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat 04:33:42 $ docker top e733e3442a0340b53a17193564334bcdb2c54ad0fdec51cfdf12637f870f5887 -eo pid,comm [Pipeline] { [Pipeline] echo 04:33:42 ========================================================= 04:33:42 [edgeXBuildGoParallel] Running Tests and Build... 04:33:42 ========================================================= [Pipeline] sh 04:33:42 + make test 04:33:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:33:52 ? github.com/edgexfoundry/edgex-go [no test files] 04:34:08 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:34:15 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:34:15 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:34:15 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:34:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:34:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:34:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:34:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:34:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:34:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.0% of statements 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:34:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.061s coverage: 100.0% of statements 04:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.239s coverage: 27.1% of statements 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 65.8% of statements 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:34:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.3% of statements 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:34:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.089s coverage: 100.0% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.099s coverage: 97.5% of statements 04:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:34:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.117s coverage: 78.3% of statements 04:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:34:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.442s coverage: 92.8% of statements 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:34:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 45.5% of statements 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements 04:34:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements 04:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.085s coverage: 94.4% of statements 04:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.035s coverage: 44.8% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.080s coverage: 92.9% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.085s coverage: 91.4% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.336s coverage: 68.9% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.105s coverage: 37.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.325s coverage: 84.0% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.096s coverage: 90.4% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 29.1% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.065s coverage: 99.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:34:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 04:34:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 04:34:57 GO111MODULE=on go vet ./... 04:35:24 gofmt -l . 04:35:24 [ "`gofmt -l .`" = "" ] 04:35:24 ./bin/test-go-mod-tidy.sh 04:35:24 ./bin/test-attribution-txt.sh [Pipeline] sh 04:35:24 + ls -al . 04:35:24 total 684 04:35:24 drwxrwxr-x 10 1001 1001 4096 Feb 4 04:35 . 04:35:24 drwxr-xr-x 4 root root 28 Feb 4 04:33 .. 04:35:24 -rw-rw-r-- 1 1001 1001 11 Feb 4 04:31 .dockerignore 04:35:24 drwxrwxr-x 8 1001 1001 179 Feb 4 04:31 .git 04:35:24 drwxrwxr-x 3 1001 1001 125 Feb 4 04:31 .github 04:35:24 -rw-rw-r-- 1 1001 1001 872 Feb 4 04:31 .gitignore 04:35:24 drwx------ 3 1001 1001 60 Feb 4 04:32 .semver 04:35:24 -rw-rw-r-- 1 1001 1001 166 Feb 4 04:31 .sonarcloud.properties 04:35:24 -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:31 Attribution.txt 04:35:24 -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:31 CONTRIBUTING.md 04:35:24 -rw-rw-r-- 1 1001 1001 931 Feb 4 04:31 Dockerfile.build 04:35:24 -rw-rw-r-- 1 1001 1001 863 Feb 4 04:31 Jenkinsfile 04:35:24 -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:31 LICENSE 04:35:24 -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:31 Makefile 04:35:24 -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:31 README.md 04:35:24 -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:31 SECURITY.md 04:35:24 -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION 04:35:24 -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:31 ZMQWindows.md 04:35:24 drwxrwxr-x 2 1001 1001 117 Feb 4 04:31 bin 04:35:24 drwxrwxr-x 15 1001 1001 4096 Feb 4 04:31 cmd 04:35:24 -rw-r--r-- 1 root root 580808 Feb 4 04:34 coverage.out 04:35:24 -rw-r--r-- 1 root root 1054 Feb 4 04:35 go.mod 04:35:24 -rw-r--r-- 1 root root 19290 Feb 4 04:35 go.sum 04:35:24 drwxrwxr-x 8 1001 1001 127 Feb 4 04:31 internal 04:35:24 drwxrwxr-x 4 1001 1001 26 Feb 4 04:31 openapi 04:35:24 drwxrwxr-x 4 1001 1001 71 Feb 4 04:31 snap 04:35:24 -rw-rw-r-- 1 1001 1001 168 Feb 4 04:31 version.go [Pipeline] sh 04:35:25 + '[' -e coverage.out ] 04:35:25 + chown 1001:1001 coverage.out [Pipeline] stash 04:35:25 Stashed 1 file(s) [Pipeline] sh 04:35:25 + make build 04:35:25 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 04:35:29 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 04:35:38 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 04:35:39 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 04:35:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:35:41 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 04:35:43 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 04:35:44 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 04:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:35:47 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 04:35:47 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 04:35:48 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 04:35:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 04:35:52 $ docker stop --time=1 e733e3442a0340b53a17193564334bcdb2c54ad0fdec51cfdf12637f870f5887 04:35:54 $ docker rm -f e733e3442a0340b53a17193564334bcdb2c54ad0fdec51cfdf12637f870f5887 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:35:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:56 04:35:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:35:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:35:56 latest: Pulling from edgex-devops/edgex-compose 04:35:56 cbdbe7a5bc2a: Pulling fs layer 04:35:56 ca9280d653b3: Pulling fs layer 04:35:56 7e9c9ca2126c: Pulling fs layer 04:35:56 cbdbe7a5bc2a: Verifying Checksum 04:35:56 cbdbe7a5bc2a: Download complete 04:35:57 cbdbe7a5bc2a: Pull complete 04:35:57 ca9280d653b3: Verifying Checksum 04:35:57 ca9280d653b3: Download complete 04:35:58 7e9c9ca2126c: Verifying Checksum 04:35:58 7e9c9ca2126c: Download complete 04:35:58 ca9280d653b3: Pull complete 04:36:05 7e9c9ca2126c: Pull complete 04:36:05 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:36:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:36:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:36:05 prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container 04:36:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:36:08 $ docker top f12b1c3fe4fc66e58c740104cc27b96a006d706083f32369db5648185dfe288e -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:09 + docker-compose build --help 04:36:09 + grep parallel 04:36:10 --parallel Build images in parallel. [Pipeline] } 04:36:10 $ docker stop --time=1 f12b1c3fe4fc66e58c740104cc27b96a006d706083f32369db5648185dfe288e 04:36:11 $ docker rm -f f12b1c3fe4fc66e58c740104cc27b96a006d706083f32369db5648185dfe288e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:36:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:36:12 . [Pipeline] withDockerContainer 04:36:12 prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container 04:36:12 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:36:13 $ docker top 477ac2a5d33e5b8598ef828339c1b6ae717de56df1c2e778d694cfe58cb35352 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:14 + docker-compose -f ./docker-compose-build.yml build --parallel 04:36:15 Building docker-core-command-go ... 04:36:15 Building docker-core-data-go ... 04:36:15 Building docker-core-metadata-go ... 04:36:15 Building docker-security-bootstrapper-go ... 04:36:15 Building docker-security-proxy-setup-go ... 04:36:15 Building docker-security-secretstore-setup-go ... 04:36:15 Building docker-support-notifications-go ... 04:36:15 Building docker-support-scheduler-go ... 04:36:15 Building docker-sys-mgmt-agent-go ... 04:36:15 Building docker-support-notifications-go 04:36:15 Building docker-sys-mgmt-agent-go 04:36:15 Building docker-core-metadata-go 04:36:15 Building docker-security-proxy-setup-go 04:36:15 Building docker-support-scheduler-go 04:36:19 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24875 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] ws 04:36:19 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 04:36:25 using credential edgex-jenkins-ssh 04:36:25 Cloning the remote Git repository 04:36:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:36:25 > git init /w/workspace/edgex-go/1 # timeout=10 04:36:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:25 > git --version # timeout=10 04:36:25 > git --version # 'git version 2.17.1' 04:36:25 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:36:49 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:36:50 Merge succeeded, producing 19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:36:50 Checking out Revision 19df28f5af12e46ec2f5afcb223d0e84b7d150ff (PR-3127) 04:36:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:36:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:36:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:36:48 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3127/head:refs/remotes/origin/PR-3127 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:36:49 > git config core.sparsecheckout # timeout=10 04:36:49 > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 04:36:49 > git remote # timeout=10 04:36:49 > git config --get remote.origin.url # timeout=10 04:36:49 using GIT_SSH to set credentials SSH Credentials for GitHub 04:36:49 > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 04:36:50 > git rev-parse HEAD^{commit} # timeout=10 04:36:50 > git config core.sparsecheckout # timeout=10 04:36:50 > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 04:36:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:36:54 ---> 73c9f7005395 04:36:54 Step 3/23 : WORKDIR /edgex-go 04:36:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:36:54 ---> 73c9f7005395 04:36:54 Step 3/21 : WORKDIR /edgex-go 04:36:54 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:54 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:36:54 ---> 73c9f7005395 04:36:54 Step 3/26 : WORKDIR /edgex-go 04:36:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:36:54 ---> 73c9f7005395 04:36:54 Step 3/22 : WORKDIR /edgex-go 04:36:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:36:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:36:54 ---> 73c9f7005395 04:36:54 Step 3/22 : WORKDIR /edgex-go 04:36:54 ---> Running in 579a456bf6e2 04:36:54 ---> Running in e9b4fcb63c9c 04:36:54 ---> Running in 48c9d7afc262 04:36:54 ---> Running in 06584223b9b6 04:36:54 ---> Running in 10fb9050d150 04:36:54 Removing intermediate container 579a456bf6e2 04:36:54 ---> 44091b323993 04:36:54 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:54 Removing intermediate container e9b4fcb63c9c 04:36:54 ---> 152a16d8990a 04:36:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:54 Removing intermediate container 10fb9050d150 04:36:54 ---> 7136d8c8889f 04:36:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:54 Removing intermediate container 06584223b9b6 04:36:54 ---> 5b2ac001e1af 04:36:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:54 ---> Running in fee4e5aab233 04:36:54 ---> Running in c79fadeed4a5 04:36:54 ---> Running in 89705020497d 04:36:54 ---> Running in 848dda989c58 04:36:54 Removing intermediate container 48c9d7afc262 04:36:54 ---> 3cb10dc099f0 04:36:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:36:54 ---> Running in af9ff33c7d40 04:36:54 Removing intermediate container c79fadeed4a5 04:36:54 ---> d284b4bbb18f 04:36:54 Step 5/22 : RUN apk add --update --no-cache make git 04:36:54 Removing intermediate container fee4e5aab233 04:36:54 ---> 054cfe39ef7b 04:36:54 Step 5/26 : RUN apk add --update --no-cache make bash git 04:36:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:36:54 > git --version # timeout=10 04:36:54 > git --version # 'git version 2.17.1' 04:36:54 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 04:36:54 ---> Running in f6389129791e 04:36:54 ---> Running in a54008f35431 04:36:54 Removing intermediate container 89705020497d 04:36:54 ---> 7da54e03d7e0 04:36:54 Step 5/21 : RUN apk add --update --no-cache make git [Pipeline] withEnv [Pipeline] { 04:36:55 Removing intermediate container af9ff33c7d40 04:36:55 ---> a98febdd55ed 04:36:55 Step 5/23 : RUN apk add --update --no-cache make git 04:36:55 ---> Running in 5a849c0076c3 04:36:55 Removing intermediate container 848dda989c58 04:36:55 ---> bd41f49d6490 04:36:55 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script 04:36:55 ---> Running in 73d0fab49002 04:36:55 ---> Running in fd1a0318bd9f [Pipeline] { [Pipeline] sh 04:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 04:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh 04:36:57 + + sudo service docker restart 04:36:57 true 04:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:57 OK: 233 MiB in 51 packages 04:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:57 OK: 233 MiB in 51 packages 04:36:57 OK: 233 MiB in 51 packages 04:36:57 OK: 233 MiB in 51 packages 04:36:58 OK: 233 MiB in 51 packages 04:36:58 Removing intermediate container 5a849c0076c3 04:36:58 ---> 6eb5efbaea76 04:36:58 Step 6/21 : COPY go.mod . 04:36:58 Removing intermediate container f6389129791e 04:36:58 ---> c2d8e2389116 04:36:58 Step 6/22 : COPY go.mod . 04:36:58 Removing intermediate container a54008f35431 04:36:58 ---> 1c35911ee68f 04:36:58 Step 6/26 : COPY go.mod . 04:36:58 ---> c66767839f9e 04:36:58 Step 7/21 : RUN go mod download 04:36:58 Removing intermediate container fd1a0318bd9f 04:36:58 ---> e2d12b12e148 04:36:58 Step 6/22 : COPY go.mod . 04:36:58 ---> Running in 0d893349e493 04:36:59 ---> 73bf445c67cb 04:36:59 Step 7/22 : RUN go mod download 04:36:59 Removing intermediate container 73d0fab49002 04:36:59 ---> 430402594a61 04:36:59 Step 6/23 : COPY go.mod . 04:36:59 ---> 52655d13e6f1 04:36:59 Step 7/26 : RUN go mod download [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:36:59 provisioning config files... 04:36:59 ---> Running in b35402c6d9e9 04:36:59 ---> Running in fdb4535e5c27 04:36:59 ---> aa5e8b6e8ab3 04:36:59 Step 7/22 : RUN go mod download 04:36:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config8598904280124133091tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:36:59 ---> 973960be7ee9 04:36:59 Step 7/23 : RUN go mod download 04:36:59 ---> Running in 7aa86342734c 04:37:00 ---> docker-login.sh 04:37:00 nexus3.edgexfoundry.org:10001 04:37:00 ---> Running in 2419ceeb7d4c 04:37:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:01 Configure a credential helper to remove this warning. See 04:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:01 04:37:01 Login Succeeded 04:37:01 nexus3.edgexfoundry.org:10002 04:37:01 Removing intermediate container 0d893349e493 04:37:01 ---> 44a55a0e5d97 04:37:01 Step 8/21 : COPY . . 04:37:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:01 Removing intermediate container b35402c6d9e9 04:37:01 ---> 2926e9553ef7 04:37:01 Step 8/22 : COPY . . 04:37:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:01 Configure a credential helper to remove this warning. See 04:37:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:01 04:37:01 Login Succeeded 04:37:01 nexus3.edgexfoundry.org:10003 04:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:02 Configure a credential helper to remove this warning. See 04:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:02 04:37:02 Login Succeeded 04:37:02 nexus3.edgexfoundry.org:10004 04:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:02 Configure a credential helper to remove this warning. See 04:37:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:02 04:37:02 Login Succeeded 04:37:02 docker.io 04:37:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:37:03 Removing intermediate container fdb4535e5c27 04:37:03 ---> ca12a1165aff 04:37:03 Step 8/26 : COPY . . 04:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:37:03 Configure a credential helper to remove this warning. See 04:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:37:03 04:37:03 Login Succeeded 04:37:03 ---> docker-login.sh ends [Pipeline] } 04:37:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:37:03 ========================================================= 04:37:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:37:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:37:04 + 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 . 04:37:04 Removing intermediate container 2419ceeb7d4c 04:37:04 ---> c9be8e2c640a 04:37:04 Step 8/23 : COPY . . 04:37:04 Removing intermediate container 7aa86342734c 04:37:04 ---> bb76ecabdc95 04:37:04 Step 8/22 : COPY . . 04:37:06 Sending build context to Docker daemon 166.1MB 04:37:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:37:06 Step 2/6 : FROM ${BASE} 04:37:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:37:06 5f621e34cdf4: Pulling fs layer 04:37:06 a4357932f1b6: Pulling fs layer 04:37:06 18c013af1878: Pulling fs layer 04:37:06 00ac8860ef70: Pulling fs layer 04:37:06 63d7cb157983: Pulling fs layer 04:37:06 b116817d02f9: Pulling fs layer 04:37:06 745a02a5169b: Pulling fs layer 04:37:06 00ac8860ef70: Waiting 04:37:06 63d7cb157983: Waiting 04:37:06 b116817d02f9: Waiting 04:37:06 745a02a5169b: Waiting 04:37:06 18c013af1878: Download complete 04:37:06 a4357932f1b6: Verifying Checksum 04:37:06 a4357932f1b6: Download complete 04:37:06 63d7cb157983: Download complete 04:37:07 b116817d02f9: Verifying Checksum 04:37:07 b116817d02f9: Download complete 04:37:07 5f621e34cdf4: Verifying Checksum 04:37:07 5f621e34cdf4: Download complete 04:37:07 5f621e34cdf4: Pull complete 04:37:08 a4357932f1b6: Pull complete 04:37:08 18c013af1878: Pull complete 04:37:11 745a02a5169b: Verifying Checksum 04:37:11 745a02a5169b: Download complete 04:37:11 00ac8860ef70: Verifying Checksum 04:37:11 00ac8860ef70: Download complete 04:37:21 00ac8860ef70: Pull complete 04:37:21 63d7cb157983: Pull complete 04:37:21 b116817d02f9: Pull complete 04:37:26 745a02a5169b: Pull complete 04:37:26 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:37:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:37:26 ---> b7e6874047d6 04:37:26 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 04:37:29 ---> Running in 6773e6f7ad55 04:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:37:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:37:32 (1/12) Installing libmagic (5.38-r0) 04:37:32 (2/12) Installing file (5.38-r0) 04:37:32 (3/12) Installing libc-dev (0.7.2-r3) 04:37:32 (4/12) Installing g++ (9.3.0-r2) 04:37:41 (5/12) Installing fortify-headers (1.1-r0) 04:37:41 (6/12) Installing patch (2.7.6-r6) 04:37:41 (7/12) Installing build-base (0.5-r2) 04:37:41 (8/12) Installing libsodium (1.0.18-r0) 04:37:41 (9/12) Installing pkgconf (1.7.2-r0) 04:37:41 (10/12) Installing libsodium-dev (1.0.18-r0) 04:37:41 (11/12) Installing libzmq (4.3.3-r0) 04:37:41 (12/12) Installing zeromq-dev (4.3.3-r0) 04:37:41 Executing busybox-1.31.1-r19.trigger 04:37:41 OK: 217 MiB in 51 packages 04:37:44 ---> 11f367e2f664 04:37:44 ---> 74928150cfb2 04:37:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:37:44 04:37:44 ---> d9ecc3c688dd 04:37:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:37:44 ---> 570485e5e5a2 04:37:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:37:44 ---> 104a4515496b 04:37:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:37:44 ---> Running in 8f0d6389d875 04:37:44 ---> Running in cc890a3aea93 04:37:44 ---> Running in 68b07904acdf 04:37:44 ---> Running in 39731e3af487 04:37:44 ---> Running in 7e7d130d38ab 04:37:44 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 04:37:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:37:44 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 04:37:44 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 04:37:44 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 04:37:45 Removing intermediate container 6773e6f7ad55 04:37:45 ---> b99182a9bcce 04:37:45 Step 4/6 : WORKDIR /edgex-go 04:37:45 ---> Running in 70a28fb9b8fc 04:37:45 Removing intermediate container 70a28fb9b8fc 04:37:45 ---> 2b76094b8bf4 04:37:45 Step 5/6 : COPY go.mod . 04:37:46 ---> e548b97b2760 04:37:46 Step 6/6 : RUN go mod download 04:37:46 ---> Running in e5caa4565ca4 04:38:13 Removing intermediate container e5caa4565ca4 04:38:13 ---> cf5dc125edf8 04:38:13 Successfully built cf5dc125edf8 04:38:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:38:13 + docker inspect -f . ci-base-image-arm64 04:38:13 . [Pipeline] withDockerContainer 04:38:14 prd-ubuntu18.04-docker-arm64-4c-16g-24875 does not seem to be running inside a container 04:38:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 04:38:15 $ docker top 14dee3d1abd68579f02cd30f044be5c6c318937b47ad1f6287c927eab62e44b1 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:16 + go version 04:38:16 go version go1.15.5 linux/arm64 [Pipeline] } 04:38:16 $ docker stop --time=1 14dee3d1abd68579f02cd30f044be5c6c318937b47ad1f6287c927eab62e44b1 04:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:38:18 $ docker rm -f 14dee3d1abd68579f02cd30f044be5c6c318937b47ad1f6287c927eab62e44b1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:19 + docker inspect -f . ci-base-image-arm64 04:38:19 . [Pipeline] withDockerContainer 04:38:20 prd-ubuntu18.04-docker-arm64-4c-16g-24875 does not seem to be running inside a container 04:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat 04:38:21 Removing intermediate container 68b07904acdf 04:38:21 ---> 2f97703a6835 04:38:21 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:38:21 ---> Running in b5c889c66860 04:38:21 $ docker top d1e3d2ecc0d26476f43b3d3e375dc05dfe9409129b76cf772d701f3656342ac1 -eo pid,comm [Pipeline] { [Pipeline] echo 04:38:22 ========================================================= 04:38:22 [edgeXBuildGoParallel] Running Tests and Build... 04:38:22 ========================================================= [Pipeline] sh 04:38:22 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 04:38:22 + make test 04:38:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:38:25 Removing intermediate container cc890a3aea93 04:38:25 ---> 951d3cbeef5f 04:38:25 04:38:25 Step 10/21 : FROM alpine:3.12 04:38:25 3.12: Pulling from library/alpine 04:38:26 Removing intermediate container 7e7d130d38ab 04:38:26 ---> 0ec47f063b9f 04:38:26 04:38:26 Step 10/22 : FROM alpine:3.12 04:38:26 3.12: Pulling from library/alpine 04:38:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:38:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:38:27 Status: Downloaded newer image for alpine:3.12 04:38:27 ---> 389fef711851 04:38:27 Step 11/21 : RUN apk add --update --no-cache curl 04:38:27 Status: Image is up to date for alpine:3.12 04:38:27 ---> 389fef711851 04:38:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:38:28 Removing intermediate container 8f0d6389d875 04:38:28 ---> c47e8b89d0ba 04:38:28 04:38:28 Step 10/22 : FROM alpine:3.12 04:38:28 ---> 389fef711851 04:38:28 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:38:28 ---> Running in 571d45c8c9ba 04:38:28 ---> Running in 9c22343b43de 04:38:28 ---> Running in 350a0bc62989 04:38:29 Removing intermediate container b5c889c66860 04:38:29 ---> 1e411f0aaf7a 04:38:29 04:38:29 Step 11/26 : FROM docker:20.10.0 04:38:29 20.10.0: Pulling from library/docker 04:38:29 Removing intermediate container 39731e3af487 04:38:29 ---> 9a596cb99e29 04:38:29 04:38:29 Step 10/23 : FROM alpine:3.12 04:38:29 ---> 389fef711851 04:38:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:38:30 ---> Running in 10d2594e7730 04:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:31 (1/4) Installing ca-certificates (20191127-r4) 04:38:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:38:31 (3/4) Installing libcurl (7.69.1-r3) 04:38:31 (4/4) Installing curl (7.69.1-r3) 04:38:31 (1/2) Installing ca-certificates (20191127-r4) 04:38:31 Executing busybox-1.31.1-r19.trigger 04:38:31 (2/2) Installing dumb-init (1.2.2-r1) 04:38:31 Executing busybox-1.31.1-r19.trigger 04:38:31 Executing ca-certificates-20191127-r4.trigger 04:38:31 Executing ca-certificates-20191127-r4.trigger 04:38:31 OK: 7 MiB in 18 packages 04:38:31 OK: 6 MiB in 16 packages 04:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:31 (1/1) Installing dumb-init (1.2.2-r1) 04:38:31 Executing busybox-1.31.1-r19.trigger 04:38:31 OK: 6 MiB in 15 packages 04:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:31 (1/1) Installing dumb-init (1.2.2-r1) 04:38:31 Executing busybox-1.31.1-r19.trigger 04:38:31 OK: 6 MiB in 15 packages 04:38:33 Removing intermediate container 571d45c8c9ba 04:38:33 ---> 5ad9b570edd4 04:38:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:38:34 ---> Running in 5abd62598a72 04:38:34 Removing intermediate container 10d2594e7730 04:38:34 ---> 28e1a5b1e96e 04:38:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:38:34 Removing intermediate container 9c22343b43de 04:38:34 ---> f09ef5940de4 04:38:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:38:34 Removing intermediate container 350a0bc62989 04:38:34 ---> 6bea4ef07400 04:38:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:38:34 ---> Running in 36a898246f68 04:38:34 ---> Running in e37fdd5eaaa9 04:38:34 ---> Running in 07d129ee0bbf 04:38:35 Removing intermediate container 5abd62598a72 04:38:35 ---> 9ad2fa6165d7 04:38:35 Step 13/21 : WORKDIR /edgex 04:38:35 ---> Running in 6850bb45fe9a 04:38:36 Removing intermediate container e37fdd5eaaa9 04:38:36 ---> 5f8941924c79 04:38:36 Step 13/22 : ENV APP_PORT=48085 04:38:36 Removing intermediate container 07d129ee0bbf 04:38:36 ---> 61add9e5991b 04:38:36 Step 13/22 : ENV APP_PORT=48060 04:38:36 Removing intermediate container 36a898246f68 04:38:36 ---> 35ceaa1fade8 04:38:36 Step 13/23 : ENV APP_PORT=48081 04:38:36 ---> Running in e2e69cbbb62a 04:38:36 ---> Running in 12a58b91e9cc 04:38:36 ---> Running in 31f8fd93f342 04:38:36 Removing intermediate container 6850bb45fe9a 04:38:36 ---> f002b972cabb 04:38:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:38:36 Removing intermediate container e2e69cbbb62a 04:38:36 ---> 1d02a37e03f8 04:38:36 Step 14/22 : EXPOSE $APP_PORT 04:38:36 Removing intermediate container 12a58b91e9cc 04:38:36 ---> f5264b40ac5c 04:38:36 Step 14/23 : EXPOSE $APP_PORT 04:38:36 Removing intermediate container 31f8fd93f342 04:38:36 ---> 21c948243e6b 04:38:36 Step 14/22 : EXPOSE $APP_PORT 04:38:37 ---> Running in e663517ba6fb 04:38:37 ---> Running in 02548a89f653 04:38:37 ---> Running in 8bd8fbf5839a 04:38:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:38:37 ---> 8d604901e3c9 04:38:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:38:37 Status: Downloaded newer image for docker:20.10.0 04:38:37 ---> aefe523efa57 04:38:37 Step 12/26 : RUN apk add --no-cache bash 04:38:37 ---> Running in 661260d7cff0 04:38:37 Removing intermediate container e663517ba6fb 04:38:37 ---> 64935d891697 04:38:37 Step 15/23 : WORKDIR / 04:38:37 Removing intermediate container 02548a89f653 04:38:37 ---> 0f8078175cdc 04:38:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:37 Removing intermediate container 8bd8fbf5839a 04:38:37 ---> c413fd1c243e 04:38:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:37 ---> Running in 198f4e3e77aa 04:38:37 ---> c266ac55f305 04:38:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:38:37 ---> 78ee20cf31f7 04:38:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:38:38 ---> f0c25d773e6e 04:38:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:38:38 Removing intermediate container 198f4e3e77aa 04:38:38 ---> 557414537a1b 04:38:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:38:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:38 ---> b33fbd2777ab 04:38:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:38:38 ---> 37bd267ad6ef 04:38:38 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:38:38 ---> e1d82925c6bd 04:38:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:38:38 ---> Running in 0f7f6936352e 04:38:38 ---> aad435e90457 04:38:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:38:38 Removing intermediate container 0f7f6936352e 04:38:38 ---> bb6afe8deb9b 04:38:38 Step 18/21 : CMD ["--init=true"] 04:38:38 (1/2) Installing readline (8.0.4-r0) 04:38:39 (2/2) Installing bash (5.0.17-r0) 04:38:39 ---> 22bd15cccf57 04:38:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:38:39 ---> Running in 6fed140f2381 04:38:39 ---> 6ec078e75ab0 04:38:39 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:38:39 ---> Running in 842ce05350bd 04:38:39 ---> Running in 18730f9a50a3 04:38:39 ---> 328cc69951a0 04:38:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:38:39 Removing intermediate container 6fed140f2381 04:38:39 ---> f1c80ee293fd 04:38:39 Step 19/21 : LABEL arch=x86_64 04:38:39 Executing bash-5.0.17-r0.post-install 04:38:39 Executing busybox-1.31.1-r19.trigger 04:38:39 OK: 12 MiB in 22 packages 04:38:39 Removing intermediate container 842ce05350bd 04:38:39 ---> afc24a7494f5 04:38:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:38:39 ---> Running in df86d64a8c78 04:38:39 Removing intermediate container 18730f9a50a3 04:38:39 ---> 7a5926ccfc82 04:38:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:38:39 ---> Running in b5e8c5888664 04:38:39 ---> Running in b4bea0c5c3d0 04:38:39 ---> 24fd8b478c92 04:38:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:38:40 ---> Running in 0c45e6c7cc1c 04:38:40 Removing intermediate container df86d64a8c78 04:38:40 ---> 2b3bfeb4687a 04:38:40 Step 20/21 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:38:40 Removing intermediate container b5e8c5888664 04:38:40 ---> c69c0d6baebb 04:38:40 Step 20/22 : LABEL arch=x86_64 04:38:40 ---> Running in 773c07cbb31b 04:38:40 Removing intermediate container b4bea0c5c3d0 04:38:40 ---> a7e6d7bb3fb1 04:38:40 Step 20/22 : LABEL arch=x86_64 04:38:40 ---> Running in b3f73075b2c8 04:38:40 ---> Running in ddb855bc28dd 04:38:40 Removing intermediate container 0c45e6c7cc1c 04:38:40 ---> 9fef914e6d30 04:38:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:38:40 Removing intermediate container 661260d7cff0 04:38:40 ---> 0ba89e218588 04:38:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:38:40 Removing intermediate container 773c07cbb31b 04:38:40 ---> 25262be574cb 04:38:40 Step 21/21 : LABEL version=0.0.0 04:38:41 Removing intermediate container b3f73075b2c8 04:38:41 ---> 496508f5c9b1 04:38:41 Step 21/22 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:38:41 ---> Running in c17ac9e3a6e7 04:38:41 ---> Running in 7f3e8f5b15a0 04:38:41 ---> Running in a741b6a0b0b7 04:38:41 Removing intermediate container ddb855bc28dd 04:38:41 ---> 1b4d0a0de46c 04:38:41 Step 21/22 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:38:41 ---> Running in 435f1b4a602a 04:38:41 ---> Running in e690caee4686 04:38:41 Removing intermediate container c17ac9e3a6e7 04:38:41 ---> af23eeb3224c 04:38:41 Step 21/23 : LABEL arch=x86_64 04:38:41 Removing intermediate container a741b6a0b0b7 04:38:41 ---> 41c95a3bf301 04:38:41 04:38:41 Removing intermediate container 7f3e8f5b15a0 04:38:41 ---> 391ffd24f4ce 04:38:41 Step 14/26 : ENV APP_PORT=48090 04:38:41 Removing intermediate container 435f1b4a602a 04:38:41 ---> 9463362440d9 04:38:41 Step 22/22 : LABEL version=0.0.0 04:38:41 Successfully built 41c95a3bf301 04:38:41 ---> Running in e57bb553614b 04:38:41 Successfully tagged docker-security-proxy-setup-go:latest 04:38:41 Building docker-core-command-go 04:38:41  Building docker-security-proxy-setup-go ... done  ---> Running in 86e34c6ffd8e 04:38:42 ---> Running in 7c2b7fecd3ee 04:38:42 Removing intermediate container e690caee4686 04:38:42 ---> 335d88b8d15c 04:38:42 Step 22/22 : LABEL version=0.0.0 04:38:42 Removing intermediate container e57bb553614b 04:38:42 ---> c2b352751a24 04:38:42 Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:38:42 ---> Running in f8aa571b2ace 04:38:42 ---> Running in 7165065ad8be 04:38:42 Removing intermediate container 86e34c6ffd8e 04:38:42 ---> 4534a8ce4601 04:38:42 Step 15/26 : EXPOSE $APP_PORT 04:38:42 Removing intermediate container 7c2b7fecd3ee 04:38:42 ---> e8ea0ca6bd01 04:38:42 04:38:42 ---> Running in 802fc9d1dc80 04:38:42 Removing intermediate container f8aa571b2ace 04:38:42 ---> 9a5872cb58e7 04:38:42 04:38:43 Removing intermediate container 7165065ad8be 04:38:43 ---> 61ee5b3bf7d1 04:38:43 Step 23/23 : LABEL version=0.0.0 04:38:43 Successfully built 9a5872cb58e7 04:38:43 Successfully built e8ea0ca6bd01 04:38:43 Successfully tagged docker-support-scheduler-go:latest 04:38:43  Building docker-support-scheduler-go ... done Building docker-core-data-go 04:38:43 Successfully tagged docker-support-notifications-go:latest 04:38:43  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 04:38:43 ---> Running in 2ccdb94e6930 04:38:43 Removing intermediate container 802fc9d1dc80 04:38:43 ---> c15582dc5a33 04:38:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:38:47 Removing intermediate container 2ccdb94e6930 04:38:47 ---> 94ad64f308eb 04:38:47 04:38:47 ---> 360202a6d8b0 04:38:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:38:48 Successfully built 94ad64f308eb 04:38:48 Successfully tagged docker-core-metadata-go:latest 04:38:48 Building docker-security-bootstrapper-go 04:38:49  Building docker-core-metadata-go ... done  ---> 085125bf1af9 04:38:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:38:49 ? github.com/edgexfoundry/edgex-go [no test files] 04:38:53 ---> 894707083010 04:38:53 Step 19/26 : RUN apk --no-cache add py3-pip 04:38:53 ---> Running in dc2739442820 04:38:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:38:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:38:54 (1/33) Installing libbz2 (1.0.8-r1) 04:38:54 (2/33) Installing expat (2.2.9-r1) 04:38:54 (3/33) Installing libffi (3.3-r2) 04:38:54 (4/33) Installing gdbm (1.13-r1) 04:38:54 (5/33) Installing xz-libs (5.2.5-r0) 04:38:54 (6/33) Installing sqlite-libs (3.32.1-r0) 04:38:54 (7/33) Installing python3 (3.8.5-r0) 04:38:59 (8/33) Installing py3-appdirs (1.4.4-r1) 04:38:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:38:59 (10/33) Installing py3-parsing (2.4.7-r0) 04:38:59 (11/33) Installing py3-six (1.15.0-r0) 04:38:59 (12/33) Installing py3-packaging (20.4-r0) 04:38:59 (13/33) Installing py3-setuptools (47.0.0-r0) 04:38:59 (14/33) Installing py3-chardet (3.0.4-r4) 04:39:00 (15/33) Installing py3-idna (2.9-r0) 04:39:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:39:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:39:00 (18/33) Installing py3-requests (2.23.0-r0) 04:39:00 (19/33) Installing py3-msgpack (1.0.0-r0) 04:39:00 (20/33) Installing py3-lockfile (0.12.2-r3) 04:39:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:39:00 (22/33) Installing py3-colorama (0.4.3-r0) 04:39:02 (23/33) Installing py3-distlib (0.3.0-r0) 04:39:03 (24/33) Installing py3-distro (1.5.0-r1) 04:39:04 (25/33) Installing py3-webencodings (0.5.1-r3) 04:39:04 (26/33) Installing py3-html5lib (1.0.1-r4) 04:39:06 (27/33) Installing py3-pytoml (0.1.21-r0) 04:39:06 (28/33) Installing py3-pep517 (0.8.2-r0) 04:39:06 (29/33) Installing py3-progress (1.5-r0) 04:39:06 (30/33) Installing py3-toml (0.10.1-r0) 04:39:07 (31/33) Installing py3-retrying (1.3.3-r0) 04:39:07 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:39:07 (33/33) Installing py3-pip (20.1.1-r0) 04:39:10 Executing busybox-1.31.1-r19.trigger 04:39:10 OK: 71 MiB in 55 packages 04:39:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:39:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:39:10 ---> 73c9f7005395 04:39:10 Step 3/24 : WORKDIR /edgex-go 04:39:10 ---> 73c9f7005395 04:39:10 Step 3/23 : WORKDIR /edgex-go 04:39:10 ---> Using cache 04:39:10 ---> 3cb10dc099f0 04:39:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:10 ---> Using cache 04:39:10 ---> 3cb10dc099f0 04:39:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:10 ---> Using cache 04:39:10 ---> a98febdd55ed 04:39:10 Step 5/23 : RUN apk add --update --no-cache make git ---> Using cache 04:39:10 04:39:10 ---> a98febdd55ed 04:39:10 Step 5/24 : RUN apk add --update --no-cache make git 04:39:10 ---> Using cache 04:39:10 ---> 430402594a61 04:39:10 Step 6/23 : COPY go.mod . 04:39:10 ---> Using cache 04:39:10 ---> 430402594a61 04:39:10 Step 6/24 : COPY go.mod . 04:39:10 ---> Using cache 04:39:10 ---> 973960be7ee9 04:39:10 Step 7/23 : RUN go mod download 04:39:10 ---> Using cache 04:39:10 ---> 973960be7ee9 04:39:10 Step 7/24 : RUN go mod download 04:39:10 ---> Using cache 04:39:10 ---> c9be8e2c640a 04:39:10 Step 8/23 : COPY . . 04:39:10 ---> Using cache 04:39:10 ---> c9be8e2c640a 04:39:10 Step 8/24 : COPY . . 04:39:11 ---> Using cache 04:39:11 ---> d9ecc3c688dd 04:39:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:39:11 ---> Using cache 04:39:11 ---> d9ecc3c688dd 04:39:11 Step 9/23 : RUN make cmd/core-command/core-command 04:39:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:39:12 ---> 73c9f7005395 04:39:12 Step 3/23 : WORKDIR /edgex-go 04:39:12 ---> Using cache 04:39:12 ---> 3cb10dc099f0 04:39:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:12 ---> Using cache 04:39:12 ---> a98febdd55ed 04:39:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:39:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:39:13 ---> 73c9f7005395 04:39:13 Step 3/31 : WORKDIR /edgex-go 04:39:13 ---> Using cache 04:39:13 ---> 3cb10dc099f0 04:39:13 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:13 ---> Using cache 04:39:13 ---> a98febdd55ed 04:39:13 Step 5/31 : RUN apk add --update --no-cache make git 04:39:13 ---> Using cache 04:39:13 ---> 430402594a61 04:39:13 Step 6/31 : COPY go.mod . 04:39:13 ---> Using cache 04:39:13 ---> 973960be7ee9 04:39:13 Step 7/31 : RUN go mod download 04:39:13 ---> Using cache 04:39:13 ---> c9be8e2c640a 04:39:13 Step 8/31 : COPY . . 04:39:13 ---> Using cache 04:39:13 ---> d9ecc3c688dd 04:39:13 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 04:39:13 ---> Running in 0cbcbbe0023e 04:39:13 ---> Running in 6bd106b9a407 04:39:13 ---> Running in f18f648d8d19 04:39:14 ---> Running in 71a745a701ac 04:39:15 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 04:39:15 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 04:39:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:15 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 04:39:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:17 OK: 233 MiB in 51 packages 04:39:22 Removing intermediate container f18f648d8d19 04:39:22 ---> e50253d5e530 04:39:22 Step 6/23 : COPY go.mod . 04:39:23 ---> 89b65bafd7d4 04:39:23 Step 7/23 : RUN go mod download 04:39:24 ---> Running in 5a1cb24fceac 04:39:28 Removing intermediate container dc2739442820 04:39:28 ---> 6de0c9ff73fd 04:39:28 Step 20/26 : RUN pip install docker-compose==1.23.2 04:39:28 ---> Running in c7174ad6b200 04:39:28 Removing intermediate container 5a1cb24fceac 04:39:28 ---> 5d7261230acd 04:39:28 Step 8/23 : COPY . . 04:39:32 Collecting docker-compose==1.23.2 04:39:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:39:34 Collecting jsonschema<3,>=2.5.1 04:39:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:39:36 Collecting websocket-client<1.0,>=0.32.0 04:39:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:39:37 Collecting PyYAML<4,>=3.10 04:39:37 Downloading PyYAML-3.13.tar.gz (270 kB) 04:39:39 Collecting docopt<0.7,>=0.6.1 04:39:39 Downloading docopt-0.6.2.tar.gz (25 kB) 04:39: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 04:39:43 Collecting texttable<0.10,>=0.9.0 04:39:43 Downloading texttable-0.9.1.tar.gz (11 kB) 04:39:43 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 04:39:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:39:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:39:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:39:44 Collecting cached-property<2,>=1.2.0 04:39:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:39:45 Collecting dockerpty<0.5,>=0.4.1 04:39:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:39:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:39:47 Collecting docker<4.0,>=3.6.0 04:39:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:39:47 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) 04:39:47 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) 04:39:47 Collecting idna<2.8,>=2.5 04:39:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:39:48 Collecting urllib3<1.25,>=1.21.1 04:39:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:39:49 Collecting docker-pycreds>=0.4.0 04:39:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:39:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:39:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:39:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:39:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:39:50 Installing collected packages: jsonschema, websocket-client, PyYAML, docopt, texttable, idna, urllib3, requests, cached-property, dockerpty, docker-pycreds, docker, docker-compose 04:39:53 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:39:54 Running setup.py install for PyYAML: started 04:39:54 Removing intermediate container 6bd106b9a407 04:39:54 ---> d8017ff81b4e 04:39:54 04:39:54 Step 10/24 : FROM alpine:3.12 04:39:54 ---> 389fef711851 04:39:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:39:54 Removing intermediate container 0cbcbbe0023e 04:39:54 ---> 93184224c899 04:39:54 04:39:54 Step 10/23 : FROM alpine:3.12 04:39:54 ---> 389fef711851 04:39:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:39:54 ---> Using cache 04:39:54 ---> 6bea4ef07400 04:39:54 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:39:54 ---> Using cache 04:39:54 ---> 5f8941924c79 04:39:54 Step 13/23 : ENV APP_PORT=48082 04:39:54 ---> c4a0a934726d 04:39:54 Step 9/23 : RUN make cmd/core-data/core-data 04:39:54 Running setup.py install for PyYAML: finished with status 'done' 04:39:54 Running setup.py install for docopt: started 04:39:55 ---> Running in 620e73addfa9 04:39:55 ---> Running in 9c27753b6e30 04:39:55 ---> Running in 1789c660f937 04:39:55 Running setup.py install for docopt: finished with status 'done' 04:39:55 Running setup.py install for texttable: started 04:39:56 Running setup.py install for texttable: finished with status 'done' 04:39:56 Attempting uninstall: idna 04:39:56 Found existing installation: idna 2.9 04:39:56 Uninstalling idna-2.9: 04:39:56 Successfully uninstalled idna-2.9 04:39:56 Attempting uninstall: urllib3 04:39:56 Removing intermediate container 9c27753b6e30 04:39:56 ---> 9d0cd57dcef5 04:39:56 Step 14/23 : EXPOSE $APP_PORT 04:39:56 Found existing installation: urllib3 1.25.9 04:39:56 Uninstalling urllib3-1.25.9: 04:39:56 Successfully uninstalled urllib3-1.25.9 04:39:57 ---> Running in 3fcdb7d33e76 04:39:57 Attempting uninstall: requests 04:39:57 Found existing installation: requests 2.23.0 04:39:57 Uninstalling requests-2.23.0: 04:39:57 Removing intermediate container 71a745a701ac 04:39:57 ---> 8dbaebb63a7c 04:39:57 04:39:57 Step 10/31 : FROM alpine:3.12 04:39:57 ---> 389fef711851 04:39:57 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:39:57 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 04:39:57 Successfully uninstalled requests-2.23.0 04:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:57 (1/5) Installing ca-certificates (20191127-r4) 04:39:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:39:57 (3/5) Installing libcurl (7.69.1-r3) 04:39:57 (4/5) Installing curl (7.69.1-r3) 04:39:57 (5/5) Installing dumb-init (1.2.2-r1) 04:39:57 Executing busybox-1.31.1-r19.trigger 04:39:58 Executing ca-certificates-20191127-r4.trigger 04:39:58 OK: 7 MiB in 19 packages 04:39:58 ---> Running in c214e43d6f02 04:39:59 Running setup.py install for dockerpty: started 04:39:59 Removing intermediate container 3fcdb7d33e76 04:39:59 ---> 1bc72f042344 04:39:59 Step 15/23 : WORKDIR / 04:39:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:39:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:39:59 ---> Running in c1337a8e0090 04:39:59 Removing intermediate container c214e43d6f02 04:39:59 ---> cd537997221b 04:39:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:39:59 Running setup.py install for dockerpty: finished with status 'done' 04:39:59 ---> Running in 47dd8f892a14 04:40:01 Removing intermediate container 620e73addfa9 04:40:01 ---> 70c510aeda5c 04:40:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:40:01 Removing intermediate container c1337a8e0090 04:40:01 ---> dc4e5d02c91e 04:40:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:40:01 ---> Running in 4bfd6d0961f2 04:40:02 ---> 506fc381459c 04:40:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:40:02 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 04:40:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:02 Removing intermediate container 4bfd6d0961f2 04:40:02 ---> 990de43bfb45 04:40:02 Step 13/24 : WORKDIR / 04:40:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:02 ---> Running in d820e04dafa4 04:40:02 (1/2) Installing dumb-init (1.2.2-r1) 04:40:02 (2/2) Installing su-exec (0.2-r1) 04:40:02 Executing busybox-1.31.1-r19.trigger 04:40:02 OK: 6 MiB in 16 packages 04:40:03 Removing intermediate container d820e04dafa4 04:40:03 ---> fa7ddde7524d 04:40:03 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:40:03 ---> b8aee2243c14 04:40:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:40:03 ---> d0a88bca5208 04:40:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:40:04 Removing intermediate container 47dd8f892a14 04:40:04 ---> 167592e4ebde 04:40:04 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:40:06 ---> e3ad85c20c63 04:40:06 Step 19/23 : ENTRYPOINT ["/core-command"] 04:40:06 ---> 24df235119ae 04:40:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:40:06 ---> Running in b2de11a8d380 04:40:06 ---> Running in 42b1dd6613f7 04:40:06 Removing intermediate container c7174ad6b200 04:40:06 ---> f26e2165379d 04:40:06 Step 21/26 : RUN apk --no-cache add curl 04:40:07 Removing intermediate container b2de11a8d380 04:40:07 ---> 5ae6f74b5e08 04:40:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:40:07 ---> Running in fb7e45c37aac 04:40:07 Removing intermediate container 42b1dd6613f7 04:40:07 ---> bb663b275e96 04:40:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:40:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 04:40:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:40:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:40:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:40:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:40:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:40:07 ---> 2501992f1549 04:40:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:40:07 ---> Running in bdb4708466a6 04:40:07 ---> Running in 0e23c04e1c10 04:40:07 Removing intermediate container bdb4708466a6 04:40:07 ---> f604e72e5ef4 04:40:07 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:40:07 Removing intermediate container 0e23c04e1c10 04:40:07 ---> 084cac679a46 04:40:07 Step 21/23 : LABEL arch=x86_64 04:40:08 ---> Running in a7891a5b5d06 04:40:08 ---> Running in 34b1195230e5 04:40:08 ---> dd22ca86b8cf 04:40:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:08 Removing intermediate container 34b1195230e5 04:40:08 ---> 3f0803cad696 04:40:08 Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:40:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:09 ---> Running in f958d8444bbd 04:40:09 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:40:09 (2/3) Installing libcurl (7.69.1-r3) 04:40:09 (3/3) Installing curl (7.69.1-r3) 04:40:09 Executing busybox-1.31.1-r19.trigger 04:40:09 OK: 72 MiB in 58 packages 04:40:09 Removing intermediate container f958d8444bbd 04:40:09 ---> 3ae7721f7f19 04:40:09 Step 23/23 : LABEL version=0.0.0 04:40:09 ---> 322d33c02720 04:40:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:40:09 ---> Running in 67baf4ad3f40 04:40:10 Removing intermediate container 67baf4ad3f40 04:40:10 ---> 68f7b0b125b3 04:40:10 04:40:10 ---> c721d8b87376 04:40:10 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/ 04:40:11 Successfully built 68f7b0b125b3 04:40:11 Removing intermediate container a7891a5b5d06 04:40:11 ---> 51a3976be442 04:40:11 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:40:11 Successfully tagged docker-core-command-go:latest 04:40:11  Building docker-core-command-go ... done  ---> Running in 8f02fe5d8ef3 04:40:11 Removing intermediate container fb7e45c37aac 04:40:11 ---> 9c5f1a227b8c 04:40:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:40:11 ---> Running in a9f68ecf0304 04:40:11 ---> Running in 938366f239ef 04:40:12 Removing intermediate container 938366f239ef 04:40:12 ---> 52cdd0e2341d 04:40:12 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:40:12 Removing intermediate container a9f68ecf0304 04:40:12 ---> c1986dfb061c 04:40:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:40:12 ---> Running in de5c93827556 04:40:12 Removing intermediate container de5c93827556 04:40:12 ---> ec1715fb88e0 04:40:12 Step 24/26 : LABEL arch=x86_64 04:40:12 ---> Running in b128fcbb21e2 04:40:12 ---> 57ec846e8017 04:40:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:40:12 ---> Running in ea80c921e82d 04:40:12 Removing intermediate container 8f02fe5d8ef3 04:40:12 ---> 3378d15d7a33 04:40:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:40:13 Removing intermediate container b128fcbb21e2 04:40:13 ---> e7deee9dbdd7 04:40:13 Step 25/26 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:40:13 ---> Running in 8abd877967a1 04:40:13 ---> Running in 0d96105a62d6 04:40:13 Removing intermediate container 8abd877967a1 04:40:13 ---> 7ffbdf3a29f8 04:40:13 Step 22/24 : LABEL arch=x86_64 04:40:14 ---> Running in 9adcb6c7df40 04:40:14 Removing intermediate container 0d96105a62d6 04:40:14 ---> dd96aeb4cf2d 04:40:14 Step 26/26 : LABEL version=0.0.0 04:40:15 ---> Running in 79dcc2cb25e8 04:40:15 Removing intermediate container 9adcb6c7df40 04:40:15 ---> b99d54d6f368 04:40:15 Step 23/24 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:40:15 ---> Running in 458f219ff0fd 04:40:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:40:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:40:16 Removing intermediate container ea80c921e82d 04:40:16 ---> 680e50a0fda3 04:40:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:40:16 Removing intermediate container 79dcc2cb25e8 04:40:16 ---> 017fc187140f 04:40:16 04:40:16 Successfully built 017fc187140f 04:40:16 Removing intermediate container 458f219ff0fd 04:40:16 ---> 5db4db8daa8e 04:40:16 Step 24/24 : LABEL version=0.0.0 04:40:16 Successfully tagged docker-sys-mgmt-agent-go:latest 04:40:16  Building docker-sys-mgmt-agent-go ... done  ---> b9be29fb6417 04:40:16 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:40:16 ---> Running in fa59bc474173 04:40:16 Removing intermediate container fa59bc474173 04:40:16 ---> 59a10a273f80 04:40:16 04:40:16 Successfully built 59a10a273f80 04:40:17 Successfully tagged docker-security-secretstore-setup-go:latest 04:40:18  Building docker-security-secretstore-setup-go ... done  ---> a4b13e146ccb 04:40:18 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:40:18 Removing intermediate container 1789c660f937 04:40:18 ---> 639929c35654 04:40:18 04:40:18 Step 10/23 : FROM alpine:3.12 04:40:18 ---> 389fef711851 04:40:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:40:18 ---> Running in e7648abc5816 04:40:18 ---> 629404b254c5 04:40:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:40:18 Removing intermediate container e7648abc5816 04:40:18 ---> 1ae397dcf93d 04:40:18 Step 12/23 : ENV APP_PORT=48080 04:40:18 ---> Running in 6b1dbe80eb42 04:40:20 ---> a337beb4560d 04:40:20 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:40:20 Removing intermediate container 6b1dbe80eb42 04:40:20 ---> a6d6d6826c9f 04:40:20 Step 13/23 : EXPOSE $APP_PORT 04:40:20 ---> Running in 08000a7246d9 04:40:20 Removing intermediate container 08000a7246d9 04:40:20 ---> 99e561e14246 04:40:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:40:20 ---> e421609e1c0e 04:40:20 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:40:20 ---> Running in 6bb2cedf0e57 04:40:21 ---> Running in c40add713420 04:40:21 Removing intermediate container c40add713420 04:40:21 ---> 22a5592d7f60 04:40:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:40:21 ---> 9532bc5acf09 04:40:21 Step 26/31 : RUN chmod +x /entrypoint.sh 04:40:22 ---> Running in d3b80f4f29f1 04:40:22 Removing intermediate container 6bb2cedf0e57 04:40:22 ---> 40fe94bee458 04:40:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:40:22 ---> Running in 337ea0911e4e 04:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.366s coverage: 46.0% of statements 04:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 04:40:22 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 04:40:22 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.147s coverage: 100.0% of statements 04:40:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:40:23 Removing intermediate container d3b80f4f29f1 04:40:23 ---> 1e83c2b16c17 04:40:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:40:23 ---> Running in 01d6972fea91 04:40:23 Removing intermediate container 01d6972fea91 04:40:23 ---> 4793882db4fa 04:40:23 Step 28/31 : CMD ["gate"] 04:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:40:23 ---> Running in 67cd771db135 04:40:23 Removing intermediate container 67cd771db135 04:40:23 ---> c6a7f49e1f44 04:40:23 Step 29/31 : LABEL arch=x86_64 04:40:24 ---> Running in b11d9fe1b3d2 04:40:24 Removing intermediate container b11d9fe1b3d2 04:40:24 ---> bcbe5efbb29e 04:40:24 Step 30/31 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:40:24 ---> Running in f221ff9d95fd 04:40:24 Removing intermediate container f221ff9d95fd 04:40:24 ---> e032f8820238 04:40:24 Step 31/31 : LABEL version=0.0.0 04:40:24 (1/6) Installing dumb-init (1.2.2-r1) 04:40:24 (2/6) Installing libgcc (9.3.0-r2) 04:40:24 ---> Running in cf9a6412f733 04:40:24 (3/6) Installing libsodium (1.0.18-r0) 04:40:24 Removing intermediate container cf9a6412f733 04:40:24 ---> 7c8186673410 04:40:24 04:40:24 (4/6) Installing libstdc++ (9.3.0-r2) 04:40:25 Successfully built 7c8186673410 04:40:25 Successfully tagged docker-security-bootstrapper-go:latest 04:40:25  Building docker-security-bootstrapper-go ... done (5/6) Installing libzmq (4.3.3-r0) 04:40:25 (6/6) Installing zeromq (4.3.3-r0) 04:40:25 Executing busybox-1.31.1-r19.trigger 04:40:25 OK: 8 MiB in 20 packages 04:40:26 Removing intermediate container 337ea0911e4e 04:40:26 ---> ea1fdb20a4b7 04:40:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:40:26 ---> 672759bf2960 04:40:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:40:27 ---> 7eb918e643b0 04:40:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:40:27 ---> f489c5f1cc03 04:40:27 Step 19/23 : ENTRYPOINT ["/core-data"] 04:40:27 ---> Running in be48dda1286f 04:40:27 Removing intermediate container be48dda1286f 04:40:27 ---> 81defb3b4db5 04:40:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:40:27 ---> Running in 81a6c9eef612 04:40:27 Removing intermediate container 81a6c9eef612 04:40:27 ---> 381c7dc056f8 04:40:27 Step 21/23 : LABEL arch=x86_64 04:40:27 ---> Running in b56d0043b847 04:40:28 Removing intermediate container b56d0043b847 04:40:28 ---> d59fdbb826f5 04:40:28 Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:40:28 ---> Running in b00eb5cc97f8 04:40:28 Removing intermediate container b00eb5cc97f8 04:40:28 ---> 909bca1791e4 04:40:28 Step 23/23 : LABEL version=0.0.0 04:40:28 ---> Running in 084c7cbd1c94 04:40:28 Removing intermediate container 084c7cbd1c94 04:40:28 ---> 25ad4577d503 04:40:28 04:40:28 Successfully built 25ad4577d503 04:40:28 Successfully tagged docker-core-data-go:latest 04:40:29  Building docker-core-data-go ... done  [Pipeline] } 04:40:29 $ docker stop --time=1 477ac2a5d33e5b8598ef828339c1b6ae717de56df1c2e778d694cfe58cb35352 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.692s coverage: 27.1% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.132s coverage: 100.0% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:40:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.290s coverage: 65.8% of statements 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:40:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:40:31 $ docker rm -f 477ac2a5d33e5b8598ef828339c1b6ae717de56df1c2e778d694cfe58cb35352 [Pipeline] // withDockerContainer [Pipeline] sh 04:40:31 + docker images 04:40:31 + grep docker 04:40:32 docker-core-data-go latest 25ad4577d503 3 seconds ago 22.3MB 04:40:32 docker-security-bootstrapper-go latest 7c8186673410 7 seconds ago 23.8MB 04:40:32 docker-security-secretstore-setup-go latest 59a10a273f80 15 seconds ago 24.6MB 04:40:32 docker-sys-mgmt-agent-go latest 017fc187140f 16 seconds ago 313MB 04:40:32 docker-core-command-go latest 68f7b0b125b3 21 seconds ago 16.9MB 04:40:32 docker-core-metadata-go latest 94ad64f308eb About a minute ago 18.8MB 04:40:32 docker-support-notifications-go latest e8ea0ca6bd01 About a minute ago 17.5MB 04:40:32 docker-support-scheduler-go latest 9a5872cb58e7 About a minute ago 17MB 04:40:32 docker-security-proxy-setup-go latest 41c95a3bf301 About a minute ago 24.4MB 04:40:32 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] } 04:40:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.708s coverage: 82.3% of statements 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:40:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.374s coverage: 28.6% of statements 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements 04:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.361s coverage: 97.5% of statements 04:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:40:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:40:48 Still waiting to schedule task 04:40:48 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 04:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.397s coverage: 92.8% of statements 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:40:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:40:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.193s coverage: 0.1% of statements 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:40:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 04:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements 04:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.121s coverage: 79.5% of statements 04:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 04:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.122s coverage: 96.3% of statements 04:40:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements 04:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.080s coverage: 94.4% of statements 04:41:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.114s coverage: 92.9% of statements 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.080s coverage: 87.2% of statements 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.127s coverage: 87.2% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.2% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.177s coverage: 91.4% of statements 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.568s coverage: 63.5% of statements 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.790s coverage: 68.9% of statements 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:41:20 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.818s coverage: 84.0% of statements 04:41:20 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.085s coverage: 100.0% of statements 04:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.463s coverage: 47.0% of statements 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 04:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.201s coverage: 90.4% of statements 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 04:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.288s coverage: 29.1% of statements 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.203s coverage: 99.0% of statements 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.223s coverage: 100.0% of statements 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:41:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 04:41:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 04:41:37 GO111MODULE=on go vet ./... 04:42:18 Running on prd-ubuntu18.04-docker-8c-8g-24879 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] ws 04:42:18 Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout 04:42:20 using credential edgex-jenkins-ssh 04:42:20 Cloning the remote Git repository 04:42:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:42:20 > git init /w/workspace/edgex-go/1 # timeout=10 04:42:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:42:20 > git --version # timeout=10 04:42:20 > git --version # 'git version 2.17.1' 04:42:20 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:40 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:42:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:42:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:42:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:42:39 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3127/head:refs/remotes/origin/PR-3127 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:42:40 > git config core.sparsecheckout # timeout=10 04:42:40 > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 04:42:40 Merge succeeded, producing 19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:42:40 Checking out Revision 19df28f5af12e46ec2f5afcb223d0e84b7d150ff (PR-3127) 04:42:40 > git remote # timeout=10 04:42:40 > git config --get remote.origin.url # timeout=10 04:42:40 using GIT_SSH to set credentials SSH Credentials for GitHub 04:42:40 > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 04:42:40 > git rev-parse HEAD^{commit} # timeout=10 04:42:40 > git config core.sparsecheckout # timeout=10 04:42:40 > git checkout -f 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 04:42:43 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" 04:42:44 > git --version # timeout=10 04:42:44 > git --version # 'git version 2.17.1' 04:42:44 fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:42:45 + echo snap-build.sh 04:42:45 snap-build.sh 04:42:45 + SNAP_BASE_DIR=. 04:42:45 + '[' '!' -z /w/workspace/edgex-go/1 ']' 04:42:45 + SNAP_BASE_DIR=/w/workspace/edgex-go/1 04:42:45 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' 04:42:45 [snap-build] Building snap in dir [/w/workspace/edgex-go/1] 04:42:45 + cd /w/workspace/edgex-go/1 04:42:45 + sudo apt-get remove -qy --purge lxd lxd-client 04:42:45 Reading package lists... 04:42:45 Building dependency tree... 04:42:45 Reading state information... 04:42:45 The following packages were automatically installed and are no longer required: 04:42:45 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:42:45 uidmap xdelta3 04:42:45 Use 'sudo apt autoremove' to remove them. 04:42:45 The following packages will be REMOVED: 04:42:45 lxd* lxd-client* 04:42:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:42:45 After this operation, 31.7 MB disk space will be freed. 04:42:46 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 04:42:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:42:47 Removing lxd dnsmasq configuration 04:42:47 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:42:47 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:42:48 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:42:49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 04:42:49 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:42:50 Processing triggers for systemd (237-3ubuntu10.42) ... 04:42:50 Processing triggers for ureadahead (0.100.0-21) ... 04:42:51 + sudo snap remove --purge lxd 04:42:51 snap "lxd" is not installed 04:42:51 + sudo groupadd --force --system lxd 04:42:51 ++ whoami 04:42:51 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:42:52 + newgrp - lxd 04:42:52 + sudo snap install lxd 04:42:59 gofmt -l . 04:42:59 [ "`gofmt -l .`" = "" ] 04:43:00 2021-02-04T04:42:57Z INFO Waiting for automatic snapd restart... 04:43:03 ./bin/test-go-mod-tidy.sh 04:43:04 ./bin/test-attribution-txt.sh [Pipeline] sh 04:43:06 + ls -al . 04:43:06 total 712 04:43:06 drwxrwxr-x 9 1001 1001 4096 Feb 4 04:43 . 04:43:06 drwxr-xr-x 4 root root 4096 Feb 4 04:38 .. 04:43:06 -rw-rw-r-- 1 1001 1001 11 Feb 4 04:36 .dockerignore 04:43:06 drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 .git 04:43:06 drwxrwxr-x 3 1001 1001 4096 Feb 4 04:36 .github 04:43:06 -rw-rw-r-- 1 1001 1001 872 Feb 4 04:36 .gitignore 04:43:06 -rw-rw-r-- 1 1001 1001 166 Feb 4 04:36 .sonarcloud.properties 04:43:06 -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:36 Attribution.txt 04:43:06 -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:36 CONTRIBUTING.md 04:43:06 -rw-rw-r-- 1 1001 1001 931 Feb 4 04:36 Dockerfile.build 04:43:06 -rw-rw-r-- 1 1001 1001 863 Feb 4 04:36 Jenkinsfile 04:43:06 -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:36 LICENSE 04:43:06 -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:36 Makefile 04:43:06 -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:36 README.md 04:43:06 -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:36 SECURITY.md 04:43:06 -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION 04:43:06 -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:36 ZMQWindows.md 04:43:06 drwxrwxr-x 2 1001 1001 4096 Feb 4 04:36 bin 04:43:06 drwxrwxr-x 15 1001 1001 4096 Feb 4 04:36 cmd 04:43:06 -rw-r--r-- 1 root root 580808 Feb 4 04:41 coverage.out 04:43:06 -rw-r--r-- 1 root root 1054 Feb 4 04:43 go.mod 04:43:06 -rw-r--r-- 1 root root 19290 Feb 4 04:43 go.sum 04:43:06 drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 internal 04:43:06 drwxrwxr-x 4 1001 1001 4096 Feb 4 04:36 openapi 04:43:06 drwxrwxr-x 4 1001 1001 4096 Feb 4 04:36 snap 04:43:06 -rw-rw-r-- 1 1001 1001 168 Feb 4 04:36 version.go [Pipeline] sh 04:43:07 + '[' -e coverage.out ] 04:43:07 + chown 1001:1001 coverage.out [Pipeline] stash 04:43:07 Warning: overwriting stash ‘coverage-report’ 04:43:08 Stashed 1 file(s) [Pipeline] sh 04:43:09 + make build 04:43:09 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 04:43:15 lxd 4.10 from Canonical* installed 04:43:15 + sudo lxd init --auto 04:43:21 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 04:43:21 + sudo snap install --classic snapcraft 04:43:27 snapcraft 4.4.4 from Canonical* installed 04:43:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 04:43:27 + patch --verbose -p1 04:43:27 Hmm... Looks like a unified diff to me... 04:43:27 The text leading up to this was: 04:43:27 -------------------------- 04:43:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 04:43:27 |From: Tony Espy 04:43:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 04:43:27 |Subject: [PATCH] optimize snap build for pipeline CI check 04:43:27 | 04:43:27 |This patch is used by the EdgeX CI pipeline builds to 04:43:27 |optimize the snap CI check run for pull requests. When 04:43:27 |applied, it essentially strips out everything (apps and 04:43:27 |parts) from the snapcraft.yaml file except those required 04:43:27 |to build edgex-go, as the whole idea of the CI check is to 04:43:27 |catch changes to edgex-go that break the snap build. 04:43:27 | 04:43:27 |In general, anyone updating snapcraft.yaml will also need 04:43:27 |to update this patch file, otherwise it may fail to apply, 04:43:27 |resulting in a failed snap build CI check in the associated 04:43:27 |pull request. 04:43:27 | 04:43:27 |Note - in addition to applying this patch, the pipeline also 04:43:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 04:43:27 |need to build the finally binary .snap file (and it won't 04:43:27 |work with the patch applied). This further reduces the build 04:43:27 |time. 04:43:27 |--- 04:43:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 04:43:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 04:43:27 | 04:43:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 04:43:27 |index 1e537489..faf42425 100644 04:43:27 |--- a/snap/snapcraft.yaml 04:43:27 |+++ b/snap/snapcraft.yaml 04:43:27 -------------------------- 04:43:27 patching file snap/snapcraft.yaml 04:43:27 Using Plan A... 04:43:27 Hunk #1 succeeded at 73. 04:43:27 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 04:43:27 Hunk #3 succeeded at 214 (offset -1 lines). 04:43:27 Hunk #4 succeeded at 222 (offset -1 lines). 04:43:27 Hunk #5 succeeded at 229 (offset -1 lines). 04:43:27 Hunk #6 succeeded at 256 (offset -1 lines). 04:43:27 Hunk #7 succeeded at 290 (offset -1 lines). 04:43:27 Hunk #8 succeeded at 342. 04:43:27 Hmm... Ignoring the trailing garbage. 04:43:27 done 04:43:27 + sudo snapcraft prime --use-lxd 04:43:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:43:28 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 04:43:28 - README.md 04:43:28 - snapcraft.yaml.orig 04:43:28 04:43:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:43:29 Launching a container. 04:43:40 Waiting for container to be ready 04:43:40 To start your first instance, try: lxc launch ubuntu:18.04 04:43:40 04:43:44 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:43:44 Waiting for network to be ready... 04:43:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:43:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:43:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 04:43:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 04:43:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:43:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:43:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 04:43:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 04:43:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 04:43:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:43:45 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:43:45 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:43:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:43:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:43:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:43:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:43:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:43:45 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:43:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:43:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 04:43:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 04:43:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:43:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:43:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 04:43:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 04:43:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 04:43:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 04:43:49 Fetched 23.9 MB in 4s (5766 kB/s) 04:43:49 Reading package lists... 04:43:49 Reading package lists... 04:43:49 Building dependency tree... 04:43:49 Reading state information... 04:43:50 The following additional packages will be installed: 04:43:50 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:43:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:43:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:43:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:43:50 Suggested packages: 04:43:50 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:43:50 Recommended packages: 04:43:50 gnupg libsasl2-modules 04:43:50 The following NEW packages will be installed: 04:43:50 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:43:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:43:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:43:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:43:50 The following packages will be upgraded: 04:43:50 gpg gpg-agent gpgconf libudev1 04:43:50 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 04:43:50 Need to get 3533 kB of archives. 04:43:50 After this operation, 13.3 MB of additional disk space will be used. 04:43:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 04:43:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 04:43:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 04:43:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 04:43:50 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] 04:43:50 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] 04:43:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 04:43:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 04:43:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 04:43:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 04:43:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:43:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:43:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:43:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:43:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:43:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:43:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:43:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:43:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:43:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:43:51 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:43:51 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:43:51 debconf: delaying package configuration, since apt-utils is not installed 04:43:51 Fetched 3533 kB in 1s (2509 kB/s) 04:43:51 (Reading database ... 12511 files and directories currently installed.) 04:43:51 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 04:43:51 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:43:51 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 04:43:51 Selecting previously unselected package udev. 04:43:51 (Reading database ... 12511 files and directories currently installed.) 04:43:51 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 04:43:52 Unpacking udev (237-3ubuntu10.44) ... 04:43:52 Selecting previously unselected package libfuse2:amd64. 04:43:52 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:43:52 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:43:52 Selecting previously unselected package fuse. 04:43:52 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:43:52 Unpacking fuse (2.9.7-1ubuntu1) ... 04:43:52 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 04:43:52 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:43:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 04:43:52 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:43:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 04:43:52 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:43:52 Selecting previously unselected package libksba8:amd64. 04:43:52 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:43:52 Unpacking libksba8:amd64 (1.3.5-2) ... 04:43:53 Selecting previously unselected package libroken18-heimdal:amd64. 04:43:53 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:53 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:43:53 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:53 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:43:53 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:53 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:43:53 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:53 Selecting previously unselected package libwind0-heimdal:amd64. 04:43:53 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:43:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:43:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:53 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:43:53 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:43:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:43:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:54 Selecting previously unselected package libsasl2-modules-db:amd64. 04:43:54 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:43:54 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:43:54 Selecting previously unselected package libsasl2-2:amd64. 04:43:54 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:43:54 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:43:54 Selecting previously unselected package libldap-common. 04:43:54 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 04:43:54 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:43:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:43:54 Selecting previously unselected package libldap-2.4-2:amd64. 04:43:54 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 04:43:54 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:43:54 Selecting previously unselected package dirmngr. 04:43:54 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 04:43:54 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 04:43:54 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:43:54 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 04:43:54 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:43:54 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:43:54 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:43:54 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 04:43:54 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:54 Setting up libksba8:amd64 (1.3.5-2) ... 04:43:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:43:54 Setting up udev (237-3ubuntu10.44) ... 04:43:55 invoke-rc.d: policy-rc.d denied execution of start. 04:43:55 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:55 Processing triggers for systemd (237-3ubuntu10) ... 04:43:55 Setting up fuse (2.9.7-1ubuntu1) ... 04:43:55 Setting up gpg (2.2.4-1ubuntu1.3) ... 04:43:55 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:55 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:55 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:55 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:55 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:55 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:55 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:43:55 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:43:55 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 04:43:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:43:56 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:43:56 settings in the [Install] section, and DefaultInstance for template units). 04:43:56 This means they are not meant to be enabled using systemctl. 04:43:56 Possible reasons for having this kind of units are: 04:43:56 1) A unit may be statically enabled by being symlinked from another unit's 04:43:56 .wants/ or .requires/ directory. 04:43:56 2) A unit's purpose may be to act as a helper for some other unit which has 04:43:56 a requirement dependency on it. 04:43:56 3) A unit may be started when needed via activation (socket, path, timer, 04:43:56 D-Bus, udev, scripted systemctl call, ...). 04:43:56 4) In case of template units, the unit is meant to be enabled with some 04:43:56 instance name specified. 04:43:56 Reading package lists... 04:43:56 Building dependency tree... 04:43:56 Reading state information... 04:43:56 The following additional packages will be installed: 04:43:56 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:43:56 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:43:56 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:43:56 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:43:56 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:43:56 Suggested packages: 04:43:56 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:43:56 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:43:56 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:43:56 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:43:56 systemd-container policykit-1 04:43:56 Recommended packages: 04:43:56 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:43:56 The following NEW packages will be installed: 04:43:56 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:43:56 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:43:56 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:43:56 multiarch-support openssh-client python3 python3-minimal python3.6 04:43:56 python3.6-minimal snapd squashfs-tools sudo 04:43:56 The following packages will be upgraded: 04:43:56 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:43:57 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 04:43:57 Need to get 35.2 MB of archives. 04:43:57 After this operation, 141 MB of additional disk space will be used. 04:43:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 04:43:57 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 04:43:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 04:43:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 04:43:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 04:43:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:43:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 04:43:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 04:43:57 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 04:43:57 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:43:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 04:43:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:43:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:43:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:43:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:43:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:43:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 04:43:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:43:57 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 04:43:57 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 04:43:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:43:57 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:43:57 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:43:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:43:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:43:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:43:57 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:43:57 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:43:58 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:43:58 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:43:58 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 04:43:59 debconf: delaying package configuration, since apt-utils is not installed 04:43:59 Fetched 35.2 MB in 2s (16.2 MB/s) 04:43:59 (Reading database ... 12757 files and directories currently installed.) 04:43:59 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 04:43:59 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:43:59 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 04:43:59 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:44:00 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 04:44:00 (Reading database ... 12757 files and directories currently installed.) 04:44:00 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 04:44:00 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 04:44:00 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 04:44:00 (Reading database ... 12757 files and directories currently installed.) 04:44:00 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 04:44:00 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 04:44:00 Setting up apt (1.6.12ubuntu0.2) ... 04:44:00 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:44:01 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:44:01 (Reading database ... 12764 files and directories currently installed.) 04:44:01 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:44:01 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:44:01 Selecting previously unselected package libpython3.6-minimal:amd64. 04:44:01 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:44:01 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:44:01 Selecting previously unselected package libexpat1:amd64. 04:44:01 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:44:01 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:44:01 Selecting previously unselected package python3.6-minimal. 04:44:01 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:44:01 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:44:02 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 04:44:02 Checking for services that may need to be restarted...done. 04:44:02 Checking for services that may need to be restarted...done. 04:44:02 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:44:02 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:44:02 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:44:03 Selecting previously unselected package python3-minimal. 04:44:03 (Reading database ... 13012 files and directories currently installed.) 04:44:03 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:44:03 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:44:03 Selecting previously unselected package mime-support. 04:44:03 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:44:03 Unpacking mime-support (3.60ubuntu1) ... 04:44:03 Selecting previously unselected package libmpdec2:amd64. 04:44:03 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:44:03 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:44:03 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:44:03 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:44:03 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:44:03 Selecting previously unselected package python3.6. 04:44:03 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:44:03 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:44:03 Selecting previously unselected package libpython3-stdlib:amd64. 04:44:03 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:44:03 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:44:03 Setting up python3-minimal (3.6.7-1~18.04) ... 04:44:04 Selecting previously unselected package python3. 04:44:04 (Reading database ... 13442 files and directories currently installed.) 04:44:04 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:44:04 Unpacking python3 (3.6.7-1~18.04) ... 04:44:04 Selecting previously unselected package multiarch-support. 04:44:04 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:44:04 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:44:04 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:44:04 Selecting previously unselected package liblzo2-2:amd64. 04:44:04 (Reading database ... 13479 files and directories currently installed.) 04:44:04 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:44:04 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:44:04 Selecting previously unselected package libbsd0:amd64. 04:44:04 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:44:04 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:44:04 Selecting previously unselected package sudo. 04:44:04 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 04:44:04 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 04:44:04 Selecting previously unselected package apparmor. 04:44:04 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:44:04 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:44:05 Selecting previously unselected package libedit2:amd64. 04:44:05 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:44:05 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:44:05 Selecting previously unselected package libkrb5support0:amd64. 04:44:05 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:44:05 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:44:05 Selecting previously unselected package libk5crypto3:amd64. 04:44:05 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:44:05 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:44:05 Selecting previously unselected package libkeyutils1:amd64. 04:44:05 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:44:05 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:44:05 Selecting previously unselected package libkrb5-3:amd64. 04:44:05 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:44:05 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:44:05 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:44:05 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:44:05 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:44:05 Selecting previously unselected package libssl1.0.0:amd64. 04:44:05 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 04:44:05 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:44:05 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 04:44:06 Selecting previously unselected package openssh-client. 04:44:06 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:44:06 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:44:06 Selecting previously unselected package squashfs-tools. 04:44:06 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:44:06 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:44:06 Selecting previously unselected package snapd. 04:44:06 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 04:44:06 Unpacking snapd (2.48+18.04) ... 04:44:06 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 04:44:08 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:44:08 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:44:08 Setting up mime-support (3.60ubuntu1) ... 04:44:08 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 04:44:08 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:44:08 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:44:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:44:08 Setting up systemd (237-3ubuntu10.44) ... 04:44:08 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:44:10 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:44:10 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:44:10 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:44:10 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:44:10 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:44:10 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:44:10 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:44:10 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:44:10 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:44:10 Setting up python3 (3.6.7-1~18.04) ... 04:44:10 running python rtupdate hooks for python3.6... 04:44:10 running python post-rtupdate hooks for python3.6... 04:44:10 Setting up apparmor (2.12-4ubuntu5.1) ... 04:44:11 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 04:44:12 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:44:12 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:44:12 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:44:12 Setting up snapd (2.48+18.04) ... 04:44:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:44:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:44:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:44:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:44:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:44:13 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:44:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:44:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:44:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:44:14 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:44:15 /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' 04:44:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:44:15 Processing triggers for systemd (237-3ubuntu10.44) ... 04:44:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:44:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:44:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:44:17 Reading package lists... 04:44:17 Reading package lists... 04:44:17 Building dependency tree... 04:44:17 Reading state information... 04:44:17 Calculating upgrade... 04:44:17 The following packages will be upgraded: 04:44:17 advancecomp base-files bash binutils binutils-common 04:44:17 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:44:17 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:44:17 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 04:44:17 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 04:44:17 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 04:44:17 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 04:44:17 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 04:44:17 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 04:44:17 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 04:44:17 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 04:44:17 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 04:44:17 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 04:44:17 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 04:44:17 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 04:44:17 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:44:17 Need to get 63.8 MB of archives. 04:44:17 After this operation, 5188 kB of additional disk space will be used. 04:44:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 04:44:17 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:44:18 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 04:44:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:44:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:44:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:44:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:44:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:44:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:44:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:44:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:44:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:44:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:44:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:44:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:44:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:44:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:44:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:44:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:44:19 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:44:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:44:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:44:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:44:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:44:19 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:44:19 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:44:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:44:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:44:19 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:44:19 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:44:19 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:44:19 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:44:19 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:44:19 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:44:19 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:44:19 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:44:19 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 04:44:19 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:44:19 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:44:19 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 04:44:19 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:44:19 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:44:19 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:44:19 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:44:19 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:44:19 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 04:44:19 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:44:19 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:44:19 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:44:19 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:44:19 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 04:44:19 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 04:44:19 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:44:19 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:44:19 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:44:19 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:44:19 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 04:44:19 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:44:19 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:44:19 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:44:19 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 04:44:19 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:44:19 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:44:19 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:44:19 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:44:19 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:44:19 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:44:19 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:44:19 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:44:19 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:44:19 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 04:44:19 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 04:44:19 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:44:19 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:44:19 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 04:44:19 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 04:44:19 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 04:44:19 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:44:19 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:44:19 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:44:19 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 04:44:19 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:44:19 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:44:20 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 04:44:20 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 04:44:20 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 04:44:20 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 04:44:20 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:44:20 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:44:20 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:44:20 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:44:20 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:44:21 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:44:21 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:44:21 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:44:21 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:44:21 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:44:21 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:44:21 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:44:21 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:44:21 debconf: delaying package configuration, since apt-utils is not installed 04:44:21 Fetched 63.8 MB in 4s (16.7 MB/s) 04:44:21 (Reading database ... 13912 files and directories currently installed.) 04:44:21 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:44:21 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:44:21 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 04:44:22 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:44:22 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:44:22 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 04:44:22 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 04:44:23 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:23 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:23 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:23 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:24 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:24 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:24 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:24 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:24 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:24 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:24 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:24 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:24 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:24 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:24 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:24 (Reading database ... 13911 files and directories currently installed.) 04:44:24 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:24 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:44:24 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:44:24 (Reading database ... 13911 files and directories currently installed.) 04:44:24 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:24 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:25 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:25 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:25 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:44:25 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:44:25 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:25 (Reading database ... 13911 files and directories currently installed.) 04:44:25 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:44:25 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:44:26 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:44:26 (Reading database ... 13911 files and directories currently installed.) 04:44:26 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:44:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:44:26 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:44:26 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:44:26 Setting up base-files (10.1ubuntu2.10) ... 04:44:26 Installing new version of config file /etc/issue ... 04:44:26 Installing new version of config file /etc/issue.net ... 04:44:26 Installing new version of config file /etc/lsb-release ... 04:44:26 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:44:27 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:44:27 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:44:27 Removing obsolete conffile /etc/default/motd-news ... 04:44:27 (Reading database ... 13912 files and directories currently installed.) 04:44:27 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:44:27 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:44:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:44:27 Setting up bash (4.4.18-2ubuntu1.2) ... 04:44:27 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 04:44:27 (Reading database ... 13912 files and directories currently installed.) 04:44:27 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:27 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:44:27 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:44:27 (Reading database ... 13912 files and directories currently installed.) 04:44:27 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:44:27 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:44:28 Setting up tar (1.29b-2ubuntu0.2) ... 04:44:28 (Reading database ... 13912 files and directories currently installed.) 04:44:28 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:44:28 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:44:28 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:44:28 (Reading database ... 13912 files and directories currently installed.) 04:44:28 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:44:28 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:44:28 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:44:28 (Reading database ... 13912 files and directories currently installed.) 04:44:28 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:44:29 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:44:29 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:44:29 (Reading database ... 13912 files and directories currently installed.) 04:44:29 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:44:29 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:44:29 Setting up grep (3.1-2build1) ... 04:44:29 (Reading database ... 13912 files and directories currently installed.) 04:44:29 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:44:29 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:44:29 Setting up login (1:4.5-1ubuntu2) ... 04:44:29 (Reading database ... 13912 files and directories currently installed.) 04:44:29 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:44:29 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:44:29 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:44:30 (Reading database ... 13912 files and directories currently installed.) 04:44:30 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:44:30 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:44:30 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:44:30 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:44:30 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:44:30 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:44:31 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:44:31 (Reading database ... 13912 files and directories currently installed.) 04:44:31 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:44:31 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:44:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:44:32 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:44:32 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:44:32 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:44:32 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:44:32 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:44:32 (Reading database ... 13912 files and directories currently installed.) 04:44:32 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:44:32 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:44:32 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:44:33 (Reading database ... 13912 files and directories currently installed.) 04:44:33 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:33 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:33 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:44:33 (Reading database ... 13912 files and directories currently installed.) 04:44:33 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:33 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:33 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:44:33 (Reading database ... 13912 files and directories currently installed.) 04:44:33 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:33 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:33 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:44:34 (Reading database ... 13912 files and directories currently installed.) 04:44:34 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:34 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:34 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:44:34 (Reading database ... 13912 files and directories currently installed.) 04:44:34 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:44:34 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:44:34 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:44:34 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:44:34 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:44:34 (Reading database ... 13912 files and directories currently installed.) 04:44:34 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:44:34 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:44:34 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:44:34 (Reading database ... 13912 files and directories currently installed.) 04:44:34 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:34 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:35 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:44:35 (Reading database ... 13912 files and directories currently installed.) 04:44:35 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:35 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:35 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:44:35 (Reading database ... 13912 files and directories currently installed.) 04:44:35 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:35 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:35 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:44:36 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 04:44:36 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:44:36 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:44:36 (Reading database ... 13912 files and directories currently installed.) 04:44:36 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:44:36 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:44:36 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:44:36 (Reading database ... 13912 files and directories currently installed.) 04:44:36 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:44:37 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:44:37 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:44:37 (Reading database ... 13914 files and directories currently installed.) 04:44:37 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:44:37 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:44:37 Setting up debconf (1.5.66ubuntu1) ... 04:44:37 (Reading database ... 13914 files and directories currently installed.) 04:44:37 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 04:44:37 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:44:37 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 04:44:37 (Reading database ... 13914 files and directories currently installed.) 04:44:37 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 04:44:38 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 04:44:38 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 04:44:38 (Reading database ... 13914 files and directories currently installed.) 04:44:38 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:44:38 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:44:38 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:44:38 (Reading database ... 13914 files and directories currently installed.) 04:44:38 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:44:38 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:44:38 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:44:39 (Reading database ... 13914 files and directories currently installed.) 04:44:39 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:44:39 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:44:39 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:44:39 (Reading database ... 13914 files and directories currently installed.) 04:44:39 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:44:39 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:44:39 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 04:44:39 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 04:44:39 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:44:39 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:44:39 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:44:39 (Reading database ... 13914 files and directories currently installed.) 04:44:39 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:44:39 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:44:40 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:44:40 (Reading database ... 13914 files and directories currently installed.) 04:44:40 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:44:40 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:44:40 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:44:40 (Reading database ... 13914 files and directories currently installed.) 04:44:40 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:44:40 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:44:40 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:44:40 (Reading database ... 13914 files and directories currently installed.) 04:44:40 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 04:44:40 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 04:44:40 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 04:44:40 (Reading database ... 13914 files and directories currently installed.) 04:44:40 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:44:41 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:44:41 Setting up passwd (1:4.5-1ubuntu2) ... 04:44:42 (Reading database ... 13914 files and directories currently installed.) 04:44:42 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 04:44:42 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:44:42 Setting up gpgv (2.2.4-1ubuntu1.3) ... 04:44:42 (Reading database ... 13914 files and directories currently installed.) 04:44:42 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:44:42 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:44:42 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:44:42 (Reading database ... 13914 files and directories currently installed.) 04:44:42 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:44:42 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:44:42 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:44:42 (Reading database ... 13914 files and directories currently installed.) 04:44:42 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:44:42 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:44:42 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:44:43 (Reading database ... 13914 files and directories currently installed.) 04:44:43 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:44:43 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:44:43 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:44:43 (Reading database ... 13914 files and directories currently installed.) 04:44:43 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 04:44:43 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 04:44:43 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 04:44:43 (Reading database ... 13914 files and directories currently installed.) 04:44:43 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 04:44:43 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 04:44:43 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 04:44:43 (Reading database ... 13915 files and directories currently installed.) 04:44:43 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:44:43 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:44:44 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:44:44 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:44:44 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:44:44 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:44:44 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 04:44:44 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 04:44:44 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:44:44 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:44:44 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:44:44 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:44:44 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:44:44 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:44:44 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:44:45 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:44:45 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:44:45 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:44:45 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:44:45 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:44:45 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:44:45 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:44:45 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 04:44:45 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 04:44:46 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:44:46 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:44:46 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:44:46 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:44:46 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:44:46 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:44:47 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:44:47 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] } 04:44:47 $ docker stop --time=1 d1e3d2ecc0d26476f43b3d3e375dc05dfe9409129b76cf772d701f3656342ac1 04:44:47 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:44:47 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:44:47 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:44:47 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:44:47 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:47 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:47 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:47 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:48 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:48 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:48 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:48 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:49 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:49 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:49 $ docker rm -f d1e3d2ecc0d26476f43b3d3e375dc05dfe9409129b76cf772d701f3656342ac1 04:44:50 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:50 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:50 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:50 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // withDockerContainer [Pipeline] } 04:44:51 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:51 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:44:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:52 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:44:52 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:44:52 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:44:52 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:44:52 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:44:52 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:44:52 04:44:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:44:52 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:44:52 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:44:52 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:44:52 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:44:52 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:44:52 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:44:52 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:44:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:44:52 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:44:52 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:44:52 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:44:52 latest: Pulling from edgex-devops/edgex-compose-arm64 04:44:52 29e5d40040c1: Pulling fs layer 04:44:52 1ce36da41761: Pulling fs layer 04:44:52 25b303627fd3: Pulling fs layer 04:44:53 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:53 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:44:53 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:53 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:53 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:53 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:44:53 29e5d40040c1: Verifying Checksum 04:44:53 29e5d40040c1: Download complete 04:44:53 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:44:53 Setting up tzdata (2021a-0ubuntu0.18.04) ... 04:44:53 04:44:53 Current default time zone: 'Etc/UTC' 04:44:53 Local time is now: Thu Feb 4 04:44:53 UTC 2021. 04:44:53 Universal Time is now: Thu Feb 4 04:44:53 UTC 2021. 04:44:53 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:44:53 04:44:53 Setting up systemd-sysv (237-3ubuntu10.44) ... 04:44:53 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:53 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 04:44:53 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:44:53 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:44:53 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:44:53 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:44:53 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:44:53 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:44:53 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:44:53 1ce36da41761: Verifying Checksum 04:44:53 1ce36da41761: Download complete 04:44:54 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:54 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:44:54 29e5d40040c1: Pull complete 04:44:54 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:54 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 04:44:54 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:54 Setting up patch (2.7.6-2ubuntu1.1) ... 04:44:54 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:44:54 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:44:54 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 04:44:54 Installing new version of config file /etc/ssl/openssl.cnf ... 04:44:54 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:44:54 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:44:54 Setting up ca-certificates (20210119~18.04.1) ... 04:44:55 1ce36da41761: Pull complete 04:44:55 25b303627fd3: Download complete 04:44:56 Updating certificates in /etc/ssl/certs... 04:44:57 23 added, 27 removed; done. 04:44:57 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:44:57 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:44:57 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:44:57 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:44:57 Setting up pkgbinarymangler (138.18.04.1) ... 04:44:57 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:57 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 04:44:57 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:57 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:57 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:57 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:44:57 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:44:57 Setting up perl (5.26.1-6ubuntu0.5) ... 04:44:57 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 04:44:57 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:44:57 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:44:57 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 04:44:57 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:44:57 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:44:57 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:44:57 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:44:57 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:44:58 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:44:58 Processing triggers for systemd (237-3ubuntu10.44) ... 04:44:58 Processing triggers for mime-support (3.60ubuntu1) ... 04:44:58 Processing triggers for ca-certificates (20210119~18.04.1) ... 04:44:58 Updating certificates in /etc/ssl/certs... 04:44:59 0 added, 0 removed; done. 04:44:59 Running hooks in /etc/ca-certificates/update.d... 04:44:59 done. 04:44:59 Reading package lists... 04:44:59 Building dependency tree... 04:44:59 Reading state information... 04:44:59 The following NEW packages will be installed: 04:44:59 apt-transport-https 04:44:59 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:44:59 Need to get 1696 B of archives. 04:44:59 After this operation, 153 kB of additional disk space will be used. 04:44:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 04:44:59 debconf: delaying package configuration, since apt-utils is not installed 04:44:59 Fetched 1696 B in 0s (39.6 kB/s) 04:44:59 Selecting previously unselected package apt-transport-https. 04:44:59 (Reading database ... 13920 files and directories currently installed.) 04:44:59 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 04:44:59 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 04:44:59 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 04:45:00 Waiting for network to be ready... 04:45:05 25b303627fd3: Pull complete 04:45:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:45:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:05 2021-02-04T04:45:03Z INFO Waiting for automatic snapd restart... 04:45:05 snapd 2.48.2 from Canonical* installed [Pipeline] withDockerContainer 04:45:06 prd-ubuntu18.04-docker-arm64-4c-16g-24875 does not seem to be running inside a container 04:45:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:45:06 "snapd" switched to the "latest/stable" channel 04:45:06 04:45:09 $ docker top 06902355702b5707e85b0d8d8459d444cbd237a6375a9dd2d8db6662df5ce599 -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:10 core18 20201210 from Canonical* installed 04:45:10 "core18" switched to the "latest/stable" channel 04:45:10 04:45:10 + docker-compose build --help 04:45:10 + grep parallel 04:45:13 snapcraft 4.4.4 from Canonical* installed 04:45:13 "snapcraft" switched to the "latest/stable" channel 04:45:13 04:45:15 --parallel Build images in parallel. [Pipeline] } 04:45:16 $ docker stop --time=1 06902355702b5707e85b0d8d8459d444cbd237a6375a9dd2d8db6662df5ce599 04:45:17 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: 04:45:17 - README.md 04:45:17 - snapcraft.yaml.orig 04:45:17 04:45:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:45:18 $ docker rm -f 06902355702b5707e85b0d8d8459d444cbd237a6375a9dd2d8db6662df5ce599 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:45:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:19 . [Pipeline] withDockerContainer 04:45:19 prd-ubuntu18.04-docker-arm64-4c-16g-24875 does not seem to be running inside a container 04:45:19 $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:45:21 $ docker top abbe58426fab8a279c0d9f989220e0944e811cb8d313d98b137475f1fb8f56b3 -eo pid,comm [Pipeline] { [Pipeline] sh 04:45:22 + docker-compose -f ./docker-compose-build.yml build --parallel 04:45:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:45:24 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 04:45:24 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:45:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:45:24 Reading package lists... 04:45:25 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 04:45:28 Building docker-core-command-go ... 04:45:28 Building docker-core-data-go ... 04:45:28 Building docker-core-metadata-go ... 04:45:28 Building docker-security-bootstrapper-go ... 04:45:28 Building docker-security-proxy-setup-go ... 04:45:28 Building docker-security-secretstore-setup-go ... 04:45:28 Building docker-support-notifications-go ... 04:45:28 Building docker-support-scheduler-go ... 04:45:28 Building docker-sys-mgmt-agent-go ... 04:45:28 Building docker-support-notifications-go 04:45:28 Building docker-core-command-go 04:45:28 Building docker-security-secretstore-setup-go 04:45:28 Building docker-security-bootstrapper-go 04:45:28 Building docker-sys-mgmt-agent-go 04:45:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:45:31 Reading package lists... 04:45:31 Building dependency tree... 04:45:31 Reading state information... 04:45:31 Suggested packages: 04:45:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:45:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:45:31 Recommended packages: 04:45:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:45:31 The following NEW packages will be installed: 04:45:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:45:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:45:31 pkg-config zip 04:45:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:45:31 Need to get 7655 kB of archives. 04:45:31 After this operation, 43.7 MB of additional disk space will be used. 04:45:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 04:45:31 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:45:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 04:45:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:45:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:45:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:45:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:45:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:45:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:45:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:45:32 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:45:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:45:32 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:45:32 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:45:32 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:45:32 debconf: delaying package configuration, since apt-utils is not installed 04:45:32 Fetched 7655 kB in 1s (9036 kB/s) 04:45:32 Selecting previously unselected package libglib2.0-0:amd64. 04:45:32 (Reading database ... 13924 files and directories currently installed.) 04:45:32 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 04:45:32 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:45:32 Selecting previously unselected package libpsl5:amd64. 04:45:32 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:45:32 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:45:32 Selecting previously unselected package libnghttp2-14:amd64. 04:45:32 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:45:32 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:45:32 Selecting previously unselected package librtmp1:amd64. 04:45:33 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:45:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:45:33 Selecting previously unselected package libcurl3-gnutls:amd64. 04:45:33 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 04:45:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:45:33 Selecting previously unselected package liberror-perl. 04:45:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:45:33 Unpacking liberror-perl (0.17025-1) ... 04:45:33 Selecting previously unselected package git-man. 04:45:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:45:33 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:45:33 Selecting previously unselected package git. 04:45:33 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:45:33 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:45:34 Selecting previously unselected package libnorm1:amd64. 04:45:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:45:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:45:34 Selecting previously unselected package libpgm-5.2-0:amd64. 04:45:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:45:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:45:34 Selecting previously unselected package libsodium23:amd64. 04:45:34 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:45:34 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:45:34 Selecting previously unselected package libzmq5:amd64. 04:45:34 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:45:34 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:45:34 Selecting previously unselected package libzmq3-dev:amd64. 04:45:34 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:45:34 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:45:35 Selecting previously unselected package pkg-config. 04:45:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:45:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:45:35 Selecting previously unselected package zip. 04:45:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:45:35 Unpacking zip (3.0-11build1) ... 04:45:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:45:35 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:45:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:45:35 Setting up liberror-perl (0.17025-1) ... 04:45:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:45:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:45:35 No schema files found: doing nothing. 04:45:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:45:35 Setting up zip (3.0-11build1) ... 04:45:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:45:35 Setting up libsodium23:amd64 (1.0.16-2) ... 04:45:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:45:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:45:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:45:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:45:35 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:45:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:45:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:45:42 git set to automatically installed. 04:45:42 git-man set to automatically installed. 04:45:42 libcurl3-gnutls set to automatically installed. 04:45:42 liberror-perl set to automatically installed. 04:45:42 libglib2.0-0 set to automatically installed. 04:45:42 libnghttp2-14 set to automatically installed. 04:45:42 libnorm1 set to automatically installed. 04:45:42 libpgm-5.2-0 set to automatically installed. 04:45:42 libpsl5 set to automatically installed. 04:45:42 librtmp1 set to automatically installed. 04:45:42 libsodium23 set to automatically installed. 04:45:42 libzmq3-dev set to automatically installed. 04:45:42 libzmq5 set to automatically installed. 04:45:42 pkg-config set to automatically installed. 04:45:42 zip set to automatically installed. 04:45:44 snapd is not logged in, snap install commands will use sudo 04:45:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:45:50 snap "core18" has no updates available 04:45:51 Pulling config-common 04:45:52 Pulling go-build-helper 04:46:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:46:14 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:46:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:46:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 04:46:14 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:46:14 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:46:14 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:46:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:46:14 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 04:46:14 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:46:14 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:46:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:46:14 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 04:46:14 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 04:46:14 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 04:46:14 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 04:46:14 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 04:46:14 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 04:46:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:46:14 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 04:46:14 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 04:46:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 04:46:14 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 04:46:14 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 04:46:14 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 04:46:14 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 04:46:14 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 04:46:14 Fetched 23.9 MB in 0s (0 B/s) 04:46:14 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:46:14 Fetched 96.5 kB in 0s (0 B/s) 04:46:14 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:46:14 Fetched 279 kB in 0s (0 B/s) 04:46:14 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:46:14 Fetched 122 kB in 0s (0 B/s) 04:46:14 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:46:14 Fetched 77.8 kB in 0s (0 B/s) 04:46:14 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:46:14 Fetched 8848 B in 0s (0 B/s) 04:46:14 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:46:14 Fetched 47.8 kB in 0s (0 B/s) 04:46:14 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:46:14 Fetched 45.6 kB in 0s (0 B/s) 04:46:14 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:46:14 Fetched 15.0 kB in 0s (0 B/s) 04:46:14 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 04:46:14 Fetched 214 kB in 0s (0 B/s) 04:46:14 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 04:46:14 Fetched 155 kB in 0s (0 B/s) 04:46:14 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:46:14 Fetched 50.6 kB in 0s (0 B/s) 04:46:14 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:46:14 Fetched 14.8 kB in 0s (0 B/s) 04:46:14 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:46:14 Fetched 41.8 kB in 0s (0 B/s) 04:46:14 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:46:14 Fetched 499 kB in 0s (0 B/s) 04:46:14 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:46:14 Fetched 111 kB in 0s (0 B/s) 04:46:14 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:46:14 Fetched 240 kB in 0s (0 B/s) 04:46:14 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:46:14 Fetched 29.3 kB in 0s (0 B/s) 04:46:14 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:46:14 Fetched 85.5 kB in 0s (0 B/s) 04:46:14 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:46:14 Fetched 24.5 kB in 0s (0 B/s) 04:46:14 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:46:14 Fetched 49.2 kB in 0s (0 B/s) 04:46:14 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:46:14 Fetched 54.2 kB in 0s (0 B/s) 04:46:14 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:46:14 Fetched 30.8 kB in 0s (0 B/s) 04:46:14 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 04:46:14 Fetched 17.0 kB in 0s (0 B/s) 04:46:14 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:46:14 Fetched 85.9 kB in 0s (0 B/s) 04:46:14 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:46:14 Fetched 8720 B in 0s (0 B/s) 04:46:14 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 04:46:14 Fetched 137 kB in 0s (0 B/s) 04:46:14 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:46:14 Fetched 119 kB in 0s (0 B/s) 04:46:14 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 04:46:14 Fetched 109 kB in 0s (0 B/s) 04:46:14 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:46:14 Fetched 11.1 kB in 0s (0 B/s) 04:46:14 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:46:14 Fetched 645 kB in 0s (0 B/s) 04:46:14 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:46:14 Fetched 41.3 kB in 0s (0 B/s) 04:46:14 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:46:14 Fetched 17.9 kB in 0s (0 B/s) 04:46:14 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:46:14 Fetched 368 kB in 0s (0 B/s) 04:46:14 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:46:14 Fetched 187 kB in 0s (0 B/s) 04:46:14 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:46:14 Fetched 175 kB in 0s (0 B/s) 04:46:14 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:46:17 Fetched 206 kB in 0s (0 B/s) 04:46:17 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 04:46:17 Fetched 1301 kB in 0s (0 B/s) 04:46:17 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:46:17 Fetched 36.2 kB in 0s (0 B/s) 04:46:17 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 04:46:17 Fetched 159 kB in 0s (0 B/s) 04:46:17 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:46:17 Fetched 107 kB in 0s (0 B/s) 04:46:17 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:46:17 Fetched 48.7 kB in 0s (0 B/s) 04:46:17 Pulling static-packages 04:46:18 'go115' has dependencies that need to be staged: static-packages go-build-helper 04:46:18 Skipping pull go-build-helper (already ran) 04:46:18 Skipping pull static-packages (already ran) 04:46:18 Building go-build-helper 04:46:22 Building static-packages 04:46:24 Staging go-build-helper 04:46:24 Staging static-packages 04:46:25 Pulling go115 04:46:26 'edgex-go' has dependencies that need to be staged: go115 04:46:26 Skipping pull go115 (already ran) 04:46:26 Building go115 04:46:26 % Total % Received % Xferd Average Speed Time Time Time Current 04:46:26 Dload Upload Total Spent Left Speed 04:46:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 26 115M 26 31.1M 0 0 30.8M 0 0:00:03 0:00:01 0:00:02 30.8M 56 115M 56 65.0M 0 0 32.3M 0 0:00:03 0:00:02 0:00:01 32.3M 88 115M 88 102M 0 0 34.0M 0 0:00:03 0:00:03 --:--:-- 34.0M 100 115M 100 115M 0 0 33.9M 0 0:00:03 0:00:03 --:--:-- 33.9M 04:46:30 go1.15.2.linux-amd64.tar.gz: OK 04:46:34 Staging go115 04:46:40 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:46:40 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:46:40 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:46:40 Fetched 0 B in 0s (0 B/s) 04:46:40 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:46:40 Fetched 224 kB in 0s (0 B/s) 04:46:40 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:46:40 Fetched 157 kB in 0s (0 B/s) 04:46:40 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:46:40 Fetched 221 kB in 0s (0 B/s) 04:46:40 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:46:40 Fetched 143 kB in 0s (0 B/s) 04:46:40 Pulling edgex-go 04:46:40 Pulling version 04:46:42 Building config-common 04:46:44 Skipping build go-build-helper (already ran) 04:46:44 Skipping build static-packages (already ran) 04:46:44 Skipping build go115 (already ran) 04:46:44 Building edgex-go 04:46:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:46:45 go: downloading github.com/gorilla/mux v1.8.0 04:46:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 04:46:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 04:46:45 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 04:46:45 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 04:46:45 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:46:45 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:46:45 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 04:46:45 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 04:46:45 go: downloading github.com/go-kit/kit v0.8.0 04:46:45 go: downloading github.com/pebbe/zmq4 v1.2.2 04:46:45 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 04:46:45 go: downloading github.com/go-playground/validator/v10 v10.3.0 04:46:45 go: downloading github.com/google/uuid v1.2.0 04:46:45 go: downloading github.com/pelletier/go-toml v1.2.0 04:46:45 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:46:45 go: downloading github.com/BurntSushi/toml v0.3.1 04:46:45 go: downloading github.com/x448/float16 v0.8.4 04:46:45 go: downloading github.com/hashicorp/consul/api v1.1.0 04:46:45 go: downloading github.com/go-redis/redis/v7 v7.2.0 04:46:45 go: downloading github.com/imdario/mergo v0.3.11 04:46:45 go: downloading github.com/pkg/errors v0.8.1 04:46:45 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:46:45 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:46:45 go: downloading github.com/go-playground/universal-translator v0.17.0 04:46:45 go: downloading gopkg.in/yaml.v2 v2.4.0 04:46:45 go: downloading github.com/hashicorp/serf v0.8.2 04:46:45 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:46:45 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:46:45 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:46:45 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:46:45 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:46:45 go: downloading github.com/mitchellh/copystructure v1.0.0 04:46:45 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:46:45 go: downloading github.com/leodido/go-urn v1.2.0 04:46:45 go: downloading github.com/go-playground/locales v0.13.0 04:46:45 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:46:45 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:46:46 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:46:46 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:46:50 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:46:50 ---> cf5dc125edf8 04:46:50 Step 3/26 : WORKDIR /edgex-go 04:46:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:46:50 ---> cf5dc125edf8 04:46:50 Step 3/24 : WORKDIR /edgex-go 04:46:50 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:50 Step 2/31 : FROM ${BUILDER_BASE} AS builder 04:46:50 ---> cf5dc125edf8 04:46:50 Step 3/31 : WORKDIR /edgex-go 04:46:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:46:50 ---> cf5dc125edf8 04:46:50 Step 3/23 : WORKDIR /edgex-go 04:46:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:46:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:46:50 ---> cf5dc125edf8 04:46:50 Step 3/22 : WORKDIR /edgex-go 04:46:50 ---> Running in e626d00f29c4 04:46:50 ---> Running in ab122d12e8a0 04:46:50 ---> Running in 58ce7fa3f1ee 04:46:50 ---> Running in 627ec89209b2 04:46:50 ---> Running in 29b1d28b5905 04:46:50 Removing intermediate container 627ec89209b2 04:46:50 ---> 5af63043c1f6 04:46:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:50 Removing intermediate container ab122d12e8a0 04:46:50 ---> 3a30289b1ed9 04:46:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:50 Removing intermediate container 29b1d28b5905 04:46:50 ---> 052c0f245f46 04:46:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:50 Removing intermediate container e626d00f29c4 04:46:50 ---> 699febf740d9 04:46:50 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:50 Removing intermediate container 58ce7fa3f1ee 04:46:50 ---> 80629ca0e319 04:46:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:46:50 ---> Running in 6ea946031268 04:46:50 ---> Running in 36dbcc597bd3 04:46:50 ---> Running in 7f6eb77aedb5 04:46:50 ---> Running in 15d8af4b4501 04:46:50 ---> Running in 0aac4408bd4e 04:46:53 Removing intermediate container 6ea946031268 04:46:53 ---> e0c425d040a5 04:46:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 04:46:53 ---> Running in d423d3ccdfad 04:46:53 Removing intermediate container 36dbcc597bd3 04:46:53 ---> 8461d60fee4f 04:46:53 Step 5/23 : RUN apk add --update --no-cache make git 04:46:53 Removing intermediate container 15d8af4b4501 04:46:53 ---> 1672fac7d4b6 04:46:53 Step 5/31 : RUN apk add --update --no-cache make git 04:46:53 ---> Running in 1a73dcbcf365 04:46:53 ---> Running in 827207f1a118 04:46:53 Removing intermediate container 7f6eb77aedb5 04:46:53 ---> fc218084e513 04:46:53 Step 5/26 : RUN apk add --update --no-cache make bash git 04:46:53 Removing intermediate container 0aac4408bd4e 04:46:53 ---> d2efb43b519a 04:46:53 Step 5/24 : RUN apk add --update --no-cache make git 04:46:54 ---> Running in 7f52a68f8492 04:46:54 ---> Running in 333e9e87a238 04:46:54 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 04:46:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:46:56 OK: 217 MiB in 51 packages 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:46:57 Removing intermediate container d423d3ccdfad 04:46:57 ---> b709406c7f8f 04:46:57 Step 6/22 : COPY go.mod . 04:46:57 OK: 217 MiB in 51 packages 04:46:57 OK: 217 MiB in 51 packages 04:46:58 OK: 217 MiB in 51 packages 04:46:58 ---> 6b7c4ad393be 04:46:58 Step 7/22 : RUN go mod download 04:46:58 OK: 217 MiB in 51 packages 04:46:58 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 04:46:58 ---> Running in bdd8e1987884 04:46:59 Removing intermediate container 1a73dcbcf365 04:46:59 ---> c8a19276b7eb 04:46:59 Step 6/23 : COPY go.mod . 04:46:59 Removing intermediate container 7f52a68f8492 04:46:59 ---> 9aff657edf63 04:46:59 Step 6/26 : COPY go.mod . 04:46:59 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 04:47:00 Removing intermediate container 333e9e87a238 04:47:00 ---> 4320637450f7 04:47:00 Step 6/24 : COPY go.mod . 04:47:00 Removing intermediate container 827207f1a118 04:47:00 ---> d7d25691eee1 04:47:00 Step 6/31 : COPY go.mod . 04:47:00 ---> b720ac733849 04:47:00 Step 7/23 : RUN go mod download 04:47:00 ---> Running in 54bd58621ab2 04:47:01 ---> f34fabedd135 04:47:01 Step 7/26 : RUN go mod download 04:47:01 ---> Running in 059db0e9a2c6 04:47:01 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 04:47:01 ---> 09d666e8a3f6 04:47:01 Step 7/24 : RUN go mod download 04:47:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:47:01 go: downloading github.com/stretchr/testify v1.7.0 04:47:01 ---> Running in b75cc60e6333 04:47:01 go: downloading github.com/pmezard/go-difflib v1.0.0 04:47:01 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:47:01 go: downloading github.com/davecgh/go-spew v1.1.1 04:47:01 ---> c3f1d1a1ae8d 04:47:01 Step 7/31 : RUN go mod download 04:47:02 ---> Running in b76cb39e0491 04:47:03 Removing intermediate container bdd8e1987884 04:47:03 ---> 9d161a37367a 04:47:03 Step 8/22 : COPY . . 04:47:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:47:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:47:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:47:04 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 04:47:05 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 04:47:05 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:47:06 Removing intermediate container 54bd58621ab2 04:47:06 ---> 013a11f449d3 04:47:06 Step 8/23 : COPY . . 04:47:06 Removing intermediate container 059db0e9a2c6 04:47:06 ---> 4245753e7e6a 04:47:06 Step 8/26 : COPY . . 04:47:07 Removing intermediate container b75cc60e6333 04:47:07 ---> 0d7bf26cbc06 04:47:07 Step 8/24 : COPY . . 04:47:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:47:07 Removing intermediate container b76cb39e0491 04:47:07 ---> e14d52085c08 04:47:07 Step 8/31 : COPY . . 04:47:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:47:09 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 04:47:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:47:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 04:47:11 go: downloading github.com/lib/pq v1.9.0 04:47:14 Building version 04:47:16 Staging config-common 04:47:17 Skipping stage go-build-helper (already ran) 04:47:17 Skipping stage static-packages (already ran) 04:47:17 Skipping stage go115 (already ran) 04:47:17 Staging edgex-go 04:47:18 Staging version 04:47:19 Priming config-common 04:47:20 Priming go-build-helper 04:47:21 Priming static-packages 04:47:24 Priming go115 04:47:25 Priming edgex-go 04:47:26 Priming version 04:47:26 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:47:34 ---> 4e895de0968b 04:47:34 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 04:47:34 ---> 59f56b0a6d5f 04:47:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 04:47:34 ---> bd881c45bd7c 04:47:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:47:34 ---> 10f3f4b92491 04:47:34 Step 9/23 : RUN make cmd/core-command/core-command 04:47:34 ---> 2a435cf82b41 04:47:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:47:34 ---> Running in d57e3b255a10 04:47:34 ---> Running in 7c91bc9c165e 04:47:34 ---> Running in 06b544df20f1 04:47:34 ---> Running in 39c7091b1eb2 04:47:34 ---> Running in 7850937eaa60 04:47:34 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 04:47:34 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 04:47:34 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 04:47: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 04:47:34 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 04:48:56 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 04:48:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:49:06 Removing intermediate container 06b544df20f1 04:49:06 ---> a4bfa894318d 04:49:06 04:49:06 Step 10/24 : FROM alpine:3.12 04:49:06 3.12: Pulling from library/alpine 04:49:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:49:08 Status: Downloaded newer image for alpine:3.12 04:49:08 ---> afeebe901d6b 04:49:08 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:49:09 ---> Running in 50effeb1399f 04:49:09 Removing intermediate container 39c7091b1eb2 04:49:09 ---> 7c24fb4c9d63 04:49:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:49:10 ---> Running in fff052f5d916 04:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:12 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 04:49:12 (1/5) Installing ca-certificates (20191127-r4) 04:49:12 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:49:12 (3/5) Installing libcurl (7.69.1-r3) 04:49:12 (4/5) Installing curl (7.69.1-r3) 04:49:12 (5/5) Installing dumb-init (1.2.2-r1) 04:49:12 Executing busybox-1.31.1-r19.trigger 04:49:12 Executing ca-certificates-20191127-r4.trigger 04:49:12 OK: 7 MiB in 19 packages 04:49:15 Removing intermediate container 50effeb1399f 04:49:15 ---> c4c04d35368f 04:49:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:49:15 ---> Running in 33627edc88c2 04:49:16 Removing intermediate container 33627edc88c2 04:49:16 ---> ff0774aae11f 04:49:16 Step 13/24 : WORKDIR / 04:49:16 ---> Running in cd1d3f41201f 04:49:17 Removing intermediate container cd1d3f41201f 04:49:17 ---> ccc72deaf278 04:49:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:49:18 Removing intermediate container fff052f5d916 04:49:18 ---> d74cf57bfffa 04:49:18 04:49:18 Step 11/26 : FROM docker:20.10.0 04:49:18 20.10.0: Pulling from library/docker 04:49:18 ---> 984ecc195b95 04:49:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:49:20 ---> fa16be93e15c 04:49:20 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:49:24 ---> 11d1063b62ad 04:49:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:49:24 Removing intermediate container d57e3b255a10 04:49:24 ---> 4937ee58a620 04:49:24 04:49:24 Step 10/31 : FROM alpine:3.12 04:49:24 ---> afeebe901d6b 04:49:24 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 04:49:24 ---> Running in e6db9980c658 04:49:25 ---> 7cde88d7987d 04:49:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:49:26 Removing intermediate container e6db9980c658 04:49:26 ---> c40e331cda94 04:49:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 04:49:27 ---> Running in 8f2497cfd494 04:49:28 Removing intermediate container 7c91bc9c165e 04:49:28 ---> b3b22ed4b4c5 04:49:28 04:49:28 Step 10/22 : FROM alpine:3.12 04:49:28 ---> afeebe901d6b 04:49:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 04:49:28 ---> 0cf903d6f9c9 04:49:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:49:28 Removing intermediate container 7850937eaa60 04:49:28 ---> ae538bd186d0 04:49:28 04:49:28 Step 10/23 : FROM alpine:3.12 04:49:28 ---> afeebe901d6b 04:49:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:49:29 ---> Running in 8c9f879c66bf 04:49:29 ---> Running in 0c2a07c62936 04:49:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:30 ---> a4a1ecd7db04 04:49:30 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/ 04:49:30 ---> Running in c0f52ca77f8d 04:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:31 (1/2) Installing dumb-init (1.2.2-r1) 04:49:31 (2/2) Installing su-exec (0.2-r1) 04:49:31 Executing busybox-1.31.1-r19.trigger 04:49:31 OK: 5 MiB in 16 packages 04:49:31 (1/1) Installing dumb-init (1.2.2-r1) 04:49:31 Executing busybox-1.31.1-r19.trigger 04:49:31 OK: 5 MiB in 15 packages 04:49:31 (1/2) Installing ca-certificates (20191127-r4) 04:49:32 (2/2) Installing dumb-init (1.2.2-r1) 04:49:32 Executing busybox-1.31.1-r19.trigger 04:49:32 Executing ca-certificates-20191127-r4.trigger 04:49:32 OK: 6 MiB in 16 packages 04:49:34 Removing intermediate container 8f2497cfd494 04:49:34 ---> 932fffb6b91b 04:49:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 04:49:34 ---> Running in 331e21b74169 04:49:34 Removing intermediate container 0c2a07c62936 04:49:34 ---> b17c1d7efb31 04:49:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:49:34 ---> Running in ca593eced65c 04:49:34 Removing intermediate container c0f52ca77f8d 04:49:34 ---> ed89c0f768af 04:49:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:49:34 Removing intermediate container 331e21b74169 04:49:34 ---> 4043300ad983 04:49:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 04:49:35 Removing intermediate container 8c9f879c66bf 04:49:35 ---> b565b94798c9 04:49:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 04:49:35 ---> Running in 3d511d8ec42b 04:49:35 ---> Running in c8df46143c87 04:49:35 ---> Running in 1dd7ca9784bb 04:49:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:49:35 Status: Downloaded newer image for docker:20.10.0 04:49:35 ---> eeaf43b92773 04:49:35 Step 12/26 : RUN apk add --no-cache bash 04:49:35 Removing intermediate container ca593eced65c 04:49:35 ---> adc5a7f63738 04:49:35 Step 13/23 : ENV APP_PORT=48082 04:49:35 ---> Running in b4baf5e1ff6f 04:49:35 ---> Running in 8f65dacb39d4 04:49:36 Removing intermediate container 3d511d8ec42b 04:49:36 ---> 93442f7d8d6a 04:49:36 Step 22/24 : LABEL arch=arm64 04:49:36 Removing intermediate container c8df46143c87 04:49:36 ---> 81ae242af990 04:49:36 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 04:49:36 ---> Running in 81551d37cc8a 04:49:36 Removing intermediate container 1dd7ca9784bb 04:49:36 ---> ec82e88b95ad 04:49:36 Step 13/22 : ENV APP_PORT=48060 04:49:36 ---> Running in 9127810fb1ef 04:49:36 Removing intermediate container 8f65dacb39d4 04:49:36 ---> df6d16b16dfa 04:49:36 Step 14/23 : EXPOSE $APP_PORT 04:49:36 ---> Running in e50913570b67 04:49:37 ---> Running in 3a53067a9ada 04:49:37 Removing intermediate container 81551d37cc8a 04:49:37 ---> 813b7eb5d5d1 04:49:37 Step 23/24 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:49:37 ---> Running in 5dce7e58dd69 04:49:37 Removing intermediate container e50913570b67 04:49:37 ---> dbce3a3f0bf1 04:49:37 Step 14/22 : EXPOSE $APP_PORT 04:49:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:38 ---> Running in d7789229f7c4 04:49:38 Removing intermediate container 3a53067a9ada 04:49:38 ---> c21f324ef57e 04:49:38 Step 15/23 : WORKDIR / 04:49:38 ---> Running in fe45da1e7da5 04:49:38 Removing intermediate container 5dce7e58dd69 04:49:38 ---> 812bf12fd4ca 04:49:38 Step 24/24 : LABEL version=0.0.0 04:49:38 Removing intermediate container d7789229f7c4 04:49:38 ---> e2a04e3d7081 04:49:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:38 ---> Running in 6a231eea88c6 04:49:38 (1/2) Installing readline (8.0.4-r0) 04:49:38 (2/2) Installing bash (5.0.17-r0) 04:49:39 Executing bash-5.0.17-r0.post-install 04:49:39 Executing busybox-1.31.1-r19.trigger 04:49:39 OK: 12 MiB in 22 packages 04:49:39 Removing intermediate container fe45da1e7da5 04:49:39 ---> ca883552122c 04:49:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:39 Removing intermediate container 6a231eea88c6 04:49:39 ---> 1115a118f5b1 04:49:39 04:49:39 ---> 6952fd4f6c6b 04:49:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:49:40 Removing intermediate container 9127810fb1ef 04:49:40 ---> 6aca5e97269a 04:49:40 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 04:49:40 Successfully built 1115a118f5b1 04:49:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:49:40  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 04:49:40 ---> Running in c399467c1ec9 04:49:40 ---> 1a7ddf7c6634 04:49:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:49:41 Removing intermediate container b4baf5e1ff6f 04:49:41 ---> 2014781a4c42 04:49:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:49:42 ---> Running in 861aaef6abde 04:49:42 Removing intermediate container c399467c1ec9 04:49:42 ---> ee2ad41ce322 04:49:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 04:49:43 ---> 1fd6bd4033e7 04:49:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:49:44 ---> 987d864f5530 04:49:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:49:44 Removing intermediate container 861aaef6abde 04:49:44 ---> 615f9747ae86 04:49:44 Step 14/26 : ENV APP_PORT=48090 04:49:44 ---> 70a30d685805 04:49:44 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 04:49:44 ---> 1ea4a3dc2d80 04:49:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 04:49:44 ---> Running in 72dd1f76bd7e 04:49:44 ---> Running in 4d43969b8c17 04:49:44 ---> Running in 45cf85d89c52 04:49:45 ---> 38077111a3c8 04:49:45 Step 19/23 : ENTRYPOINT ["/core-command"] 04:49:45 Removing intermediate container 72dd1f76bd7e 04:49:45 ---> 57ecf93e8b74 04:49:45 Step 15/26 : EXPOSE $APP_PORT 04:49:46 ---> Running in 6f5063ece848 04:49:46 ---> Running in f05d1b72ed9c 04:49:46 Removing intermediate container 45cf85d89c52 04:49:46 ---> 9cf72bc727f5 04:49:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:49:47 ---> Running in a42115319bae 04:49:47 Removing intermediate container f05d1b72ed9c 04:49:47 Removing intermediate container 6f5063ece848 04:49:47 ---> 58f2ad5eb122 04:49:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:49:47 ---> 64cfb3666de4 04:49:47 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:49:47 ---> Running in f7b43a94d072 04:49:47 Removing intermediate container a42115319bae 04:49:47 ---> 59c845d1ef10 04:49:47 Step 20/22 : LABEL arch=arm64 04:49:48 ---> Running in cf911699976f 04:49:48 Removing intermediate container f7b43a94d072 04:49:48 ---> 56eb41045def 04:49:48 Step 21/23 : LABEL arch=arm64 04:49:48 ---> Running in 5b004952bb11 04:49:48 Removing intermediate container 4d43969b8c17 04:49:48 ---> 890cf3dbba7c 04:49:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 04:49:48 ---> 49111277a0e9 04:49:48 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:49:48 Removing intermediate container cf911699976f 04:49:48 ---> c6efd7fb2c99 04:49:48 Step 21/22 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:49:49 ---> Running in 5b2d0e67a09a 04:49:49 Removing intermediate container 5b004952bb11 04:49:49 ---> a3921ded1625 04:49:49 Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:49:50 ---> Running in 83a1fc2ab5d9 04:49:50 Removing intermediate container 5b2d0e67a09a 04:49:50 ---> 86d58c4b2190 04:49:50 Step 22/22 : LABEL version=0.0.0 04:49:51 ---> d72ff17d6dc0 04:49:51 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 04:49:51 ---> 00a3cdbc8dcf 04:49:51 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:49:51 ---> Running in ffc583587da2 04:49:51 Removing intermediate container 83a1fc2ab5d9 04:49:51 ---> 7cfcd34304ff 04:49:51 Step 23/23 : LABEL version=0.0.0 04:49:51 Removing intermediate container ffc583587da2 04:49:51 ---> b1e635973a8d 04:49:51 04:49:52 ---> Running in 4d2c36cdc77b 04:49:52 Successfully built b1e635973a8d 04:49:52 Successfully tagged docker-support-notifications-go-arm64:latest 04:49:52  Building docker-support-notifications-go ... done Building docker-core-metadata-go 04:49:52 ---> 07d024a771a1 04:49:52 Step 19/26 : RUN apk --no-cache add py3-pip 04:49:53 ---> Running in 9bd082958f5d 04:49:53 ---> 4d1304699e36 04:49:53 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 04:49:53 Removing intermediate container 4d2c36cdc77b 04:49:53 ---> 2ca3e6fb9eb2 04:49:53 04:49:53 Successfully built 2ca3e6fb9eb2 04:49:53 Successfully tagged docker-core-command-go-arm64:latest 04:49:53 Building docker-support-scheduler-go 04:49:54  Building docker-core-command-go ... done  ---> 8dea906902a9 04:49:54 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 04:49:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:49:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:49:56 (1/33) Installing libbz2 (1.0.8-r1) 04:49:56 (2/33) Installing expat (2.2.9-r1) 04:49:56 (3/33) Installing libffi (3.3-r2) 04:49:56 (4/33) Installing gdbm (1.13-r1) 04:49:56 (5/33) Installing xz-libs (5.2.5-r0) 04:49:56 (6/33) Installing sqlite-libs (3.32.1-r0) 04:49:56 (7/33) Installing python3 (3.8.5-r0) 04:49:56 ---> 7b39395082b8 04:49:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 04:49:58 ---> b26a88471f62 04:49:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 04:49:59 ---> Running in 106ea89943c2 04:50:00 Removing intermediate container 106ea89943c2 04:50:00 ---> 4cda15dc5b2a 04:50:00 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 04:50:01 (8/33) Installing py3-appdirs (1.4.4-r1) 04:50:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:50:01 (10/33) Installing py3-parsing (2.4.7-r0) 04:50:01 (11/33) Installing py3-six (1.15.0-r0) 04:50:01 (12/33) Installing py3-packaging (20.4-r0) 04:50:01 (13/33) Installing py3-setuptools (47.0.0-r0) 04:50:01 (14/33) Installing py3-chardet (3.0.4-r4) 04:50:01 (15/33) Installing py3-idna (2.9-r0) 04:50:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:50:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:50:02 (18/33) Installing py3-requests (2.23.0-r0) 04:50:02 (19/33) Installing py3-msgpack (1.0.0-r0) 04:50:02 (20/33) Installing py3-lockfile (0.12.2-r3) 04:50:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:50:02 (22/33) Installing py3-colorama (0.4.3-r0) 04:50:02 (23/33) Installing py3-distlib (0.3.0-r0) 04:50:02 (24/33) Installing py3-distro (1.5.0-r1) 04:50:02 (25/33) Installing py3-webencodings (0.5.1-r3) 04:50:02 (26/33) Installing py3-html5lib (1.0.1-r4) 04:50:02 (27/33) Installing py3-pytoml (0.1.21-r0) 04:50:02 (28/33) Installing py3-pep517 (0.8.2-r0) 04:50:02 (29/33) Installing py3-progress (1.5-r0) 04:50:02 ---> 9ced032e2ee3 04:50:02 (30/33) Installing py3-toml (0.10.1-r0) 04:50:02 Step 26/31 : RUN chmod +x /entrypoint.sh 04:50:02 (31/33) Installing py3-retrying (1.3.3-r0) 04:50:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:50:02 (33/33) Installing py3-pip (20.1.1-r0) 04:50:02 Executing busybox-1.31.1-r19.trigger 04:50:03 OK: 71 MiB in 55 packages 04:50:03 ---> Running in 7307c36fbada 04:50:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:50:06 ---> cf5dc125edf8 04:50:06 Step 3/23 : WORKDIR /edgex-go 04:50:06 ---> Using cache 04:50:06 ---> 80629ca0e319 04:50:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:06 ---> Using cache 04:50:06 ---> d2efb43b519a 04:50:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:50:08 ---> Running in fd9a124caeb4 04:50:09 Removing intermediate container 7307c36fbada 04:50:09 ---> 201f9a7fca92 04:50:09 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 04:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:10 ---> Running in ad1aafb0a9ed 04:50:11 Removing intermediate container ad1aafb0a9ed 04:50:11 ---> c2320f7e1f6d 04:50:11 Step 28/31 : CMD ["gate"] 04:50:11 Removing intermediate container 9bd082958f5d 04:50:11 ---> c03dd5e010e0 04:50:11 Step 20/26 : RUN pip install docker-compose==1.23.2 04:50:11 ---> Running in cc4454c289ac 04:50:12 ---> Running in a54ed3b4eefc 04:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:13 Removing intermediate container cc4454c289ac 04:50:13 ---> e342b4006ad9 04:50:13 Step 29/31 : LABEL arch=arm64 04:50:14 OK: 217 MiB in 51 packages 04:50:14 ---> Running in 4d410ed432c2 04:50:15 Removing intermediate container 4d410ed432c2 04:50:15 ---> d28cee4e8d24 04:50:15 Step 30/31 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:50:16 Removing intermediate container fd9a124caeb4 04:50:16 ---> e81a1da1f5c2 04:50:16 Step 6/23 : COPY go.mod . 04:50:17 ---> Running in 66b008f5da7a 04:50:18 ---> c2146332e806 04:50:18 Step 7/23 : RUN go mod download 04:50:18 Removing intermediate container 66b008f5da7a 04:50:18 ---> Running in b47b000c477a 04:50:18 ---> 28b7f1522b43 04:50:18 Step 31/31 : LABEL version=0.0.0 04:50:19 ---> Running in e291dd93d3aa 04:50:19 Collecting docker-compose==1.23.2 04:50:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:50:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:50:21 Removing intermediate container e291dd93d3aa 04:50:21 ---> 59a77a81fd36 04:50:21 04:50:21 Collecting cached-property<2,>=1.2.0 04:50:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:50:21 Successfully built 59a77a81fd36 04:50:21 Collecting texttable<0.10,>=0.9.0 04:50:21 Successfully tagged docker-security-bootstrapper-go-arm64:latest 04:50:21  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 04:50:21 Downloading texttable-0.9.1.tar.gz (11 kB) 04:50:23 Removing intermediate container b47b000c477a 04:50:23 ---> ed18290ac518 04:50:23 Step 8/23 : COPY . . 04:50:25 Collecting PyYAML<4,>=3.10 04:50:25 Downloading PyYAML-3.13.tar.gz (270 kB) 04:50:31 Collecting docker<4.0,>=3.6.0 04:50:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:50:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:50:31 ---> cf5dc125edf8 04:50:31 Step 3/23 : WORKDIR /edgex-go 04:50:31 ---> Using cache 04:50:31 ---> 80629ca0e319 04:50:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:31 ---> Using cache 04:50:31 ---> d2efb43b519a 04:50:31 Step 5/23 : RUN apk add --update --no-cache make git 04:50:31 ---> Using cache 04:50:31 ---> 4320637450f7 04:50:31 Step 6/23 : COPY go.mod . 04:50:31 ---> Using cache 04:50:31 ---> 09d666e8a3f6 04:50:31 Step 7/23 : RUN go mod download 04:50:31 ---> Using cache 04:50:31 ---> 0d7bf26cbc06 04:50:31 Step 8/23 : COPY . . 04:50:31 ---> Using cache 04:50:31 ---> bd881c45bd7c 04:50:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 04:50:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:50:31 ---> cf5dc125edf8 04:50:31 Step 3/22 : WORKDIR /edgex-go 04:50:31 ---> Using cache 04:50:31 ---> 80629ca0e319 04:50:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:31 ---> Using cache 04:50:31 ---> d2efb43b519a 04:50:31 Step 5/22 : RUN apk add --update --no-cache make git 04:50:31 ---> Using cache 04:50:31 ---> 4320637450f7 04:50:31 Step 6/22 : COPY go.mod . 04:50:31 ---> Using cache 04:50:31 ---> 09d666e8a3f6 04:50:31 Step 7/22 : RUN go mod download 04:50:31 ---> Using cache 04:50:31 ---> 0d7bf26cbc06 04:50:31 Step 8/22 : COPY . . 04:50:31 ---> Using cache 04:50:31 ---> bd881c45bd7c 04:50:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 04:50:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:50:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:50:35 Collecting websocket-client<1.0,>=0.32.0 04:50:35 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:50:36 ---> Running in 337eeaef47b8 04:50:36 ---> Running in 4e537e5d1548 04:50:36 Collecting jsonschema<3,>=2.5.1 04:50:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:50:37 Collecting docopt<0.7,>=0.6.1 04:50:37 Downloading docopt-0.6.2.tar.gz (25 kB) 04:50: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 04:50:38 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 04:50:40 Collecting dockerpty<0.5,>=0.4.1 04:50:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:50:45 Collecting docker-pycreds>=0.4.0 04:50:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:50:45 ---> aad4f20edde1 04:50:45 Step 9/23 : RUN make cmd/core-data/core-data 04:50:45 ---> Running in d25a25a8901f 04:50:45 Collecting idna<2.8,>=2.5 04:50:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:50: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) 04:50:46 Collecting urllib3<1.25,>=1.21.1 04:50:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:50:47 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) 04:50:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:50:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:50:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:50:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:50:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:50:48 Installing collected packages: cached-property, texttable, PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, jsonschema, docopt, dockerpty, docker-compose 04:50:48 Running setup.py install for texttable: started 04:50:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:49 ---> cf5dc125edf8 04:50:49 Step 3/21 : WORKDIR /edgex-go 04:50:49 ---> Using cache 04:50:49 ---> 80629ca0e319 04:50:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:49 ---> Using cache 04:50:49 ---> d2efb43b519a 04:50:49 Step 5/21 : RUN apk add --update --no-cache make git 04:50:49 ---> Using cache 04:50:49 ---> 4320637450f7 04:50:49 Step 6/21 : COPY go.mod . 04:50:49 ---> Using cache 04:50:49 ---> 09d666e8a3f6 04:50:49 Step 7/21 : RUN go mod download 04:50:49 ---> Using cache 04:50:49 ---> 0d7bf26cbc06 04:50:49 Step 8/21 : COPY . . 04:50:49 ---> Using cache 04:50:49 ---> bd881c45bd7c 04:50:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:50:49 ---> Running in 976f6531ead4 04:50:51 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 04:50:52 Running setup.py install for texttable: finished with status 'done' 04:50:52 Running setup.py install for PyYAML: started 04:50:57 Running setup.py install for PyYAML: finished with status 'done' 04:50:57 Attempting uninstall: idna 04:50:57 Found existing installation: idna 2.9 04:50:57 Uninstalling idna-2.9: 04:50:57 Successfully uninstalled idna-2.9 04:50:57 Attempting uninstall: urllib3 04:50:57 Found existing installation: urllib3 1.25.9 04:50:57 Uninstalling urllib3-1.25.9: 04:50:58 Successfully uninstalled urllib3-1.25.9 04:50:58 Attempting uninstall: requests 04:50:58 Found existing installation: requests 2.23.0 04:50:58 Uninstalling requests-2.23.0: 04:50:58 Successfully uninstalled requests-2.23.0 04:51:02 Running setup.py install for docopt: started 04:51:05 Running setup.py install for docopt: finished with status 'done' 04:51:05 Running setup.py install for dockerpty: started 04:51:08 Running setup.py install for dockerpty: finished with status 'done' 04:51:09 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 04:51:16 Removing intermediate container a54ed3b4eefc 04:51:16 ---> fbdceb4c4b09 04:51:16 Step 21/26 : RUN apk --no-cache add curl 04:51:16 ---> Running in 1910620c6dfd 04:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:51:19 (2/3) Installing libcurl (7.69.1-r3) 04:51:19 (3/3) Installing curl (7.69.1-r3) 04:51:19 Executing busybox-1.31.1-r19.trigger 04:51:19 OK: 71 MiB in 58 packages 04:51:21 Removing intermediate container 1910620c6dfd 04:51:21 ---> 38860bdeb1d0 04:51:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:51:22 ---> Running in 1f1da4299b6c 04:51:23 Removing intermediate container 1f1da4299b6c 04:51:23 ---> 5b00a9028af7 04:51:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:51:23 ---> Running in e0e5002b727a 04:51:23 Removing intermediate container e0e5002b727a 04:51:23 ---> 34636b5e12b9 04:51:23 Step 24/26 : LABEL arch=arm64 04:51:23 ---> Running in 8b00ddcf4302 04:51:24 Removing intermediate container 8b00ddcf4302 04:51:24 ---> 1dbf1321cd31 04:51:24 Step 25/26 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:51:24 ---> Running in 3bbb2546e4d8 04:51:26 Removing intermediate container 3bbb2546e4d8 04:51:26 ---> 6aed2ed7d0ac 04:51:26 Step 26/26 : LABEL version=0.0.0 04:51:26 ---> Running in ba1933f6bffb 04:51:26 Removing intermediate container ba1933f6bffb 04:51:26 ---> 9ac58c4ceca2 04:51:26 04:51:27 Successfully built 9ac58c4ceca2 04:51:27 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:52:14  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:52:32 Removing intermediate container 976f6531ead4 04:52:32 ---> 35f29e2ba2b8 04:52:32 04:52:32 Step 10/21 : FROM alpine:3.12 04:52:32 ---> afeebe901d6b 04:52:32 Step 11/21 : RUN apk add --update --no-cache curl 04:52:32 ---> Running in d744c6caf6b9 04:52:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:32 (1/4) Installing ca-certificates (20191127-r4) 04:52:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:52:32 (3/4) Installing libcurl (7.69.1-r3) 04:52:32 (4/4) Installing curl (7.69.1-r3) 04:52:32 Executing busybox-1.31.1-r19.trigger 04:52:32 Executing ca-certificates-20191127-r4.trigger 04:52:32 OK: 7 MiB in 18 packages 04:52:36 Removing intermediate container d744c6caf6b9 04:52:36 ---> f208238a43e4 04:52:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:52:36 ---> Running in ec304c1d6987 04:52:36 Removing intermediate container 4e537e5d1548 04:52:36 ---> a1359fbf9475 04:52:36 04:52:36 Step 10/22 : FROM alpine:3.12 04:52:36 ---> afeebe901d6b 04:52:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 04:52:36 ---> Using cache 04:52:36 ---> b17c1d7efb31 04:52:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:52:36 ---> Using cache 04:52:36 ---> adc5a7f63738 04:52:36 Step 13/22 : ENV APP_PORT=48085 04:52:36 Removing intermediate container ec304c1d6987 04:52:36 ---> 4ecc9b24d856 04:52:36 Step 13/21 : WORKDIR /edgex 04:52:36 ---> Running in 96010012cbd0 04:52:36 ---> Running in 2b9f965ddfdb 04:52:37 Removing intermediate container 96010012cbd0 04:52:37 ---> de1cd5e0090e 04:52:37 Step 14/22 : EXPOSE $APP_PORT 04:52:37 Removing intermediate container 2b9f965ddfdb 04:52:37 ---> 8d4650b401fa 04:52:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:52:37 ---> Running in 48dd2b9a1060 04:52:38 Removing intermediate container 48dd2b9a1060 04:52:38 ---> 4a0793699398 04:52:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:52:39 ---> cde14a59d62c 04:52:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:52:39 ---> 2901f78299fc 04:52:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:52:40 ---> 3636edff017e 04:52:40 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:52:41 ---> 9421fb7a1b8a 04:52:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:52:42 ---> 6b2c3dcd4fff 04:52:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:52:42 ---> Running in 5c15646ba7f7 04:52:42 ---> 6976913a8963 04:52:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 04:52:43 ---> Running in 9b6ddd4845af 04:52:43 Removing intermediate container 337eeaef47b8 04:52:43 ---> 32fcbda0576b 04:52:43 04:52:43 Step 10/23 : FROM alpine:3.12 04:52:43 ---> afeebe901d6b 04:52:43 Step 11/23 : RUN apk add --update --no-cache dumb-init 04:52:43 ---> Using cache 04:52:43 ---> b17c1d7efb31 04:52:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 04:52:43 ---> Using cache 04:52:43 ---> adc5a7f63738 04:52:43 Step 13/23 : ENV APP_PORT=48081 04:52:43 Removing intermediate container 5c15646ba7f7 04:52:43 ---> 7b01bbd8310b 04:52:43 Step 18/21 : CMD ["--init=true"] 04:52:43 ---> Running in 936cb6249bd5 04:52:43 ---> Running in 122ad794b8bc 04:52:43 Removing intermediate container 9b6ddd4845af 04:52:43 ---> 76a6dbba212c 04:52:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:52:44 ---> Running in acec0e7499fc 04:52:44 Removing intermediate container 936cb6249bd5 04:52:44 ---> e13032582d72 04:52:44 Step 14/23 : EXPOSE $APP_PORT 04:52:44 Removing intermediate container 122ad794b8bc 04:52:44 ---> 8d2fd57fc1a5 04:52:44 Step 19/21 : LABEL arch=arm64 04:52:44 ---> Running in fe83e20e2c7a 04:52:44 ---> Running in 7b41078000c7 04:52:44 Removing intermediate container acec0e7499fc 04:52:44 ---> 4fc08eb26af6 04:52:44 Step 20/22 : LABEL arch=arm64 04:52:45 ---> Running in 73bba98f8322 04:52:45 Removing intermediate container 7b41078000c7 04:52:45 Removing intermediate container fe83e20e2c7a 04:52:45 ---> 0fb7c183c63c 04:52:45 ---> af5049119ceb 04:52:45 Step 20/21 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ffStep 15/23 : WORKDIR / 04:52:45 04:52:45 ---> Running in 6d3ae8637ea3 04:52:45 ---> Running in 615c7a0dd582 04:52:45 Removing intermediate container 73bba98f8322 04:52:45 ---> 254dff36f928 04:52:45 Step 21/22 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:52:46 ---> Running in ad5aa57ad9c8 04:52:46 Removing intermediate container 6d3ae8637ea3 04:52:46 ---> e83c32fa9b93 04:52:46 Step 21/21 : LABEL version=0.0.0 04:52:46 Removing intermediate container 615c7a0dd582 04:52:46 ---> bc90fc3cfd97 04:52:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:52:46 ---> Running in 80ea27721c5c 04:52:46 Removing intermediate container ad5aa57ad9c8 04:52:46 ---> 222124c6b807 04:52:46 Step 22/22 : LABEL version=0.0.0 04:52:46 ---> Running in 3e0a7209ae66 04:52:47 Removing intermediate container 80ea27721c5c 04:52:47 ---> deb6d1a79dfc 04:52:47 04:52:47 ---> a4ca1716a11a 04:52:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:52:47 Removing intermediate container 3e0a7209ae66 04:52:47 ---> fe61f65143b0 04:52:47 04:52:47 Successfully built deb6d1a79dfc 04:52:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:52:48  Building docker-security-proxy-setup-go ... done Successfully built fe61f65143b0 04:52:48 Successfully tagged docker-support-scheduler-go-arm64:latest 04:52:48  Building docker-support-scheduler-go ... done  ---> 2656e851621d 04:52:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:52:49 ---> 07bbfe0f9b33 04:52:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 04:52:49 ---> Running in 3b2460368609 04:52:50 Removing intermediate container 3b2460368609 04:52:50 ---> b22691479fff 04:52:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:52:51 ---> Running in 0d4572f87528 04:52:51 Removing intermediate container 0d4572f87528 04:52:51 ---> 65826a52f52c 04:52:51 Step 21/23 : LABEL arch=arm64 04:52:51 ---> Running in 7997a77c9bb7 04:52:52 Removing intermediate container d25a25a8901f 04:52:52 ---> b0c2aea676c2 04:52:52 04:52:52 Step 10/23 : FROM alpine:3.12 04:52:52 ---> afeebe901d6b 04:52:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:52:52 ---> Running in 84d699bff0aa 04:52:52 Removing intermediate container 7997a77c9bb7 04:52:52 ---> f089699e6c18 04:52:52 Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:52:52 ---> Running in 270ce7e8b233 04:52:52 Removing intermediate container 84d699bff0aa 04:52:52 ---> 4f5f6e1adb36 04:52:52 Step 12/23 : ENV APP_PORT=48080 04:52:53 ---> Running in 1158413f2c77 04:52:53 Removing intermediate container 270ce7e8b233 04:52:53 ---> 2962d0502cb1 04:52:53 Step 23/23 : LABEL version=0.0.0 04:52:53 ---> Running in 24c16548ad79 04:52:53 Removing intermediate container 1158413f2c77 04:52:53 ---> 429b9858d8f4 04:52:53 Step 13/23 : EXPOSE $APP_PORT 04:52:53 ---> Running in 5a3aa8c35d9f 04:52:53 Removing intermediate container 24c16548ad79 04:52:53 ---> c2bf4b02803e 04:52:53 04:52:54 Successfully built c2bf4b02803e 04:52:54 Successfully tagged docker-core-metadata-go-arm64:latest 04:52:54  Building docker-core-metadata-go ... done Removing intermediate container 5a3aa8c35d9f 04:52:54 ---> d449fc2d27cd 04:52:54 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:52:54 ---> Running in 28514fb317af 04:52:56 Removing intermediate container 28514fb317af 04:52:56 ---> 2d6242eea157 04:52:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 04:52:56 ---> Running in 42f20558defc 04:52:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:52:58 (1/6) Installing dumb-init (1.2.2-r1) 04:52:59 (2/6) Installing libgcc (9.3.0-r2) 04:52:59 (3/6) Installing libsodium (1.0.18-r0) 04:52:59 (4/6) Installing libstdc++ (9.3.0-r2) 04:53:00 (5/6) Installing libzmq (4.3.3-r0) 04:53:00 (6/6) Installing zeromq (4.3.3-r0) 04:53:00 Executing busybox-1.31.1-r19.trigger 04:53:01 OK: 8 MiB in 20 packages 04:53:02 Removing intermediate container 42f20558defc 04:53:02 ---> df8873a0ffcd 04:53:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:53:02 ---> 6e54dad890fd 04:53:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:53:04 ---> 779fa232cd42 04:53:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:53:04 ---> fd4d0031b0c9 04:53:04 Step 19/23 : ENTRYPOINT ["/core-data"] 04:53:05 ---> Running in acafb9a3d59e 04:53:05 Removing intermediate container acafb9a3d59e 04:53:05 ---> 62117f224dc5 04:53:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:05 ---> Running in 92201011edfe 04:53:06 Removing intermediate container 92201011edfe 04:53:06 ---> ec601de408a9 04:53:06 Step 21/23 : LABEL arch=arm64 04:53:06 ---> Running in 09360a9d2bd8 04:53:06 Removing intermediate container 09360a9d2bd8 04:53:06 ---> 6e12446a5c89 04:53:06 Step 22/23 : LABEL git_sha=19df28f5af12e46ec2f5afcb223d0e84b7d150ff 04:53:07 ---> Running in d37af63619a7 04:53:07 Removing intermediate container d37af63619a7 04:53:07 ---> 0130a1088d3b 04:53:07 Step 23/23 : LABEL version=0.0.0 04:53:07 ---> Running in 0a19629a858e 04:53:08 Removing intermediate container 0a19629a858e 04:53:08 ---> 0369646a1404 04:53:08 04:53:08 Successfully built 0369646a1404 04:53:08 Successfully tagged docker-core-data-go-arm64:latest 04:53:09  Building docker-core-data-go ... done  [Pipeline] } 04:53:09 $ docker stop --time=1 abbe58426fab8a279c0d9f989220e0944e811cb8d313d98b137475f1fb8f56b3 04:53:11 $ docker rm -f abbe58426fab8a279c0d9f989220e0944e811cb8d313d98b137475f1fb8f56b3 [Pipeline] // withDockerContainer [Pipeline] sh 04:53:12 + docker images 04:53:12 + grep docker 04:53:12 docker-core-data-go-arm64 latest 0369646a1404 5 seconds ago 21MB 04:53:12 docker-core-metadata-go-arm64 latest c2bf4b02803e 19 seconds ago 17.7MB 04:53:12 docker-support-scheduler-go-arm64 latest fe61f65143b0 25 seconds ago 16.1MB 04:53:12 docker-security-proxy-setup-go-arm64 latest deb6d1a79dfc 26 seconds ago 23.2MB 04:53:12 docker-sys-mgmt-agent-go-arm64 latest 9ac58c4ceca2 About a minute ago 300MB 04:53:12 docker-security-bootstrapper-go-arm64 latest 59a77a81fd36 2 minutes ago 22.6MB 04:53:12 docker-core-command-go-arm64 latest 2ca3e6fb9eb2 3 minutes ago 16MB 04:53:12 docker-support-notifications-go-arm64 latest b1e635973a8d 3 minutes ago 16.7MB 04:53:12 docker-security-secretstore-setup-go-arm64 latest 1115a118f5b1 3 minutes ago 23.4MB 04:53:12 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 04:53:14 provisioning config files... 04:53:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config2739645819571859068tmp [Pipeline] { [Pipeline] sh 04:53:15 + set +x 04:53:15 + curl -s https://codecov.io/bash 04:53:15 + bash -s -- 04:53:15 04:53:15 _____ _ 04:53:15 / ____| | | 04:53:15 | | ___ __| | ___ ___ _____ __ 04:53:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:53:15 | |___| (_) | (_| | __/ (_| (_) \ V / 04:53:15 \_____\___/ \__,_|\___|\___\___/ \_/ 04:53:15 Bash-20210129-7c25fce 04:53:15 04:53:15 04:53:15 ==> git version 2.24.3 found 04:53:15 ==> 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 04:53:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:53:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:53:15 ==> Jenkins CI detected. 04:53:15 project root: . 04:53:15 --> token set from env 04:53:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:53:15 ==> Running gcov in . (disable via -X gcov) 04:53:15 ==> Python coveragepy not found 04:53:15 ==> Searching for coverage reports in: 04:53:15 + . 04:53:15 -> Found 1 reports 04:53:15 ==> Detecting git/mercurial file structure 04:53:15 ==> Reading reports 04:53:15 + ./coverage.out bytes=580808 04:53:16 ==> Appending adjustments 04:53:16 https://docs.codecov.io/docs/fixing-reports 04:53:19 + Found adjustments 04:53:19 ==> Gzipping contents 04:53:19 88K /tmp/codecov.UI8kAc.gz 04:53:19 ==> Uploading reports 04:53:19 url: https://codecov.io 04:53:19 query: branch=PR-3127&commit=19df28f5af12e46ec2f5afcb223d0e84b7d150ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3127%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3127&job=&cmd_args= 04:53:19 -> Pinging Codecov 04:53:19 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3127&commit=19df28f5af12e46ec2f5afcb223d0e84b7d150ff&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3127%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3127&job=&cmd_args= 04:53:20 -> Uploading to 04:53:20 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/19df28f5af12e46ec2f5afcb223d0e84b7d150ff/37b33085-147a-4283-9214-f1e3cc2ac610.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T045320Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=39b15480c02e345e0df60739b3455ce970f4630b1a4492b68561774975dcebfd 04:53:20 % Total % Received % Xferd Average Speed Time Time Time Current 04:53:20 Dload Upload Total Spent Left Speed 04:53:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87549 0 0 100 87549 0 141k --:--:-- --:--:-- --:--:-- 141k 04:53:20 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/19df28f5af12e46ec2f5afcb223d0e84b7d150ff [Pipeline] } 04:53:21 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 04:53:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:53:24 ---> package-listing.sh 04:53:24 ++ facter osfamily 04:53:24 ++ tr '[:upper:]' '[:lower:]' 04:53:24 + OS_FAMILY=redhat 04:53:24 + workspace=/w/workspace/edgex-go/1 04:53:24 + START_PACKAGES=/tmp/packages_start.txt 04:53:24 + END_PACKAGES=/tmp/packages_end.txt 04:53:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:53:24 + PACKAGES=/tmp/packages_start.txt 04:53:24 + '[' /w/workspace/edgex-go/1 ']' 04:53:24 + PACKAGES=/tmp/packages_end.txt 04:53:24 + case "${OS_FAMILY}" in 04:53:24 + rpm -qa 04:53:24 + sort 04:53:29 + '[' -f /tmp/packages_start.txt ']' 04:53:29 + '[' -f /tmp/packages_end.txt ']' 04:53:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:53:29 + '[' /w/workspace/edgex-go/1 ']' 04:53:29 + mkdir -p /w/workspace/edgex-go/1/archives/ 04:53:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo 04:53:29 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:53:30 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:53:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:30 04:53:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:53:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:31 alpine: Pulling from edgex-lftools-log-publisher 04:53:31 df20fa9351a1: Pulling fs layer 04:53:31 36b3adc4ff6f: Pulling fs layer 04:53:31 8ad3a11d3b57: Pulling fs layer 04:53:31 46f8f816bc3b: Pulling fs layer 04:53:31 93b61091891f: Pulling fs layer 04:53:31 93b9cdb0e59b: Pulling fs layer 04:53:31 5e14af77c1be: Pulling fs layer 04:53:31 01666e4c0597: Pulling fs layer 04:53:31 aa168da1d23b: Pulling fs layer 04:53:31 46f8f816bc3b: Waiting 04:53:31 93b61091891f: Waiting 04:53:31 93b9cdb0e59b: Waiting 04:53:31 5e14af77c1be: Waiting 04:53:31 01666e4c0597: Waiting 04:53:31 aa168da1d23b: Waiting 04:53:31 36b3adc4ff6f: Verifying Checksum 04:53:31 36b3adc4ff6f: Download complete 04:53:32 46f8f816bc3b: Verifying Checksum 04:53:32 46f8f816bc3b: Download complete 04:53:32 df20fa9351a1: Verifying Checksum 04:53:32 df20fa9351a1: Download complete 04:53:32 93b9cdb0e59b: Download complete 04:53:32 5e14af77c1be: Verifying Checksum 04:53:32 5e14af77c1be: Download complete 04:53:32 01666e4c0597: Verifying Checksum 04:53:32 01666e4c0597: Download complete 04:53:32 93b61091891f: Verifying Checksum 04:53:32 93b61091891f: Download complete 04:53:32 df20fa9351a1: Pull complete 04:53:32 36b3adc4ff6f: Pull complete 04:53:33 8ad3a11d3b57: Verifying Checksum 04:53:33 8ad3a11d3b57: Download complete 04:53:34 8ad3a11d3b57: Pull complete 04:53:34 46f8f816bc3b: Pull complete 04:53:35 aa168da1d23b: Verifying Checksum 04:53:35 aa168da1d23b: Download complete 04:53:36 93b61091891f: Pull complete 04:53:36 93b9cdb0e59b: Pull complete 04:53:36 5e14af77c1be: Pull complete 04:53:36 01666e4c0597: Pull complete 04:53:44 aa168da1d23b: Pull complete 04:53:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:53:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:53:45 prd-centos7-docker-4c-2g-24865 does not seem to be running inside a container 04:53:45 $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:53:50 $ docker top 794000d2ca0628acf9476b87d53fe31522333484a69991438aaad2e414312d3c -eo pid,comm [Pipeline] { [Pipeline] sh 04:53:50 + touch /tmp/pre-build-complete [Pipeline] sh 04:53:51 + mkdir -p /var/log/sa [Pipeline] sh 04:53:51 + ls /var/log/sa-host 04:53:51 + sadf -c /var/log/sa-host/sa04 04:53:51 file_magic: OK 04:53:51 HZ: Using current value: 100 04:53:51 file_header: OK 04:53:51 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 04:53:51 Statistics: 04:53:51 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... 04:53:51 File successfully converted to sysstat format version 12.2.1 04:53:51 + sadf -c /var/log/sa-host/sa23 04:53:51 file_magic: OK 04:53:51 HZ: Using current value: 100 04:53:51 file_header: OK 04:53:51 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 04:53:51 Statistics: 04:53:51 Hnuu...uuuununununu... 04:53:51 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:53:52 provisioning config files... 04:53:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config8162757778017209024tmp [Pipeline] { [Pipeline] echo 04:53:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:53:52 ---> create-netrc.sh [Pipeline] } 04:53:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:53:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:53:53 ---> python-tools-install.sh [Pipeline] echo 04:53:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:53:53 ---> sudo-logs.sh 04:53:53 Archiving 'sudo' log.. [Pipeline] echo 04:53:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:53:53 ---> job-cost.sh 04:53:53 lf-activate-venv: SKIPPING 04:53:53 INFO: No Stack... 04:53:55 INFO: Retrieving Pricing Info for: v1-standard-2 04:53:55 INFO: Archiving Costs [Pipeline] echo 04:53:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:53:55 ---> logs-deploy.sh 04:53:55 lf-activate-venv: SKIPPING 04:53:55 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3127/1 04:53:55 INFO: archiving workspace using pattern(s): 04:53:57 Archives upload complete. 04:53:57 INFO: archiving logs to Nexus