Pull request #3127 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9f3704d12c28dfea37c4fca2cf137582fda5f6a6+8244c76d4582c1e084a7074f1d4c4e33c3804ff3 (88ffda9c3badc277b51498b125fc3bde119089f3) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-24949’ Running on prd-centos7-docker-4c-2g-24956 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3127/head:refs/remotes/origin/PR-3127 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 Merge succeeded, producing 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 Checking out Revision 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 (PR-3127) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 # 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 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:23:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:23:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 19df28f5af12e46ec2f5afcb223d0e84b7d150ff # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:23:25 ========================================================= 10:23:25 EdgeX Global Pipelines Version Info 10:23:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 10:23:26 ------------------- 10:23:26 stable info: 10:23:26 ------------------- 10:23:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:23:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:23:26 Message: update stable to v1.0.179 10:23:27 ------------------- 10:23:27 experimental info: 10:23:27 ------------------- 10:23:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:23:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 10:23:27 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:23:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:23:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:23:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:23:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:23:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:23:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:23:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:23:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:23:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:23:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:23:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:23:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:23:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:23:31 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:23:31 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:23:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:23:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 10:23:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 10:23:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3127 [Pipeline] echo 10:23:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3127 [Pipeline] echo 10:23:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3127 [Pipeline] echo 10:23:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 [Pipeline] echo 10:23:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f3704d [Pipeline] echo 10:23:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:23:33 provisioning config files... 10:23:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5944842818504101003tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:23:34 ---> docker-login.sh 10:23:34 nexus3.edgexfoundry.org:10001 10:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:34 Configure a credential helper to remove this warning. See 10:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:34 10:23:34 Login Succeeded 10:23:34 nexus3.edgexfoundry.org:10002 10:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:34 Configure a credential helper to remove this warning. See 10:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:34 10:23:34 Login Succeeded 10:23:34 nexus3.edgexfoundry.org:10003 10:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:34 Configure a credential helper to remove this warning. See 10:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:34 10:23:34 Login Succeeded 10:23:34 nexus3.edgexfoundry.org:10004 10:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:34 Configure a credential helper to remove this warning. See 10:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:34 10:23:34 Login Succeeded 10:23:34 docker.io 10:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:23:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:23:36 Configure a credential helper to remove this warning. See 10:23:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:23:36 10:23:36 Login Succeeded 10:23:36 ---> docker-login.sh ends [Pipeline] } 10:23:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:23:36 ++ 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 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/core-command/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo core-command,cmd/core-command/Dockerfile 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/core-data/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo core-data,cmd/core-data/Dockerfile 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/core-metadata/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo core-metadata,cmd/core-metadata/Dockerfile 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/security-bootstrapper/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/security-proxy-setup/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/support-notifications/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo support-notifications,cmd/support-notifications/Dockerfile 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/support-scheduler/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:23:36 + for file in '`ls cmd/**/Dockerfile`' 10:23:36 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:23:36 ++ cut -d/ -f2 10:23:36 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:23:36 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 10:23:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:37 10:23:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:23:38 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:38 latest: Pulling from edgex-devops/git-semver 10:23:38 31603596830f: Pulling fs layer 10:23:38 2a8b12db71e7: Pulling fs layer 10:23:38 6ca5941a6612: Pulling fs layer 10:23:38 ecc8261a40a4: Pulling fs layer 10:23:38 ecc8261a40a4: Waiting 10:23:38 2a8b12db71e7: Verifying Checksum 10:23:38 2a8b12db71e7: Download complete 10:23:38 31603596830f: Verifying Checksum 10:23:38 31603596830f: Download complete 10:23:38 ecc8261a40a4: Verifying Checksum 10:23:38 ecc8261a40a4: Download complete 10:23:38 6ca5941a6612: Verifying Checksum 10:23:38 6ca5941a6612: Download complete 10:23:38 31603596830f: Pull complete 10:23:38 2a8b12db71e7: Pull complete 10:23:39 6ca5941a6612: Pull complete 10:23:39 ecc8261a40a4: Pull complete 10:23:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:23:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:23:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:23:39 prd-centos7-docker-4c-2g-24956 does not seem to be running inside a container 10:23:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:23:42 $ docker top 34e4b515d145c5f2bdd13b1f180f21fb778279f814a638db1918d92d748ce423 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:23:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:43 [ssh-agent] Looking for ssh-agent implementation... 10:23:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:43 $ docker exec 34e4b515d145c5f2bdd13b1f180f21fb778279f814a638db1918d92d748ce423 ssh-agent 10:23:43 SSH_AUTH_SOCK=/tmp/ssh-fncjS2B7yokN/agent.12 10:23:43 SSH_AGENT_PID=17 10:23:43 Running ssh-add (command line suppressed) 10:23:43 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5044782273459151243.key (/w/workspace/edgex-go/3@tmp/private_key_5044782273459151243.key) 10:23:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:44 + git tag --points-at HEAD [Pipeline] } 10:23:44 $ docker exec --env ******** --env ******** 34e4b515d145c5f2bdd13b1f180f21fb778279f814a638db1918d92d748ce423 ssh-agent -k 10:23:44 unset SSH_AUTH_SOCK; 10:23:44 unset SSH_AGENT_PID; 10:23:44 echo Agent pid 17 killed; 10:23:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:23:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:23:44 [ssh-agent] Looking for ssh-agent implementation... 10:23:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:23:45 $ docker exec 34e4b515d145c5f2bdd13b1f180f21fb778279f814a638db1918d92d748ce423 ssh-agent 10:23:45 SSH_AUTH_SOCK=/tmp/ssh-p8yPrcOxGo7U/agent.45 10:23:45 SSH_AGENT_PID=50 10:23:45 Running ssh-add (command line suppressed) 10:23:45 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8014683609585231451.key (/w/workspace/edgex-go/3@tmp/private_key_8014683609585231451.key) 10:23:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:23:45 + git semver init 10:23:45 # -> Open(): unable to determine branch for HEAD 10:23:45 # $GIT_DIR = /w/workspace/edgex-go/3/.git 10:23:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 10:23:45 # $SEMVER_REMOTE_NAME = origin 10:23:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:23:45 # $SEMVER_USER_NAME = edgex-jenkins 10:23:45 # $SEMVER_BRANCH = PR-3127 10:23:45 # $SEMVER_TEMP = /tmp/semver-993843624 10:23:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:24:04 # '/tmp/semver-993843624' -> '/w/workspace/edgex-go/3/.semver' 10:24:04 # -> Force: false 10:24:04 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 10:24:04 $ docker exec --env ******** --env ******** 34e4b515d145c5f2bdd13b1f180f21fb778279f814a638db1918d92d748ce423 ssh-agent -k 10:24:04 unset SSH_AUTH_SOCK; 10:24:04 unset SSH_AGENT_PID; 10:24:04 echo Agent pid 50 killed; 10:24:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:24:04 + git semver [Pipeline] } 10:24:04 $ docker stop --time=1 34e4b515d145c5f2bdd13b1f180f21fb778279f814a638db1918d92d748ce423 10:24:06 $ docker rm -f 34e4b515d145c5f2bdd13b1f180f21fb778279f814a638db1918d92d748ce423 [Pipeline] // withDockerContainer [Pipeline] sh 10:24:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:24:07 Stashed 1 file(s) [Pipeline] echo 10:24:07 [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 10:24:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:24:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:24:10 + sudo service docker restart 10:24:10 + true 10:24:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:24:11 ========================================================= 10:24:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:24:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:24:11 + 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 . 10:24:15 Sending build context to Docker daemon 327.5MB 10:24:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:24:15 Step 2/6 : FROM ${BASE} 10:24:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:24:15 188c0c94c7c5: Pulling fs layer 10:24:15 0ef7d3d256c8: Pulling fs layer 10:24:15 de9db76c5a1d: Pulling fs layer 10:24:15 bca2f99d35d6: Pulling fs layer 10:24:15 93359f2a8cfa: Pulling fs layer 10:24:15 7c6f9722023f: Pulling fs layer 10:24:15 a35cf1a2eb13: Pulling fs layer 10:24:15 93359f2a8cfa: Waiting 10:24:15 7c6f9722023f: Waiting 10:24:15 a35cf1a2eb13: Waiting 10:24:15 bca2f99d35d6: Waiting 10:24:15 de9db76c5a1d: Download complete 10:24:15 0ef7d3d256c8: Verifying Checksum 10:24:15 0ef7d3d256c8: Download complete 10:24:15 93359f2a8cfa: Download complete 10:24:15 7c6f9722023f: Verifying Checksum 10:24:15 7c6f9722023f: Download complete 10:24:15 188c0c94c7c5: Verifying Checksum 10:24:15 188c0c94c7c5: Download complete 10:24:15 188c0c94c7c5: Pull complete 10:24:15 0ef7d3d256c8: Pull complete 10:24:15 de9db76c5a1d: Pull complete 10:24:16 a35cf1a2eb13: Verifying Checksum 10:24:16 a35cf1a2eb13: Download complete 10:24:17 bca2f99d35d6: Verifying Checksum 10:24:17 bca2f99d35d6: Download complete 10:24:22 bca2f99d35d6: Pull complete 10:24:22 93359f2a8cfa: Pull complete 10:24:22 7c6f9722023f: Pull complete 10:24:24 Still waiting to schedule task 10:24:24 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-24957’ 10:24:26 a35cf1a2eb13: Pull complete 10:24:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:24:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:24:26 ---> a62c8e92a672 10:24: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 10:24:26 ---> Running in 8d63e6787aca 10:24:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:24:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:24:30 (1/12) Installing libmagic (5.38-r0) 10:24:30 (2/12) Installing file (5.38-r0) 10:24:30 (3/12) Installing libc-dev (0.7.2-r3) 10:24:30 (4/12) Installing g++ (9.3.0-r2) 10:24:35 (5/12) Installing fortify-headers (1.1-r0) 10:24:35 (6/12) Installing patch (2.7.6-r6) 10:24:35 (7/12) Installing build-base (0.5-r2) 10:24:35 (8/12) Installing libsodium (1.0.18-r0) 10:24:35 (9/12) Installing pkgconf (1.7.2-r0) 10:24:35 (10/12) Installing libsodium-dev (1.0.18-r0) 10:24:36 (11/12) Installing libzmq (4.3.3-r0) 10:24:36 (12/12) Installing zeromq-dev (4.3.3-r0) 10:24:36 Executing busybox-1.31.1-r19.trigger 10:24:36 OK: 233 MiB in 51 packages 10:24:39 Removing intermediate container 8d63e6787aca 10:24:39 ---> 3e8d5f900342 10:24:39 Step 4/6 : WORKDIR /edgex-go 10:24:39 ---> Running in 78fbe6714b3c 10:24:39 Removing intermediate container 78fbe6714b3c 10:24:39 ---> 19aabea90eeb 10:24:39 Step 5/6 : COPY go.mod . 10:24:40 ---> 35daf70591ce 10:24:40 Step 6/6 : RUN go mod download 10:24:40 ---> Running in 48f9090ced5e 10:25:02 Removing intermediate container 48f9090ced5e 10:25:02 ---> 1f11e24acdae 10:25:02 Successfully built 1f11e24acdae 10:25:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:25:02 + docker inspect -f . ci-base-image-x86_64 10:25:02 . [Pipeline] withDockerContainer 10:25:02 prd-centos7-docker-4c-2g-24956 does not seem to be running inside a container 10:25:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:25:03 $ docker top 6a9328261a8e5989d9f988aabb8ada3b712b738ddea7f61a5d80b98e1c754f4b -eo pid,comm [Pipeline] { [Pipeline] sh 10:25:04 + go version 10:25:04 go version go1.15.5 linux/amd64 [Pipeline] } 10:25:04 $ docker stop --time=1 6a9328261a8e5989d9f988aabb8ada3b712b738ddea7f61a5d80b98e1c754f4b 10:25:05 $ docker rm -f 6a9328261a8e5989d9f988aabb8ada3b712b738ddea7f61a5d80b98e1c754f4b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:25:06 + docker inspect -f . ci-base-image-x86_64 10:25:06 . [Pipeline] withDockerContainer 10:25:06 prd-centos7-docker-4c-2g-24956 does not seem to be running inside a container 10:25:06 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:25:07 $ docker top bc1dee432f10d91779b208583c475330f52e894a76d38ddec7161d36f59b4ed4 -eo pid,comm [Pipeline] { [Pipeline] echo 10:25:07 ========================================================= 10:25:07 [edgeXBuildGoParallel] Running Tests and Build... 10:25:07 ========================================================= [Pipeline] sh 10:25:08 + make test 10:25:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:25:16 ? github.com/edgexfoundry/edgex-go [no test files] 10:25:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:25:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:25:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:25:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:25:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:25:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:25:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:25:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:25:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 46.0% of statements 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:25:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:25:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.057s coverage: 100.0% of statements 10:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.218s coverage: 27.1% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:25:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 65.8% of statements 10:25:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:25:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:25:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.430s coverage: 82.3% of statements 10:25:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:25:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:25:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:25:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.332s coverage: 28.6% of statements 10:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.052s coverage: 100.0% of statements 10:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 10:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:25:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 10:25:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.098s coverage: 97.5% of statements 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:25:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:25:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.397s coverage: 92.8% of statements 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.043s coverage: 58.8% of statements 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.072s coverage: 0.1% of statements 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:25:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.053s coverage: 45.5% of statements 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.044s coverage: 79.5% of statements 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.052s coverage: 96.3% of statements 10:25:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.035s coverage: 87.5% of statements 10:26:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.035s coverage: 94.4% of statements 10:26:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.257s coverage: 68.9% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.077s coverage: 37.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.276s coverage: 84.0% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.047s coverage: 100.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.081s coverage: 90.4% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.685s coverage: 29.1% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:26:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 10:26:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 10:26:17 GO111MODULE=on go vet ./... 10:26:44 gofmt -l . 10:26:44 [ "`gofmt -l .`" = "" ] 10:26:44 ./bin/test-go-mod-tidy.sh 10:26:44 ./bin/test-attribution-txt.sh [Pipeline] sh 10:26:44 + ls -al . 10:26:44 total 684 10:26:44 drwxrwxr-x 10 1001 1001 4096 Feb 4 10:26 . 10:26:44 drwxr-xr-x 4 root root 28 Feb 4 10:25 .. 10:26:44 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:23 .dockerignore 10:26:44 drwxrwxr-x 8 1001 1001 179 Feb 4 10:23 .git 10:26:44 drwxrwxr-x 3 1001 1001 125 Feb 4 10:23 .github 10:26:44 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:23 .gitignore 10:26:44 drwx------ 3 1001 1001 60 Feb 4 10:24 .semver 10:26:44 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:23 .sonarcloud.properties 10:26:44 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:23 Attribution.txt 10:26:44 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:23 CONTRIBUTING.md 10:26:44 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:23 Dockerfile.build 10:26:44 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:23 Jenkinsfile 10:26:44 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:23 LICENSE 10:26:44 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:23 Makefile 10:26:44 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:23 README.md 10:26:44 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:23 SECURITY.md 10:26:44 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:24 VERSION 10:26:44 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:23 ZMQWindows.md 10:26:44 drwxrwxr-x 2 1001 1001 117 Feb 4 10:23 bin 10:26:44 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:23 cmd 10:26:44 -rw-r--r-- 1 root root 580808 Feb 4 10:26 coverage.out 10:26:44 -rw-r--r-- 1 root root 1054 Feb 4 10:26 go.mod 10:26:44 -rw-r--r-- 1 root root 19290 Feb 4 10:26 go.sum 10:26:44 drwxrwxr-x 8 1001 1001 127 Feb 4 10:23 internal 10:26:44 drwxrwxr-x 4 1001 1001 26 Feb 4 10:23 openapi 10:26:44 drwxrwxr-x 4 1001 1001 71 Feb 4 10:23 snap 10:26:44 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:23 version.go [Pipeline] sh 10:26:45 + '[' -e coverage.out ] 10:26:45 + chown 1001:1001 coverage.out [Pipeline] stash 10:26:45 Stashed 1 file(s) [Pipeline] sh 10:26:45 + make build 10:26:45 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 10:26:48 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 10:26:56 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 10:26: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 10:26:59 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 10:26:59 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 10:27:00 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 10:27:02 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 10:27:03 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 10:27:04 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 10:27:05 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 10:27:06 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 10:27:08 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] } 10:27:09 $ docker stop --time=1 bc1dee432f10d91779b208583c475330f52e894a76d38ddec7161d36f59b4ed4 10:27:11 $ docker rm -f bc1dee432f10d91779b208583c475330f52e894a76d38ddec7161d36f59b4ed4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:27:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:13 10:27:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:27:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:13 latest: Pulling from edgex-devops/edgex-compose 10:27:13 cbdbe7a5bc2a: Pulling fs layer 10:27:13 ca9280d653b3: Pulling fs layer 10:27:13 7e9c9ca2126c: Pulling fs layer 10:27:14 cbdbe7a5bc2a: Verifying Checksum 10:27:14 cbdbe7a5bc2a: Download complete 10:27:14 cbdbe7a5bc2a: Pull complete 10:27:14 ca9280d653b3: Download complete 10:27:15 7e9c9ca2126c: Verifying Checksum 10:27:15 7e9c9ca2126c: Download complete 10:27:15 ca9280d653b3: Pull complete 10:27:22 7e9c9ca2126c: Pull complete 10:27:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:27:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:27:22 prd-centos7-docker-4c-2g-24956 does not seem to be running inside a container 10:27:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:27:25 $ docker top 1b54dbf62eed4eb9d1827202ca32d9b2b311894990d732471fea8e995b98919e -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:26 + docker-compose build --help 10:27:26 + grep parallel 10:27:27 --parallel Build images in parallel. [Pipeline] } 10:27:27 $ docker stop --time=1 1b54dbf62eed4eb9d1827202ca32d9b2b311894990d732471fea8e995b98919e 10:27:29 $ docker rm -f 1b54dbf62eed4eb9d1827202ca32d9b2b311894990d732471fea8e995b98919e 10:27:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24962 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] ws 10:27:29 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:27:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:27:30 . [Pipeline] withDockerContainer 10:27:30 prd-centos7-docker-4c-2g-24956 does not seem to be running inside a container 10:27:30 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:27:31 $ docker top a92d5daa967e4a15083097efdcd3e97c8c76e722755f7edee2e74f5559e08777 -eo pid,comm [Pipeline] { [Pipeline] sh 10:27:31 + docker-compose -f ./docker-compose-build.yml build --parallel 10:27:32 Building docker-core-command-go ... 10:27:32 Building docker-core-data-go ... 10:27:32 Building docker-core-metadata-go ... 10:27:32 Building docker-security-bootstrapper-go ... 10:27:32 Building docker-security-proxy-setup-go ... 10:27:32 Building docker-security-secretstore-setup-go ... 10:27:32 Building docker-support-notifications-go ... 10:27:32 Building docker-support-scheduler-go ... 10:27:32 Building docker-sys-mgmt-agent-go ... 10:27:32 Building docker-core-data-go 10:27:32 Building docker-security-bootstrapper-go 10:27:32 Building docker-support-scheduler-go 10:27:32 Building docker-core-metadata-go 10:27:32 Building docker-support-notifications-go 10:27:34 using credential edgex-jenkins-ssh 10:27:34 Cloning the remote Git repository 10:27:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:27:34 > git init /w/workspace/edgex-go/3 # timeout=10 10:27:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:27:34 > git --version # timeout=10 10:27:34 > git --version # 'git version 2.17.1' 10:27:34 using GIT_SSH to set credentials SSH Credentials for GitHub 10:27:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:27:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:27:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:27:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:27:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:27:53 using GIT_SSH to set credentials SSH Credentials for GitHub 10:27:53 > 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 10:27:54 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:27:54 Merge succeeded, producing 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:27:54 Checking out Revision 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 (PR-3127) 10:27:54 > git config core.sparsecheckout # timeout=10 10:27:54 > git checkout -f 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 # timeout=10 10:27:54 > git remote # timeout=10 10:27:54 > git config --get remote.origin.url # timeout=10 10:27:54 using GIT_SSH to set credentials SSH Credentials for GitHub 10:27:54 > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 10:27:54 > git rev-parse HEAD^{commit} # timeout=10 10:27:54 > git config core.sparsecheckout # timeout=10 10:27:54 > git checkout -f 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 # timeout=10 10:27:59 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:28:01 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:28:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:28:01 + true 10:28:01 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:28:03 provisioning config files... 10:28:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config8089587115462001240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:28:04 ---> docker-login.sh 10:28:04 nexus3.edgexfoundry.org:10001 10:28:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:28:04 ---> 1f11e24acdae 10:28:04 Step 3/31 : WORKDIR /edgex-go 10:28:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:28:04 ---> 1f11e24acdae 10:28:04 Step 3/22 : WORKDIR /edgex-go 10:28:04 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:04 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:28:04 ---> 1f11e24acdae 10:28:04 Step 3/22 : WORKDIR /edgex-go 10:28:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:28:04 ---> 1f11e24acdae 10:28:04 Step 3/23 : WORKDIR /edgex-go 10:28:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:28:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:28:04 ---> 1f11e24acdae 10:28:04 Step 3/23 : WORKDIR /edgex-go 10:28:04 ---> Running in 1250f8222422 10:28:04 ---> Running in d6eb986645cf 10:28:04 ---> Running in 39f7245aacc3 10:28:04 ---> Running in 54f00beea596 10:28:04 ---> Running in d1de46624452 10:28:04 Removing intermediate container 1250f8222422 10:28:04 ---> 9e742fb9e681 10:28:04 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:04 Removing intermediate container 54f00beea596 10:28:04 ---> ebff1b05e14b 10:28:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:04 Removing intermediate container d1de46624452 10:28:04 ---> b89f6a2cae09 10:28:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:04 Removing intermediate container 39f7245aacc3 10:28:04 ---> 2b2a97b3be9a 10:28:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:04 Removing intermediate container d6eb986645cf 10:28:04 ---> 6c9b6f2e422d 10:28:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:28:04 ---> Running in 7f36e64a4809 10:28:04 ---> Running in cc1e1b101049 10:28:04 ---> Running in 7466aa80f962 10:28:04 ---> Running in 6ac55ee553ef 10:28:04 ---> Running in d5aeb6b883cc 10:28:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:05 Configure a credential helper to remove this warning. See 10:28:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:05 10:28:05 Login Succeeded 10:28:05 nexus3.edgexfoundry.org:10002 10:28:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:06 Configure a credential helper to remove this warning. See 10:28:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:06 10:28:06 Login Succeeded 10:28:06 nexus3.edgexfoundry.org:10003 10:28:06 Removing intermediate container cc1e1b101049 10:28:06 ---> ec35f4c0cfd1 10:28:06 Step 5/31 : RUN apk add --update --no-cache make git 10:28:06 Removing intermediate container 7f36e64a4809 10:28:06 ---> e994fe1138ae 10:28:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:28:06 Removing intermediate container 7466aa80f962 10:28:06 ---> f00777d1554e 10:28:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:28:06 ---> Running in 30bf5276dde7 10:28:06 ---> Running in 54fe2f404c6b 10:28:06 Removing intermediate container 6ac55ee553ef 10:28:06 ---> 6cf6e5e6d0d5 10:28:06 Step 5/22 : RUN apk add --update --no-cache make git 10:28:06 ---> Running in 24a372e045f0 10:28:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:06 Removing intermediate container d5aeb6b883cc 10:28:06 ---> 5a580beee64c 10:28:06 Step 5/23 : RUN apk add --update --no-cache make git 10:28:06 ---> Running in d023609771a1 10:28:06 ---> Running in 955d74c1114e 10:28:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:06 Configure a credential helper to remove this warning. See 10:28:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:06 10:28:06 Login Succeeded 10:28:06 nexus3.edgexfoundry.org:10004 10:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:07 Configure a credential helper to remove this warning. See 10:28:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:07 10:28:07 Login Succeeded 10:28:07 docker.io 10:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:28:08 OK: 233 MiB in 51 packages 10:28:08 OK: 233 MiB in 51 packages 10:28:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:28:08 Configure a credential helper to remove this warning. See 10:28:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:28:08 10:28:08 Login Succeeded 10:28:08 ---> docker-login.sh ends [Pipeline] } 10:28:08 Deleting 1 temporary files [Pipeline] // wrap 10:28:08 OK: 233 MiB in 51 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 10:28:09 OK: 233 MiB in 51 packages [Pipeline] echo 10:28:09 ========================================================= 10:28:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:28:09 ========================================================= 10:28:09 OK: 233 MiB in 51 packages [Pipeline] isUnix [Pipeline] sh 10:28:09 Removing intermediate container 54fe2f404c6b 10:28:09 ---> f90414d6bd17 10:28:09 Step 6/31 : COPY go.mod . 10:28:09 Removing intermediate container 30bf5276dde7 10:28:09 ---> cc1af7f610fd 10:28:09 Step 6/23 : COPY go.mod . 10:28:09 + 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 . 10:28:09 Removing intermediate container d023609771a1 10:28:09 ---> a79e74bfda3b 10:28:09 Step 6/22 : COPY go.mod . 10:28:09 ---> ee79bf6987ef 10:28:09 Step 7/31 : RUN go mod download 10:28:10 ---> e4842430a6ff 10:28:10 Step 7/23 : RUN go mod download 10:28:10 Removing intermediate container 955d74c1114e 10:28:10 ---> eb4fb6aeccb6 10:28:10 Step 6/23 : COPY go.mod . 10:28:10 Removing intermediate container 24a372e045f0 10:28:10 ---> 173392a6e8ec 10:28:10 Step 6/22 : COPY go.mod . 10:28:10 ---> Running in 45fbe9f2df77 10:28:10 ---> Running in 3827e24e872f 10:28:10 ---> 4421eed99a72 10:28:10 Step 7/22 : RUN go mod download 10:28:10 ---> e5b24634e8b6 10:28:10 Step 7/23 : RUN go mod download 10:28:10 ---> 4bb5f1e95186 10:28:10 Step 7/22 : RUN go mod download 10:28:10 ---> Running in e73f86444cc2 10:28:10 ---> Running in f3f4a5192473 10:28:10 ---> Running in 14e619f87264 10:28:12 Sending build context to Docker daemon 166.1MB 10:28:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:28:12 Step 2/6 : FROM ${BASE} 10:28:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:28:12 5f621e34cdf4: Pulling fs layer 10:28:12 a4357932f1b6: Pulling fs layer 10:28:12 18c013af1878: Pulling fs layer 10:28:12 00ac8860ef70: Pulling fs layer 10:28:12 63d7cb157983: Pulling fs layer 10:28:12 b116817d02f9: Pulling fs layer 10:28:12 745a02a5169b: Pulling fs layer 10:28:12 b116817d02f9: Waiting 10:28:12 745a02a5169b: Waiting 10:28:12 63d7cb157983: Waiting 10:28:12 00ac8860ef70: Waiting 10:28:12 18c013af1878: Verifying Checksum 10:28:12 18c013af1878: Download complete 10:28:12 a4357932f1b6: Download complete 10:28:12 63d7cb157983: Verifying Checksum 10:28:12 63d7cb157983: Download complete 10:28:12 b116817d02f9: Verifying Checksum 10:28:12 b116817d02f9: Download complete 10:28:12 5f621e34cdf4: Verifying Checksum 10:28:12 5f621e34cdf4: Download complete 10:28:12 Removing intermediate container 3827e24e872f 10:28:12 ---> fb291a0b4519 10:28:12 Step 8/23 : COPY . . 10:28:12 Removing intermediate container e73f86444cc2 10:28:12 ---> 883cc10258a3 10:28:12 Step 8/22 : COPY . . 10:28:12 5f621e34cdf4: Pull complete 10:28:13 a4357932f1b6: Pull complete 10:28:13 18c013af1878: Pull complete 10:28:13 Removing intermediate container f3f4a5192473 10:28:13 ---> c6857a06d173 10:28:13 Step 8/23 : COPY . . 10:28:13 Removing intermediate container 45fbe9f2df77 10:28:13 ---> 33e7147dfc47 10:28:14 Step 8/31 : COPY . . 10:28:14 745a02a5169b: Verifying Checksum 10:28:14 745a02a5169b: Download complete 10:28:15 00ac8860ef70: Verifying Checksum 10:28:15 00ac8860ef70: Download complete 10:28:18 Removing intermediate container 14e619f87264 10:28:18 ---> c7af554fbfdc 10:28:18 Step 8/22 : COPY . . 10:28:26 00ac8860ef70: Pull complete 10:28:26 63d7cb157983: Pull complete 10:28:26 b116817d02f9: Pull complete 10:28:30 745a02a5169b: Pull complete 10:28:30 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:28:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:28:30 ---> b7e6874047d6 10:28:30 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 10:28:32 ---> Running in 4d118b2170fe 10:28:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:28:35 (1/12) Installing libmagic (5.38-r0) 10:28:35 (2/12) Installing file (5.38-r0) 10:28:36 (3/12) Installing libc-dev (0.7.2-r3) 10:28:36 (4/12) Installing g++ (9.3.0-r2) 10:28:39 (5/12) Installing fortify-headers (1.1-r0) 10:28:39 (6/12) Installing patch (2.7.6-r6) 10:28:39 (7/12) Installing build-base (0.5-r2) 10:28:39 (8/12) Installing libsodium (1.0.18-r0) 10:28:39 (9/12) Installing pkgconf (1.7.2-r0) 10:28:40 (10/12) Installing libsodium-dev (1.0.18-r0) 10:28:40 (11/12) Installing libzmq (4.3.3-r0) 10:28:40 (12/12) Installing zeromq-dev (4.3.3-r0) 10:28:40 Executing busybox-1.31.1-r19.trigger 10:28:40 OK: 217 MiB in 51 packages 10:28:44 Removing intermediate container 4d118b2170fe 10:28:44 ---> 5e84658fbcb1 10:28:44 Step 4/6 : WORKDIR /edgex-go 10:28:44 ---> Running in d9d67d945269 10:28:44 Removing intermediate container d9d67d945269 10:28:44 ---> 31befd1983ae 10:28:44 Step 5/6 : COPY go.mod . 10:28:45 ---> 53af7063c6d9 10:28:45 Step 6/6 : RUN go mod download 10:28:45 ---> Running in 4a1ea43dc554 10:28:50 ---> 00d2b47cae9b 10:28:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:28:50 ---> Running in 93d0faccb89d 10:28:50 ---> 2979e6c5b332 10:28:50 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:28:50 ---> f30baa5cdc07 10:28:50 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:28:50 ---> d9855a3948af 10:28:50 Step 9/23 : RUN make cmd/core-data/core-data 10:28:50 ---> 9470032a123c 10:28:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:28:50 ---> Running in 0a42d97ab29a 10:28:50 ---> Running in 51e3f5fb2fde 10:28:50 ---> Running in 168f81cbe1f3 10:28:50 ---> Running in 18797936253a 10:28:50 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 10:28:50 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 10:28:50 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 10:28: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 10:28:50 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 10:29:12 Removing intermediate container 4a1ea43dc554 10:29:12 ---> 45ca64f685c1 10:29:12 Successfully built 45ca64f685c1 10:29:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:29:12 + docker inspect -f . ci-base-image-arm64 10:29:12 . [Pipeline] withDockerContainer 10:29:12 prd-ubuntu18.04-docker-arm64-4c-16g-24962 does not seem to be running inside a container 10:29:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:29:14 $ docker top 6a4bf10decff04904d426208d3567ca404c91fce27cc7b2ccb9d692f496a1d16 -eo pid,comm [Pipeline] { [Pipeline] sh 10:29:15 + go version 10:29:15 go version go1.15.5 linux/arm64 [Pipeline] } 10:29:15 $ docker stop --time=1 6a4bf10decff04904d426208d3567ca404c91fce27cc7b2ccb9d692f496a1d16 10:29:17 $ docker rm -f 6a4bf10decff04904d426208d3567ca404c91fce27cc7b2ccb9d692f496a1d16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:29:19 + docker inspect -f . ci-base-image-arm64 10:29:19 . [Pipeline] withDockerContainer 10:29:19 prd-ubuntu18.04-docker-arm64-4c-16g-24962 does not seem to be running inside a container 10:29:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:29:20 $ docker top 295ea055f41d6c1615ccd5c7db03887d89dd072dd4aba985beece219da526f9d -eo pid,comm [Pipeline] { [Pipeline] echo 10:29:21 ========================================================= 10:29:21 [edgeXBuildGoParallel] Running Tests and Build... 10:29:21 ========================================================= [Pipeline] sh 10:29:21 + make test 10:29:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:29:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:29:33 Removing intermediate container 93d0faccb89d 10:29:33 ---> 19fa890c3125 10:29:33 10:29:33 Step 10/22 : FROM alpine:3.12 10:29:33 Removing intermediate container 168f81cbe1f3 10:29:33 ---> 11908dea98ee 10:29:33 10:29:33 Step 10/31 : FROM alpine:3.12 10:29:33 Removing intermediate container 51e3f5fb2fde 10:29:33 ---> 36f31881d654 10:29:33 10:29:33 Step 10/22 : FROM alpine:3.12 10:29:33 3.12: Pulling from library/alpine 10:29:33 3.12: Pulling from library/alpine 10:29:33 3.12: Pulling from library/alpine 10:29:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:29:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:29:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:29:33 Status: Downloaded newer image for alpine:3.12 10:29:33 Status: Image is up to date for alpine:3.12 10:29:33 ---> 389fef711851 10:29:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:29:33 ---> 389fef711851 10:29:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:29:33 Status: Downloaded newer image for alpine:3.12 10:29:33 ---> 389fef711851 10:29:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:29:34 ---> Running in bb8313b3c7e7 10:29:34 ---> Running in 6ddba069dce4 10:29:34 ---> Running in 8f884a7b9d45 10:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:36 (1/1) Installing dumb-init (1.2.2-r1) 10:29:36 Executing busybox-1.31.1-r19.trigger 10:29:36 OK: 6 MiB in 15 packages 10:29:36 Removing intermediate container 8f884a7b9d45 10:29:36 ---> 59d62fa59e09 10:29:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:29:37 Removing intermediate container 0a42d97ab29a 10:29:37 ---> 8ec82e8b699e 10:29:37 10:29:37 Step 10/23 : FROM alpine:3.12 10:29:37 ---> 389fef711851 10:29:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:29:37 Removing intermediate container 18797936253a 10:29:37 ---> 55892279cb14 10:29:37 10:29:37 Step 10/23 : FROM alpine:3.12 10:29:37 ---> 389fef711851 10:29:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:29:37 ---> Running in f8a92d98b362 10:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:37 ---> Running in b1cbc694093b 10:29:37 ---> Running in 96e08eaefc7d 10:29:38 (1/2) Installing ca-certificates (20191127-r4) 10:29:38 (2/2) Installing dumb-init (1.2.2-r1) 10:29:38 Executing busybox-1.31.1-r19.trigger 10:29:38 Executing ca-certificates-20191127-r4.trigger 10:29:38 OK: 6 MiB in 16 packages 10:29:39 Removing intermediate container 96e08eaefc7d 10:29:39 ---> 4fdd1f3d02c4 10:29:39 Step 12/23 : ENV APP_PORT=48080 10:29:39 Removing intermediate container bb8313b3c7e7 10:29:39 ---> a7b953e76b7c 10:29:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:29:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:39 ---> Running in e2da3ecd586b 10:29:39 ---> Running in e29fe9d5fce3 10:29:39 (1/2) Installing dumb-init (1.2.2-r1) 10:29:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:39 (2/2) Installing su-exec (0.2-r1) 10:29:39 Executing busybox-1.31.1-r19.trigger 10:29:39 OK: 6 MiB in 16 packages 10:29:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:39 Removing intermediate container e2da3ecd586b 10:29:39 ---> 69f68d0e9a94 10:29:39 Step 13/23 : EXPOSE $APP_PORT 10:29:39 (1/1) Installing dumb-init (1.2.2-r1) 10:29:39 Executing busybox-1.31.1-r19.trigger 10:29:39 OK: 6 MiB in 15 packages 10:29:40 Removing intermediate container e29fe9d5fce3 10:29:40 ---> bfee817145c2 10:29:40 Step 13/22 : ENV APP_PORT=48085 10:29:40 ---> Running in e277a4b2fefb 10:29:40 ---> Running in d0b95ef8f08f 10:29:40 Removing intermediate container 6ddba069dce4 10:29:40 ---> bf1bb7700a1d 10:29:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:29:40 ---> Running in b74552dcc77e 10:29:40 Removing intermediate container e277a4b2fefb 10:29:40 ---> 19b2854055f0 10:29:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:29:41 Removing intermediate container d0b95ef8f08f 10:29:41 ---> 6da701c85de5 10:29:41 Step 14/22 : EXPOSE $APP_PORT 10:29:41 ---> Running in 51c3af23bd97 10:29:41 Removing intermediate container f8a92d98b362 10:29:41 ---> cbfafc3ab152 10:29:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:29:41 Removing intermediate container b74552dcc77e 10:29:41 ---> ab32dc0eb547 10:29:41 Step 13/22 : ENV APP_PORT=48060 10:29:41 Removing intermediate container b1cbc694093b 10:29:41 ---> 740b41679e69 10:29:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:29:41 ---> Running in 44b9309bdef7 10:29:41 ---> Running in 93d8703b943a 10:29:41 ---> Running in c7d335378170 10:29:41 ---> Running in c53c8645dc71 10:29:41 Removing intermediate container 44b9309bdef7 10:29:41 ---> a76f5ed1c4ae 10:29:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:41 Removing intermediate container 93d8703b943a 10:29:41 ---> 3f7f1cd20619 10:29:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:29:42 ---> Running in 664d3b04b82e 10:29:42 Removing intermediate container c53c8645dc71 10:29:42 ---> 2b371edc07de 10:29:42 Step 13/23 : ENV APP_PORT=48081 10:29:42 Removing intermediate container c7d335378170 10:29:42 ---> b2abbb3ee4f4 10:29:42 Step 14/22 : EXPOSE $APP_PORT 10:29:42 ---> Running in 04a0aab08eeb 10:29:42 ---> Running in 4271cba34862 10:29:42 ---> dc1d4581d512 10:29:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:29:42 Removing intermediate container 664d3b04b82e 10:29:42 ---> 3defe73f5b67 10:29:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:29:43 ---> Running in 935cb40a34c2 10:29:43 Removing intermediate container 04a0aab08eeb 10:29:43 ---> 87b804c7b3ca 10:29:43 Step 14/23 : EXPOSE $APP_PORT 10:29:43 Removing intermediate container 4271cba34862 10:29:43 ---> b04ab1ef3b29 10:29:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:43 ---> Running in 49622b579ec9 10:29:43 ---> 8f7ba0e125ae 10:29:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:29:43 Removing intermediate container 51c3af23bd97 10:29:43 ---> b1f21067f459 10:29:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:29:43 ---> e50fe694d128 10:29:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:29:44 ---> Running in d5aa2525f652 10:29:44 Removing intermediate container 49622b579ec9 10:29:44 ---> 11c2f0a5f273 10:29:44 Step 15/23 : WORKDIR / 10:29:44 ---> f131b67156ed 10:29:44 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:29:44 ---> 0cd98ce85ec6 10:29:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:29:44 ---> Running in 46c8d268a15a 10:29:44 ---> Running in cd0d93d37de7 10:29:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:29:44 ---> b2fbc84ef626 10:29:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:29:45 ---> Running in dd2809f30e28 10:29:45 Removing intermediate container 46c8d268a15a 10:29:45 ---> f3e6d5f326d7 10:29:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:45 Removing intermediate container cd0d93d37de7 10:29:45 ---> b02cd3751bc7 10:29:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:45 Removing intermediate container 935cb40a34c2 10:29:45 ---> 9b42bd689bf9 10:29:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:29:45 ---> Running in 11e892669c51 10:29:45 ---> Running in 2ad654d93453 10:29:45 Removing intermediate container dd2809f30e28 10:29:45 ---> 57620007ddbf 10:29:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:29:45 ---> 131ba86cada5 10:29:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:29:45 ---> Running in 0155aa2b3f7b 10:29:45 Removing intermediate container 11e892669c51 10:29:45 ---> 84ef03863196 10:29:45 Step 20/22 : LABEL arch=x86_64 10:29:45 Removing intermediate container 2ad654d93453 10:29:45 ---> a47905774a1a 10:29:45 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:29:45 ---> Running in 71f04414cf6a 10:29:46 Removing intermediate container 0155aa2b3f7b 10:29:46 ---> e8a843354f75 10:29:46 Step 20/22 : LABEL arch=x86_64 10:29:46 (1/6) Installing dumb-init (1.2.2-r1) 10:29:46 (2/6) Installing libgcc (9.3.0-r2) 10:29:46 Removing intermediate container 71f04414cf6a 10:29:46 ---> b9452d6398cd 10:29:46 Step 21/22 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:29:46 ---> Running in acd1a3fb2486 10:29:46 (3/6) Installing libsodium (1.0.18-r0) 10:29:46 ---> 7bc77afab031 10:29:46 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:29:46 ---> 9db9decab5eb 10:29:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:29:46 (4/6) Installing libstdc++ (9.3.0-r2) 10:29:46 (5/6) Installing libzmq (4.3.3-r0) 10:29:46 ---> Running in 961082567fdf 10:29:46 (6/6) Installing zeromq (4.3.3-r0) 10:29:46 ---> Running in 362d369982d9 10:29:46 Executing busybox-1.31.1-r19.trigger 10:29:46 OK: 8 MiB in 20 packages 10:29:46 ---> 4c4d5b576915 10:29:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:29:46 Removing intermediate container acd1a3fb2486 10:29:46 ---> c1af010eae34 10:29:46 Step 21/22 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:29:47 Removing intermediate container 961082567fdf 10:29:47 ---> 349d1a3ce60f 10:29:47 Step 22/22 : LABEL version=0.0.0 10:29:47 ---> Running in d55432bd6547 10:29:47 ---> Running in 85488cbce55b 10:29:47 ---> Running in 379eb748692c 10:29:47 Removing intermediate container 85488cbce55b 10:29:47 ---> 10c82bb12042 10:29:47 Step 22/22 : LABEL version=0.0.0 10:29:47 Removing intermediate container d55432bd6547 10:29:47 ---> 95cdfae29942 10:29:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:47 ---> Running in e46e37f39685 10:29:47 Removing intermediate container 379eb748692c 10:29:47 ---> 2d17bcfcc70b 10:29:47 10:29:47 Removing intermediate container d5aa2525f652 10:29:47 ---> e6e0cae6e8e1 10:29:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:47 ---> Running in d853d64ceeff 10:29:48 Successfully built 2d17bcfcc70b 10:29:48 Removing intermediate container e46e37f39685 10:29:48 ---> 16b0d0f351fc 10:29:48 10:29:48 Successfully tagged docker-support-scheduler-go:latest 10:29:48  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 10:29:48 Removing intermediate container d853d64ceeff 10:29:48 ---> 8530ef265b75 10:29:48 Step 21/23 : LABEL arch=x86_64 10:29:48 Successfully built 16b0d0f351fc 10:29:48 ---> 8016ff0e6909 10:29:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:29:48 Successfully tagged docker-support-notifications-go:latest 10:29:48 Building docker-security-proxy-setup-go 10:29:48  Building docker-support-notifications-go ... done  ---> Running in 9bfea01b2229 10:29:48 Removing intermediate container 362d369982d9 10:29:48 ---> 3143fa59286f 10:29:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:29:48 Removing intermediate container 9bfea01b2229 10:29:48 ---> cba5918e5eb7 10:29:48 Step 22/23 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:29:48 ? github.com/edgexfoundry/edgex-go [no test files] 10:29:49 ---> Running in 5d8f87062530 10:29:49 ---> 2af7cf876123 10:29:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:29:49 ---> 55f5fd80978f 10:29:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:29:49 Removing intermediate container 5d8f87062530 10:29:49 ---> 0b58045b377b 10:29:49 Step 23/23 : LABEL version=0.0.0 10:29:52 ---> Running in e1fa4c0aeb0f 10:29:52 ---> 62a0d8021fbf 10:29:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:29:52 ---> d4fc5bb7119e 10:29:52 Step 19/23 : ENTRYPOINT ["/core-data"] 10:29:54 ---> Running in 1f5ba89bdab8 10:29:54 Removing intermediate container e1fa4c0aeb0f 10:29:54 ---> 080985cb8ee6 10:29:54 10:29:54 Successfully built 080985cb8ee6 10:29:55 Successfully tagged docker-core-metadata-go:latest 10:29:55 ---> 03b060d5b993 10:29:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:29:55 Building docker-sys-mgmt-agent-go 10:29:55  Building docker-core-metadata-go ... done Removing intermediate container 1f5ba89bdab8 10:29:55 ---> 1f590d32acf3 10:29:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:29:55 ---> Running in 3861a359d0cc 10:30:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:30:07 ---> 1f11e24acdae 10:30:07 Step 3/21 : WORKDIR /edgex-go 10:30:07 ---> Using cache 10:30:07 ---> 6c9b6f2e422d 10:30:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:07 ---> Using cache 10:30:07 ---> 5a580beee64c 10:30:07 Step 5/21 : RUN apk add --update --no-cache make git 10:30:07 ---> Using cache 10:30:07 ---> eb4fb6aeccb6 10:30:07 Step 6/21 : COPY go.mod . 10:30:07 ---> Using cache 10:30:07 ---> e5b24634e8b6 10:30:07 Step 7/21 : RUN go mod download 10:30:07 ---> Using cache 10:30:07 ---> c6857a06d173 10:30:07 Step 8/21 : COPY . . 10:30:07 ---> Using cache 10:30:07 ---> 2979e6c5b332 10:30:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:30:08 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:30:08 ---> 1f11e24acdae 10:30:08 Step 3/24 : WORKDIR /edgex-go 10:30:08 ---> Using cache 10:30:08 ---> 6c9b6f2e422d 10:30:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:08 ---> Using cache 10:30:08 ---> 5a580beee64c 10:30:08 Step 5/24 : RUN apk add --update --no-cache make git 10:30:08 ---> Using cache 10:30:08 ---> eb4fb6aeccb6 10:30:08 Step 6/24 : COPY go.mod . 10:30:08 ---> Using cache 10:30:08 ---> e5b24634e8b6 10:30:08 Step 7/24 : RUN go mod download 10:30:08 ---> Using cache 10:30:08 ---> c6857a06d173 10:30:08 Step 8/24 : COPY . . 10:30:08 ---> Using cache 10:30:08 ---> 2979e6c5b332 10:30:08 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:30:08 ---> 99f8cc57a397 10:30:08 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:30:08 Removing intermediate container 3861a359d0cc 10:30:08 ---> 837e22dd2bbc 10:30:08 Step 21/23 : LABEL arch=x86_64 10:30:08 ---> Running in 739f478653c6 10:30:08 ---> Running in e6b5427e82f3 10:30:08 ---> Running in ed6470ea02c8 10:30:09 ---> 0b13c788130c 10:30:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:30:09 Removing intermediate container ed6470ea02c8 10:30:09 ---> 337d5f95bb9b 10:30:09 Step 22/23 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:30:10 ---> Running in 162e97cde9e1 10:30:11 ---> Running in e6d8164f47d9 10:30:11 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 10:30:11 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 10:30:11 Removing intermediate container 162e97cde9e1 10:30:11 ---> 2d8758737d10 10:30:11 Step 23/23 : LABEL version=0.0.0 10:30:11 ---> Running in 44b8786dcee8 10:30:11 Removing intermediate container e6d8164f47d9 10:30:11 ---> 59d57214dc31 10:30:11 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:30:12 ---> 2888a73f3c7f 10:30:12 Step 26/31 : RUN chmod +x /entrypoint.sh 10:30:12 Removing intermediate container 44b8786dcee8 10:30:12 ---> 884c77e2401f 10:30:12 10:30:13 Successfully built 884c77e2401f 10:30:13 ---> Running in 46972543bd03 10:30:13 Successfully tagged docker-core-data-go:latest 10:30:13  Building docker-core-data-go ... done Building docker-core-command-go 10:30:19 Removing intermediate container 46972543bd03 10:30:19 ---> ad848befdb9a 10:30:19 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:30:20 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:20 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:30:20 ---> 1f11e24acdae 10:30:20 Step 3/26 : WORKDIR /edgex-go 10:30:20 ---> Using cache 10:30:20 ---> 6c9b6f2e422d 10:30:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:20 ---> Using cache 10:30:20 ---> 5a580beee64c 10:30:20 Step 5/26 : RUN apk add --update --no-cache make bash git 10:30:21 ---> Running in 866478ab5daa 10:30:21 ---> Running in e7335f7050c6 10:30:21 Removing intermediate container 866478ab5daa 10:30:21 ---> 79473d9dbc32 10:30:21 Step 28/31 : CMD ["gate"] 10:30:21 ---> Running in 04a026088dff 10:30:23 Removing intermediate container 04a026088dff 10:30:23 ---> c968c536ad21 10:30:23 Step 29/31 : LABEL arch=x86_64 10:30:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:23 ---> Running in 390d265264bc 10:30:24 Removing intermediate container 390d265264bc 10:30:24 ---> c26cef1f2350 10:30:24 Step 30/31 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:30:24 OK: 233 MiB in 51 packages 10:30:24 ---> Running in 4805c36f3d2a 10:30:25 Removing intermediate container 4805c36f3d2a 10:30:25 ---> 07e8df1a2b69 10:30:25 Step 31/31 : LABEL version=0.0.0 10:30:25 ---> Running in 3ce79f536a11 10:30:26 Removing intermediate container e7335f7050c6 10:30:26 ---> a90be80fa0a7 10:30:26 Step 6/26 : COPY go.mod . 10:30:27 Removing intermediate container 3ce79f536a11 10:30:27 ---> a03bbf8ecc84 10:30:27 10:30:27 ---> 66b9c3030acf 10:30:27 Step 7/26 : RUN go mod download 10:30:27 Successfully built a03bbf8ecc84 10:30:27 Successfully tagged docker-security-bootstrapper-go:latest 10:30:27  Building docker-security-bootstrapper-go ... done  ---> Running in 3b85ac900a3d 10:30:30 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 10:30:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:30:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:30:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:30:32 ---> 1f11e24acdae 10:30:32 Step 3/23 : WORKDIR /edgex-go 10:30:32 ---> Using cache 10:30:32 ---> 6c9b6f2e422d 10:30:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:30:32 ---> Using cache 10:30:32 ---> 5a580beee64c 10:30:32 Step 5/23 : RUN apk add --update --no-cache make git 10:30:32 ---> Using cache 10:30:32 ---> eb4fb6aeccb6 10:30:32 Step 6/23 : COPY go.mod . 10:30:32 ---> Using cache 10:30:32 ---> e5b24634e8b6 10:30:32 Step 7/23 : RUN go mod download 10:30:32 ---> Using cache 10:30:32 ---> c6857a06d173 10:30:32 Step 8/23 : COPY . . 10:30:32 ---> Using cache 10:30:32 ---> 2979e6c5b332 10:30:32 Step 9/23 : RUN make cmd/core-command/core-command 10:30:32 Removing intermediate container 3b85ac900a3d 10:30:32 ---> 0155ed8243e3 10:30:32 Step 8/26 : COPY . . 10:30:32 ---> Running in a1afa7c8b542 10:30: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 10:30:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:30:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:30:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:30:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:30:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 10:30:47 Removing intermediate container 739f478653c6 10:30:47 ---> 158309421fdf 10:30:47 10:30:47 Step 10/24 : FROM alpine:3.12 10:30:47 Removing intermediate container e6b5427e82f3 10:30:47 ---> 270181ef0737 10:30:47 10:30:47 Step 10/21 : FROM alpine:3.12 10:30:47 ---> 389fef711851 10:30:47 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:30:47 ---> 389fef711851 10:30:47 Step 11/21 : RUN apk add --update --no-cache curl 10:30:47 ---> Running in 3fcb5f77198e 10:30:47 ---> Running in ed3c04573032 10:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:50 (1/4) Installing ca-certificates (20191127-r4) 10:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:30:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:30:50 (3/4) Installing libcurl (7.69.1-r3) 10:30:50 (4/4) Installing curl (7.69.1-r3) 10:30:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:30:50 Executing busybox-1.31.1-r19.trigger 10:30:50 Executing ca-certificates-20191127-r4.trigger 10:30:50 OK: 7 MiB in 18 packages 10:30:50 (1/5) Installing ca-certificates (20191127-r4) 10:30:50 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:30:50 (3/5) Installing libcurl (7.69.1-r3) 10:30:50 (4/5) Installing curl (7.69.1-r3) 10:30:50 (5/5) Installing dumb-init (1.2.2-r1) 10:30:50 Executing busybox-1.31.1-r19.trigger 10:30:50 Executing ca-certificates-20191127-r4.trigger 10:30:50 OK: 7 MiB in 19 packages 10:30:52 ---> 9089b5bdc54b 10:30:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:30:53 ---> Running in 5256a69beec7 10:30:54 Removing intermediate container 3fcb5f77198e 10:30:54 ---> 407c02ccc21c 10:30:54 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:30:54 Removing intermediate container ed3c04573032 10:30:54 ---> cdf93595d061 10:30:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:30:54 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 10:30:54 ---> Running in 51040fc118a3 10:30:54 ---> Running in 4ad453490bb2 10:30:54 Removing intermediate container 51040fc118a3 10:30:54 ---> 660a1e35512b 10:30:54 Step 13/21 : WORKDIR /edgex 10:30:54 Removing intermediate container 4ad453490bb2 10:30:54 ---> 181fb0b30943 10:30:54 Step 13/24 : WORKDIR / 10:30:54 ---> Running in 7d2b8d754b49 10:30:54 ---> Running in 458b088ef5ed 10:30:54 Removing intermediate container 7d2b8d754b49 10:30:54 ---> 9f35f97d711d 10:30:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:30:54 Removing intermediate container 458b088ef5ed 10:30:54 ---> 90f2f6689b56 10:30:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:30:55 ---> b52ea741783d 10:30:55 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:30:55 ---> 0fe4171bd9f7 10:30:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:30:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:30:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:30:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:30:55 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:30:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:30:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:30:56 ---> 71a52b763e00 10:30:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:30:59 ---> 898b67cbc809 10:30:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:30:59 ---> 3207afa3150c 10:30:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:30:59 Removing intermediate container a1afa7c8b542 10:30:59 ---> 0e3af1fae16e 10:30:59 10:30:59 Step 10/23 : FROM alpine:3.12 10:30:59 ---> 389fef711851 10:30:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:30:59 ---> Using cache 10:30:59 ---> 740b41679e69 10:30:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:30:59 ---> Using cache 10:30:59 ---> 2b371edc07de 10:30:59 Step 13/23 : ENV APP_PORT=48082 10:31:00 ---> Running in 85966481694d 10:31:00 ---> df239bb1a061 10:31:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:31:00 ---> 6043ff904061 10:31:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:31:00 ---> Running in 2dfd3e5e9972 10:31:00 Removing intermediate container 85966481694d 10:31:00 ---> 025cebaed63b 10:31:00 Step 14/23 : EXPOSE $APP_PORT 10:31:00 ---> Running in bc39cb5b356f 10:31:00 Removing intermediate container 2dfd3e5e9972 10:31:00 ---> ccbc93df6985 10:31:00 Step 18/21 : CMD ["--init=true"] 10:31:00 Removing intermediate container bc39cb5b356f 10:31:00 ---> 125b25b505ce 10:31:00 Step 15/23 : WORKDIR / 10:31:00 ---> Running in e5f4bdf6b3a7 10:31:00 ---> 8c819e461ff5 10:31:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:31:01 ---> Running in f592e235265e 10:31:01 Removing intermediate container e5f4bdf6b3a7 10:31:01 ---> 8c6863b8e1c5 10:31:01 Step 19/21 : LABEL arch=x86_64 10:31:01 ---> Running in e761277dfb5e 10:31:01 ---> d31302273908 10:31:01 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/ 10:31:01 Removing intermediate container f592e235265e 10:31:01 ---> a54e32a5c4cf 10:31:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:31:01 ---> Running in 76a071cfccd3 10:31:01 Removing intermediate container e761277dfb5e 10:31:01 ---> 085d00400ff9 10:31:01 Step 20/21 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:31:01 ---> Running in 19b4508a8f9f 10:31:02 ---> c4da2c428f4c 10:31:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:31:02 Removing intermediate container 19b4508a8f9f 10:31:02 ---> 5e789f1cfb1a 10:31:02 Step 21/21 : LABEL version=0.0.0 10:31:02 ---> Running in 46d88ef838dd 10:31:02 Removing intermediate container 46d88ef838dd 10:31:02 ---> c7a12c62075c 10:31:02 10:31:02 ---> d9b04586f66c 10:31:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:31:02 Successfully built c7a12c62075c 10:31:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:31:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:31:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:31:03 Successfully tagged docker-security-proxy-setup-go:latest 10:31:03  Building docker-security-proxy-setup-go ... done Removing intermediate container 76a071cfccd3 10:31:03 ---> 965e9485eb3c 10:31:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:31:03 ---> Running in 5a4a01f1af32 10:31:03 ---> 46c0430fbb15 10:31:03 Step 19/23 : ENTRYPOINT ["/core-command"] 10:31:03 ---> Running in 0c3632b83b57 10:31:03 Removing intermediate container 5a4a01f1af32 10:31:03 ---> 1907e5621357 10:31:03 Step 22/24 : LABEL arch=x86_64 10:31:03 Removing intermediate container 0c3632b83b57 10:31:03 ---> 07856c74cfde 10:31:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:31:03 ---> Running in 4f00d7c66fc3 10:31:04 ---> Running in 5f8c79d88845 10:31:04 Removing intermediate container 4f00d7c66fc3 10:31:04 ---> adadd1803412 10:31:04 Step 23/24 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:31:04 ---> Running in 10bd33114c68 10:31:04 Removing intermediate container 5f8c79d88845 10:31:04 ---> 57f80ba2e554 10:31:04 Step 21/23 : LABEL arch=x86_64 10:31:04 ---> Running in 8363e7d83a7a 10:31:05 Removing intermediate container 10bd33114c68 10:31:05 ---> e4c5753655e8 10:31:05 Step 24/24 : LABEL version=0.0.0 10:31:05 ---> Running in ccc2c1c8e71f 10:31:05 Removing intermediate container 8363e7d83a7a 10:31:05 ---> 5373e70fc211 10:31:05 Step 22/23 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:31:05 ---> Running in fc1a2386e810 10:31:05 Removing intermediate container ccc2c1c8e71f 10:31:05 ---> 4704c151dc0b 10:31:05 10:31:05 Successfully built 4704c151dc0b 10:31:05 Successfully tagged docker-security-secretstore-setup-go:latest 10:31:05  Building docker-security-secretstore-setup-go ... done Removing intermediate container fc1a2386e810 10:31:05 ---> 9f694a21e90a 10:31:05 Step 23/23 : LABEL version=0.0.0 10:31:05 ---> Running in c7b9d661ef00 10:31:06 Removing intermediate container c7b9d661ef00 10:31:06 ---> e8c42335a5d8 10:31:06 10:31:06 Successfully built e8c42335a5d8 10:31:06 Successfully tagged docker-core-command-go:latest 10:31:08  Building docker-core-command-go ... done Removing intermediate container 5256a69beec7 10:31:08 ---> a4a7784ad0f0 10:31:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:31:08 ---> Running in 851a4350b6c1 10:31:08 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 10:31:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.341s coverage: 46.0% of statements 10:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:31:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 10:31:09 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.166s coverage: 100.0% of statements 10:31:09 Removing intermediate container 851a4350b6c1 10:31:09 ---> 712e4c1af52b 10:31:09 10:31:09 Step 11/26 : FROM docker:20.10.0 10:31:09 20.10.0: Pulling from library/docker 10:31:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:31:15 Status: Downloaded newer image for docker:20.10.0 10:31:15 ---> aefe523efa57 10:31:15 Step 12/26 : RUN apk add --no-cache bash 10:31:15 ---> Running in 75c640490ae1 10:31:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:16 (1/2) Installing readline (8.0.4-r0) 10:31:16 (2/2) Installing bash (5.0.17-r0) 10:31:16 Executing bash-5.0.17-r0.post-install 10:31:16 Executing busybox-1.31.1-r19.trigger 10:31:16 OK: 12 MiB in 22 packages 10:31:16 Removing intermediate container 75c640490ae1 10:31:16 ---> 4539041d9ae3 10:31:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:31:16 ---> Running in 0bbdd69d94c7 10:31:17 Removing intermediate container 0bbdd69d94c7 10:31:17 ---> 8c3f81716084 10:31:17 Step 14/26 : ENV APP_PORT=48090 10:31:17 ---> Running in 79008a8e26ee 10:31:17 Removing intermediate container 79008a8e26ee 10:31:17 ---> 8c6be918ea9a 10:31:17 Step 15/26 : EXPOSE $APP_PORT 10:31:17 ---> Running in 0c9fd978ac85 10:31:17 Removing intermediate container 0c9fd978ac85 10:31:17 ---> a3b39f3ba00c 10:31:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:31:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.243s coverage: 65.8% of statements 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:31:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:31:18 ---> 3efa980a118f 10:31:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:31:18 ---> 9b9a5d6ad2fd 10:31:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:31:18 ---> ced07fbc17df 10:31:18 Step 19/26 : RUN apk --no-cache add py3-pip 10:31:18 ---> Running in 3504a07c04b0 10:31:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.793s coverage: 82.3% of statements 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 10:31:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:31:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:19 (1/33) Installing libbz2 (1.0.8-r1) 10:31:19 (2/33) Installing expat (2.2.9-r1) 10:31:19 (3/33) Installing libffi (3.3-r2) 10:31:19 (4/33) Installing gdbm (1.13-r1) 10:31:19 (5/33) Installing xz-libs (5.2.5-r0) 10:31:19 (6/33) Installing sqlite-libs (3.32.1-r0) 10:31:19 (7/33) Installing python3 (3.8.5-r0) 10:31:20 (8/33) Installing py3-appdirs (1.4.4-r1) 10:31:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:31:20 (10/33) Installing py3-parsing (2.4.7-r0) 10:31:20 (11/33) Installing py3-six (1.15.0-r0) 10:31:20 (12/33) Installing py3-packaging (20.4-r0) 10:31:20 (13/33) Installing py3-setuptools (47.0.0-r0) 10:31:20 (14/33) Installing py3-chardet (3.0.4-r4) 10:31:20 (15/33) Installing py3-idna (2.9-r0) 10:31:20 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:31:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:31:20 (18/33) Installing py3-requests (2.23.0-r0) 10:31:20 (19/33) Installing py3-msgpack (1.0.0-r0) 10:31:20 (20/33) Installing py3-lockfile (0.12.2-r3) 10:31:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:31:20 (22/33) Installing py3-colorama (0.4.3-r0) 10:31:20 (23/33) Installing py3-distlib (0.3.0-r0) 10:31:20 (24/33) Installing py3-distro (1.5.0-r1) 10:31:20 (25/33) Installing py3-webencodings (0.5.1-r3) 10:31:20 (26/33) Installing py3-html5lib (1.0.1-r4) 10:31:20 (27/33) Installing py3-pytoml (0.1.21-r0) 10:31:20 (28/33) Installing py3-pep517 (0.8.2-r0) 10:31:20 (29/33) Installing py3-progress (1.5-r0) 10:31:20 (30/33) Installing py3-toml (0.10.1-r0) 10:31:20 (31/33) Installing py3-retrying (1.3.3-r0) 10:31:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:31:20 (33/33) Installing py3-pip (20.1.1-r0) 10:31:20 Executing busybox-1.31.1-r19.trigger 10:31:20 OK: 71 MiB in 55 packages 10:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.309s coverage: 28.6% of statements 10:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.201s coverage: 100.0% of statements 10:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 10:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:31:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.369s coverage: 86.7% of statements 10:31:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:31:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:31:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:31:29 Removing intermediate container 3504a07c04b0 10:31:29 ---> 4d5f102e7080 10:31:29 Step 20/26 : RUN pip install docker-compose==1.23.2 10:31:29 ---> Running in c1cf11d939b2 10:31:30 Collecting docker-compose==1.23.2 10:31:30 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:31:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:31:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:31:30 Collecting dockerpty<0.5,>=0.4.1 10:31:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:31:31 Collecting websocket-client<1.0,>=0.32.0 10:31:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:31:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:31:31 Collecting docopt<0.7,>=0.6.1 10:31:31 Downloading docopt-0.6.2.tar.gz (25 kB) 10:31:32 Collecting texttable<0.10,>=0.9.0 10:31:32 Downloading texttable-0.9.1.tar.gz (11 kB) 10:31:32 Collecting jsonschema<3,>=2.5.1 10:31:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:31:32 Collecting cached-property<2,>=1.2.0 10:31:32 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:31:32 Collecting PyYAML<4,>=3.10 10:31:32 Downloading PyYAML-3.13.tar.gz (270 kB) 10:31:33 Collecting docker<4.0,>=3.6.0 10:31:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:31:33 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) 10:31:33 Collecting idna<2.8,>=2.5 10:31:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:31:34 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) 10:31:34 Collecting urllib3<1.25,>=1.21.1 10:31:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:31:34 Collecting docker-pycreds>=0.4.0 10:31:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:31:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:31:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:31:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:31:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:31:34 Installing collected packages: idna, urllib3, requests, dockerpty, websocket-client, docopt, texttable, jsonschema, cached-property, PyYAML, docker-pycreds, docker, docker-compose 10:31:34 Attempting uninstall: idna 10:31:34 Found existing installation: idna 2.9 10:31:34 Uninstalling idna-2.9: 10:31:34 Successfully uninstalled idna-2.9 10:31:34 Attempting uninstall: urllib3 10:31:34 Found existing installation: urllib3 1.25.9 10:31:34 Uninstalling urllib3-1.25.9: 10:31:34 Successfully uninstalled urllib3-1.25.9 10:31:34 Attempting uninstall: requests 10:31:34 Found existing installation: requests 2.23.0 10:31:34 Uninstalling requests-2.23.0: 10:31:34 Successfully uninstalled requests-2.23.0 10:31:35 Running setup.py install for dockerpty: started 10:31:35 Running setup.py install for dockerpty: finished with status 'done' 10:31:35 Running setup.py install for docopt: started 10:31:35 Running setup.py install for docopt: finished with status 'done' 10:31:35 Running setup.py install for texttable: started 10:31:36 Running setup.py install for texttable: finished with status 'done' 10:31:36 Running setup.py install for PyYAML: started 10:31:37 Running setup.py install for PyYAML: finished with status 'done' 10:31:37 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 10:31:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.397s coverage: 92.8% of statements 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:31:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:31:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.292s coverage: 0.1% of statements 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:31:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 45.5% of statements 10:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.113s coverage: 79.5% of statements 10:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements 10:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.106s coverage: 96.3% of statements 10:31:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements 10:31:40 Removing intermediate container c1cf11d939b2 10:31:40 ---> 6835364514ca 10:31:40 Step 21/26 : RUN apk --no-cache add curl 10:31:40 ---> Running in d839561dc46d 10:31:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:31:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:31:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:31:41 (2/3) Installing libcurl (7.69.1-r3) 10:31:41 (3/3) Installing curl (7.69.1-r3) 10:31:41 Executing busybox-1.31.1-r19.trigger 10:31:41 OK: 72 MiB in 58 packages 10:31:41 Removing intermediate container d839561dc46d 10:31:41 ---> 1074edf62582 10:31:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:31:41 ---> Running in 21f7f35bbf0a 10:31:41 Removing intermediate container 21f7f35bbf0a 10:31:41 ---> 3c0325f0a0d6 10:31:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:31:42 ---> Running in 703bb8ec0c34 10:31:42 Removing intermediate container 703bb8ec0c34 10:31:42 ---> 4227d80ede42 10:31:42 Step 24/26 : LABEL arch=x86_64 10:31:42 ---> Running in d5985581e942 10:31:42 Removing intermediate container d5985581e942 10:31:42 ---> 22abf75b820e 10:31:42 Step 25/26 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:31:42 ---> Running in 7f3c81b962f5 10:31:42 Removing intermediate container 7f3c81b962f5 10:31:42 ---> 512a1c36a79a 10:31:42 Step 26/26 : LABEL version=0.0.0 10:31:42 ---> Running in 17ae54f8c063 10:31:42 Removing intermediate container 17ae54f8c063 10:31:42 ---> 16ba96628af5 10:31:42 10:31:42 Successfully built 16ba96628af5 10:31:42 Successfully tagged docker-sys-mgmt-agent-go:latest 10:31:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:31:43 $ docker stop --time=1 a92d5daa967e4a15083097efdcd3e97c8c76e722755f7edee2e74f5559e08777 10:31:45 $ docker rm -f a92d5daa967e4a15083097efdcd3e97c8c76e722755f7edee2e74f5559e08777 [Pipeline] // withDockerContainer [Pipeline] sh 10:31:45 + docker images 10:31:45 + grep docker 10:31:46 docker-sys-mgmt-agent-go latest 16ba96628af5 4 seconds ago 313MB 10:31:46 docker-security-secretstore-setup-go latest 4704c151dc0b 41 seconds ago 24.6MB 10:31:46 docker-core-command-go latest e8c42335a5d8 41 seconds ago 16.9MB 10:31:46 docker-security-proxy-setup-go latest c7a12c62075c 44 seconds ago 24.4MB 10:31:46 docker-security-bootstrapper-go latest a03bbf8ecc84 About a minute ago 23.8MB 10:31:46 docker-core-data-go latest 884c77e2401f About a minute ago 22.3MB 10:31:46 docker-core-metadata-go latest 080985cb8ee6 About a minute ago 18.8MB 10:31:46 docker-support-scheduler-go latest 2d17bcfcc70b About a minute ago 17MB 10:31:46 docker-support-notifications-go latest 16b0d0f351fc About a minute ago 17.5MB 10:31:46 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 10:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.066s coverage: 94.4% of statements 10:31:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 10:32:02 Still waiting to schedule task 10:32:02 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.142s coverage: 92.9% of statements 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.142s coverage: 87.2% of statements 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.4% of statements 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.505s coverage: 63.5% of statements 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.678s coverage: 68.9% of statements 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.397s coverage: 37.0% of statements 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.658s coverage: 84.0% of statements 10:32:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.077s coverage: 100.0% of statements 10:32:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.493s coverage: 47.0% of statements 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:32:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:32:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:32:14 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.245s coverage: 90.4% of statements 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:32:14 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.273s coverage: 29.1% of statements 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.193s coverage: 99.0% of statements 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.188s coverage: 100.0% of statements 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:32:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 10:32:22 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements 10:32:23 GO111MODULE=on go vet ./... 10:32:50 Running on prd-ubuntu18.04-docker-8c-8g-24964 in /w/workspace/edgexfoundry_edgex-go_PR-3127 [Pipeline] { [Pipeline] ws 10:32:51 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 10:32:53 using credential edgex-jenkins-ssh 10:32:53 Cloning the remote Git repository 10:32:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:32:53 > git init /w/workspace/edgex-go/3 # timeout=10 10:32:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:32:53 > git --version # timeout=10 10:32:53 > git --version # 'git version 2.17.1' 10:32:53 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:32:58 Merging remotes/origin/master commit 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 into PR head commit 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:32:58 Merge succeeded, producing 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:32:58 Checking out Revision 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 (PR-3127) 10:32:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:32:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:32:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:32:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:32:58 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:58 > 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 10:32:58 > git config core.sparsecheckout # timeout=10 10:32:58 > git checkout -f 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 # timeout=10 10:32:58 > git remote # timeout=10 10:32:58 > git config --get remote.origin.url # timeout=10 10:32:58 using GIT_SSH to set credentials SSH Credentials for GitHub 10:32:58 > git merge 8244c76d4582c1e084a7074f1d4c4e33c3804ff3 # timeout=10 10:32:58 > git rev-parse HEAD^{commit} # timeout=10 10:32:58 > git config core.sparsecheckout # timeout=10 10:32:58 > git checkout -f 9f3704d12c28dfea37c4fca2cf137582fda5f6a6 # timeout=10 10:33:02 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:33:04 + echo snap-build.sh 10:33:04 snap-build.sh 10:33:04 + SNAP_BASE_DIR=. 10:33:04 + '[' '!' -z /w/workspace/edgex-go/3 ']' 10:33:04 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 10:33:04 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 10:33:04 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 10:33:04 + cd /w/workspace/edgex-go/3 10:33:04 + sudo apt-get remove -qy --purge lxd lxd-client 10:33:04 Reading package lists... 10:33:04 Building dependency tree... 10:33:04 Reading state information... 10:33:04 The following packages were automatically installed and are no longer required: 10:33:04 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:33:04 uidmap xdelta3 10:33:04 Use 'sudo apt autoremove' to remove them. 10:33:04 The following packages will be REMOVED: 10:33:04 lxd* lxd-client* 10:33:04 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:33:04 After this operation, 31.7 MB disk space will be freed. 10:33:05 (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.) 10:33:05 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 10:33:06 Removing lxd dnsmasq configuration 10:33:06 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:33:06 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:33:07 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:33:07 (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.) 10:33:07 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 10:33:09 Processing triggers for systemd (237-3ubuntu10.42) ... 10:33:09 Processing triggers for ureadahead (0.100.0-21) ... 10:33:10 + sudo snap remove --purge lxd 10:33:10 snap "lxd" is not installed 10:33:10 + sudo groupadd --force --system lxd 10:33:10 ++ whoami 10:33:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 10:33:10 + newgrp - lxd 10:33:10 + sudo snap install lxd 10:33:20 2021-02-04T10:33:18Z INFO Waiting for automatic snapd restart... 10:33:38 lxd 4.10 from Canonical* installed 10:33:38 + sudo lxd init --auto 10:33:45 gofmt -l . 10:33:45 [ "`gofmt -l .`" = "" ] 10:33:45 ./bin/test-go-mod-tidy.sh 10:33:45 ./bin/test-attribution-txt.sh 10:33:45 + sudo snap install --classic snapcraft [Pipeline] sh 10:33:47 + ls -al . 10:33:47 total 712 10:33:47 drwxrwxr-x 9 1001 1001 4096 Feb 4 10:33 . 10:33:47 drwxr-xr-x 4 root root 4096 Feb 4 10:29 .. 10:33:47 -rw-rw-r-- 1 1001 1001 11 Feb 4 10:27 .dockerignore 10:33:47 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:27 .git 10:33:47 drwxrwxr-x 3 1001 1001 4096 Feb 4 10:27 .github 10:33:47 -rw-rw-r-- 1 1001 1001 872 Feb 4 10:27 .gitignore 10:33:47 -rw-rw-r-- 1 1001 1001 166 Feb 4 10:27 .sonarcloud.properties 10:33:47 -rw-rw-r-- 1 1001 1001 7859 Feb 4 10:27 Attribution.txt 10:33:47 -rw-rw-r-- 1 1001 1001 3804 Feb 4 10:27 CONTRIBUTING.md 10:33:47 -rw-rw-r-- 1 1001 1001 931 Feb 4 10:27 Dockerfile.build 10:33:47 -rw-rw-r-- 1 1001 1001 863 Feb 4 10:27 Jenkinsfile 10:33:47 -rw-rw-r-- 1 1001 1001 10775 Feb 4 10:27 LICENSE 10:33:47 -rw-rw-r-- 1 1001 1001 6001 Feb 4 10:27 Makefile 10:33:47 -rw-rw-r-- 1 1001 1001 6524 Feb 4 10:27 README.md 10:33:47 -rw-rw-r-- 1 1001 1001 6755 Feb 4 10:27 SECURITY.md 10:33:47 -rw-rw-r-- 1 1001 1001 5 Feb 4 10:24 VERSION 10:33:47 -rw-rw-r-- 1 1001 1001 4131 Feb 4 10:27 ZMQWindows.md 10:33:47 drwxrwxr-x 2 1001 1001 4096 Feb 4 10:27 bin 10:33:47 drwxrwxr-x 15 1001 1001 4096 Feb 4 10:27 cmd 10:33:47 -rw-r--r-- 1 root root 580808 Feb 4 10:32 coverage.out 10:33:47 -rw-r--r-- 1 root root 1054 Feb 4 10:33 go.mod 10:33:47 -rw-r--r-- 1 root root 19290 Feb 4 10:33 go.sum 10:33:47 drwxrwxr-x 8 1001 1001 4096 Feb 4 10:27 internal 10:33:47 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:27 openapi 10:33:47 drwxrwxr-x 4 1001 1001 4096 Feb 4 10:27 snap 10:33:47 -rw-rw-r-- 1 1001 1001 168 Feb 4 10:27 version.go [Pipeline] sh 10:33:48 + '[' -e coverage.out ] 10:33:48 + chown 1001:1001 coverage.out [Pipeline] stash 10:33:48 Warning: overwriting stash ‘coverage-report’ 10:33:49 Stashed 1 file(s) [Pipeline] sh 10:33:49 snapcraft 4.4.4 from Canonical* installed 10:33:49 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 10:33:49 + patch --verbose -p1 10:33:49 Hmm... Looks like a unified diff to me... 10:33:49 The text leading up to this was: 10:33:49 -------------------------- 10:33:49 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 10:33:49 |From: Tony Espy 10:33:49 |Date: Wed, 16 Dec 2020 16:34:55 -0500 10:33:49 |Subject: [PATCH] optimize snap build for pipeline CI check 10:33:49 | 10:33:49 |This patch is used by the EdgeX CI pipeline builds to 10:33:49 |optimize the snap CI check run for pull requests. When 10:33:49 |applied, it essentially strips out everything (apps and 10:33:49 |parts) from the snapcraft.yaml file except those required 10:33:49 |to build edgex-go, as the whole idea of the CI check is to 10:33:49 |catch changes to edgex-go that break the snap build. 10:33:49 | 10:33:49 |In general, anyone updating snapcraft.yaml will also need 10:33:49 |to update this patch file, otherwise it may fail to apply, 10:33:49 |resulting in a failed snap build CI check in the associated 10:33:49 |pull request. 10:33:49 | 10:33:49 |Note - in addition to applying this patch, the pipeline also 10:33:49 |only primes the snap (e.g. `snapcraft prime`), as there's no 10:33:49 |need to build the finally binary .snap file (and it won't 10:33:49 |work with the patch applied). This further reduces the build 10:33:49 |time. 10:33:49 |--- 10:33:49 | snap/snapcraft.yaml | 461 +------------------------------------------- 10:33:49 | 1 file changed, 2 insertions(+), 459 deletions(-) 10:33:49 | 10:33:49 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 10:33:49 |index 1e537489..faf42425 100644 10:33:49 |--- a/snap/snapcraft.yaml 10:33:49 |+++ b/snap/snapcraft.yaml 10:33:49 -------------------------- 10:33:49 patching file snap/snapcraft.yaml 10:33:49 Using Plan A... 10:33:49 Hunk #1 succeeded at 73. 10:33:49 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 10:33:49 Hunk #3 succeeded at 214 (offset -1 lines). 10:33:49 Hunk #4 succeeded at 222 (offset -1 lines). 10:33:49 Hunk #5 succeeded at 229 (offset -1 lines). 10:33:49 Hunk #6 succeeded at 256 (offset -1 lines). 10:33:49 Hunk #7 succeeded at 290 (offset -1 lines). 10:33:49 Hunk #8 succeeded at 342. 10:33:49 Hmm... Ignoring the trailing garbage. 10:33:49 done 10:33:49 + sudo snapcraft prime --use-lxd 10:33:50 + make build 10:33:50 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 10:33:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 10:33:51 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: 10:33:51 - README.md 10:33:51 - snapcraft.yaml.orig 10:33:51 10:33:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:33:51 Launching a container. 10:34:01 Waiting for container to be ready 10:34:02 To start your first instance, try: lxc launch ubuntu:18.04 10:34:02 10:34:02 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 10:34:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 10:34:05 Waiting for network to be ready... 10:34:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:34:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 10:34:06 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:34:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 10:34:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 10:34:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 10:34:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 10:34:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 10:34:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 10:34:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 10:34:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:34:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:34:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:34:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:34:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:34:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:34:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:34:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:34:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:34:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 10:34:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 10:34:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 10:34:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 10:34:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 10:34:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 10:34:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 10:34:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 10:34:10 Fetched 23.9 MB in 4s (6212 kB/s) 10:34:10 Reading package lists... 10:34:11 Reading package lists... 10:34:11 Building dependency tree... 10:34:11 Reading state information... 10:34:11 The following additional packages will be installed: 10:34:11 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:34:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:34:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:34:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 10:34:11 Suggested packages: 10:34:11 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 10:34:11 Recommended packages: 10:34:11 gnupg libsasl2-modules 10:34:11 The following NEW packages will be installed: 10:34:11 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:34:11 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:34:11 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:34:11 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 10:34:11 The following packages will be upgraded: 10:34:11 gpg gpg-agent gpgconf libudev1 10:34:11 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 10:34:11 Need to get 3533 kB of archives. 10:34:11 After this operation, 13.3 MB of additional disk space will be used. 10:34:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 10:34:11 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 10:34:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 10:34:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 10:34:12 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 10:34:12 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 10:34:12 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 10:34:12 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 10:34:12 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 10:34:12 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 10:34:12 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 10:34:12 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 10:34:12 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 10:34:12 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 10:34:12 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 10:34:12 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 10:34:12 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 10:34:12 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 10:34:12 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 10:34:12 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 10:34:12 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 10:34:12 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 10:34:12 debconf: delaying package configuration, since apt-utils is not installed 10:34:12 Fetched 3533 kB in 1s (3215 kB/s) 10:34:12 (Reading database ... 12511 files and directories currently installed.) 10:34:12 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 10:34:12 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:34:12 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 10:34:12 Selecting previously unselected package udev. 10:34:12 (Reading database ... 12511 files and directories currently installed.) 10:34:12 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 10:34:12 Unpacking udev (237-3ubuntu10.44) ... 10:34:13 Selecting previously unselected package libfuse2:amd64. 10:34:13 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 10:34:13 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:34:13 Selecting previously unselected package fuse. 10:34:13 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 10:34:13 Unpacking fuse (2.9.7-1ubuntu1) ... 10:34:13 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 10:34:13 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:34:13 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 10:34:13 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:34:13 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 10:34:13 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:34:13 Selecting previously unselected package libksba8:amd64. 10:34:13 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 10:34:13 Unpacking libksba8:amd64 (1.3.5-2) ... 10:34:13 Selecting previously unselected package libroken18-heimdal:amd64. 10:34:13 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:13 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:34:14 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:14 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:34:14 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:14 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:34:14 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:14 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libwind0-heimdal:amd64. 10:34:14 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:14 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:34:14 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:14 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:34:14 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:14 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:34:14 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:14 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:34:14 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:34:14 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:14 Selecting previously unselected package libsasl2-modules-db:amd64. 10:34:14 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:34:14 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:34:14 Selecting previously unselected package libsasl2-2:amd64. 10:34:14 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:34:14 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:34:15 Selecting previously unselected package libldap-common. 10:34:15 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 10:34:15 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 10:34:15 Selecting previously unselected package libldap-2.4-2:amd64. 10:34:15 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 10:34:15 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 10:34:15 Selecting previously unselected package dirmngr. 10:34:15 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 10:34:15 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 10:34:15 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 10:34:15 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 10:34:15 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:34:15 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:34:15 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:34:15 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 10:34:15 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:15 Setting up libksba8:amd64 (1.3.5-2) ... 10:34:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:34:15 Setting up udev (237-3ubuntu10.44) ... 10:34:16 invoke-rc.d: policy-rc.d denied execution of start. 10:34:16 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:16 Processing triggers for systemd (237-3ubuntu10) ... 10:34:16 Setting up fuse (2.9.7-1ubuntu1) ... 10:34:16 Setting up gpg (2.2.4-1ubuntu1.3) ... 10:34:16 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:16 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:16 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:16 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:16 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:16 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:16 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:34:16 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 10:34:16 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 10:34:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:34:16 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 10:34:16 settings in the [Install] section, and DefaultInstance for template units). 10:34:16 This means they are not meant to be enabled using systemctl. 10:34:16 Possible reasons for having this kind of units are: 10:34:16 1) A unit may be statically enabled by being symlinked from another unit's 10:34:16 .wants/ or .requires/ directory. 10:34:16 2) A unit's purpose may be to act as a helper for some other unit which has 10:34:16 a requirement dependency on it. 10:34:16 3) A unit may be started when needed via activation (socket, path, timer, 10:34:16 D-Bus, udev, scripted systemctl call, ...). 10:34:16 4) In case of template units, the unit is meant to be enabled with some 10:34:16 instance name specified. 10:34:17 Reading package lists... 10:34:17 Building dependency tree... 10:34:17 Reading state information... 10:34:17 The following additional packages will be installed: 10:34:17 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 10:34:17 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 10:34:17 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 10:34:17 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 10:34:17 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 10:34:17 Suggested packages: 10:34:17 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 10:34:17 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 10:34:17 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 10:34:17 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 10:34:17 systemd-container policykit-1 10:34:17 Recommended packages: 10:34:17 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 10:34:17 The following NEW packages will be installed: 10:34:17 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 10:34:17 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 10:34:17 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 10:34:17 multiarch-support openssh-client python3 python3-minimal python3.6 10:34:17 python3.6-minimal snapd squashfs-tools sudo 10:34:17 The following packages will be upgraded: 10:34:17 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 10:34:17 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 10:34:17 Need to get 35.2 MB of archives. 10:34:17 After this operation, 141 MB of additional disk space will be used. 10:34:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 10:34:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 10:34:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 10:34:17 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 10:34:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 10:34:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 10:34:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 10:34:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 10:34:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 10:34:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 10:34:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 10:34:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 10:34:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 10:34:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 10:34:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 10:34:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 10:34:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 10:34:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 10:34:18 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 10:34:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 10:34:18 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 10:34:18 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 10:34:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 10:34:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 10:34:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 10:34:18 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 10:34:18 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 10:34:18 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 10:34:18 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 10:34:18 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 10:34:19 debconf: delaying package configuration, since apt-utils is not installed 10:34:19 Fetched 35.2 MB in 2s (16.5 MB/s) 10:34:20 (Reading database ... 12757 files and directories currently installed.) 10:34:20 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 10:34:20 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:34:20 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 10:34:20 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:34:20 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 10:34:20 (Reading database ... 12757 files and directories currently installed.) 10:34:20 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 10:34:20 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 10:34:21 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 10:34:21 (Reading database ... 12757 files and directories currently installed.) 10:34:21 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 10:34:21 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 10:34:21 Setting up apt (1.6.12ubuntu0.2) ... 10:34:21 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 10:34:21 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 10:34:22 (Reading database ... 12764 files and directories currently installed.) 10:34:22 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 10:34:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 10:34:22 Selecting previously unselected package libpython3.6-minimal:amd64. 10:34:22 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:34:22 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:34:22 Selecting previously unselected package libexpat1:amd64. 10:34:22 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 10:34:22 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:34:22 Selecting previously unselected package python3.6-minimal. 10:34:22 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:34:22 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 10:34:22 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 10:34:22 Checking for services that may need to be restarted...done. 10:34:22 Checking for services that may need to be restarted...done. 10:34:22 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:34:22 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:34:22 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 10:34:23 Selecting previously unselected package python3-minimal. 10:34:23 (Reading database ... 13012 files and directories currently installed.) 10:34:23 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 10:34:23 Unpacking python3-minimal (3.6.7-1~18.04) ... 10:34:23 Selecting previously unselected package mime-support. 10:34:23 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 10:34:23 Unpacking mime-support (3.60ubuntu1) ... 10:34:23 Selecting previously unselected package libmpdec2:amd64. 10:34:23 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 10:34:23 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:34:23 Selecting previously unselected package libpython3.6-stdlib:amd64. 10:34:23 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:34:23 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:34:24 Selecting previously unselected package python3.6. 10:34:24 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 10:34:24 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 10:34:24 Selecting previously unselected package libpython3-stdlib:amd64. 10:34:24 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 10:34:24 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:34:24 Setting up python3-minimal (3.6.7-1~18.04) ... 10:34:24 Selecting previously unselected package python3. 10:34:24 (Reading database ... 13442 files and directories currently installed.) 10:34:24 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 10:34:24 Unpacking python3 (3.6.7-1~18.04) ... 10:34:24 Selecting previously unselected package multiarch-support. 10:34:24 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 10:34:24 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 10:34:24 Setting up multiarch-support (2.27-3ubuntu1.4) ... 10:34:24 Selecting previously unselected package liblzo2-2:amd64. 10:34:24 (Reading database ... 13479 files and directories currently installed.) 10:34:24 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 10:34:24 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 10:34:25 Selecting previously unselected package libbsd0:amd64. 10:34:25 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 10:34:25 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:34:25 Selecting previously unselected package sudo. 10:34:25 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 10:34:25 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 10:34:25 Selecting previously unselected package apparmor. 10:34:25 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 10:34:25 Unpacking apparmor (2.12-4ubuntu5.1) ... 10:34:25 Selecting previously unselected package libedit2:amd64. 10:34:25 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 10:34:25 Unpacking libedit2:amd64 (3.1-20170329-1) ... 10:34:25 Selecting previously unselected package libkrb5support0:amd64. 10:34:25 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 10:34:25 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:34:25 Selecting previously unselected package libk5crypto3:amd64. 10:34:25 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 10:34:25 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:34:25 Selecting previously unselected package libkeyutils1:amd64. 10:34:25 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 10:34:25 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:34:25 Selecting previously unselected package libkrb5-3:amd64. 10:34:25 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 10:34:25 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:34:25 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:34:25 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 10:34:25 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:34:26 Selecting previously unselected package libssl1.0.0:amd64. 10:34:26 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 10:34:26 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 10:34:26 Selecting previously unselected package openssh-client. 10:34:26 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 10:34:26 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:34:26 Selecting previously unselected package squashfs-tools. 10:34:26 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 10:34:26 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:34:26 Selecting previously unselected package snapd. 10:34:26 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 10:34:26 Unpacking snapd (2.48+18.04) ... 10:34:29 Setting up libedit2:amd64 (3.1-20170329-1) ... 10:34:29 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 10:34:29 Setting up mime-support (3.60ubuntu1) ... 10:34:29 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 10:34:29 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:34:29 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:34:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:34:29 Setting up systemd (237-3ubuntu10.44) ... 10:34:29 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 10:34:29 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 10:34:30 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:34:30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:34:30 Setting up liblzo2-2:amd64 (2.08-1.2) ... 10:34:30 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 10:34:30 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:34:30 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 10:34:31 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 10:34:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:34:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:34:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:34:31 Setting up python3 (3.6.7-1~18.04) ... 10:34:31 running python rtupdate hooks for python3.6... 10:34:31 running python post-rtupdate hooks for python3.6... 10:34:31 Setting up apparmor (2.12-4ubuntu5.1) ... 10:34:32 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 10:34:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:34:33 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:34:33 Setting up snapd (2.48+18.04) ... 10:34:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 10:34:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 10:34:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 10:34:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 10:34:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:34:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:34:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 10:34:34 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 10:34:35 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 10:34:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 10:34:35 /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' 10:34:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:34:35 Processing triggers for systemd (237-3ubuntu10.44) ... 10:34:36 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:34:36 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 10:34:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:34:37 Reading package lists... 10:34:37 Reading package lists... 10:34:37 Building dependency tree... 10:34:37 Reading state information... 10:34:37 Calculating upgrade... 10:34:37 The following packages will be upgraded: 10:34:37 advancecomp base-files bash binutils binutils-common 10:34:37 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 10:34:37 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 10:34:37 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 10:34:37 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 10:34:37 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 10:34:37 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 10:34:37 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 10:34:37 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 10:34:37 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 10:34:37 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 10:34:37 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 10:34:37 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 10:34:37 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 10:34:37 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 10:34:38 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 10:34:38 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 10:34:38 Need to get 63.8 MB of archives. 10:34:38 After this operation, 5188 kB of additional disk space will be used. 10:34:38 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 10:34:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 10:34:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 10:34:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 10:34:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 10:34:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 10:34:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 10:34:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 10:34:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 10:34:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 10:34:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 10:34:39 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 10:34:39 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 10:34:39 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 10:34:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 10:34:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 10:34:39 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 10:34:39 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 10:34:39 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 10:34:39 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 10:34:39 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 10:34:39 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 10:34:39 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 10:34:39 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 10:34:39 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 10:34:39 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 10:34:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 10:34:39 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 10:34:39 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 10:34:39 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 10:34:39 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 10:34:39 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 10:34:39 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 10:34:39 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 10:34:39 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 10:34:39 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 10:34:39 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 10:34:39 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 10:34:39 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 10:34:39 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 10:34:39 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 10:34:39 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 10:34:39 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 10:34:39 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 10:34:39 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 10:34:39 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 10:34:39 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 10:34:39 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 10:34:39 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 10:34:39 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 10:34:39 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 10:34:39 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 10:34:39 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 10:34:39 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 10:34:39 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 10:34:39 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 10:34:39 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 10:34:39 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 10:34:39 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 10:34:39 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 10:34:39 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 10:34:39 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 10:34:39 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 10:34:39 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 10:34:39 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 10:34:39 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 10:34:39 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 10:34:39 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 10:34:39 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 10:34:39 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 10:34:39 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 10:34:39 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 10:34:39 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 10:34:39 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 10:34:39 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 10:34:39 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 10:34:39 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 10:34:39 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 10:34:39 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 10:34:39 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 10:34:39 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 10:34:39 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 10:34:39 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 10:34:39 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] 10:34:39 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 10:34:40 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 10:34:40 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 10:34:40 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 10:34:40 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 10:34:40 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 10:34:40 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 10:34:40 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 10:34:40 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 10:34:40 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 10:34:41 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 10:34:41 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 10:34:41 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 10:34:41 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:34:41 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 10:34:41 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 10:34:41 debconf: delaying package configuration, since apt-utils is not installed 10:34:41 Fetched 63.8 MB in 3s (19.0 MB/s) 10:34:41 (Reading database ... 13912 files and directories currently installed.) 10:34:41 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 10:34:41 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:34:42 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 10:34:42 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:34:42 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 10:34:42 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 10:34:43 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:43 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:43 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:44 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:44 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:44 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:44 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:44 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:44 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:44 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 10:34:44 (Reading database ... 13911 files and directories currently installed.) 10:34:44 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:44 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 10:34:44 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 10:34:44 (Reading database ... 13911 files and directories currently installed.) 10:34:44 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:44 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:44 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34: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 10:34:45 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:34:45 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:34:45 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 10:34:45 (Reading database ... 13911 files and directories currently installed.) 10:34:45 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 10:34:45 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:34:45 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 10:34:46 (Reading database ... 13911 files and directories currently installed.) 10:34:46 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 10:34:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 10:34:46 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 10:34:46 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 10:34:46 Setting up base-files (10.1ubuntu2.10) ... 10:34:46 Installing new version of config file /etc/issue ... 10:34:46 Installing new version of config file /etc/issue.net ... 10:34:46 Installing new version of config file /etc/lsb-release ... 10:34:46 Installing new version of config file /etc/update-motd.d/50-motd-news ... 10:34:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 10:34:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 10:34:46 Removing obsolete conffile /etc/default/motd-news ... 10:34:47 (Reading database ... 13912 files and directories currently installed.) 10:34:47 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 10:34:47 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 10:34:47 Setting up bash (4.4.18-2ubuntu1.2) ... 10:34:47 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 10:34:47 (Reading database ... 13912 files and directories currently installed.) 10:34:47 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:47 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 10:34:47 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 10:34:47 (Reading database ... 13912 files and directories currently installed.) 10:34:47 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 10:34:47 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 10:34:48 Setting up tar (1.29b-2ubuntu0.2) ... 10:34:48 (Reading database ... 13912 files and directories currently installed.) 10:34:48 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 10:34:48 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:34:48 Setting up dpkg (1.19.0.5ubuntu2.3) ... 10:34:48 (Reading database ... 13912 files and directories currently installed.) 10:34:48 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 10:34:48 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:34:48 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 10:34:48 (Reading database ... 13912 files and directories currently installed.) 10:34:48 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 10:34:48 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:34:48 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 10:34:49 (Reading database ... 13912 files and directories currently installed.) 10:34:49 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 10:34:49 Unpacking grep (3.1-2build1) over (3.1-2) ... 10:34:49 Setting up grep (3.1-2build1) ... 10:34:49 (Reading database ... 13912 files and directories currently installed.) 10:34:49 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 10:34:49 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:34:49 Setting up login (1:4.5-1ubuntu2) ... 10:34:49 (Reading database ... 13912 files and directories currently installed.) 10:34:49 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 10:34:49 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:34:49 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 10:34:49 (Reading database ... 13912 files and directories currently installed.) 10:34:49 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 10:34:49 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:34:50 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 10:34:50 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:34:50 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 10:34:50 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:34:51 Setting up perl-base (5.26.1-6ubuntu0.5) ... 10:34:51 (Reading database ... 13912 files and directories currently installed.) 10:34:51 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 10:34:51 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:34: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 10:34:52 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:34:52 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:34:52 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:34:52 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:34:52 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 10:34:52 (Reading database ... 13912 files and directories currently installed.) 10:34:52 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 10:34:52 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 10:34:53 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 10:34:53 (Reading database ... 13912 files and directories currently installed.) 10:34:53 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:53 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:34:53 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:34:53 (Reading database ... 13912 files and directories currently installed.) 10:34:53 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:53 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:34:53 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:34:53 (Reading database ... 13912 files and directories currently installed.) 10:34:53 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:53 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:34:53 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:34:53 (Reading database ... 13912 files and directories currently installed.) 10:34:53 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:54 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:34:54 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:34:54 (Reading database ... 13912 files and directories currently installed.) 10:34:54 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 10:34:54 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:34:54 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 10:34:54 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:34:54 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 10:34:54 (Reading database ... 13912 files and directories currently installed.) 10:34:54 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 10:34:54 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:34:54 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 10:34:54 (Reading database ... 13912 files and directories currently installed.) 10:34:54 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:54 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:34:54 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:34:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:34:55 (Reading database ... 13912 files and directories currently installed.) 10:34:55 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:55 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:34:55 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 10:34:55 (Reading database ... 13912 files and directories currently installed.) 10:34:55 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:55 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:34:55 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 10:34:56 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 10:34:56 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 10:34:56 (Reading database ... 13912 files and directories currently installed.) 10:34:56 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 10:34:56 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:34:56 Setting up libc-bin (2.27-3ubuntu1.4) ... 10:34:56 (Reading database ... 13912 files and directories currently installed.) 10:34:56 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 10:34:56 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:34:57 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 10:34:57 (Reading database ... 13914 files and directories currently installed.) 10:34:57 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 10:34:57 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 10:34:57 Setting up debconf (1.5.66ubuntu1) ... 10:34:57 (Reading database ... 13914 files and directories currently installed.) 10:34:57 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 10:34:57 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:34:57 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 10:34:57 (Reading database ... 13914 files and directories currently installed.) 10:34:57 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 10:34:57 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:34:57 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 10:34:58 (Reading database ... 13914 files and directories currently installed.) 10:34:58 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:34:58 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:34:58 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:34:58 (Reading database ... 13914 files and directories currently installed.) 10:34:58 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:34:58 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:34:58 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 10:34:58 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 10:34:58 (Reading database ... 13914 files and directories currently installed.) 10:34:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:34:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:34:58 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:34:58 (Reading database ... 13914 files and directories currently installed.) 10:34:58 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:34:58 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:34:59 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 10:34:59 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 10:34:59 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 10:34:59 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:34:59 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 10:34:59 (Reading database ... 13914 files and directories currently installed.) 10:34:59 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 10:34:59 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 10:34:59 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 10:34:59 (Reading database ... 13914 files and directories currently installed.) 10:34:59 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 10:34:59 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:34:59 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 10:35:00 (Reading database ... 13914 files and directories currently installed.) 10:35:00 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 10:35:00 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:35:00 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 10:35:00 (Reading database ... 13914 files and directories currently installed.) 10:35:00 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 10:35:00 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 10:35:00 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 10:35:00 (Reading database ... 13914 files and directories currently installed.) 10:35:00 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 10:35:00 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:35:00 Setting up passwd (1:4.5-1ubuntu2) ... 10:35:01 (Reading database ... 13914 files and directories currently installed.) 10:35:01 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 10:35:01 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 10:35:01 Setting up gpgv (2.2.4-1ubuntu1.3) ... 10:35:01 (Reading database ... 13914 files and directories currently installed.) 10:35:01 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 10:35:01 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 10:35:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 10:35:01 (Reading database ... 13914 files and directories currently installed.) 10:35:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 10:35:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 10:35:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 10:35:02 (Reading database ... 13914 files and directories currently installed.) 10:35:02 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 10:35:02 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 10:35:02 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 10:35:02 (Reading database ... 13914 files and directories currently installed.) 10:35:02 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 10:35:02 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 10:35:02 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 10:35:02 (Reading database ... 13914 files and directories currently installed.) 10:35:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 10:35:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 10:35:02 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 10:35:02 (Reading database ... 13914 files and directories currently installed.) 10:35:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 10:35:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 10:35:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 10:35:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 10:35:02 (Reading database ... 13915 files and directories currently installed.) 10:35:02 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:35:02 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:35:03 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:35:03 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:35:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 10:35:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 10:35:03 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 10:35:03 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 10:35:03 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 10:35:03 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 10:35:03 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 10:35:03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 10:35:03 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 10:35:03 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 10:35:03 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 10:35:03 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 10:35:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 10:35:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 10:35:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 10:35:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 10:35:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 10:35:04 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 10:35:04 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 10:35:04 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 10:35:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 10:35:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 10:35:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 10:35:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 10:35:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:35:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:35:06 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 10:35:06 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:35:06 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:35:06 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:35:06 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:35:06 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 10:35:06 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 10:35:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:06 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:07 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:07 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:35:09 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:09 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:10 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:10 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:11 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:35:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:35:11 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:35:11 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:35:11 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 10:35:11 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:35:11 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 10:35:11 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:35:11 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:35:11 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 10:35:11 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:35:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:35:11 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:35:11 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:35:12 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 10:35:12 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 10:35:12 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:12 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 10:35:12 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:12 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:12 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:12 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 10:35:12 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 10:35:12 Setting up tzdata (2021a-0ubuntu0.18.04) ... 10:35:12 10:35:12 Current default time zone: 'Etc/UTC' 10:35:12 Local time is now: Thu Feb 4 10:35:12 UTC 2021. 10:35:12 Universal Time is now: Thu Feb 4 10:35:12 UTC 2021. 10:35:12 Run 'dpkg-reconfigure tzdata' if you wish to change it. 10:35:12 10:35:12 Setting up systemd-sysv (237-3ubuntu10.44) ... 10:35:12 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:12 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 10:35:12 Setting up mount (2.31.1-0.4ubuntu3.7) ... 10:35:12 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 10:35:12 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 10:35:12 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:35:12 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 10:35:12 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 10:35:12 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 10:35:12 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:12 Setting up procps (2:3.3.12-3ubuntu1.2) ... 10:35:13 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:35:13 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 10:35:13 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:13 Setting up patch (2.7.6-2ubuntu1.1) ... 10:35:13 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:35:13 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 10:35:13 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 10:35:13 Installing new version of config file /etc/ssl/openssl.cnf ... 10:35:13 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 10:35:13 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 10:35:13 Setting up ca-certificates (20210119~18.04.1) ... [Pipeline] } 10:35:14 $ docker stop --time=1 295ea055f41d6c1615ccd5c7db03887d89dd072dd4aba985beece219da526f9d 10:35:15 Updating certificates in /etc/ssl/certs... 10:35:15 23 added, 27 removed; done. 10:35:16 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 10:35:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:35:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 10:35:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 10:35:16 Setting up pkgbinarymangler (138.18.04.1) ... 10:35:16 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:35:16 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 10:35:16 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:35:16 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:35:16 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:35:16 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:35:16 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:35:16 Setting up perl (5.26.1-6ubuntu0.5) ... 10:35:16 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 10:35:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 10:35:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:35:16 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 10:35:16 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:35:16 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 10:35:16 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 10:35:16 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 10:35:16 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 10:35:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:35:16 Processing triggers for systemd (237-3ubuntu10.44) ... 10:35:16 Processing triggers for mime-support (3.60ubuntu1) ... 10:35:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 10:35:16 Updating certificates in /etc/ssl/certs... 10:35:17 $ docker rm -f 295ea055f41d6c1615ccd5c7db03887d89dd072dd4aba985beece219da526f9d 10:35:17 0 added, 0 removed; done. 10:35:17 Running hooks in /etc/ca-certificates/update.d... 10:35:17 done. 10:35:18 Reading package lists... 10:35:18 Building dependency tree... 10:35:18 Reading state information... 10:35:18 The following NEW packages will be installed: 10:35:18 apt-transport-https 10:35:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 10:35:18 Need to get 1696 B of archives. 10:35:18 After this operation, 153 kB of additional disk space will be used. 10:35:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 10:35:18 debconf: delaying package configuration, since apt-utils is not installed [Pipeline] // withDockerContainer 10:35:18 Fetched 1696 B in 0s (38.9 kB/s) 10:35:18 Selecting previously unselected package apt-transport-https. 10:35:18 (Reading database ... 13920 files and directories currently installed.) 10:35:18 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 10:35:18 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 10:35:18 Setting up apt-transport-https (1.6.12ubuntu0.2) ... [Pipeline] } [Pipeline] // script [Pipeline] } 10:35:18 Waiting for network to be ready... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:35:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:35:19 10:35:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:35:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:35:20 latest: Pulling from edgex-devops/edgex-compose-arm64 10:35:20 29e5d40040c1: Pulling fs layer 10:35:20 1ce36da41761: Pulling fs layer 10:35:20 25b303627fd3: Pulling fs layer 10:35:21 29e5d40040c1: Download complete 10:35:21 1ce36da41761: Verifying Checksum 10:35:21 1ce36da41761: Download complete 10:35:21 29e5d40040c1: Pull complete 10:35:23 1ce36da41761: Pull complete 10:35:23 25b303627fd3: Verifying Checksum 10:35:23 25b303627fd3: Download complete 10:35:24 2021-02-04T10:35:21Z INFO Waiting for automatic snapd restart... 10:35:24 snapd 2.48.2 from Canonical* installed 10:35:25 "snapd" switched to the "latest/stable" channel 10:35:25 10:35:28 core18 20201210 from Canonical* installed 10:35:28 "core18" switched to the "latest/stable" channel 10:35:28 10:35:31 snapcraft 4.4.4 from Canonical* installed 10:35:31 "snapcraft" switched to the "latest/stable" channel 10:35:31 10:35:33 25b303627fd3: Pull complete 10:35:33 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:35:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:35:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:35:33 prd-ubuntu18.04-docker-arm64-4c-16g-24962 does not seem to be running inside a container 10:35:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:35:34 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: 10:35:34 - README.md 10:35:34 - snapcraft.yaml.orig 10:35:34 10:35:34 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:35:36 $ docker top 4e0863f30bdfe579a81e7939abe43de20f19ce639fed845f1bfec2ec1b113a17 -eo pid,comm [Pipeline] { [Pipeline] sh 10:35:38 + docker-compose build --help 10:35:38 + grep parallel 10:35:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:35:41 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:35:41 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 10:35:41 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:35:42 --parallel Build images in parallel. 10:35:42 Reading package lists... 10:35:42 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 [Pipeline] } 10:35:42 $ docker stop --time=1 4e0863f30bdfe579a81e7939abe43de20f19ce639fed845f1bfec2ec1b113a17 10:35:44 $ docker rm -f 4e0863f30bdfe579a81e7939abe43de20f19ce639fed845f1bfec2ec1b113a17 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:35:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:35:45 . [Pipeline] withDockerContainer 10:35:45 prd-ubuntu18.04-docker-arm64-4c-16g-24962 does not seem to be running inside a container 10:35:46 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:35:47 $ docker top b6512a2a1d4f6d8660f770ac4feb1a07128ffe4d5cad30f511ffe97162a09b3f -eo pid,comm [Pipeline] { [Pipeline] sh 10:35:48 + docker-compose -f ./docker-compose-build.yml build --parallel 10:35:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:35:49 Reading package lists... 10:35:49 Building dependency tree... 10:35:49 Reading state information... 10:35:49 Suggested packages: 10:35:49 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:35:49 git-gui gitk gitweb git-cvs git-mediawiki git-svn 10:35:49 Recommended packages: 10:35:49 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 10:35:49 The following NEW packages will be installed: 10:35:49 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 10:35:49 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 10:35:49 pkg-config zip 10:35:49 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 10:35:49 Need to get 7655 kB of archives. 10:35:49 After this operation, 43.7 MB of additional disk space will be used. 10:35:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 10:35:49 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 10:35:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 10:35:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 10:35:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 10:35:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 10:35:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 10:35:49 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 10:35:49 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 10:35:49 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:35:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 10:35:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 10:35:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 10:35:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 10:35:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 10:35:50 debconf: delaying package configuration, since apt-utils is not installed 10:35:50 Fetched 7655 kB in 1s (10.4 MB/s) 10:35:50 Selecting previously unselected package libglib2.0-0:amd64. 10:35:50 (Reading database ... 13924 files and directories currently installed.) 10:35:50 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 10:35:50 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 10:35:50 Selecting previously unselected package libpsl5:amd64. 10:35:50 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 10:35:50 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 10:35:50 Selecting previously unselected package libnghttp2-14:amd64. 10:35:50 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 10:35:50 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:35:50 Selecting previously unselected package librtmp1:amd64. 10:35:50 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 10:35:50 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:35:50 Selecting previously unselected package libcurl3-gnutls:amd64. 10:35:50 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 10:35:50 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:35:50 Selecting previously unselected package liberror-perl. 10:35:50 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 10:35:50 Unpacking liberror-perl (0.17025-1) ... 10:35:50 Selecting previously unselected package git-man. 10:35:50 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 10:35:50 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 10:35:50 Selecting previously unselected package git. 10:35:50 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 10:35:50 Unpacking git (1:2.17.1-1ubuntu0.7) ... 10:35:51 Selecting previously unselected package libnorm1:amd64. 10:35:51 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 10:35:51 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:35:51 Selecting previously unselected package libpgm-5.2-0:amd64. 10:35:51 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 10:35:51 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:35:51 Selecting previously unselected package libsodium23:amd64. 10:35:51 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 10:35:51 Unpacking libsodium23:amd64 (1.0.16-2) ... 10:35:51 Selecting previously unselected package libzmq5:amd64. 10:35:51 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 10:35:51 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:35:52 Selecting previously unselected package libzmq3-dev:amd64. 10:35:52 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 10:35:52 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:35:52 Selecting previously unselected package pkg-config. 10:35:52 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 10:35:52 Unpacking pkg-config (0.29.1-0ubuntu2) ... 10:35:52 Selecting previously unselected package zip. 10:35:52 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 10:35:52 Unpacking zip (3.0-11build1) ... 10:35:52 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:35:52 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 10:35:52 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:35:52 Setting up liberror-perl (0.17025-1) ... 10:35:52 Setting up libpsl5:amd64 (0.19.1-5build1) ... 10:35:52 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 10:35:52 No schema files found: doing nothing. 10:35:52 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:35:52 Setting up zip (3.0-11build1) ... 10:35:52 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:35:52 Setting up libsodium23:amd64 (1.0.16-2) ... 10:35:52 Setting up pkg-config (0.29.1-0ubuntu2) ... 10:35:52 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:35:52 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 10:35:52 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:35:52 Setting up git (1:2.17.1-1ubuntu0.7) ... 10:35:52 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:35:54 Building docker-core-command-go ... 10:35:54 Building docker-core-data-go ... 10:35:54 Building docker-core-metadata-go ... 10:35:54 Building docker-security-bootstrapper-go ... 10:35:54 Building docker-security-proxy-setup-go ... 10:35:54 Building docker-security-secretstore-setup-go ... 10:35:54 Building docker-support-notifications-go ... 10:35:54 Building docker-support-scheduler-go ... 10:35:54 Building docker-sys-mgmt-agent-go ... 10:35:54 Building docker-security-secretstore-setup-go 10:35:54 Building docker-sys-mgmt-agent-go 10:35:54 Building docker-core-metadata-go 10:35:54 Building docker-support-notifications-go 10:35:54 Building docker-security-bootstrapper-go 10:35:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:35:59 git set to automatically installed. 10:35:59 git-man set to automatically installed. 10:35:59 libcurl3-gnutls set to automatically installed. 10:35:59 liberror-perl set to automatically installed. 10:35:59 libglib2.0-0 set to automatically installed. 10:35:59 libnghttp2-14 set to automatically installed. 10:35:59 libnorm1 set to automatically installed. 10:35:59 libpgm-5.2-0 set to automatically installed. 10:35:59 libpsl5 set to automatically installed. 10:35:59 librtmp1 set to automatically installed. 10:35:59 libsodium23 set to automatically installed. 10:35:59 libzmq3-dev set to automatically installed. 10:35:59 libzmq5 set to automatically installed. 10:35:59 pkg-config set to automatically installed. 10:35:59 zip set to automatically installed. 10:36:01 snapd is not logged in, snap install commands will use sudo 10:36:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:36:08 snap "core18" has no updates available 10:36:09 Pulling config-common 10:36:09 Pulling go-build-helper 10:36:31 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:36:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:36:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:36:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 10:36:31 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:36:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:36:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:36:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:36:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:36:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:36:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:36:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 10:36:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 10:36:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 10:36:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 10:36:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 10:36:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 10:36:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 10:36:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:36:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 10:36:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 10:36:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 10:36:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 10:36:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 10:36:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 10:36:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 10:36:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 10:36:31 Fetched 23.9 MB in 0s (0 B/s) 10:36:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 10:36:31 Fetched 96.5 kB in 0s (0 B/s) 10:36:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 10:36:31 Fetched 279 kB in 0s (0 B/s) 10:36:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 10:36:31 Fetched 122 kB in 0s (0 B/s) 10:36:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 10:36:31 Fetched 77.8 kB in 0s (0 B/s) 10:36:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 10:36:31 Fetched 8848 B in 0s (0 B/s) 10:36:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 10:36:31 Fetched 47.8 kB in 0s (0 B/s) 10:36:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 10:36:31 Fetched 45.6 kB in 0s (0 B/s) 10:36:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 10:36:31 Fetched 15.0 kB in 0s (0 B/s) 10:36:31 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 10:36:31 Fetched 214 kB in 0s (0 B/s) 10:36:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 10:36:31 Fetched 155 kB in 0s (0 B/s) 10:36:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 10:36:31 Fetched 50.6 kB in 0s (0 B/s) 10:36:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 10:36:31 Fetched 14.8 kB in 0s (0 B/s) 10:36:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 10:36:31 Fetched 41.8 kB in 0s (0 B/s) 10:36:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 10:36:31 Fetched 499 kB in 0s (0 B/s) 10:36:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 10:36:31 Fetched 111 kB in 0s (0 B/s) 10:36:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 10:36:31 Fetched 240 kB in 0s (0 B/s) 10:36:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 10:36:31 Fetched 29.3 kB in 0s (0 B/s) 10:36:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 10:36:31 Fetched 85.5 kB in 0s (0 B/s) 10:36:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 10:36:31 Fetched 24.5 kB in 0s (0 B/s) 10:36:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 10:36:31 Fetched 49.2 kB in 0s (0 B/s) 10:36:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 10:36:31 Fetched 54.2 kB in 0s (0 B/s) 10:36:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 10:36:31 Fetched 30.8 kB in 0s (0 B/s) 10:36:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 10:36:31 Fetched 17.0 kB in 0s (0 B/s) 10:36:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 10:36:31 Fetched 85.9 kB in 0s (0 B/s) 10:36:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 10:36:31 Fetched 8720 B in 0s (0 B/s) 10:36:31 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 10:36:31 Fetched 137 kB in 0s (0 B/s) 10:36:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 10:36:31 Fetched 119 kB in 0s (0 B/s) 10:36:31 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 10:36:31 Fetched 109 kB in 0s (0 B/s) 10:36:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 10:36:31 Fetched 11.1 kB in 0s (0 B/s) 10:36:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 10:36:31 Fetched 645 kB in 0s (0 B/s) 10:36:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 10:36:31 Fetched 41.3 kB in 0s (0 B/s) 10:36:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 10:36:31 Fetched 17.9 kB in 0s (0 B/s) 10:36:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 10:36:31 Fetched 368 kB in 0s (0 B/s) 10:36:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 10:36:31 Fetched 187 kB in 0s (0 B/s) 10:36:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 10:36:31 Fetched 175 kB in 0s (0 B/s) 10:36:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 10:36:35 Fetched 206 kB in 0s (0 B/s) 10:36:35 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 10:36:35 Fetched 1301 kB in 0s (0 B/s) 10:36:35 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 10:36:35 Fetched 36.2 kB in 0s (0 B/s) 10:36:35 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 10:36:35 Fetched 159 kB in 0s (0 B/s) 10:36:35 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 10:36:35 Fetched 107 kB in 0s (0 B/s) 10:36:35 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 10:36:35 Fetched 48.7 kB in 0s (0 B/s) 10:36:35 Pulling static-packages 10:36:35 'go115' has dependencies that need to be staged: static-packages go-build-helper 10:36:35 Skipping pull go-build-helper (already ran) 10:36:35 Skipping pull static-packages (already ran) 10:36:35 Building go-build-helper 10:36:39 Building static-packages 10:36:41 Staging go-build-helper 10:36:42 Staging static-packages 10:36:43 Pulling go115 10:36:44 'edgex-go' has dependencies that need to be staged: go115 10:36:44 Skipping pull go115 (already ran) 10:36:44 Building go115 10:36:44 % Total % Received % Xferd Average Speed Time Time Time Current 10:36:44 Dload Upload Total Spent Left Speed 10:36:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.5M 0 0 26.0M 0 0:00:04 --:--:-- 0:00:04 25.9M 50 115M 50 58.6M 0 0 36.6M 0 0:00:03 0:00:01 0:00:02 36.6M 94 115M 94 109M 0 0 42.0M 0 0:00:02 0:00:02 --:--:-- 42.0M 100 115M 100 115M 0 0 42.2M 0 0:00:02 0:00:02 --:--:-- 42.2M 10:36:47 go1.15.2.linux-amd64.tar.gz: OK 10:36:51 Staging go115 10:36:56 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:36:56 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:36:56 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:36:56 Fetched 0 B in 0s (0 B/s) 10:36:56 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:36:56 Fetched 224 kB in 0s (0 B/s) 10:36:56 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:36:56 Fetched 157 kB in 0s (0 B/s) 10:36:56 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:36:56 Fetched 221 kB in 0s (0 B/s) 10:36:56 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:36:56 Fetched 143 kB in 0s (0 B/s) 10:36:56 Pulling edgex-go 10:36:57 Pulling version 10:36:58 Building config-common 10:37:00 Skipping build go-build-helper (already ran) 10:37:00 Skipping build static-packages (already ran) 10:37:00 Skipping build go115 (already ran) 10:37:00 Building edgex-go 10:37:00 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 10:37:02 go: downloading github.com/gorilla/mux v1.8.0 10:37:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 10:37:02 go: downloading github.com/OneOfOne/xxhash v1.2.8 10:37:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 10:37:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.20 10:37:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 10:37:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 10:37:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 10:37:02 go: downloading github.com/imdario/mergo v0.3.11 10:37:02 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 10:37:02 go: downloading github.com/pelletier/go-toml v1.2.0 10:37:02 go: downloading github.com/pkg/errors v0.8.1 10:37:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:37:02 go: downloading github.com/BurntSushi/toml v0.3.1 10:37:02 go: downloading github.com/go-kit/kit v0.8.0 10:37:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 10:37:02 go: downloading github.com/hashicorp/consul/api v1.1.0 10:37:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 10:37:02 go: downloading github.com/go-playground/validator/v10 v10.3.0 10:37:02 go: downloading github.com/google/uuid v1.2.0 10:37:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:37:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 10:37:02 go: downloading github.com/pebbe/zmq4 v1.2.2 10:37:02 go: downloading gopkg.in/yaml.v2 v2.4.0 10:37:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:37:02 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 10:37:02 go: downloading github.com/hashicorp/serf v0.8.2 10:37:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:37:02 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:37:02 go: downloading github.com/x448/float16 v0.8.4 10:37:02 go: downloading github.com/mitchellh/copystructure v1.0.0 10:37:02 go: downloading github.com/go-playground/universal-translator v0.17.0 10:37:02 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 10:37:02 go: downloading github.com/leodido/go-urn v1.2.0 10:37:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:37:02 go: downloading github.com/go-playground/locales v0.13.0 10:37:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:37:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:37:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:37:03 go: downloading github.com/hashicorp/golang-lru v0.5.0 10:37:09 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 10:37:13 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 10:37:14 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 10:37:15 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 10:37:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:37:15 go: downloading github.com/stretchr/testify v1.7.0 10:37:15 go: downloading github.com/davecgh/go-spew v1.1.1 10:37:15 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 10:37:15 go: downloading github.com/pmezard/go-difflib v1.0.0 10:37:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:37:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 10:37:15 ---> 45ca64f685c1 10:37:15 Step 3/26 : WORKDIR /edgex-go 10:37:15 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:37:15 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:37:15 ---> 45ca64f685c1 10:37:15 Step 3/31 : WORKDIR /edgex-go 10:37:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:37:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:37:15 ---> 45ca64f685c1 10:37:15 Step 3/24 : WORKDIR /edgex-go 10:37:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:37:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:37:15 ---> 45ca64f685c1 10:37:15 Step 3/23 : WORKDIR /edgex-go 10:37:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:37:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:37:15 ---> 45ca64f685c1 10:37:15 Step 3/22 : WORKDIR /edgex-go 10:37:15 ---> Running in b55bd9912ce4 10:37:15 ---> Running in b7a60e261c40 10:37:15 ---> Running in 156b4e8d5509 10:37:15 ---> Running in a246b876bd5b 10:37:15 ---> Running in fd3ededd8663 10:37:15 Removing intermediate container 156b4e8d5509 10:37:15 ---> ce3e7fc61ebd 10:37:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:37:15 Removing intermediate container b7a60e261c40 10:37:15 ---> 8ea79ddfc91f 10:37:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:37:15 ---> Running in 43b23485a4e4 10:37:15 Removing intermediate container b55bd9912ce4 10:37:15 ---> ba72b163565e 10:37:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:37:15 Removing intermediate container a246b876bd5b 10:37:15 ---> af2440fbaf42 10:37:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:37:15 Removing intermediate container fd3ededd8663 10:37:15 ---> 07a249494a6d 10:37:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:37:15 ---> Running in b2d8bacb2533 10:37:15 ---> Running in 82780aab7966 10:37:15 ---> Running in d83ae24449ad 10:37:15 ---> Running in a8b8840c6c36 10:37:15 Removing intermediate container 43b23485a4e4 10:37:15 ---> 76c83bfee289 10:37:15 Step 5/26 : RUN apk add --update --no-cache make bash git 10:37:15 ---> Running in 2915bcff9a78 10:37:15 Removing intermediate container b2d8bacb2533 10:37:15 ---> afddfa707281 10:37:15 Step 5/31 : RUN apk add --update --no-cache make git 10:37:15 ---> Running in 3896e2d80cee 10:37:15 Removing intermediate container 82780aab7966 10:37:15 ---> 55c76b0b7fb6 10:37:15 Step 5/24 : RUN apk add --update --no-cache make git 10:37:15 Removing intermediate container a8b8840c6c36 10:37:15 ---> 126e59c8ff4d 10:37:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:37:15 ---> Running in 3917b4929732 10:37:15 Removing intermediate container d83ae24449ad 10:37:15 ---> baa24f5936e0 10:37:15 Step 5/23 : RUN apk add --update --no-cache make git 10:37:15 ---> Running in ab3d28d14535 10:37:15 ---> Running in 40ffe572541f 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:37:15 OK: 217 MiB in 51 packages 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:37:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:37:16 OK: 217 MiB in 51 packages 10:37:16 OK: 217 MiB in 51 packages 10:37:17 OK: 217 MiB in 51 packages 10:37:17 OK: 217 MiB in 51 packages 10:37:17 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 10:37:17 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 10:37:17 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 10:37:17 Removing intermediate container 2915bcff9a78 10:37:17 ---> 94bdedb29f87 10:37:17 Step 6/26 : COPY go.mod . 10:37: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 10:37:18 Removing intermediate container 3896e2d80cee 10:37:18 ---> 1927976a8b78 10:37:18 Step 6/31 : COPY go.mod . 10:37:18 ---> ddd2eccc88a1 10:37:18 Step 7/26 : RUN go mod download 10:37:18 ---> Running in 7f58b9b95659 10:37:19 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 10:37:19 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 10:37:19 Removing intermediate container 3917b4929732 10:37:19 ---> 3a0c697f917e 10:37:19 Step 6/24 : COPY go.mod . 10:37:19 Removing intermediate container 40ffe572541f 10:37:19 ---> 4ab24ab1d03a 10:37:19 Step 6/23 : COPY go.mod . 10:37:19 Removing intermediate container ab3d28d14535 10:37:19 ---> 343f768f50f8 10:37:19 Step 6/22 : COPY go.mod . 10:37:19 ---> d86c9dec64ae 10:37:19 Step 7/31 : RUN go mod download 10:37:20 ---> Running in e3768931802b 10:37:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:37:20 ---> d98061002563 10:37:20 Step 7/24 : RUN go mod download 10:37:20 ---> 761d48f2c913 10:37:20 Step 7/22 : RUN go mod download 10:37:20 ---> Running in f7934df070cd 10:37:21 ---> b4a5ad190176 10:37:21 Step 7/23 : RUN go mod download 10:37:21 ---> Running in 40b8c918e5c6 10:37:21 ---> Running in 9bdc9a62d7d7 10:37:21 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 10:37:22 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 10:37:22 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 10:37:23 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 10:37:23 go: downloading github.com/lib/pq v1.9.0 10:37:23 Removing intermediate container 7f58b9b95659 10:37:23 ---> b7116cfa99b3 10:37:23 Step 8/26 : COPY . . 10:37:24 Removing intermediate container e3768931802b 10:37:24 ---> 1561f9237157 10:37:24 Step 8/31 : COPY . . 10:37:26 Building version 10:37:27 Staging config-common 10:37:28 Removing intermediate container 40b8c918e5c6 10:37:28 ---> e7d002d8f313 10:37:28 Step 8/22 : COPY . . 10:37:28 Removing intermediate container f7934df070cd 10:37:28 Removing intermediate container 9bdc9a62d7d7 10:37:28 ---> 4a1b501fb86f 10:37:28 Step 8/23 : COPY . . ---> 3a2ee72a0ff5 10:37:28 Step 8/24 : COPY . . 10:37:28 10:37:28 Skipping stage go-build-helper (already ran) 10:37:28 Skipping stage static-packages (already ran) 10:37:28 Skipping stage go115 (already ran) 10:37:28 Staging edgex-go 10:37:29 Staging version 10:37:30 Priming config-common 10:37:31 Priming go-build-helper 10:37:32 Priming static-packages 10:37:34 Priming go115 10:37:35 Priming edgex-go 10:37:36 Priming version 10:37:37 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] } 10:37:55 ---> f70324c93332 10:37:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:37:55 ---> 7d8ee5a5bc35 10:37:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:37:55 ---> 5d7e0e84db18 10:37:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 10:37:55 ---> 12cd000868c5 10:37:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:37:55 ---> 2b3b141ce8ab 10:37:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:37:55 ---> Running in c4ac039f02bb 10:37:55 ---> Running in dd52d30f2a4c 10:37:55 ---> Running in c566d252d791 10:37:55 ---> Running in e50ba8142f5a 10:37:55 ---> Running in 16b067ecf67d 10:37:56 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 10:37:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 10:37:57 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 10:37:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:37:57 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 10:39:34 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 10:39:35 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 10:39:45 Removing intermediate container 16b067ecf67d 10:39:45 ---> 78f79fd0eab6 10:39:45 10:39:45 Step 10/24 : FROM alpine:3.12 10:39:45 3.12: Pulling from library/alpine 10:39:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 10:39:46 Status: Downloaded newer image for alpine:3.12 10:39:46 ---> afeebe901d6b 10:39:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 10:39:47 ---> Running in c38cdb569bd3 10:39:48 Removing intermediate container c566d252d791 10:39:48 ---> 3a92ee97babd 10:39:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:39:49 ---> Running in 0b22ac100c57 10:39:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:39:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:39:51 (1/5) Installing ca-certificates (20191127-r4) 10:39:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 10:39:51 (3/5) Installing libcurl (7.69.1-r3) 10:39:51 (4/5) Installing curl (7.69.1-r3) 10:39:51 (5/5) Installing dumb-init (1.2.2-r1) 10:39:51 Executing busybox-1.31.1-r19.trigger 10:39:51 Executing ca-certificates-20191127-r4.trigger 10:39:51 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 10:39:51 OK: 7 MiB in 19 packages 10:39:55 Removing intermediate container c38cdb569bd3 10:39:55 ---> 9942442130fa 10:39:55 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:39:55 ---> Running in 17862902ce61 10:39:55 Removing intermediate container 17862902ce61 10:39:55 ---> 56bff3d33b30 10:39:55 Step 13/24 : WORKDIR / 10:39:55 ---> Running in ef523d79ae04 10:39:56 Removing intermediate container ef523d79ae04 10:39:56 ---> 871a1b03a894 10:39:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:39:57 Removing intermediate container 0b22ac100c57 10:39:57 ---> 7a98af47aedd 10:39:57 10:39:57 Step 11/26 : FROM docker:20.10.0 10:39:57 20.10.0: Pulling from library/docker 10:39:58 ---> 854a3de36b05 10:39:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:39:59 ---> 69aae4c139e0 10:39:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:40:02 ---> 4c9433c57dba 10:40:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:40:05 ---> 0e9a4ae70a29 10:40:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:40:06 Removing intermediate container dd52d30f2a4c 10:40:06 ---> 7fa559b4db17 10:40:06 10:40:06 Step 10/31 : FROM alpine:3.12 10:40:06 ---> afeebe901d6b 10:40:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:40:06 ---> Running in 3842cc85bb73 10:40:08 ---> 97753ea2a361 10:40:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:40:08 Removing intermediate container 3842cc85bb73 10:40:08 ---> cd7177fbcc92 10:40:08 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:40:08 ---> Running in 4b119138227e 10:40:08 Removing intermediate container c4ac039f02bb 10:40:08 ---> 0818e84e2409 10:40:08 10:40:08 Step 10/22 : FROM alpine:3.12 10:40:08 ---> afeebe901d6b 10:40:08 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:40:09 ---> Running in 6676e87a7388 10:40:09 ---> 445a1fba7462 10:40:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 10:40:10 ---> Running in 5d4df59e91af 10:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:40:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:40:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:40:12 (1/2) Installing dumb-init (1.2.2-r1) 10:40:12 (2/2) Installing su-exec (0.2-r1) 10:40:12 Executing busybox-1.31.1-r19.trigger 10:40:12 OK: 5 MiB in 16 packages 10:40:12 (1/2) Installing ca-certificates (20191127-r4) 10:40:12 (2/2) Installing dumb-init (1.2.2-r1) 10:40:12 Executing busybox-1.31.1-r19.trigger 10:40:12 Executing ca-certificates-20191127-r4.trigger 10:40:13 OK: 6 MiB in 16 packages 10:40:15 Removing intermediate container e50ba8142f5a 10:40:15 ---> 0409fd8456b5 10:40:15 10:40:15 Step 10/23 : FROM alpine:3.12 10:40:15 ---> afeebe901d6b 10:40:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:40:15 Removing intermediate container 5d4df59e91af 10:40:15 Removing intermediate container 4b119138227e 10:40:15 ---> 134f7d4bd87d 10:40:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:40:15 ---> 0448bf1d6731 10:40:15 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:40:15 ---> Running in e60300df1d9a 10:40:16 ---> Running in 1638613cb31b 10:40:16 ---> Running in 98ef9ec8603a 10:40:16 Removing intermediate container 6676e87a7388 10:40:16 ---> a87a277da6dc 10:40:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:40:16 ---> Running in 7c07b5fa22a4 10:40:16 Removing intermediate container 98ef9ec8603a 10:40:16 ---> 8fe615c9c37d 10:40:16 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:40:16 Removing intermediate container 1638613cb31b 10:40:16 ---> f524b9e193ab 10:40:16 Step 22/24 : LABEL arch=arm64 10:40:17 ---> Running in e158ab085ea4 10:40:17 ---> Running in 9395582c0684 10:40:17 Removing intermediate container 7c07b5fa22a4 10:40:17 ---> 9accee2d9e2a 10:40:17 Step 13/22 : ENV APP_PORT=48060 10:40:17 ---> Running in a46bea060ec0 10:40:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:40:17 Removing intermediate container 9395582c0684 10:40:17 ---> a8d532de32a8 10:40:17 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:40:17 Removing intermediate container e158ab085ea4 10:40:17 ---> c9b684762b59 10:40:17 Step 23/24 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:40:18 ---> Running in 3ca173ff4e1a 10:40:18 ---> Running in 3f624740bd0a 10:40:18 Removing intermediate container a46bea060ec0 10:40:18 ---> 2bb53462f1f8 10:40:18 Step 14/22 : EXPOSE $APP_PORT 10:40:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:40:18 Status: Downloaded newer image for docker:20.10.0 10:40:18 ---> eeaf43b92773 10:40:18 Step 12/26 : RUN apk add --no-cache bash 10:40:18 ---> Running in 246cfb2c7682 10:40:18 (1/1) Installing dumb-init (1.2.2-r1) 10:40:18 Executing busybox-1.31.1-r19.trigger 10:40:18 OK: 5 MiB in 15 packages 10:40:18 ---> Running in 1fb43b216dd9 10:40:19 Removing intermediate container 3f624740bd0a 10:40:19 ---> 9ce329579804 10:40:19 Step 24/24 : LABEL version=0.0.0 10:40:19 ---> Running in 6dbd526000ca 10:40:19 Removing intermediate container 246cfb2c7682 10:40:19 ---> 53ae1d8b80fd 10:40:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:40:20 Removing intermediate container 6dbd526000ca 10:40:20 ---> 9bce367e8c6c 10:40:20 10:40:20 Successfully built 9bce367e8c6c 10:40:20 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:40:20  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 10:40:20 ---> 384829c12c70 10:40:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:40:21 Removing intermediate container e60300df1d9a 10:40:21 ---> 67356e12d978 10:40:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:40:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:40:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:40:21 ---> Running in 5bbeca973777 10:40:22 (1/2) Installing readline (8.0.4-r0) 10:40:22 (2/2) Installing bash (5.0.17-r0) 10:40:22 Executing bash-5.0.17-r0.post-install 10:40:22 Executing busybox-1.31.1-r19.trigger 10:40:22 Removing intermediate container 3ca173ff4e1a 10:40:22 ---> bf0c672c5fc8 10:40:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:40:22 OK: 12 MiB in 22 packages 10:40:22 ---> Running in 19db7ee26ab4 10:40:22 Removing intermediate container 5bbeca973777 10:40:22 ---> abfa84ae98f2 10:40:22 Step 13/23 : ENV APP_PORT=48081 10:40:23 ---> Running in c9d5275ad94f 10:40:23 ---> 54f934e64429 10:40:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:40:24 Removing intermediate container 19db7ee26ab4 10:40:24 ---> 99f9fc172b82 10:40:24 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:40:24 Removing intermediate container c9d5275ad94f 10:40:24 ---> 3b33fe87f101 10:40:24 Step 14/23 : EXPOSE $APP_PORT 10:40:25 ---> 362b2e1449df 10:40:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:40:25 ---> Running in fbf723102852 10:40:25 Removing intermediate container 1fb43b216dd9 10:40:25 ---> 1efe74a8503d 10:40:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 10:40:25 ---> Running in c572c7286687 10:40:25 ---> Running in 32de3ab6f400 10:40:25 ---> 3f2b9adb3cce 10:40:25 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:40:25 ---> Running in 76a8d1b27149 10:40:25 Removing intermediate container fbf723102852 10:40:25 ---> 24556cf4675f 10:40:25 Step 15/23 : WORKDIR / 10:40:26 ---> Running in 3e000cd19dcb 10:40:26 Removing intermediate container c572c7286687 10:40:26 ---> a65aa9f97688 10:40:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:40:26 Removing intermediate container 32de3ab6f400 10:40:26 ---> 0747ae66719c 10:40:26 Step 14/26 : ENV APP_PORT=48090 10:40:26 ---> Running in aa6ed565fa82 10:40:27 ---> Running in b75839232f1c 10:40:27 Removing intermediate container 3e000cd19dcb 10:40:27 ---> 994e9f85a66e 10:40:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:40:27 Removing intermediate container aa6ed565fa82 10:40:27 ---> 787d6bf8d54c 10:40:27 Step 20/22 : LABEL arch=arm64 10:40:27 Removing intermediate container b75839232f1c 10:40:27 ---> 0bdf3f4b9344 10:40:27 Step 15/26 : EXPOSE $APP_PORT 10:40:28 ---> Running in 50ef08cf1949 10:40:28 ---> Running in e632d680287c 10:40:28 ---> 7772bfe5d10d 10:40:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:40:28 Removing intermediate container 50ef08cf1949 10:40:28 ---> 6deeb1d50b50 10:40:28 Step 21/22 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:40:29 ---> Running in 058409f36d42 10:40:29 Removing intermediate container e632d680287c 10:40:29 ---> 45325fdc1c2a 10:40:29 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:40:29 Removing intermediate container 76a8d1b27149 10:40:29 ---> 16382b8a0657 10:40:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:40:30 Removing intermediate container 058409f36d42 10:40:30 ---> cd4f78b489ee 10:40:30 Step 22/22 : LABEL version=0.0.0 10:40:30 ---> Running in f7804bcba532 10:40:30 ---> d854595d756c 10:40:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:40:31 ---> 1002fb6fd72d 10:40:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:40:31 ---> 11b6d2a548c7 10:40:31 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:40:31 Removing intermediate container f7804bcba532 10:40:31 ---> 0d8a61f70f63 10:40:31 10:40:32 Successfully built 0d8a61f70f63 10:40:32 ---> 901ef8bf8772 10:40:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:40:32 Successfully tagged docker-support-notifications-go-arm64:latest 10:40:32  Building docker-support-notifications-go ... done Building docker-core-data-go 10:40:32 ---> Running in aeae661bd36f 10:40:33 ---> 2159e1643cc8 10:40:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:40:33 ---> 02555698aa88 10:40:33 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:40:33 Removing intermediate container aeae661bd36f 10:40:33 ---> a4d32c85a61d 10:40:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:40:33 ---> Running in b96fc9cffb12 10:40:34 ---> f9120477f202 10:40:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 10:40:34 ---> 4ac7aeace96e 10:40:34 Step 19/26 : RUN apk --no-cache add py3-pip 10:40:34 Removing intermediate container b96fc9cffb12 10:40:34 ---> 098576cc4879 10:40:34 Step 21/23 : LABEL arch=arm64 10:40:35 ---> Running in 7225572d1bca 10:40:35 ---> Running in 2fec84088032 10:40:36 Removing intermediate container 2fec84088032 10:40:36 ---> a6b981d08a00 10:40:36 Step 22/23 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:40:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:40:37 ---> 9b7731bcb2ce 10:40:37 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:40:37 ---> Running in 524315e1c9e1 10:40:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:40:38 (1/33) Installing libbz2 (1.0.8-r1) 10:40:38 (2/33) Installing expat (2.2.9-r1) 10:40:38 (3/33) Installing libffi (3.3-r2) 10:40:38 (4/33) Installing gdbm (1.13-r1) 10:40:38 (5/33) Installing xz-libs (5.2.5-r0) 10:40:38 (6/33) Installing sqlite-libs (3.32.1-r0) 10:40:38 (7/33) Installing python3 (3.8.5-r0) 10:40:38 Removing intermediate container 524315e1c9e1 10:40:38 ---> ce060d31133d 10:40:38 Step 23/23 : LABEL version=0.0.0 10:40:39 ---> 5776da77a67f 10:40:39 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:40:39 ---> Running in 1b7f1e498709 10:40:40 ---> Running in 12fce41aea9d 10:40:40 (8/33) Installing py3-appdirs (1.4.4-r1) 10:40:40 (9/33) Installing py3-ordered-set (4.0.1-r0) 10:40:40 (10/33) Installing py3-parsing (2.4.7-r0) 10:40:40 (11/33) Installing py3-six (1.15.0-r0) 10:40:40 (12/33) Installing py3-packaging (20.4-r0) 10:40:40 (13/33) Installing py3-setuptools (47.0.0-r0) 10:40:40 (14/33) Installing py3-chardet (3.0.4-r4) 10:40:40 Removing intermediate container 1b7f1e498709 10:40:40 ---> 3d536fcdd7ed 10:40:40 10:40:40 (15/33) Installing py3-idna (2.9-r0) 10:40:40 (16/33) Installing py3-certifi (2020.4.5.1-r0) 10:40:40 (17/33) Installing py3-urllib3 (1.25.9-r0) 10:40:40 (18/33) Installing py3-requests (2.23.0-r0) 10:40:40 (19/33) Installing py3-msgpack (1.0.0-r0) 10:40:40 (20/33) Installing py3-lockfile (0.12.2-r3) 10:40:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 10:40:40 (22/33) Installing py3-colorama (0.4.3-r0) 10:40:40 (23/33) Installing py3-distlib (0.3.0-r0) 10:40:40 (24/33) Installing py3-distro (1.5.0-r1) 10:40:40 (25/33) Installing py3-webencodings (0.5.1-r3) 10:40:40 (26/33) Installing py3-html5lib (1.0.1-r4) 10:40:40 (27/33) Installing py3-pytoml (0.1.21-r0) 10:40:40 (28/33) Installing py3-pep517 (0.8.2-r0) 10:40:40 (29/33) Installing py3-progress (1.5-r0) 10:40:40 (30/33) Installing py3-toml (0.10.1-r0) 10:40:41 (31/33) Installing py3-retrying (1.3.3-r0) 10:40:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 10:40:41 (33/33) Installing py3-pip (20.1.1-r0) 10:40:41 Successfully built 3d536fcdd7ed 10:40:41 Successfully tagged docker-core-metadata-go-arm64:latest 10:40:41  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 10:40:41 Removing intermediate container 12fce41aea9d 10:40:41 ---> 6c1efb6cdd8d 10:40:41 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:40:41 Executing busybox-1.31.1-r19.trigger 10:40:41 OK: 71 MiB in 55 packages 10:40:42 ---> 9ab82e9dc8e7 10:40:42 Step 26/31 : RUN chmod +x /entrypoint.sh 10:40:43 ---> Running in 1baf38fee428 10:40:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:40:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:40:47 ---> 45ca64f685c1 10:40:47 Step 3/23 : WORKDIR /edgex-go 10:40:47 ---> Using cache 10:40:47 ---> 07a249494a6d 10:40:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:40:48 ---> Using cache 10:40:48 ---> baa24f5936e0 10:40:48 Step 5/23 : RUN apk add --update --no-cache make git 10:40:48 ---> Using cache 10:40:48 ---> 4ab24ab1d03a 10:40:48 Step 6/23 : COPY go.mod . 10:40:48 ---> Using cache 10:40:48 ---> b4a5ad190176 10:40:48 Step 7/23 : RUN go mod download 10:40:48 ---> Using cache 10:40:48 ---> 4a1b501fb86f 10:40:48 Step 8/23 : COPY . . 10:40:48 ---> Using cache 10:40:48 ---> 12cd000868c5 10:40:48 Step 9/23 : RUN make cmd/core-command/core-command 10:40:48 Removing intermediate container 1baf38fee428 10:40:48 ---> cf448e51de04 10:40:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:40:48 ---> Running in 3f8a9c468e68 10:40:49 ---> Running in 6087f89aa3e6 10:40:51 Removing intermediate container 6087f89aa3e6 10:40:51 ---> 83e9e57ab75d 10:40:51 Step 28/31 : CMD ["gate"] 10:40:51 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 10:40:52 ---> Running in ffc847ad4a63 10:40:52 Removing intermediate container 7225572d1bca 10:40:52 ---> 19c4c113899c 10:40:52 Step 20/26 : RUN pip install docker-compose==1.23.2 10:40:53 ---> Running in a45f42e4f788 10:40:53 Removing intermediate container ffc847ad4a63 10:40:53 ---> 91ab2f09aa9f 10:40:53 Step 29/31 : LABEL arch=arm64 10:40:54 ---> Running in 1e28669333ae 10:40:55 Removing intermediate container 1e28669333ae 10:40:55 ---> 4fcf8b32edf5 10:40:55 Step 30/31 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:40:56 ---> Running in 8c80bdfc7ba4 10:40:57 Removing intermediate container 8c80bdfc7ba4 10:40:57 ---> 87dbe3ef46db 10:40:57 Step 31/31 : LABEL version=0.0.0 10:40:57 ---> Running in 0bec6755666a 10:40:58 Removing intermediate container 0bec6755666a 10:40:58 ---> 932e06e5f0e5 10:40:58 10:40:59 Successfully built 932e06e5f0e5 10:40:59 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:40:59  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 10:41:01 Collecting docker-compose==1.23.2 10:41:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:41:02 Collecting dockerpty<0.5,>=0.4.1 10:41:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:41:06 Collecting jsonschema<3,>=2.5.1 10:41:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:41:07 Collecting docopt<0.7,>=0.6.1 10:41:07 Downloading docopt-0.6.2.tar.gz (25 kB) 10:41:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:41:10 Collecting texttable<0.10,>=0.9.0 10:41:10 Downloading texttable-0.9.1.tar.gz (11 kB) 10:41:15 Collecting PyYAML<4,>=3.10 10:41:15 Downloading PyYAML-3.13.tar.gz (270 kB) 10:41:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:41:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:41:16 ---> 45ca64f685c1 10:41:16 Step 3/23 : WORKDIR /edgex-go 10:41:16 ---> Using cache 10:41:16 ---> 07a249494a6d 10:41:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:16 ---> Using cache 10:41:16 ---> baa24f5936e0 10:41:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:41:19 ---> Running in b7384a94bb25 10:41:20 Collecting websocket-client<1.0,>=0.32.0 10:41:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 10:41:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:41:21 Collecting docker<4.0,>=3.6.0 10:41:22 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:41:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:41:23 OK: 217 MiB in 51 packages 10:41:23 Collecting cached-property<2,>=1.2.0 10:41:23 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:41:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:41:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:41:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:41:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:41:25 ---> 45ca64f685c1 10:41:25 Step 3/21 : WORKDIR /edgex-go 10:41:25 ---> Using cache 10:41:25 ---> 07a249494a6d 10:41:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:25 ---> Using cache 10:41:25 ---> baa24f5936e0 10:41:25 Step 5/21 : RUN apk add --update --no-cache make git 10:41:25 ---> Using cache 10:41:25 ---> 4ab24ab1d03a 10:41:25 Step 6/21 : COPY go.mod . 10:41:25 ---> Using cache 10:41:25 ---> b4a5ad190176 10:41:25 Step 7/21 : RUN go mod download 10:41:25 ---> Using cache 10:41:25 ---> 4a1b501fb86f 10:41:25 Step 8/21 : COPY . . 10:41:25 ---> Using cache 10:41:25 ---> 12cd000868c5 10:41:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:41:25 Removing intermediate container b7384a94bb25 10:41:25 ---> 1be9fc4d8191 10:41:25 Step 6/23 : COPY go.mod . 10:41:25 ---> Running in de2f1486250a 10:41:26 Collecting docker-pycreds>=0.4.0 10:41:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:41:26 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) 10:41:27 ---> 275d527f3500 10:41:27 Step 7/23 : RUN go mod download 10:41:27 Collecting urllib3<1.25,>=1.21.1 10:41:27 ---> Running in 62b3e872dd0d 10:41:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:41:28 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) 10:41:28 Collecting idna<2.8,>=2.5 10:41:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:41:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:41:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:41:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:41:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:41:30 Installing collected packages: dockerpty, jsonschema, docopt, texttable, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, docker-compose 10:41:30 Running setup.py install for dockerpty: started 10:41:34 Removing intermediate container 62b3e872dd0d 10:41:34 ---> 6620758f4963 10:41:34 Step 8/23 : COPY . . 10:41:34 Running setup.py install for dockerpty: finished with status 'done' 10:41:35 Running setup.py install for docopt: started 10:41:38 Running setup.py install for docopt: finished with status 'done' 10:41:38 Running setup.py install for texttable: started 10:41:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:41:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:41:39 ---> 45ca64f685c1 10:41:39 Step 3/22 : WORKDIR /edgex-go 10:41:39 ---> Using cache 10:41:39 ---> 07a249494a6d 10:41:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:41:39 ---> Using cache 10:41:39 ---> baa24f5936e0 10:41:39 Step 5/22 : RUN apk add --update --no-cache make git 10:41:39 ---> Using cache 10:41:39 ---> 4ab24ab1d03a 10:41:39 Step 6/22 : COPY go.mod . 10:41:39 ---> Using cache 10:41:39 ---> b4a5ad190176 10:41:39 Step 7/22 : RUN go mod download 10:41:39 ---> Using cache 10:41:39 ---> 4a1b501fb86f 10:41:39 Step 8/22 : COPY . . 10:41:39 ---> Using cache 10:41:39 ---> 12cd000868c5 10:41:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:41:41 ---> Running in 33a023f31afc 10:41:42 Running setup.py install for texttable: finished with status 'done' 10:41:42 Running setup.py install for PyYAML: started 10:41: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 10:41:46 Running setup.py install for PyYAML: finished with status 'done' 10:41:46 Attempting uninstall: urllib3 10:41:46 Found existing installation: urllib3 1.25.9 10:41:46 Uninstalling urllib3-1.25.9: 10:41:47 Successfully uninstalled urllib3-1.25.9 10:41:48 Attempting uninstall: idna 10:41:48 Found existing installation: idna 2.9 10:41:48 Uninstalling idna-2.9: 10:41:48 Successfully uninstalled idna-2.9 10:41:50 Attempting uninstall: requests 10:41:50 Found existing installation: requests 2.23.0 10:41:50 Uninstalling requests-2.23.0: 10:41:50 Successfully uninstalled requests-2.23.0 10:41:54 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 10:41:57 ---> 4182879f27e2 10:41:57 Step 9/23 : RUN make cmd/core-data/core-data 10:41:57 ---> Running in 6efaf423eb9b 10:42:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:42:01 Removing intermediate container a45f42e4f788 10:42:01 ---> c40879ef87f5 10:42:01 Step 21/26 : RUN apk --no-cache add curl 10:42:01 ---> Running in 99858502ba00 10:42:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:42:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:42:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 10:42:05 (2/3) Installing libcurl (7.69.1-r3) 10:42:05 (3/3) Installing curl (7.69.1-r3) 10:42:05 Executing busybox-1.31.1-r19.trigger 10:42:05 OK: 71 MiB in 58 packages 10:42:07 Removing intermediate container 99858502ba00 10:42:07 ---> 36116a172a8f 10:42:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 10:42:07 ---> Running in c241cb78911a 10:42:07 Removing intermediate container c241cb78911a 10:42:07 ---> 0aeebccd364a 10:42:07 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:08 ---> Running in 43c50a8a739c 10:42:08 Removing intermediate container 43c50a8a739c 10:42:08 ---> a4704bda57cb 10:42:08 Step 24/26 : LABEL arch=arm64 10:42:09 ---> Running in 0ed889e4fa32 10:42:09 Removing intermediate container 0ed889e4fa32 10:42:09 ---> f9ccbd980b07 10:42:09 Step 25/26 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:42:09 ---> Running in 37730dfd9a46 10:42:10 Removing intermediate container 37730dfd9a46 10:42:10 ---> dfe9563a41ec 10:42:10 Step 26/26 : LABEL version=0.0.0 10:42:11 ---> Running in 5c0e329c711f 10:42:11 Removing intermediate container 5c0e329c711f 10:42:11 ---> ef8bbf4798c4 10:42:11 10:42:12 Successfully built ef8bbf4798c4 10:42:12 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:42:34  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 3f8a9c468e68 10:42:34 ---> ca43c8c905d3 10:42:34 10:42:34 Step 10/23 : FROM alpine:3.12 10:42:34 ---> afeebe901d6b 10:42:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:42:34 ---> Using cache 10:42:34 ---> 67356e12d978 10:42:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:42:34 ---> Using cache 10:42:34 ---> abfa84ae98f2 10:42:34 Step 13/23 : ENV APP_PORT=48082 10:42:34 ---> Running in 6bbe46d0ba2d 10:42:35 Removing intermediate container 6bbe46d0ba2d 10:42:35 ---> 3bf7bea60974 10:42:35 Step 14/23 : EXPOSE $APP_PORT 10:42:35 ---> Running in 038e6484e158 10:42:36 Removing intermediate container 038e6484e158 10:42:36 ---> a75abc13fdca 10:42:36 Step 15/23 : WORKDIR / 10:42:36 ---> Running in 1f8f1845c090 10:42:37 Removing intermediate container 1f8f1845c090 10:42:37 ---> 166748148b62 10:42:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:42:38 ---> e752369a92a8 10:42:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:42:40 ---> 140c59bb97a4 10:42:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:42:41 ---> af82f556fb6b 10:42:41 Step 19/23 : ENTRYPOINT ["/core-command"] 10:42:42 ---> Running in 6f32ca972ecd 10:42:43 Removing intermediate container 6f32ca972ecd 10:42:43 ---> 2864384ce15c 10:42:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:42:43 ---> Running in 646e1320937e 10:42:44 Removing intermediate container 646e1320937e 10:42:44 ---> 8acc542464c1 10:42:44 Step 21/23 : LABEL arch=arm64 10:42:44 ---> Running in f7bbd5d1a4b0 10:42:45 Removing intermediate container f7bbd5d1a4b0 10:42:45 ---> bee52b5cd4ee 10:42:45 Step 22/23 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:42:45 ---> Running in 095494f3f2d5 10:42:46 Removing intermediate container 095494f3f2d5 10:42:46 ---> b7b427892827 10:42:46 Step 23/23 : LABEL version=0.0.0 10:42:46 ---> Running in 69d219e67b53 10:42:47 Removing intermediate container 69d219e67b53 10:42:47 ---> 6e0e6da2990a 10:42:47 10:42:47 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 10:42:47 Successfully built 6e0e6da2990a 10:42:47 Successfully tagged docker-core-command-go-arm64:latest 10:43:06  Building docker-core-command-go ... done Removing intermediate container de2f1486250a 10:43:06 ---> cc49a71d5a91 10:43:06 10:43:06 Step 10/21 : FROM alpine:3.12 10:43:06 ---> afeebe901d6b 10:43:06 Step 11/21 : RUN apk add --update --no-cache curl 10:43:06 ---> Running in f0088ae400f1 10:43:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:43:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:43:06 (1/4) Installing ca-certificates (20191127-r4) 10:43:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:43:06 (3/4) Installing libcurl (7.69.1-r3) 10:43:06 (4/4) Installing curl (7.69.1-r3) 10:43:06 Executing busybox-1.31.1-r19.trigger 10:43:06 Executing ca-certificates-20191127-r4.trigger 10:43:06 OK: 7 MiB in 18 packages 10:43:09 Removing intermediate container f0088ae400f1 10:43:09 ---> 7a16eba7d0da 10:43:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:43:09 ---> Running in 3e7fd608f747 10:43:10 Removing intermediate container 3e7fd608f747 10:43:10 ---> 8170d3d433c0 10:43:10 Step 13/21 : WORKDIR /edgex 10:43:10 ---> Running in 825f18604de9 10:43:11 Removing intermediate container 825f18604de9 10:43:11 ---> a5c7450b3ceb 10:43:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:43:12 ---> 699e682aba1a 10:43:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:43:14 ---> 2dfbcab1fb8b 10:43:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:43:15 ---> 483134bf7934 10:43:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:43:16 ---> Running in d63f7bfc453f 10:43:16 Removing intermediate container d63f7bfc453f 10:43:16 ---> bec7e96f0895 10:43:16 Step 18/21 : CMD ["--init=true"] 10:43:16 ---> Running in b826a67d6523 10:43:17 Removing intermediate container b826a67d6523 10:43:17 ---> 544046634ced 10:43:17 Step 19/21 : LABEL arch=arm64 10:43:17 ---> Running in e513e96d7f40 10:43:18 Removing intermediate container e513e96d7f40 10:43:18 ---> a7f9a69a0d05 10:43:18 Step 20/21 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:43:18 ---> Running in 057a8efab761 10:43:19 Removing intermediate container 057a8efab761 10:43:19 ---> 32550a5eda8d 10:43:19 Step 21/21 : LABEL version=0.0.0 10:43:20 ---> Running in d2609b7fd953 10:43:21 Removing intermediate container d2609b7fd953 10:43:21 ---> a142dbf24023 10:43:21 10:43:21 Successfully built a142dbf24023 10:43:21 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:43:23  Building docker-security-proxy-setup-go ... done Removing intermediate container 33a023f31afc 10:43:23 ---> ea0b6ade36e0 10:43:23 10:43:23 Step 10/22 : FROM alpine:3.12 10:43:23 ---> afeebe901d6b 10:43:23 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:43:23 ---> Using cache 10:43:23 ---> 67356e12d978 10:43:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:43:23 ---> Using cache 10:43:23 ---> abfa84ae98f2 10:43:23 Step 13/22 : ENV APP_PORT=48085 10:43:23 ---> Running in 34e69645b29b 10:43:24 Removing intermediate container 34e69645b29b 10:43:24 ---> 267c5dc2d40a 10:43:24 Step 14/22 : EXPOSE $APP_PORT 10:43:24 ---> Running in ac71f51bc584 10:43:25 Removing intermediate container ac71f51bc584 10:43:25 ---> 8b4b5e671a05 10:43:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:43:25 ---> f4b960b63a49 10:43:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:43:27 ---> 7322fb58ec74 10:43:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:43:28 ---> 1b9dc4da42af 10:43:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:43:28 ---> Running in 03a71848770b 10:43:29 Removing intermediate container 03a71848770b 10:43:29 ---> f7bc1bb87d99 10:43:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:43:29 ---> Running in 956f441079c5 10:43:29 Removing intermediate container 956f441079c5 10:43:29 ---> ab2ad0841976 10:43:29 Step 20/22 : LABEL arch=arm64 10:43:30 ---> Running in 543a9a602b6c 10:43:30 Removing intermediate container 543a9a602b6c 10:43:30 ---> 1c6b8ea9a965 10:43:30 Step 21/22 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:43:30 ---> Running in 190c1ea71ac8 10:43:31 Removing intermediate container 190c1ea71ac8 10:43:31 ---> 890644766274 10:43:31 Step 22/22 : LABEL version=0.0.0 10:43:31 ---> Running in a25ee882e8ea 10:43:31 Removing intermediate container a25ee882e8ea 10:43:31 ---> d8ce201e0663 10:43:31 10:43:32 Successfully built d8ce201e0663 10:43:32 Successfully tagged docker-support-scheduler-go-arm64:latest 10:43:37  Building docker-support-scheduler-go ... done Removing intermediate container 6efaf423eb9b 10:43:37 ---> 0aaf6b77be1b 10:43:37 10:43:37 Step 10/23 : FROM alpine:3.12 10:43:37 ---> afeebe901d6b 10:43:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:43:37 ---> Running in e6ff67e90b82 10:43:37 Removing intermediate container e6ff67e90b82 10:43:37 ---> 0ddb48a95cf8 10:43:37 Step 12/23 : ENV APP_PORT=48080 10:43:37 ---> Running in e2184da551c2 10:43:38 Removing intermediate container e2184da551c2 10:43:38 ---> 85bdd22a4b68 10:43:38 Step 13/23 : EXPOSE $APP_PORT 10:43:38 ---> Running in e4be07719ddd 10:43:39 Removing intermediate container e4be07719ddd 10:43:39 ---> 42b4f4539987 10:43:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:43:39 ---> Running in dcd1b5ccc84a 10:43:42 Removing intermediate container dcd1b5ccc84a 10:43:42 ---> e6751e28e745 10:43:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:43:42 ---> Running in 0ee907e7727d 10:43:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:43:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:43:44 (1/6) Installing dumb-init (1.2.2-r1) 10:43:44 (2/6) Installing libgcc (9.3.0-r2) 10:43:44 (3/6) Installing libsodium (1.0.18-r0) 10:43:44 (4/6) Installing libstdc++ (9.3.0-r2) 10:43:44 (5/6) Installing libzmq (4.3.3-r0) 10:43:45 (6/6) Installing zeromq (4.3.3-r0) 10:43:45 Executing busybox-1.31.1-r19.trigger 10:43:45 OK: 8 MiB in 20 packages 10:43:46 Removing intermediate container 0ee907e7727d 10:43:46 ---> c0b8b34bb805 10:43:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:43:47 ---> f8043722b682 10:43:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:43:48 ---> 3a80bdfcf414 10:43:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:43:49 ---> cc774be68c78 10:43:49 Step 19/23 : ENTRYPOINT ["/core-data"] 10:43:49 ---> Running in 558daedeedaf 10:43:49 Removing intermediate container 558daedeedaf 10:43:49 ---> e6c3ec80cc4b 10:43:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:43:49 ---> Running in 8bbd20544867 10:43:50 Removing intermediate container 8bbd20544867 10:43:50 ---> 29fe4caa23cf 10:43:50 Step 21/23 : LABEL arch=arm64 10:43:50 ---> Running in 09b19ec4f873 10:43:51 Removing intermediate container 09b19ec4f873 10:43:51 ---> cb21b213afeb 10:43:51 Step 22/23 : LABEL git_sha=9f3704d12c28dfea37c4fca2cf137582fda5f6a6 10:43:51 ---> Running in f9ec631bc28b 10:43:51 Removing intermediate container f9ec631bc28b 10:43:51 ---> 752a9b7b2223 10:43:51 Step 23/23 : LABEL version=0.0.0 10:43:51 ---> Running in 20ec43259ed3 10:43:52 Removing intermediate container 20ec43259ed3 10:43:52 ---> b1e7d7b06da0 10:43:52 10:43:52 Successfully built b1e7d7b06da0 10:43:52 Successfully tagged docker-core-data-go-arm64:latest 10:43:53  Building docker-core-data-go ... done  [Pipeline] } 10:43:53 $ docker stop --time=1 b6512a2a1d4f6d8660f770ac4feb1a07128ffe4d5cad30f511ffe97162a09b3f 10:43:55 $ docker rm -f b6512a2a1d4f6d8660f770ac4feb1a07128ffe4d5cad30f511ffe97162a09b3f [Pipeline] // withDockerContainer [Pipeline] sh 10:43:56 + docker+ images 10:43:56 grep docker 10:43:56 docker-core-data-go-arm64 latest b1e7d7b06da0 5 seconds ago 21MB 10:43:56 docker-support-scheduler-go-arm64 latest d8ce201e0663 25 seconds ago 16.1MB 10:43:56 docker-security-proxy-setup-go-arm64 latest a142dbf24023 36 seconds ago 23.2MB 10:43:56 docker-core-command-go-arm64 latest 6e0e6da2990a About a minute ago 16MB 10:43:56 docker-sys-mgmt-agent-go-arm64 latest ef8bbf4798c4 About a minute ago 300MB 10:43:56 docker-security-bootstrapper-go-arm64 latest 932e06e5f0e5 2 minutes ago 22.6MB 10:43:56 docker-core-metadata-go-arm64 latest 3d536fcdd7ed 3 minutes ago 17.7MB 10:43:56 docker-support-notifications-go-arm64 latest 0d8a61f70f63 3 minutes ago 16.7MB 10:43:56 docker-security-secretstore-setup-go-arm64 latest 9bce367e8c6c 3 minutes ago 23.4MB 10:43:56 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 10:43:59 provisioning config files... 10:43:59 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4234727976088577227tmp [Pipeline] { [Pipeline] sh 10:43:59 + set +x 10:43:59 + curl -s https://codecov.io/bash 10:43:59 + bash -s -- 10:43:59 10:43:59 _____ _ 10:43:59 / ____| | | 10:43:59 | | ___ __| | ___ ___ _____ __ 10:43:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:43:59 | |___| (_) | (_| | __/ (_| (_) \ V / 10:43:59 \_____\___/ \__,_|\___|\___\___/ \_/ 10:43:59 Bash-20210129-7c25fce 10:43:59 10:43:59 10:43:59 ==> git version 2.24.3 found 10:44:00 ==> 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 10:44:00 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:44:00 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:44:00 ==> Jenkins CI detected. 10:44:00 project root: . 10:44:00 --> token set from env 10:44:00 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:44:00 ==> Running gcov in . (disable via -X gcov) 10:44:00 ==> Python coveragepy not found 10:44:00 ==> Searching for coverage reports in: 10:44:00 + . 10:44:00 -> Found 1 reports 10:44:00 ==> Detecting git/mercurial file structure 10:44:00 ==> Reading reports 10:44:00 + ./coverage.out bytes=580808 10:44:00 ==> Appending adjustments 10:44:00 https://docs.codecov.io/docs/fixing-reports 10:44:03 + Found adjustments 10:44:03 ==> Gzipping contents 10:44:03 88K /tmp/codecov.7ChjOO.gz 10:44:03 ==> Uploading reports 10:44:03 url: https://codecov.io 10:44:03 query: branch=PR-3127&commit=9f3704d12c28dfea37c4fca2cf137582fda5f6a6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3127%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3127&job=&cmd_args= 10:44:03 -> Pinging Codecov 10:44:03 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3127&commit=9f3704d12c28dfea37c4fca2cf137582fda5f6a6&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3127%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3127&job=&cmd_args= 10:44:03 -> Uploading to 10:44:03 https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/9f3704d12c28dfea37c4fca2cf137582fda5f6a6/1f78229a-a770-4d8d-8451-16feb59d687c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T104403Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=270e0bf739295e17a614e2a93520ae7882a004a6161f2b1bdca48403a3f57e0a 10:44:03 % Total % Received % Xferd Average Speed Time Time Time Current 10:44:03 Dload Upload Total Spent Left Speed 10:44:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87772 0 0 100 87772 0 164k --:--:-- --:--:-- --:--:-- 164k 10:44:04 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9f3704d12c28dfea37c4fca2cf137582fda5f6a6 [Pipeline] } 10:44:04 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 10:44:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:44:08 ---> package-listing.sh 10:44:08 ++ facter osfamily 10:44:08 ++ tr '[:upper:]' '[:lower:]' 10:44:08 + OS_FAMILY=redhat 10:44:08 + workspace=/w/workspace/edgex-go/3 10:44:08 + START_PACKAGES=/tmp/packages_start.txt 10:44:08 + END_PACKAGES=/tmp/packages_end.txt 10:44:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:44:08 + PACKAGES=/tmp/packages_start.txt 10:44:08 + '[' /w/workspace/edgex-go/3 ']' 10:44:08 + PACKAGES=/tmp/packages_end.txt 10:44:08 + case "${OS_FAMILY}" in 10:44:08 + rpm -qa 10:44:08 + sort 10:44:14 + '[' -f /tmp/packages_start.txt ']' 10:44:14 + '[' -f /tmp/packages_end.txt ']' 10:44:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:44:14 + '[' /w/workspace/edgex-go/3 ']' 10:44:14 + mkdir -p /w/workspace/edgex-go/3/archives/ 10:44:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 10:44:14 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:44:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:44:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:44:14 10:44:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:44:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:44:15 alpine: Pulling from edgex-lftools-log-publisher 10:44:15 df20fa9351a1: Pulling fs layer 10:44:15 36b3adc4ff6f: Pulling fs layer 10:44:15 8ad3a11d3b57: Pulling fs layer 10:44:15 46f8f816bc3b: Pulling fs layer 10:44:15 93b61091891f: Pulling fs layer 10:44:15 93b9cdb0e59b: Pulling fs layer 10:44:15 5e14af77c1be: Pulling fs layer 10:44:15 01666e4c0597: Pulling fs layer 10:44:15 aa168da1d23b: Pulling fs layer 10:44:15 93b61091891f: Waiting 10:44:15 93b9cdb0e59b: Waiting 10:44:15 5e14af77c1be: Waiting 10:44:15 01666e4c0597: Waiting 10:44:15 aa168da1d23b: Waiting 10:44:15 46f8f816bc3b: Waiting 10:44:15 36b3adc4ff6f: Verifying Checksum 10:44:15 36b3adc4ff6f: Download complete 10:44:15 46f8f816bc3b: Verifying Checksum 10:44:15 46f8f816bc3b: Download complete 10:44:15 df20fa9351a1: Verifying Checksum 10:44:15 df20fa9351a1: Download complete 10:44:15 93b9cdb0e59b: Verifying Checksum 10:44:15 93b9cdb0e59b: Download complete 10:44:15 5e14af77c1be: Verifying Checksum 10:44:15 5e14af77c1be: Download complete 10:44:15 01666e4c0597: Verifying Checksum 10:44:15 01666e4c0597: Download complete 10:44:15 93b61091891f: Verifying Checksum 10:44:15 93b61091891f: Download complete 10:44:15 df20fa9351a1: Pull complete 10:44:15 36b3adc4ff6f: Pull complete 10:44:16 8ad3a11d3b57: Verifying Checksum 10:44:16 8ad3a11d3b57: Download complete 10:44:17 8ad3a11d3b57: Pull complete 10:44:17 aa168da1d23b: Verifying Checksum 10:44:17 aa168da1d23b: Download complete 10:44:18 46f8f816bc3b: Pull complete 10:44:19 93b61091891f: Pull complete 10:44:19 93b9cdb0e59b: Pull complete 10:44:19 5e14af77c1be: Pull complete 10:44:19 01666e4c0597: Pull complete 10:44:28 aa168da1d23b: Pull complete 10:44:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:44:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:44:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:44:28 prd-centos7-docker-4c-2g-24956 does not seem to be running inside a container 10:44:28 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:44:32 $ docker top d10fccdf12ecfeb77324c9e41cb66ef6ff255bc6e38a856c8a898a5d208f0825 -eo pid,comm [Pipeline] { [Pipeline] sh 10:44:33 + touch /tmp/pre-build-complete [Pipeline] sh 10:44:33 + mkdir -p /var/log/sa [Pipeline] sh 10:44:34 + ls /var/log/sa-host 10:44:34 + sadf -c /var/log/sa-host/sa04 10:44:34 file_magic: OK 10:44:34 HZ: Using current value: 100 10:44:34 file_header: OK 10:44:34 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 10:44:34 Statistics: 10:44:34 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... 10:44:34 File successfully converted to sysstat format version 12.2.1 10:44:34 + sadf -c /var/log/sa-host/sa23 10:44:34 file_magic: OK 10:44:34 HZ: Using current value: 100 10:44:34 file_header: OK 10:44:34 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 10:44:34 Statistics: 10:44:34 Hnuu...uuuununununu... 10:44:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:44:34 provisioning config files... 10:44:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5361370943117551800tmp [Pipeline] { [Pipeline] echo 10:44:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:44:34 ---> create-netrc.sh [Pipeline] } 10:44:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:44:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:44:35 ---> python-tools-install.sh [Pipeline] echo 10:44:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:44:35 ---> sudo-logs.sh 10:44:35 Archiving 'sudo' log.. [Pipeline] echo 10:44:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:44:35 ---> job-cost.sh 10:44:35 lf-activate-venv: SKIPPING 10:44:35 INFO: No Stack... 10:44:36 INFO: Retrieving Pricing Info for: v1-standard-2 10:44:37 INFO: Archiving Costs [Pipeline] echo 10:44:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:44:37 ---> logs-deploy.sh 10:44:37 lf-activate-venv: SKIPPING 10:44:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3127/3 10:44:37 INFO: archiving workspace using pattern(s): 10:44:39 Archives upload complete. 10:44:39 INFO: archiving logs to Nexus