Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 209b81a7219ad7366827e71152d5b0e99b1499aa+c2d5dc167efdba7037e3dd944aa45209cd29109f (1e5cacc51ac47ac2b2265eb5aeda9713800cf9a5) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 Executor slot already in use; ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20512’ is offline; ‘prd-centos7-docker-4c-2g-20513’ is offline; ‘prd-centos7-docker-4c-2g-20514’ is offline; ‘prd-centos7-docker-4c-2g-20517’ is offline; ‘prd-centos7-docker-4c-2g-20518’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20529 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 209b81a7219ad7366827e71152d5b0e99b1499aa Merge succeeded, producing 209b81a7219ad7366827e71152d5b0e99b1499aa Checking out Revision 209b81a7219ad7366827e71152d5b0e99b1499aa (PR-3027) > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:35:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:35:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:35:58 ========================================================= 16:35:58 EdgeX Global Pipelines Version Info 16:35:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6cb713fd3fad498c2078ac017c6fc9541add464b # timeout=10 16:36:00 ------------------- 16:36:00 stable info: 16:36:00 ------------------- 16:36:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:36:00 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 16:36:00 Message: update stable to v1.0.177 16:36:01 ------------------- 16:36:01 experimental info: 16:36:01 ------------------- 16:36:01 Commited By: **** collab-it+edgex@linuxfoundation.org 16:36:01 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 16:36:01 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:36:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:36:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:36:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:36:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 16:36:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 16:36:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 16:36:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 209b81a7219ad7366827e71152d5b0e99b1499aa [Pipeline] echo 16:36:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 209b81a [Pipeline] echo 16:36:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:36:04 provisioning config files... 16:36:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2656941342016937758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:36:04 ---> docker-login.sh 16:36:04 nexus3.edgexfoundry.org:10001 16:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:05 Configure a credential helper to remove this warning. See 16:36:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:05 16:36:05 Login Succeeded 16:36:05 nexus3.edgexfoundry.org:10002 16:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:05 Configure a credential helper to remove this warning. See 16:36:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:05 16:36:05 Login Succeeded 16:36:05 nexus3.edgexfoundry.org:10003 16:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:06 Configure a credential helper to remove this warning. See 16:36:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:06 16:36:06 Login Succeeded 16:36:06 nexus3.edgexfoundry.org:10004 16:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:06 Configure a credential helper to remove this warning. See 16:36:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:06 16:36:06 Login Succeeded 16:36:06 docker.io 16:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:07 Configure a credential helper to remove this warning. See 16:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:07 16:36:07 Login Succeeded 16:36:07 ---> docker-login.sh ends [Pipeline] } 16:36:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:36:08 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/core-command/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo core-command,cmd/core-command/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/core-data/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo core-data,cmd/core-data/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/core-metadata/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo core-metadata,cmd/core-metadata/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/security-proxy-setup/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/support-notifications/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo support-notifications,cmd/support-notifications/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/support-scheduler/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:36:08 + for file in '`ls cmd/**/Dockerfile`' 16:36:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:36:08 ++ cut -d/ -f2 16:36:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:36:08 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 16:36:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:36:09 16:36:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:36:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:36:09 latest: Pulling from edgex-devops/git-semver 16:36:09 31603596830f: Pulling fs layer 16:36:09 2a8b12db71e7: Pulling fs layer 16:36:09 6ca5941a6612: Pulling fs layer 16:36:09 ecc8261a40a4: Pulling fs layer 16:36:09 ecc8261a40a4: Waiting 16:36:09 2a8b12db71e7: Verifying Checksum 16:36:09 2a8b12db71e7: Download complete 16:36:09 31603596830f: Verifying Checksum 16:36:09 31603596830f: Download complete 16:36:09 ecc8261a40a4: Verifying Checksum 16:36:09 ecc8261a40a4: Download complete 16:36:09 6ca5941a6612: Verifying Checksum 16:36:09 6ca5941a6612: Download complete 16:36:10 31603596830f: Pull complete 16:36:10 2a8b12db71e7: Pull complete 16:36:11 6ca5941a6612: Pull complete 16:36:11 ecc8261a40a4: Pull complete 16:36:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:36:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:36:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:36:11 prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container 16:36:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:36:14 $ docker top 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:36:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:36:14 [ssh-agent] Looking for ssh-agent implementation... 16:36:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:36:14 $ docker exec 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd ssh-agent 16:36:15 SSH_AUTH_SOCK=/tmp/ssh-3BGf31lgduiO/agent.12 16:36:15 SSH_AGENT_PID=17 16:36:15 Running ssh-add (command line suppressed) 16:36:15 Identity added: /w/workspace/edgex-go/6@tmp/private_key_1641470607706751148.key (/w/workspace/edgex-go/6@tmp/private_key_1641470607706751148.key) 16:36:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:36:15 + git tag --points-at HEAD [Pipeline] } 16:36:15 $ docker exec --env ******** --env ******** 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd ssh-agent -k 16:36:15 unset SSH_AUTH_SOCK; 16:36:15 unset SSH_AGENT_PID; 16:36:15 echo Agent pid 17 killed; 16:36:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:36:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:36:16 [ssh-agent] Looking for ssh-agent implementation... 16:36:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:36:16 $ docker exec 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd ssh-agent 16:36:16 SSH_AUTH_SOCK=/tmp/ssh-FuQDKXEi5Hen/agent.45 16:36:16 SSH_AGENT_PID=51 16:36:16 Running ssh-add (command line suppressed) 16:36:16 Identity added: /w/workspace/edgex-go/6@tmp/private_key_6406679020661703416.key (/w/workspace/edgex-go/6@tmp/private_key_6406679020661703416.key) 16:36:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:36:17 + git semver init 16:36:17 # -> Open(): unable to determine branch for HEAD 16:36:17 # $GIT_DIR = /w/workspace/edgex-go/6/.git 16:36:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 16:36:17 # $SEMVER_REMOTE_NAME = origin 16:36:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:36:17 # $SEMVER_USER_NAME = edgex-jenkins 16:36:17 # $SEMVER_BRANCH = PR-3027 16:36:17 # $SEMVER_TEMP = /tmp/semver-165506660 16:36:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:36:55 # '/tmp/semver-165506660' -> '/w/workspace/edgex-go/6/.semver' 16:36:55 # -> Force: false 16:36:55 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 16:36:55 $ docker exec --env ******** --env ******** 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd ssh-agent -k 16:36:56 unset SSH_AUTH_SOCK; 16:36:56 unset SSH_AGENT_PID; 16:36:56 echo Agent pid 51 killed; 16:36:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:36:57 + git semver [Pipeline] } 16:36:57 $ docker stop --time=1 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd 16:36:58 $ docker rm -f 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd [Pipeline] // withDockerContainer [Pipeline] sh 16:36:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:37:00 Stashed 1 file(s) [Pipeline] echo 16:37:00 [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 16:37:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:37:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:37:01 + sudo service docker restart 16:37:01 + true 16:37:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:37:02 ========================================================= 16:37:02 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:37:02 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:37:02 + 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 . 16:37:06 Sending build context to Docker daemon 326.6MB 16:37:06 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:37:06 Step 2/6 : FROM ${BASE} 16:37:06 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:37:06 188c0c94c7c5: Pulling fs layer 16:37:06 0ef7d3d256c8: Pulling fs layer 16:37:06 de9db76c5a1d: Pulling fs layer 16:37:06 bca2f99d35d6: Pulling fs layer 16:37:06 93359f2a8cfa: Pulling fs layer 16:37:06 7c6f9722023f: Pulling fs layer 16:37:06 a35cf1a2eb13: Pulling fs layer 16:37:06 93359f2a8cfa: Waiting 16:37:06 7c6f9722023f: Waiting 16:37:06 a35cf1a2eb13: Waiting 16:37:06 bca2f99d35d6: Waiting 16:37:06 de9db76c5a1d: Verifying Checksum 16:37:06 de9db76c5a1d: Download complete 16:37:06 0ef7d3d256c8: Verifying Checksum 16:37:06 0ef7d3d256c8: Download complete 16:37:06 93359f2a8cfa: Verifying Checksum 16:37:06 93359f2a8cfa: Download complete 16:37:06 7c6f9722023f: Verifying Checksum 16:37:06 7c6f9722023f: Download complete 16:37:07 188c0c94c7c5: Verifying Checksum 16:37:07 188c0c94c7c5: Download complete 16:37:07 188c0c94c7c5: Pull complete 16:37:07 0ef7d3d256c8: Pull complete 16:37:07 de9db76c5a1d: Pull complete 16:37:09 a35cf1a2eb13: Verifying Checksum 16:37:09 a35cf1a2eb13: Download complete 16:37:10 bca2f99d35d6: Verifying Checksum 16:37:10 bca2f99d35d6: Download complete 16:37:15 Still waiting to schedule task 16:37:15 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20512’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20513’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20514’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20515’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20516’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20536’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20539’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20533’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20534’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20535’ is offline 16:37:17 bca2f99d35d6: Pull complete 16:37:17 93359f2a8cfa: Pull complete 16:37:17 7c6f9722023f: Pull complete 16:37:20 a35cf1a2eb13: Pull complete 16:37:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:37:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:37:20 ---> a62c8e92a672 16:37:20 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 16:37:20 ---> Running in e2557a33f0c5 16:37:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:25 (1/12) Installing libmagic (5.38-r0) 16:37:27 (2/12) Installing file (5.38-r0) 16:37:27 (3/12) Installing libc-dev (0.7.2-r3) 16:37:27 (4/12) Installing g++ (9.3.0-r2) 16:37:53 (5/12) Installing fortify-headers (1.1-r0) 16:37:53 (6/12) Installing patch (2.7.6-r6) 16:37:53 (7/12) Installing build-base (0.5-r2) 16:37:53 (8/12) Installing libsodium (1.0.18-r0) 16:37:53 (9/12) Installing pkgconf (1.7.2-r0) 16:37:53 (10/12) Installing libsodium-dev (1.0.18-r0) 16:37:53 (11/12) Installing libzmq (4.3.3-r0) 16:37:53 (12/12) Installing zeromq-dev (4.3.3-r0) 16:37:53 Executing busybox-1.31.1-r19.trigger 16:37:53 OK: 233 MiB in 51 packages 16:37:56 Removing intermediate container e2557a33f0c5 16:37:56 ---> 5f18bcf21f3a 16:37:56 Step 4/6 : WORKDIR /edgex-go 16:37:56 ---> Running in ad7c7fe9e531 16:37:56 Removing intermediate container ad7c7fe9e531 16:37:56 ---> 1535e0d53c66 16:37:56 Step 5/6 : COPY go.mod . 16:37:56 ---> 5b1a69c763d6 16:37:56 Step 6/6 : RUN go mod download 16:37:56 ---> Running in 38821788d2f3 16:38:18 Removing intermediate container 38821788d2f3 16:38:18 ---> b4d99390131b 16:38:18 Successfully built b4d99390131b 16:38:18 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:38:18 + docker inspect -f . ci-base-image-x86_64 16:38:18 . [Pipeline] withDockerContainer 16:38:18 prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container 16:38:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:38:19 $ docker top 182ceffbb63eb6cb42dae6c2ec68b5876804fa561ac3d10559a678a50bee0f81 -eo pid,comm [Pipeline] { [Pipeline] sh 16:38:20 + go version 16:38:20 go version go1.15.5 linux/amd64 [Pipeline] } 16:38:20 $ docker stop --time=1 182ceffbb63eb6cb42dae6c2ec68b5876804fa561ac3d10559a678a50bee0f81 16:38:21 $ docker rm -f 182ceffbb63eb6cb42dae6c2ec68b5876804fa561ac3d10559a678a50bee0f81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:38:22 + docker inspect -f . ci-base-image-x86_64 16:38:22 . [Pipeline] withDockerContainer 16:38:22 prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container 16:38:22 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:38:24 $ docker top 8cee1083ac7b354f09278c70af213b49a80baa2302c540fc4d13dd252d384302 -eo pid,comm [Pipeline] { [Pipeline] echo 16:38:24 ========================================================= 16:38:24 [edgeXBuildGoParallel] Running Tests and Build... 16:38:24 ========================================================= [Pipeline] sh 16:38:25 + make test 16:38:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:38:33 ? github.com/edgexfoundry/edgex-go [no test files] 16:38:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:38:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:38:55 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:38:55 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:38:55 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:38:55 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:38:55 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:38:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:38:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:38:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:38:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:38:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:38:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.0% of statements 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 67.9% of statements 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.146s coverage: 82.3% of statements 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:39:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements 16:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:39:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 78.3% of statements 16:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.359s coverage: 92.8% of statements 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements 16:39:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.4% of statements 16:39:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements 16:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:39:12 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 16:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements 16:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 16:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 16:39:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements 16:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 68.9% of statements 16:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 37.0% of statements 16:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:39:14 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.341s coverage: 84.0% of statements 16:39:14 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 16:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.1% of statements 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.676s coverage: 29.1% of statements 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:39:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:39:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:39:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:39:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 16:39:19 GO111MODULE=on go vet ./... 16:39:41 gofmt -l . 16:39:42 [ "`gofmt -l .`" = "" ] 16:39:42 ./bin/test-go-mod-tidy.sh 16:39:42 ./bin/test-attribution-txt.sh [Pipeline] sh 16:39:43 + ls -al . 16:39:43 total 656 16:39:43 drwxrwxr-x 10 1001 1001 4096 Jan 15 16:39 . 16:39:43 drwxr-xr-x 4 root root 28 Jan 15 16:38 .. 16:39:43 -rw-rw-r-- 1 1001 1001 11 Jan 15 16:35 .dockerignore 16:39:43 drwxrwxr-x 8 1001 1001 179 Jan 15 16:35 .git 16:39:43 drwxrwxr-x 3 1001 1001 125 Jan 15 16:35 .github 16:39:43 -rw-rw-r-- 1 1001 1001 824 Jan 15 16:35 .gitignore 16:39:43 drwx------ 3 1001 1001 47 Jan 15 16:36 .semver 16:39:43 -rw-rw-r-- 1 1001 1001 166 Jan 15 16:35 .sonarcloud.properties 16:39:43 -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:35 Attribution.txt 16:39:43 -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:35 CONTRIBUTING.md 16:39:43 -rw-rw-r-- 1 1001 1001 931 Jan 15 16:35 Dockerfile.build 16:39:43 -rw-rw-r-- 1 1001 1001 863 Jan 15 16:35 Jenkinsfile 16:39:43 -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:35 LICENSE 16:39:43 -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:35 Makefile 16:39:43 -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:35 README.md 16:39:43 -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:35 SECURITY.md 16:39:43 -rw-rw-r-- 1 1001 1001 5 Jan 15 16:36 VERSION 16:39:43 -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:35 ZMQWindows.md 16:39:43 drwxrwxr-x 2 1001 1001 117 Jan 15 16:35 bin 16:39:43 drwxrwxr-x 14 1001 1001 4096 Jan 15 16:35 cmd 16:39:43 -rw-r--r-- 1 root root 550280 Jan 15 16:39 coverage.out 16:39:43 -rw-r--r-- 1 root root 981 Jan 15 16:39 go.mod 16:39:43 -rw-r--r-- 1 root root 19331 Jan 15 16:39 go.sum 16:39:43 drwxrwxr-x 8 1001 1001 127 Jan 15 16:35 internal 16:39:43 drwxrwxr-x 4 1001 1001 26 Jan 15 16:35 openapi 16:39:43 drwxrwxr-x 4 1001 1001 71 Jan 15 16:35 snap 16:39:43 -rw-rw-r-- 1 1001 1001 168 Jan 15 16:35 version.go [Pipeline] sh 16:39:44 + '[' -e coverage.out ] 16:39:44 + chown 1001:1001 coverage.out [Pipeline] stash 16:39:44 Stashed 1 file(s) [Pipeline] sh 16:39:44 + make build 16:39:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:39: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 16:39: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 16:39: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 16:39:58 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 16:39:58 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 16:40: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 16:40:01 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 16:40:02 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 16:40: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 16:40: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 16:40: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 [Pipeline] } 16:40:07 $ docker stop --time=1 8cee1083ac7b354f09278c70af213b49a80baa2302c540fc4d13dd252d384302 16:40:09 $ docker rm -f 8cee1083ac7b354f09278c70af213b49a80baa2302c540fc4d13dd252d384302 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:40:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:40:11 16:40:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:40:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:40:11 latest: Pulling from edgex-devops/edgex-compose 16:40:11 cbdbe7a5bc2a: Pulling fs layer 16:40:11 ca9280d653b3: Pulling fs layer 16:40:11 7e9c9ca2126c: Pulling fs layer 16:40:11 cbdbe7a5bc2a: Verifying Checksum 16:40:11 cbdbe7a5bc2a: Download complete 16:40:11 ca9280d653b3: Verifying Checksum 16:40:11 ca9280d653b3: Download complete 16:40:12 cbdbe7a5bc2a: Pull complete 16:40:13 7e9c9ca2126c: Download complete 16:40:13 ca9280d653b3: Pull complete 16:40:21 7e9c9ca2126c: Pull complete 16:40:21 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:40:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:40:21 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:40:21 prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container 16:40:21 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:40:24 $ docker top e23e431d0a113c831ac5f5ce2412b108d5a39928fbf1d58921ef1ff7639bd0fe -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:24 + docker-compose build --help 16:40:24 + grep parallel 16:40:25 --parallel Build images in parallel. [Pipeline] } 16:40:25 $ docker stop --time=1 e23e431d0a113c831ac5f5ce2412b108d5a39928fbf1d58921ef1ff7639bd0fe 16:40:26 $ docker rm -f e23e431d0a113c831ac5f5ce2412b108d5a39928fbf1d58921ef1ff7639bd0fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:40:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:40:27 . [Pipeline] withDockerContainer 16:40:27 prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container 16:40:27 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:40:28 $ docker top ab76d2a6283f3eb47eeb9f2f1c9debcc480979824483e712c06813aa3cffb568 -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:28 + docker-compose -f ./docker-compose-build.yml build --parallel 16:40:29 Building docker-core-command-go ... 16:40:29 Building docker-core-data-go ... 16:40:29 Building docker-core-metadata-go ... 16:40:29 Building docker-security-bootstrap-redis-go ... 16:40:29 Building docker-security-proxy-setup-go ... 16:40:29 Building docker-security-secretstore-setup-go ... 16:40:29 Building docker-support-notifications-go ... 16:40:29 Building docker-support-scheduler-go ... 16:40:29 Building docker-sys-mgmt-agent-go ... 16:40:29 Building docker-support-notifications-go 16:40:29 Building docker-core-command-go 16:40:29 Building docker-security-proxy-setup-go 16:40:29 Building docker-core-metadata-go 16:40:29 Building docker-security-bootstrap-redis-go 16:41:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:41:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:41:02 ---> b4d99390131b 16:41:02 Step 3/22 : WORKDIR /edgex-go 16:41:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:41:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:41:02 ---> b4d99390131b 16:41:02 Step 3/22 : WORKDIR /edgex-go 16:41:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:41:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:41:02 ---> b4d99390131b 16:41:02 Step 3/21 : WORKDIR /edgex-go 16:41:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:41:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:41:02 ---> b4d99390131b 16:41:02 Step 3/22 : WORKDIR /edgex-go 16:41:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:41:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:41:03 ---> b4d99390131b 16:41:03 Step 3/24 : WORKDIR /edgex-go 16:41:03 ---> Running in a74acc483778 16:41:03 ---> Running in cd5e29998568 16:41:03 ---> Running in 5990ddaddb1f 16:41:03 ---> Running in c3d28ecb1820 16:41:03 ---> Running in 32a63d5d77f6 16:41:03 Removing intermediate container 32a63d5d77f6 16:41:03 ---> 93a236d3a1f5 16:41:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:03 Removing intermediate container c3d28ecb1820 16:41:03 ---> 50b5c3a041d3 16:41:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:03 Removing intermediate container a74acc483778 16:41:03 ---> 95f238ddc2dd 16:41:03 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:03 Removing intermediate container 5990ddaddb1f 16:41:03 ---> d0087c30eff9 16:41:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:03 Removing intermediate container cd5e29998568 16:41:03 ---> 821fcf2fdbca 16:41:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:05 ---> Running in 5e7886ea376b 16:41:05 ---> Running in c1ecf5836d61 16:41:05 ---> Running in 3f9d69a99369 16:41:05 ---> Running in 33664dd88a3e 16:41:05 ---> Running in 8faf81cfde6d 16:41:06 Removing intermediate container 33664dd88a3e 16:41:06 ---> 4838831b3f69 16:41:06 Step 5/22 : RUN apk add --update --no-cache make git 16:41:06 ---> Running in b6514aaf001b 16:41:06 Removing intermediate container 3f9d69a99369 16:41:06 ---> ef690bfe35de 16:41:06 Step 5/22 : RUN apk add --update --no-cache make git 16:41:06 Removing intermediate container c1ecf5836d61 16:41:06 ---> 7c2ea9998617 16:41:06 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:41:06 Removing intermediate container 5e7886ea376b 16:41:06 ---> 73296f1b4f78 16:41:06 Step 5/21 : RUN apk add --update --no-cache make git 16:41:06 Removing intermediate container 8faf81cfde6d 16:41:06 ---> 5be86df29197 16:41:06 Step 5/22 : RUN apk add --update --no-cache make git 16:41:06 ---> Running in 555352cf41d5 16:41:07 ---> Running in be230233d6db 16:41:07 ---> Running in 21f89ae8c6f8 16:41:07 ---> Running in 8ce15f51dd8e 16:41:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:09 OK: 233 MiB in 51 packages 16:41:09 OK: 233 MiB in 51 packages 16:41:09 OK: 233 MiB in 51 packages 16:41:09 Removing intermediate container b6514aaf001b 16:41:09 ---> 8468c77bdf16 16:41:09 Step 6/22 : COPY go.mod . 16:41:09 OK: 233 MiB in 51 packages 16:41:09 OK: 233 MiB in 51 packages 16:41:09 ---> 75b583737636 16:41:09 Step 7/22 : RUN go mod download 16:41:10 ---> Running in 3b26bb4bd73a 16:41:10 Removing intermediate container be230233d6db 16:41:10 ---> c0a8e0f6b6f0 16:41:10 Step 6/24 : COPY go.mod . 16:41:10 Removing intermediate container 555352cf41d5 16:41:10 ---> 458fe3244de8 16:41:10 Step 6/22 : COPY go.mod . 16:41:11 Removing intermediate container 8ce15f51dd8e 16:41:11 ---> 4aa00dd48602 16:41:11 Step 6/22 : COPY go.mod . 16:41:11 ---> 1624e9cb0585 16:41:11 Step 7/24 : RUN go mod download 16:41:11 Removing intermediate container 21f89ae8c6f8 16:41:11 ---> 549c475899de 16:41:11 Step 6/21 : COPY go.mod . 16:41:11 ---> d2e54d0efeac 16:41:11 Step 7/22 : RUN go mod download 16:41:11 ---> Running in 94e563a173c7 16:41:11 ---> Running in b88884c60889 16:41:11 ---> 2f5fbde6fff9 16:41:11 Step 7/22 : RUN go mod download 16:41:11 ---> e6025be98dbd 16:41:11 Step 7/21 : RUN go mod download 16:41:11 ---> Running in b1b9f04bdbb2 16:41:11 ---> Running in 7bb39d169164 16:41:12 Removing intermediate container 3b26bb4bd73a 16:41:12 ---> dc28f70b1fbe 16:41:12 Step 8/22 : COPY . . 16:41:13 Removing intermediate container 94e563a173c7 16:41:13 ---> b3a391ef861b 16:41:13 Step 8/24 : COPY . . 16:41:16 Removing intermediate container b88884c60889 16:41:16 ---> 0e69f83377ab 16:41:16 Step 8/22 : COPY . . 16:41:19 Removing intermediate container b1b9f04bdbb2 16:41:19 ---> 831a264c64bb 16:41:19 Step 8/22 : COPY . . 16:41:19 Removing intermediate container 7bb39d169164 16:41:19 ---> 615d152ba979 16:41:19 Step 8/21 : COPY . . 16:41:58 ---> c75527c8492f 16:41:58 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:41:58 ---> 81ccaf5125dc 16:41:58 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:41:58 ---> 5508bee31b40 16:41:58 Step 9/22 : RUN make cmd/core-command/core-command 16:41:58 ---> fa8c641bea94 16:41:58 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:41:58 ---> 5ebae9378a05 16:41:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:41:58 ---> Running in eda6bc6ef97d 16:41:58 ---> Running in 13a1bf757e6f 16:41:58 ---> Running in e4a4aca7e4a6 16:41:58 ---> Running in 3bdbc69debd0 16:41:58 ---> Running in 70d2f2a33843 16:41:58 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 16:41:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:41:58 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 16:41:58 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 16:41:58 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 16:42:24 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 16:42:30 Removing intermediate container 13a1bf757e6f 16:42:30 ---> 096a91bba170 16:42:30 16:42:30 Step 10/22 : FROM alpine:3.12 16:42:30 Removing intermediate container eda6bc6ef97d 16:42:30 ---> 0950958a282d 16:42:30 16:42:30 Step 10/24 : FROM scratch 16:42:30 ---> 16:42:30 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:42:30 3.12: Pulling from library/alpine 16:42:30 Removing intermediate container e4a4aca7e4a6 16:42:30 ---> 2a7ae6433f32 16:42:30 16:42:30 Step 10/22 : FROM scratch 16:42:30 ---> 16:42:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:42:30 ---> Running in f3fe7f478d93 16:42:30 ---> Running in 1183026df172 16:42:31 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:42:32 Status: Downloaded newer image for alpine:3.12 16:42:32 ---> 389fef711851 16:42:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:42:32 Removing intermediate container 3bdbc69debd0 16:42:32 ---> 49c4f2ce360a 16:42:32 16:42:32 Step 10/21 : FROM alpine:3.12 16:42:32 ---> 389fef711851 16:42:32 Step 11/21 : RUN apk add --update --no-cache curl 16:42:32 ---> Running in 34680630b27c 16:42:32 Removing intermediate container f3fe7f478d93 16:42:32 ---> cecd965097a8 16:42:32 Step 12/22 : ENV APP_PORT=48082 16:42:32 Removing intermediate container 1183026df172 16:42:32 ---> c2e9f2b55448 16:42:32 Step 12/24 : ENV APP_PORT=48060 16:42:33 ---> Running in ad345066ae4c 16:42:33 Removing intermediate container 70d2f2a33843 16:42:33 ---> 8835ea017a25 16:42:33 16:42:33 Step 10/22 : FROM scratch 16:42:33 ---> 16:42:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:42:33 ---> Using cache 16:42:33 ---> cecd965097a8 16:42:33 Step 12/22 : ENV APP_PORT=48081 16:42:33 ---> Running in 22b829b91e16 16:42:33 ---> Running in ef1a24f3b175 16:42:34 ---> Running in 00a171e7af58 16:42:34 Removing intermediate container 22b829b91e16 16:42:34 ---> d30dffb02f45 16:42:34 Step 13/22 : EXPOSE $APP_PORT 16:42:34 Removing intermediate container ef1a24f3b175 16:42:34 ---> 977cd11e626f 16:42:34 Step 13/24 : EXPOSE $APP_PORT 16:42:34 Removing intermediate container 00a171e7af58 16:42:34 ---> 06299ddd1580 16:42:34 Step 13/22 : EXPOSE $APP_PORT 16:42:34 ---> Running in 581991340c19 16:42:34 ---> Running in 44dc649b63e7 16:42:34 ---> Running in 3920616cb743 16:42:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:42:34 Removing intermediate container 581991340c19 16:42:34 ---> 2e46e8754c16 16:42:34 Step 14/22 : WORKDIR / 16:42:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:42:34 Removing intermediate container 44dc649b63e7 16:42:34 ---> 1c3c4e82bf6e 16:42:34 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:42:34 Removing intermediate container 3920616cb743 16:42:34 ---> 258feb0a3cf8 16:42:34 Step 14/22 : WORKDIR / 16:42:34 (1/5) Installing ca-certificates (20191127-r4) 16:42:34 ---> Running in 98ebe21d4c26 16:42:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:42:34 (3/5) Installing libcurl (7.69.1-r3) 16:42:34 (4/5) Installing curl (7.69.1-r3) 16:42:34 (5/5) Installing dumb-init (1.2.2-r1) 16:42:34 Executing busybox-1.31.1-r19.trigger 16:42:34 Executing ca-certificates-20191127-r4.trigger 16:42:34 (1/4) Installing ca-certificates (20191127-r4) 16:42:34 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:42:35 OK: 7 MiB in 19 packages 16:42:35 (3/4) Installing libcurl (7.69.1-r3) 16:42:35 (4/4) Installing curl (7.69.1-r3) 16:42:35 Executing busybox-1.31.1-r19.trigger 16:42:35 Executing ca-certificates-20191127-r4.trigger 16:42:35 OK: 7 MiB in 18 packages 16:42:35 ---> Running in 327aea55711f 16:42:35 ---> b5e8c4ac34f6 16:42:35 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:42:35 Removing intermediate container 98ebe21d4c26 16:42:35 ---> 6d4850fe7e57 16:42:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:42:36 Removing intermediate container 327aea55711f 16:42:36 ---> 1b282931967e 16:42:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:42:37 ---> 7103b5a8f28b 16:42:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:42:38 ---> cfc66d644519 16:42:38 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:42:38 Removing intermediate container 34680630b27c 16:42:38 ---> b55b80f82a1d 16:42:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:42:38 ---> 0d771952c1e7 16:42:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:42:38 Removing intermediate container ad345066ae4c 16:42:38 ---> 86c98e666a57 16:42:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:42:38 ---> aa55d0f3a709 16:42:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:42:38 ---> Running in e335e0c45525 16:42:38 ---> Running in df5d265fd55a 16:42:39 ---> 3892c5a08949 16:42:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:42:39 Removing intermediate container e335e0c45525 16:42:39 ---> 26da5bb64e09 16:42:39 Step 13/22 : WORKDIR / 16:42:39 ---> 482b7962dfd7 16:42:39 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:42:39 Removing intermediate container df5d265fd55a 16:42:39 ---> 7de67861d05a 16:42:39 Step 13/21 : WORKDIR /edgex 16:42:39 ---> a3566edd5261 16:42:39 Step 18/22 : ENTRYPOINT ["/core-command"] 16:42:39 ---> Running in 227fcb3761f4 16:42:39 ---> Running in 8629fee64205 16:42:39 ---> Running in 931fd8a248de 16:42:39 ---> 9afcc3e588aa 16:42:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:42:39 ---> f581a68bb1d6 16:42:39 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:42:39 Removing intermediate container 227fcb3761f4 16:42:39 ---> 123ac00d36c6 16:42:39 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:42:39 ---> Running in 0be929d19777 16:42:39 Removing intermediate container 931fd8a248de 16:42:39 ---> 90496b66cfaf 16:42:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:39 Removing intermediate container 8629fee64205 16:42:39 ---> d34540499f54 16:42:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:42:39 ---> Running in d55e2628bede 16:42:40 ---> 5945df9b7eb9 16:42:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:42:40 Removing intermediate container 0be929d19777 16:42:40 ---> eea94a07ffaf 16:42:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:40 ---> Running in a0efd20a36f5 16:42:40 ---> ea8863e8b046 16:42:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:42:40 ---> 49a0ab7f9377 16:42:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:42:40 Removing intermediate container d55e2628bede 16:42:40 ---> 225642682bf7 16:42:40 Step 20/22 : LABEL arch=x86_64 16:42:40 ---> 1f1a7dde1e99 16:42:40 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:42:40 ---> Running in c3fd74cfb635 16:42:41 ---> Running in 5ba852534ce0 16:42:41 Removing intermediate container a0efd20a36f5 16:42:41 ---> d8613053c1bd 16:42:41 Step 20/22 : LABEL arch=x86_64 16:42:41 ---> b013c58a225b 16:42:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:42:41 ---> Running in b315f815dacf 16:42:41 ---> b7d5af015641 16:42:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:42:41 Removing intermediate container c3fd74cfb635 16:42:41 ---> 9134d558fe27 16:42:41 Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:42:41 Removing intermediate container 5ba852534ce0 16:42:41 ---> ec4506b10816 16:42:41 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:41 ---> Running in d2bf0978b63b 16:42:41 ---> Running in f97e58c292c7 16:42:41 Removing intermediate container b315f815dacf 16:42:41 ---> 4e14d1aebd67 16:42:41 Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:42:41 ---> 648559b4fe6d 16:42:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:42:41 ---> ce7eb4fc347d 16:42:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:42:41 Removing intermediate container d2bf0978b63b 16:42:41 ---> a129e5136491 16:42:41 Step 22/22 : LABEL version=0.0.0 16:42:41 ---> Running in 9c9015fab7ff 16:42:41 ---> Running in c2682c0489e6 16:42:41 ---> Running in 1d8c17925bcd 16:42:41 Removing intermediate container f97e58c292c7 16:42:41 ---> e488a32fd660 16:42:41 Step 22/24 : LABEL arch=x86_64 16:42:42 ---> Running in 9e7568d65a69 16:42:42 ---> 85a92735a33c 16:42:42 Step 18/22 : RUN chmod +x entrypoint.sh 16:42:42 Removing intermediate container 9c9015fab7ff 16:42:42 ---> 276e5d573aaf 16:42:42 Step 22/22 : LABEL version=0.0.0 16:42:42 Removing intermediate container c2682c0489e6 16:42:42 ---> a80556be4944 16:42:42 16:42:42 Removing intermediate container 1d8c17925bcd 16:42:42 ---> e43a727ff0eb 16:42:42 Step 18/21 : CMD ["--init=true"] 16:42:42 ---> Running in 7844faf3eb3e 16:42:42 ---> Running in 96d05673ce93 16:42:43 Successfully built a80556be4944 16:42:43 ---> Running in 1a96252e7a52 16:42:43 Removing intermediate container 9e7568d65a69 16:42:43 ---> 746fbe46a1b9 16:42:43 Step 23/24 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:42:43 Successfully tagged docker-core-command-go:latest 16:42:43  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 16:42:43 ---> Running in 1d90b425274f 16:42:43 Removing intermediate container 96d05673ce93 16:42:43 ---> c6fb8e3b13b0 16:42:43 16:42:43 Removing intermediate container 1a96252e7a52 16:42:43 ---> c87fb1424b01 16:42:43 Step 19/21 : LABEL arch=x86_64 16:42:43 ---> Running in 981f6eae3ba0 16:42:43 Successfully built c6fb8e3b13b0 16:42:43 Removing intermediate container 1d90b425274f 16:42:43 ---> ce73ad80c76b 16:42:43 Step 24/24 : LABEL version=0.0.0 16:42:43 Successfully tagged docker-core-metadata-go:latest 16:42:43  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 16:42:43 ---> Running in 7f8e4a04ff4c 16:42:43 Removing intermediate container 981f6eae3ba0 16:42:43 ---> 54704bd26855 16:42:43 Step 20/21 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:42:44 Removing intermediate container 7f8e4a04ff4c 16:42:44 ---> 88901c48ff37 16:42:44 16:42:44 ---> Running in 6a153f3570b4 16:42:44 Successfully built 88901c48ff37 16:42:44 Successfully tagged docker-support-notifications-go:latest 16:42:44  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 16:42:44 Removing intermediate container 6a153f3570b4 16:42:44 ---> 34b6607a8357 16:42:44 Step 21/21 : LABEL version=0.0.0 16:42:44 ---> Running in a5da3d113cc3 16:42:44 Removing intermediate container 7844faf3eb3e 16:42:44 ---> df65664a824c 16:42:44 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:42:49 ---> Running in 7337bfdb288c 16:42:49 Removing intermediate container a5da3d113cc3 16:42:49 ---> 7097da3ffe82 16:42:49 16:42:52 Successfully built 7097da3ffe82 16:42:52 Successfully tagged docker-security-proxy-setup-go:latest 16:42:52 Building docker-core-data-go 16:42:52  Building docker-security-proxy-setup-go ... done Removing intermediate container 7337bfdb288c 16:42:52 ---> 945e832e57b6 16:42:52 Step 20/22 : LABEL arch=x86_64 16:42:53 ---> Running in 1ee9a0800221 16:42:56 Removing intermediate container 1ee9a0800221 16:42:56 ---> 740e99b03d80 16:42:56 Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:42:57 ---> Running in 7e08434fb245 16:42:57 Removing intermediate container 7e08434fb245 16:42:57 ---> 9fcd8bb1e06a 16:42:57 Step 22/22 : LABEL version=0.0.0 16:43:04 ---> Running in 0e7e15a342f6 16:43:04 Removing intermediate container 0e7e15a342f6 16:43:04 ---> 7c013bd5c25a 16:43:04 16:43:05 Successfully built 7c013bd5c25a 16:43:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:43:05 Successfully tagged docker-security-bootstrap-redis-go:latest 16:43:05  Building docker-security-bootstrap-redis-go ... done  ---> b4d99390131b 16:43:05 Step 3/26 : WORKDIR /edgex-go 16:43:06 ---> Using cache 16:43:06 ---> 821fcf2fdbca 16:43:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:43:06 ---> b4d99390131b 16:43:06 Step 3/24 : WORKDIR /edgex-go 16:43:06 ---> Using cache 16:43:06 ---> 821fcf2fdbca 16:43:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:06 ---> Using cache 16:43:06 ---> 5be86df29197 16:43:06 ---> Using cache 16:43:06 Step 5/26 : RUN apk add --update --no-cache make bash git ---> 5be86df29197 16:43:06 Step 5/24 : RUN apk add --update --no-cache make git 16:43:06 16:43:06 ---> Using cache 16:43:06 ---> 4aa00dd48602 16:43:06 Step 6/24 : COPY go.mod . 16:43:06 ---> Using cache 16:43:06 ---> 2f5fbde6fff9 16:43:06 Step 7/24 : RUN go mod download 16:43:06 ---> Using cache 16:43:06 ---> 831a264c64bb 16:43:06 Step 8/24 : COPY . . 16:43:06 ---> Using cache 16:43:06 ---> 5508bee31b40 16:43:06 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:43:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:43:06 ---> b4d99390131b 16:43:06 Step 3/21 : WORKDIR /edgex-go 16:43:06 ---> Using cache 16:43:06 ---> 821fcf2fdbca 16:43:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:06 ---> Using cache 16:43:06 ---> 5be86df29197 16:43:06 Step 5/21 : RUN apk add --update --no-cache make git 16:43:06 ---> Using cache 16:43:06 ---> 4aa00dd48602 16:43:06 Step 6/21 : COPY go.mod . 16:43:06 ---> Using cache 16:43:06 ---> 2f5fbde6fff9 16:43:06 Step 7/21 : RUN go mod download 16:43:06 ---> Using cache 16:43:06 ---> 831a264c64bb 16:43:06 Step 8/21 : COPY . . 16:43:06 ---> Using cache 16:43:06 ---> 5508bee31b40 16:43:06 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:43:07 ---> Running in a5c164b13bff 16:43:07 ---> Running in 98a5277d83cd 16:43:07 ---> Running in 30a5b100b63e 16:43:09 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 16:43:09 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 16:43:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:43:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:43:11 OK: 233 MiB in 51 packages 16:43:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:43:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:43:12 ---> b4d99390131b 16:43:12 Step 3/23 : WORKDIR /edgex-go 16:43:12 ---> Using cache 16:43:12 ---> 821fcf2fdbca 16:43:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:43:12 ---> Using cache 16:43:12 ---> 5be86df29197 16:43:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:43:13 ---> Running in 93c53e7de4c7 16:43:13 Removing intermediate container 98a5277d83cd 16:43:13 ---> e18da7a39e4a 16:43:13 Step 6/26 : COPY go.mod . 16:43:13 ---> a10c0abb4a88 16:43:13 Step 7/26 : RUN go mod download 16:43:14 ---> Running in 41305bbeac71 16:43:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:43:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:43:15 OK: 233 MiB in 51 packages 16:43:17 Removing intermediate container 41305bbeac71 16:43:17 ---> bbbeffa97403 16:43:17 Step 8/26 : COPY . . 16:43:17 Removing intermediate container 93c53e7de4c7 16:43:17 ---> 46c1fc74dc41 16:43:17 Step 6/23 : COPY go.mod . 16:43:17 ---> 72534f38b0a2 16:43:17 Step 7/23 : RUN go mod download 16:43:17 ---> Running in 826fa6a90141 16:43:24 Removing intermediate container 826fa6a90141 16:43:24 ---> 85d6ff89ff39 16:43:24 Step 8/23 : COPY . . 16:43:32 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 16:43:41 ---> 89551a81402a 16:43:41 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:43:41 Removing intermediate container a5c164b13bff 16:43:41 ---> b4fb2d0a74eb 16:43:41 16:43:41 Step 10/21 : FROM scratch 16:43:41 ---> 16:43:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:43:41 ---> Running in 1f4995f62891 16:43:42 ---> Using cache 16:43:42 ---> cecd965097a8 16:43:42 Step 12/21 : ENV APP_PORT=48085 16:43:43 ---> Running in 047e03fc1721 16:43:43 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 16:43:44 Removing intermediate container 047e03fc1721 16:43:44 ---> 49295588fd3d 16:43:44 Step 13/21 : EXPOSE $APP_PORT 16:43:46 ---> Running in fe99d4c846a6 16:43:46 Removing intermediate container 30a5b100b63e 16:43:46 ---> dab4ba4a24c1 16:43:46 16:43:46 Step 10/24 : FROM alpine:3.12 16:43:46 ---> 389fef711851 16:43:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:43:46 ---> Using cache 16:43:46 ---> b55b80f82a1d 16:43:46 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:43:46 ---> Running in e4cb7d894b40 16:43:46 ---> 786d4dedf2fd 16:43:46 Step 9/23 : RUN make cmd/core-data/core-data 16:43:46 Removing intermediate container fe99d4c846a6 16:43:46 ---> 7fe8940c59b7 16:43:46 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 16:43:46 ---> Running in 77e97b243a8f 16:43:46 Removing intermediate container e4cb7d894b40 16:43:46 ---> 7944a06247fc 16:43:46 Step 13/24 : WORKDIR / 16:43:46 ---> Running in 3d18c9dc6448 16:43:47 ---> 24e3c67df1f5 16:43:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:43:47 Removing intermediate container 3d18c9dc6448 16:43:47 ---> 8f1b9870a048 16:43:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:43:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:43:47 ---> 014f944f6d47 16:43:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:43:48 ---> 22bf8e073ae0 16:43:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:43:48 ---> 1a91887e9d20 16:43:48 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:43:48 ---> 42c642737d45 16:43:48 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:43:48 ---> Running in c8ac678a61b8 16:43:48 ---> 6c144ee8cf08 16:43:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:43:48 Removing intermediate container c8ac678a61b8 16:43:48 ---> b39e5dd15815 16:43:48 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:43:48 ---> Running in 23135fe3f571 16:43:49 Removing intermediate container 23135fe3f571 16:43:49 ---> 097d2d7f6071 16:43:49 Step 19/21 : LABEL arch=x86_64 16:43:49 ---> Running in bb4b27a3f538 16:43:49 ---> 47a99d6be3fe 16:43:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:43:49 Removing intermediate container bb4b27a3f538 16:43:49 ---> 17c92b732049 16:43:49 Step 20/21 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:43:49 ---> Running in d7ca6e3fc95b 16:43:50 ---> 23fb56332ea9 16:43:50 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:43:50 Removing intermediate container d7ca6e3fc95b 16:43:50 ---> 28f21c9d4fc9 16:43:50 Step 21/21 : LABEL version=0.0.0 16:43:50 ---> Running in d7ff81f239af 16:43:50 ---> 08dadcb6bed5 16:43:50 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:43:50 ---> Running in 5b62e495e4f3 16:43:50 Removing intermediate container d7ff81f239af 16:43:50 ---> c3814e522e16 16:43:50 16:43:51 Successfully built c3814e522e16 16:43:51 Successfully tagged docker-support-scheduler-go:latest 16:43:53  Building docker-support-scheduler-go ... done Removing intermediate container 5b62e495e4f3 16:43:53 ---> f90e8c14d985 16:43:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:43:53 ---> Running in 126584c9d968 16:43:54 Removing intermediate container 126584c9d968 16:43:54 ---> 2a4f278a4c26 16:43:54 Step 22/24 : LABEL arch=x86_64 16:43:54 ---> Running in 7c7b1f508607 16:43:55 Removing intermediate container 7c7b1f508607 16:43:55 ---> 380f73ca4faf 16:43:55 Step 23/24 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:43:55 ---> Running in 145ab92d8c3e 16:43:56 Removing intermediate container 145ab92d8c3e 16:43:56 ---> f9fa4680a4cf 16:43:56 Step 24/24 : LABEL version=0.0.0 16:43:56 ---> Running in d388ef083a9d 16:43:56 Removing intermediate container d388ef083a9d 16:43:56 ---> 148e86d8ef1d 16:43:56 16:43:56 Successfully built 148e86d8ef1d 16:43:56 Successfully tagged docker-security-secretstore-setup-go:latest 16:44:03  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1f4995f62891 16:44:03 ---> a7b938b830d9 16:44:03 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:44:03 ---> Running in a17870cbda00 16:44:03 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 16:44:04 Removing intermediate container a17870cbda00 16:44:04 ---> 4822e54bccd5 16:44:04 16:44:04 Step 11/26 : FROM docker:20.10.0 16:44:04 20.10.0: Pulling from library/docker 16:44:10 Removing intermediate container 77e97b243a8f 16:44:10 ---> 0982cfd08f2e 16:44:10 16:44:10 Step 10/23 : FROM alpine:3.12 16:44:10 ---> 389fef711851 16:44:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:44:10 ---> Running in 8fbc8a8feca2 16:44:10 Removing intermediate container 8fbc8a8feca2 16:44:10 ---> d3e6965d621b 16:44:10 Step 12/23 : ENV APP_PORT=48080 16:44:11 ---> Running in 24924e742593 16:44:11 Removing intermediate container 24924e742593 16:44:11 ---> 9445acddbfc3 16:44:11 Step 13/23 : EXPOSE $APP_PORT 16:44:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:44:11 ---> Running in 54479c47c78c 16:44:11 Status: Downloaded newer image for docker:20.10.0 16:44:11 ---> aefe523efa57 16:44:11 Step 12/26 : RUN apk add --no-cache bash 16:44:11 ---> Running in cd28bcd1df25 16:44:11 Removing intermediate container 54479c47c78c 16:44:11 ---> 665b7383ea3f 16:44:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:11 ---> Running in 7603f2b70226 16:44:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:12 (1/2) Installing readline (8.0.4-r0) 16:44:12 (2/2) Installing bash (5.0.17-r0) 16:44:12 Executing bash-5.0.17-r0.post-install 16:44:12 Executing busybox-1.31.1-r19.trigger 16:44:12 OK: 12 MiB in 22 packages 16:44:12 Removing intermediate container 7603f2b70226 16:44:12 ---> 0572fdd8d681 16:44:12 Step 15/23 : RUN apk add --update --no-cache zeromq 16:44:12 ---> Running in 1ae49428cf5e 16:44:12 Removing intermediate container cd28bcd1df25 16:44:12 ---> 000ecbf53d40 16:44:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:44:12 ---> Running in 753d925bc12e 16:44:13 Removing intermediate container 753d925bc12e 16:44:13 ---> 662ff34394d2 16:44:13 Step 14/26 : ENV APP_PORT=48090 16:44:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:13 ---> Running in 1b0798ecfb02 16:44:13 Removing intermediate container 1b0798ecfb02 16:44:13 ---> f43ad6968245 16:44:13 Step 15/26 : EXPOSE $APP_PORT 16:44:13 ---> Running in bcffb1e716b5 16:44:13 Removing intermediate container bcffb1e716b5 16:44:13 ---> 146dd9dfdc19 16:44:13 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:14 ---> baad350fffa7 16:44:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:44:14 ---> bdfdb6747eec 16:44:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:44:14 (1/5) Installing libgcc (9.3.0-r2) 16:44:14 (2/5) Installing libsodium (1.0.18-r0) 16:44:14 ---> 21b494522b8b 16:44:14 Step 19/26 : RUN apk --no-cache add py3-pip 16:44:14 ---> Running in 3c4f6891a021 16:44:15 (3/5) Installing libstdc++ (9.3.0-r2) 16:44:15 (4/5) Installing libzmq (4.3.3-r0) 16:44:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:15 (5/5) Installing zeromq (4.3.3-r0) 16:44:15 Executing busybox-1.31.1-r19.trigger 16:44:15 OK: 8 MiB in 19 packages 16:44:15 (1/33) Installing libbz2 (1.0.8-r1) 16:44:15 (2/33) Installing expat (2.2.9-r1) 16:44:15 (3/33) Installing libffi (3.3-r2) 16:44:15 (4/33) Installing gdbm (1.13-r1) 16:44:15 (5/33) Installing xz-libs (5.2.5-r0) 16:44:15 (6/33) Installing sqlite-libs (3.32.1-r0) 16:44:15 (7/33) Installing python3 (3.8.5-r0) 16:44:19 Removing intermediate container 1ae49428cf5e 16:44:19 ---> c3a29de054b8 16:44:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:44:19 (8/33) Installing py3-appdirs (1.4.4-r1) 16:44:19 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:44:19 (10/33) Installing py3-parsing (2.4.7-r0) 16:44:19 (11/33) Installing py3-six (1.15.0-r0) 16:44:19 (12/33) Installing py3-packaging (20.4-r0) 16:44:19 (13/33) Installing py3-setuptools (47.0.0-r0) 16:44:19 (14/33) Installing py3-chardet (3.0.4-r4) 16:44:19 (15/33) Installing py3-idna (2.9-r0) 16:44:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:44:20 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:44:20 ---> 15b71fd30aaa 16:44:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:44:20 (18/33) Installing py3-requests (2.23.0-r0) 16:44:20 (19/33) Installing py3-msgpack (1.0.0-r0) 16:44:20 (20/33) Installing py3-lockfile (0.12.2-r3) 16:44:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:44:20 (22/33) Installing py3-colorama (0.4.3-r0) 16:44:20 (23/33) Installing py3-distlib (0.3.0-r0) 16:44:20 (24/33) Installing py3-distro (1.5.0-r1) 16:44:20 (25/33) Installing py3-webencodings (0.5.1-r3) 16:44:20 (26/33) Installing py3-html5lib (1.0.1-r4) 16:44:20 (27/33) Installing py3-pytoml (0.1.21-r0) 16:44:20 (28/33) Installing py3-pep517 (0.8.2-r0) 16:44:20 (29/33) Installing py3-progress (1.5-r0) 16:44:20 (30/33) Installing py3-toml (0.10.1-r0) 16:44:20 (31/33) Installing py3-retrying (1.3.3-r0) 16:44:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:44:20 (33/33) Installing py3-pip (20.1.1-r0) 16:44:20 Executing busybox-1.31.1-r19.trigger 16:44:20 OK: 71 MiB in 55 packages 16:44:22 ---> 007772f10e97 16:44:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:44:22 ---> bfd9b09c8bfc 16:44:22 Step 19/23 : ENTRYPOINT ["/core-data"] 16:44:26 ---> Running in 89d4e4e7b544 16:44:26 Removing intermediate container 3c4f6891a021 16:44:26 ---> 5ced4d6b1e6c 16:44:26 Step 20/26 : RUN pip install docker-compose==1.23.2 16:44:26 ---> Running in 3f0187516ac6 16:44:26 Removing intermediate container 89d4e4e7b544 16:44:26 ---> ff40ed0385aa 16:44:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:44:26 ---> Running in e2f91206fbc6 16:44:27 Removing intermediate container e2f91206fbc6 16:44:27 ---> 6554def74a91 16:44:27 Step 21/23 : LABEL arch=x86_64 16:44:27 ---> Running in 0c7c59378b46 16:44:28 Removing intermediate container 0c7c59378b46 16:44:28 ---> ff652c5f24eb 16:44:28 Step 22/23 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:44:28 ---> Running in 0fcabd191850 16:44:28 Removing intermediate container 0fcabd191850 16:44:28 ---> 6df21a025ddc 16:44:28 Step 23/23 : LABEL version=0.0.0 16:44:28 ---> Running in bfec20297105 16:44:28 Removing intermediate container bfec20297105 16:44:28 ---> 447f82c0727a 16:44:28 16:44:28 Successfully built 447f82c0727a 16:44:28 Successfully tagged docker-core-data-go:latest 16:44:29  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 16:44:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:44:29 Collecting cached-property<2,>=1.2.0 16:44:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:44:29 Collecting websocket-client<1.0,>=0.32.0 16:44:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:44:29 Collecting dockerpty<0.5,>=0.4.1 16:44:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:44:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:44:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:44:30 Collecting docopt<0.7,>=0.6.1 16:44:30 Downloading docopt-0.6.2.tar.gz (25 kB) 16:44:31 Collecting docker<4.0,>=3.6.0 16:44:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:44:31 Collecting PyYAML<4,>=3.10 16:44:31 Downloading PyYAML-3.13.tar.gz (270 kB) 16:44:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:44:32 Collecting texttable<0.10,>=0.9.0 16:44:32 Downloading texttable-0.9.1.tar.gz (11 kB) 16:44:33 Collecting jsonschema<3,>=2.5.1 16:44:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:44:33 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) 16:44:33 Collecting idna<2.8,>=2.5 16:44:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:44:33 Collecting urllib3<1.25,>=1.21.1 16:44:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:44: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) 16:44:33 Collecting docker-pycreds>=0.4.0 16:44:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:44:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:44:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:44:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:44:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:44:33 Installing collected packages: cached-property, websocket-client, dockerpty, idna, urllib3, requests, docopt, docker-pycreds, docker, PyYAML, texttable, jsonschema, docker-compose 16:44:33 Running setup.py install for dockerpty: started 16:44:34 Running setup.py install for dockerpty: finished with status 'done' 16:44:34 Attempting uninstall: idna 16:44:34 Found existing installation: idna 2.9 16:44:34 Uninstalling idna-2.9: 16:44:34 Successfully uninstalled idna-2.9 16:44:34 Attempting uninstall: urllib3 16:44:34 Found existing installation: urllib3 1.25.9 16:44:34 Uninstalling urllib3-1.25.9: 16:44:34 Successfully uninstalled urllib3-1.25.9 16:44:34 Attempting uninstall: requests 16:44:34 Found existing installation: requests 2.23.0 16:44:34 Uninstalling requests-2.23.0: 16:44:34 Successfully uninstalled requests-2.23.0 16:44:34 Running setup.py install for docopt: started 16:44:35 Running setup.py install for docopt: finished with status 'done' 16:44:35 Running setup.py install for PyYAML: started 16:44:36 Running setup.py install for PyYAML: finished with status 'done' 16:44:36 Running setup.py install for texttable: started 16:44:36 Running setup.py install for texttable: finished with status 'done' 16:44: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 16:44:40 Removing intermediate container 3f0187516ac6 16:44:40 ---> a4612f3be509 16:44:40 Step 21/26 : RUN apk --no-cache add curl 16:44:40 ---> Running in e655a6d95ec7 16:44:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:44:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:44:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:44:40 (2/3) Installing libcurl (7.69.1-r3) 16:44:40 (3/3) Installing curl (7.69.1-r3) 16:44:40 Executing busybox-1.31.1-r19.trigger 16:44:40 OK: 72 MiB in 58 packages 16:44:42 Removing intermediate container e655a6d95ec7 16:44:42 ---> 212ba3fdd432 16:44:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:44:42 ---> Running in 1ae588959447 16:44:42 Removing intermediate container 1ae588959447 16:44:42 ---> a67e0330b7cc 16:44:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:44:42 ---> Running in ee2af1b1d8e1 16:44:42 Removing intermediate container ee2af1b1d8e1 16:44:42 ---> 44f1c6fc324d 16:44:42 Step 24/26 : LABEL arch=x86_64 16:44:42 ---> Running in eb0d50abdf56 16:44:42 Removing intermediate container eb0d50abdf56 16:44:42 ---> c672ae018f87 16:44:42 Step 25/26 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:44:42 ---> Running in 23249919e1c4 16:44:42 Removing intermediate container 23249919e1c4 16:44:42 ---> 933b30a5757e 16:44:42 Step 26/26 : LABEL version=0.0.0 16:44:42 ---> Running in df8a90777f97 16:44:42 Removing intermediate container df8a90777f97 16:44:42 ---> 4f03d94fafb4 16:44:42 16:44:42 Successfully built 4f03d94fafb4 16:44:42 Successfully tagged docker-sys-mgmt-agent-go:latest 16:44:43  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:44:43 $ docker stop --time=1 ab76d2a6283f3eb47eeb9f2f1c9debcc480979824483e712c06813aa3cffb568 16:44:44 $ docker rm -f ab76d2a6283f3eb47eeb9f2f1c9debcc480979824483e712c06813aa3cffb568 [Pipeline] // withDockerContainer [Pipeline] sh 16:44:45 + docker images 16:44:45 + grep docker 16:44:45 docker-sys-mgmt-agent-go latest 4f03d94fafb4 3 seconds ago 313MB 16:44:45 docker-core-data-go latest 447f82c0727a 17 seconds ago 22.3MB 16:44:45 docker-security-secretstore-setup-go latest 148e86d8ef1d 49 seconds ago 24.6MB 16:44:45 docker-support-scheduler-go latest c3814e522e16 55 seconds ago 10.7MB 16:44:45 docker-security-bootstrap-redis-go latest 7c013bd5c25a About a minute ago 15.8MB 16:44:45 docker-security-proxy-setup-go latest 7097da3ffe82 About a minute ago 24.4MB 16:44:45 docker-support-notifications-go latest 88901c48ff37 2 minutes ago 12MB 16:44:45 docker-core-command-go latest a80556be4944 2 minutes ago 10.6MB 16:44:45 docker-core-metadata-go latest c6fb8e3b13b0 2 minutes ago 13.1MB 16:44:45 docker 20.10.0 aefe523efa57 5 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 16:45:00 Still waiting to schedule task 16:45:00 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:45:59 Running on prd-ubuntu18.04-docker-8c-8g-20551 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 16:45:59 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 16:46:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20547 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 16:46:01 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 16:46:02 using credential edgex-jenkins-ssh 16:46:02 Cloning the remote Git repository 16:46:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:46:02 > git init /w/workspace/edgex-go/6 # timeout=10 16:46:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:02 > git --version # timeout=10 16:46:02 > git --version # 'git version 2.17.1' 16:46:02 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:08 using credential edgex-jenkins-ssh 16:46:08 Cloning the remote Git repository 16:46:08 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:46:08 > git init /w/workspace/edgex-go/6 # timeout=10 16:46:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:08 > git --version # timeout=10 16:46:08 > git --version # 'git version 2.17.1' 16:46:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:20 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 209b81a7219ad7366827e71152d5b0e99b1499aa 16:46:20 Merge succeeded, producing 209b81a7219ad7366827e71152d5b0e99b1499aa 16:46:20 Checking out Revision 209b81a7219ad7366827e71152d5b0e99b1499aa (PR-3027) 16:46:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:46:20 > git config core.sparsecheckout # timeout=10 16:46:20 > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 16:46:20 > git remote # timeout=10 16:46:20 > git config --get remote.origin.url # timeout=10 16:46:20 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:20 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 16:46:20 > git rev-parse HEAD^{commit} # timeout=10 16:46:20 > git config core.sparsecheckout # timeout=10 16:46:20 > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 16:46:24 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:25 + echo snap-build.sh 16:46:25 snap-build.sh 16:46:25 + SNAP_BASE_DIR=. 16:46:25 + '[' '!' -z /w/workspace/edgex-go/6 ']' 16:46:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 16:46:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 16:46:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 16:46:25 + cd /w/workspace/edgex-go/6 16:46:25 + sudo apt-get remove -qy --purge lxd lxd-client 16:46:25 Reading package lists... 16:46:25 Building dependency tree... 16:46:25 Reading state information... 16:46:26 The following packages were automatically installed and are no longer required: 16:46:26 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:46:26 uidmap xdelta3 16:46:26 Use 'sudo apt autoremove' to remove them. 16:46:26 The following packages will be REMOVED: 16:46:26 lxd* lxd-client* 16:46:26 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:46:26 After this operation, 31.7 MB disk space will be freed. 16:46:27 (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.) 16:46:27 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:46:28 Removing lxd dnsmasq configuration 16:46:28 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:46:28 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:46:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:46:29 (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.) 16:46:29 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:46:31 Processing triggers for systemd (237-3ubuntu10.42) ... 16:46:31 Processing triggers for ureadahead (0.100.0-21) ... 16:46:32 + sudo snap remove --purge lxd 16:46:33 snap "lxd" is not installed 16:46:33 + sudo groupadd --force --system lxd 16:46:33 ++ whoami 16:46:33 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:46:33 + newgrp - lxd 16:46:33 + sudo snap install lxd 16:46:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:46:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:46:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:46:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:46:38 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 209b81a7219ad7366827e71152d5b0e99b1499aa 16:46:38 Merge succeeded, producing 209b81a7219ad7366827e71152d5b0e99b1499aa 16:46:38 Checking out Revision 209b81a7219ad7366827e71152d5b0e99b1499aa (PR-3027) 16:46:38 > git config core.sparsecheckout # timeout=10 16:46:38 > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 16:46:38 > git remote # timeout=10 16:46:38 > git config --get remote.origin.url # timeout=10 16:46:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:46:38 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 16:46:38 > git rev-parse HEAD^{commit} # timeout=10 16:46:38 > git config core.sparsecheckout # timeout=10 16:46:38 > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 16:46:41 2021-01-15T16:46:38Z INFO Waiting for automatic snapd restart... 16:46:43 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:46:44 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:46:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:46:45 + sudo service docker restart 16:46:45 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:46:47 provisioning config files... 16:46:47 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1141068540563585063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:46:48 ---> docker-login.sh 16:46:48 nexus3.edgexfoundry.org:10001 16:46:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:49 Configure a credential helper to remove this warning. See 16:46:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:49 16:46:49 Login Succeeded 16:46:49 nexus3.edgexfoundry.org:10002 16:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:50 Configure a credential helper to remove this warning. See 16:46:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:50 16:46:50 Login Succeeded 16:46:50 nexus3.edgexfoundry.org:10003 16:46:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:50 Configure a credential helper to remove this warning. See 16:46:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:50 16:46:50 Login Succeeded 16:46:50 nexus3.edgexfoundry.org:10004 16:46:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:51 Configure a credential helper to remove this warning. See 16:46:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:51 16:46:51 Login Succeeded 16:46:51 docker.io 16:46:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:46:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:46:51 Configure a credential helper to remove this warning. See 16:46:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:46:51 16:46:51 Login Succeeded 16:46:51 ---> docker-login.sh ends [Pipeline] } 16:46:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:46:52 ========================================================= 16:46:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:46:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:46:52 + 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 . 16:46:55 Sending build context to Docker daemon 165.5MB 16:46:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:46:55 Step 2/6 : FROM ${BASE} 16:46:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:46:55 5f621e34cdf4: Pulling fs layer 16:46:55 a4357932f1b6: Pulling fs layer 16:46:55 18c013af1878: Pulling fs layer 16:46:55 00ac8860ef70: Pulling fs layer 16:46:55 63d7cb157983: Pulling fs layer 16:46:55 b116817d02f9: Pulling fs layer 16:46:55 745a02a5169b: Pulling fs layer 16:46:55 00ac8860ef70: Waiting 16:46:55 63d7cb157983: Waiting 16:46:55 b116817d02f9: Waiting 16:46:55 745a02a5169b: Waiting 16:46:55 18c013af1878: Verifying Checksum 16:46:55 18c013af1878: Download complete 16:46:55 a4357932f1b6: Verifying Checksum 16:46:55 a4357932f1b6: Download complete 16:46:55 63d7cb157983: Verifying Checksum 16:46:55 63d7cb157983: Download complete 16:46:55 b116817d02f9: Verifying Checksum 16:46:55 b116817d02f9: Download complete 16:46:55 5f621e34cdf4: Verifying Checksum 16:46:55 5f621e34cdf4: Download complete 16:46:56 lxd 4.10 from Canonical* installed 16:46:56 + sudo lxd init --auto 16:46:56 5f621e34cdf4: Pull complete 16:46:57 a4357932f1b6: Pull complete 16:46:57 18c013af1878: Pull complete 16:46:58 745a02a5169b: Verifying Checksum 16:46:58 745a02a5169b: Download complete 16:46:59 00ac8860ef70: Verifying Checksum 16:46:59 00ac8860ef70: Download complete 16:47:06 + sudo snap install --classic snapcraft 16:47:09 00ac8860ef70: Pull complete 16:47:09 63d7cb157983: Pull complete 16:47:10 b116817d02f9: Pull complete 16:47:12 snapcraft 4.4.4 from Canonical* installed 16:47:12 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:47:12 + patch --verbose -p1 16:47:12 Hmm... Looks like a unified diff to me... 16:47:12 The text leading up to this was: 16:47:12 -------------------------- 16:47:12 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:47:12 |From: Tony Espy 16:47:12 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:47:12 |Subject: [PATCH] optimize snap build for pipeline CI check 16:47:12 | 16:47:12 |This patch is used by the EdgeX CI pipeline builds to 16:47:12 |optimize the snap CI check run for pull requests. When 16:47:12 |applied, it essentially strips out everything (apps and 16:47:12 |parts) from the snapcraft.yaml file except those required 16:47:12 |to build edgex-go, as the whole idea of the CI check is to 16:47:12 |catch changes to edgex-go that break the snap build. 16:47:12 | 16:47:12 |In general, anyone updating snapcraft.yaml will also need 16:47:12 |to update this patch file, otherwise it may fail to apply, 16:47:12 |resulting in a failed snap build CI check in the associated 16:47:12 |pull request. 16:47:12 | 16:47:12 |Note - in addition to applying this patch, the pipeline also 16:47:12 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:47:12 |need to build the finally binary .snap file (and it won't 16:47:12 |work with the patch applied). This further reduces the build 16:47:12 |time. 16:47:12 |--- 16:47:12 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:47:12 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:47:12 | 16:47:12 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:47:12 |index 1e537489..faf42425 100644 16:47:12 |--- a/snap/snapcraft.yaml 16:47:12 |+++ b/snap/snapcraft.yaml 16:47:12 -------------------------- 16:47:12 patching file snap/snapcraft.yaml 16:47:12 Using Plan A... 16:47:12 Hunk #1 succeeded at 73. 16:47:12 Hunk #2 succeeded at 202 with fuzz 1. 16:47:12 Hunk #3 succeeded at 214 (offset -3 lines). 16:47:12 Hunk #4 succeeded at 222 (offset -3 lines). 16:47:12 Hunk #5 succeeded at 229 (offset -3 lines). 16:47:12 Hunk #6 succeeded at 256 (offset -3 lines). 16:47:12 Hunk #7 succeeded at 290 (offset -3 lines). 16:47:12 Hunk #8 succeeded at 342 (offset -2 lines). 16:47:12 Hmm... Ignoring the trailing garbage. 16:47:12 done 16:47:12 + sudo snapcraft prime --use-lxd 16:47:13 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:47:13 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: 16:47:13 - README.md 16:47:13 - snapcraft.yaml.orig 16:47:13 16:47:13 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:47:13 745a02a5169b: Pull complete 16:47:13 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:47:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:47:13 ---> b7e6874047d6 16:47:13 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 16:47:14 Launching a container. 16:47:18 ---> Running in 7effbe806f38 16:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:47:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:47:20 (1/12) Installing libmagic (5.38-r0) 16:47:20 (2/12) Installing file (5.38-r0) 16:47:20 (3/12) Installing libc-dev (0.7.2-r3) 16:47:21 (4/12) Installing g++ (9.3.0-r2) 16:47:29 Waiting for container to be ready 16:47:29 To start your first instance, try: lxc launch ubuntu:18.04 16:47:29 16:47:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:47:31 (5/12) Installing fortify-headers (1.1-r0) 16:47:31 (6/12) Installing patch (2.7.6-r6) 16:47:31 (7/12) Installing build-base (0.5-r2) 16:47:31 (8/12) Installing libsodium (1.0.18-r0) 16:47:31 (9/12) Installing pkgconf (1.7.2-r0) 16:47:31 (10/12) Installing libsodium-dev (1.0.18-r0) 16:47:31 (11/12) Installing libzmq (4.3.3-r0) 16:47:31 (12/12) Installing zeromq-dev (4.3.3-r0) 16:47:31 Executing busybox-1.31.1-r19.trigger 16:47:31 OK: 217 MiB in 51 packages 16:47:31 Waiting for network to be ready... 16:47:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:47:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 16:47:32 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:47:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 16:47:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:47:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:47:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 16:47:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 16:47:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 16:47:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 16:47:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:47:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:47:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:47:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:47:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:47:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:47:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:47:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:47:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:47:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 16:47:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 16:47:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 16:47:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 16:47:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 16:47:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 16:47:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 16:47:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 16:47:35 Removing intermediate container 7effbe806f38 16:47:35 ---> 7e947df02f92 16:47:35 Step 4/6 : WORKDIR /edgex-go 16:47:35 ---> Running in 6a422459281e 16:47:35 Removing intermediate container 6a422459281e 16:47:35 ---> 3a240f28a8a8 16:47:35 Step 5/6 : COPY go.mod . 16:47:36 ---> 4506302c28b7 16:47:36 Step 6/6 : RUN go mod download 16:47:36 ---> Running in 6c7731816961 16:47:37 Fetched 23.7 MB in 5s (4606 kB/s) 16:47:38 Reading package lists... 16:47:38 Reading package lists... 16:47:38 Building dependency tree... 16:47:38 Reading state information... 16:47:38 The following additional packages will be installed: 16:47:38 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:47:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:47:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:47:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:47:38 Suggested packages: 16:47:38 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:47:38 Recommended packages: 16:47:38 gnupg libsasl2-modules 16:47:38 The following NEW packages will be installed: 16:47:38 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:47:38 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:47:38 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:47:38 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:47:38 The following packages will be upgraded: 16:47:38 gpg gpg-agent gpgconf libudev1 16:47:38 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 16:47:38 Need to get 3532 kB of archives. 16:47:38 After this operation, 13.3 MB of additional disk space will be used. 16:47:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 16:47:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 16:47:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 16:47:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 16:47:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 16:47:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 16:47:38 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 16:47:39 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 16:47:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:47:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:47:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:47:39 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:47:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:47:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:47:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:47:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:47:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:47:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:47:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:47:39 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:47:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:47:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:47:40 debconf: delaying package configuration, since apt-utils is not installed 16:47:40 Fetched 3532 kB in 1s (2912 kB/s) 16:47:40 (Reading database ... 12511 files and directories currently installed.) 16:47:40 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 16:47:40 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:47:40 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 16:47:40 Selecting previously unselected package udev. 16:47:40 (Reading database ... 12511 files and directories currently installed.) 16:47:40 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 16:47:41 Unpacking udev (237-3ubuntu10.43) ... 16:47:41 Selecting previously unselected package libfuse2:amd64. 16:47:41 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:47:41 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:47:41 Selecting previously unselected package fuse. 16:47:41 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:47:41 Unpacking fuse (2.9.7-1ubuntu1) ... 16:47:41 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 16:47:41 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:47:41 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 16:47:41 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:47:41 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 16:47:41 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:47:41 Selecting previously unselected package libksba8:amd64. 16:47:41 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:47:41 Unpacking libksba8:amd64 (1.3.5-2) ... 16:47:42 Selecting previously unselected package libroken18-heimdal:amd64. 16:47:42 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:42 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:42 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:47:42 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:42 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:42 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:47:42 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:42 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:42 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:47:42 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:42 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:42 Selecting previously unselected package libwind0-heimdal:amd64. 16:47:42 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:42 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:42 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:47:42 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:42 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:42 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:47:42 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:42 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:43 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:47:43 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:43 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:43 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:47:43 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:47:43 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:43 Selecting previously unselected package libsasl2-modules-db:amd64. 16:47:43 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:47:43 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:47:43 Selecting previously unselected package libsasl2-2:amd64. 16:47:43 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:47:43 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:47:43 Selecting previously unselected package libldap-common. 16:47:43 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 16:47:43 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:47:43 Selecting previously unselected package libldap-2.4-2:amd64. 16:47:43 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 16:47:43 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:47:43 Selecting previously unselected package dirmngr. 16:47:43 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 16:47:43 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 16:47:43 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:47:43 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 16:47:43 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:47:43 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:47:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:47:44 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 16:47:44 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:44 Setting up libksba8:amd64 (1.3.5-2) ... 16:47:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:47:44 Setting up udev (237-3ubuntu10.43) ... 16:47:44 invoke-rc.d: policy-rc.d denied execution of start. 16:47:44 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:44 Processing triggers for systemd (237-3ubuntu10) ... 16:47:45 Setting up fuse (2.9.7-1ubuntu1) ... 16:47:45 Setting up gpg (2.2.4-1ubuntu1.3) ... 16:47:45 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:45 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:45 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:45 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:45 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:45 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:45 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:47:45 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:47:45 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 16:47:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:47:45 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:47:45 settings in the [Install] section, and DefaultInstance for template units). 16:47:45 This means they are not meant to be enabled using systemctl. 16:47:45 Possible reasons for having this kind of units are: 16:47:45 1) A unit may be statically enabled by being symlinked from another unit's 16:47:45 .wants/ or .requires/ directory. 16:47:45 2) A unit's purpose may be to act as a helper for some other unit which has 16:47:45 a requirement dependency on it. 16:47:45 3) A unit may be started when needed via activation (socket, path, timer, 16:47:45 D-Bus, udev, scripted systemctl call, ...). 16:47:45 4) In case of template units, the unit is meant to be enabled with some 16:47:45 instance name specified. 16:47:46 Reading package lists... 16:47:46 Building dependency tree... 16:47:46 Reading state information... 16:47:46 The following additional packages will be installed: 16:47:46 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:47:46 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:47:46 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:47:46 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:47:46 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:47:46 Suggested packages: 16:47:46 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:47:46 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:47:46 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:47:46 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:47:46 systemd-container policykit-1 16:47:46 Recommended packages: 16:47:46 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:47:46 The following NEW packages will be installed: 16:47:46 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:47:46 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:47:46 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:47:46 multiarch-support openssh-client python3 python3-minimal python3.6 16:47:46 python3.6-minimal snapd squashfs-tools sudo 16:47:46 The following packages will be upgraded: 16:47:46 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:47:46 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 16:47:46 Need to get 35.2 MB of archives. 16:47:46 After this operation, 141 MB of additional disk space will be used. 16:47:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:47:46 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:47:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 16:47:46 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 16:47:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 16:47:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:47:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 16:47:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 16:47:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 16:47:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:47:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:47:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:47:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:47:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:47:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:47:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 16:47:46 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:47:47 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 16:47:47 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:47:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:47:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:47:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:47:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:47:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:47:47 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:47:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 16:47:47 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:47:47 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:47:47 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:47:47 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 16:47:49 debconf: delaying package configuration, since apt-utils is not installed 16:47:49 Fetched 35.2 MB in 2s (15.5 MB/s) 16:47:49 (Reading database ... 12757 files and directories currently installed.) 16:47:49 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 16:47:49 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:47:49 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 16:47:49 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:47:50 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 16:47:50 (Reading database ... 12757 files and directories currently installed.) 16:47:50 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:47:50 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:47:50 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:47:50 (Reading database ... 12757 files and directories currently installed.) 16:47:50 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:47:50 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:47:50 Setting up apt (1.6.12ubuntu0.2) ... 16:47:50 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:47:51 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:47:51 (Reading database ... 12764 files and directories currently installed.) 16:47:51 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:47:51 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:47:51 Selecting previously unselected package libpython3.6-minimal:amd64. 16:47:51 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:47:51 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:47:52 Selecting previously unselected package libexpat1:amd64. 16:47:52 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:47:52 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:47:52 Selecting previously unselected package python3.6-minimal. 16:47:52 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:47:52 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:47:52 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 16:47:52 Checking for services that may need to be restarted...done. 16:47:52 Checking for services that may need to be restarted...done. 16:47:52 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:47:52 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:47:52 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:47:53 Selecting previously unselected package python3-minimal. 16:47:53 (Reading database ... 13012 files and directories currently installed.) 16:47:53 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:47:53 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:47:53 Selecting previously unselected package mime-support. 16:47:53 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:47:53 Unpacking mime-support (3.60ubuntu1) ... 16:47:53 Selecting previously unselected package libmpdec2:amd64. 16:47:53 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:47:53 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:47:53 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:47:53 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:47:53 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:47:54 Selecting previously unselected package python3.6. 16:47:54 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:47:54 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:47:54 Selecting previously unselected package libpython3-stdlib:amd64. 16:47:54 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:47:54 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:47:54 Setting up python3-minimal (3.6.7-1~18.04) ... 16:47:54 Selecting previously unselected package python3. 16:47:54 (Reading database ... 13442 files and directories currently installed.) 16:47:54 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:47:54 Unpacking python3 (3.6.7-1~18.04) ... 16:47:54 Selecting previously unselected package multiarch-support. 16:47:54 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:47:54 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:47:54 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:47:54 Selecting previously unselected package liblzo2-2:amd64. 16:47:54 (Reading database ... 13479 files and directories currently installed.) 16:47:54 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:47:54 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:47:54 Selecting previously unselected package libbsd0:amd64. 16:47:54 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:47:54 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:47:55 Selecting previously unselected package sudo. 16:47:55 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 16:47:55 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 16:47:55 Selecting previously unselected package apparmor. 16:47:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:47:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:47:55 Selecting previously unselected package libedit2:amd64. 16:47:55 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:47:55 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:47:55 Selecting previously unselected package libkrb5support0:amd64. 16:47:55 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:47:55 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:47:55 Selecting previously unselected package libk5crypto3:amd64. 16:47:55 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:47:55 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:47:55 Selecting previously unselected package libkeyutils1:amd64. 16:47:55 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:47:55 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:47:55 Selecting previously unselected package libkrb5-3:amd64. 16:47:55 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:47:55 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:47:55 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:47:55 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:47:55 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:47:56 Selecting previously unselected package libssl1.0.0:amd64. 16:47:56 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 16:47:56 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:47:56 Selecting previously unselected package openssh-client. 16:47:56 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:47:56 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:47:56 Selecting previously unselected package squashfs-tools. 16:47:56 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:47:56 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:47:56 Selecting previously unselected package snapd. 16:47:56 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 16:47:56 Unpacking snapd (2.48+18.04) ... 16:47:59 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:47:59 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:47:59 Setting up mime-support (3.60ubuntu1) ... 16:47:59 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 16:47:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:47:59 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:47:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:47:59 Setting up systemd (237-3ubuntu10.43) ... 16:47:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:48:00 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:48:00 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:48:00 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:48:00 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:48:00 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:48:00 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:48:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:48:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:48:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:48:01 Setting up python3 (3.6.7-1~18.04) ... 16:48:01 running python rtupdate hooks for python3.6... 16:48:01 running python post-rtupdate hooks for python3.6... 16:48:01 Setting up apparmor (2.12-4ubuntu5.1) ... 16:48:02 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:48:02 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:48:02 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:48:02 Setting up snapd (2.48+18.04) ... 16:48:03 Removing intermediate container 6c7731816961 16:48:03 ---> d0ec9df3a336 16:48:03 Successfully built d0ec9df3a336 16:48:03 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:48:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:48:03 + docker inspect -f . ci-base-image-arm64 16:48:03 . [Pipeline] withDockerContainer 16:48:03 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:48:04 prd-ubuntu18.04-docker-arm64-4c-16g-20547 does not seem to be running inside a container 16:48:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:48:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:48:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:48:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:48:04 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:48:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:48:04 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:48:05 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:48:05 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:48:05 /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' 16:48:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:48:05 Processing triggers for systemd (237-3ubuntu10.43) ... 16:48:05 $ docker top 5c3d8a3db9878ca145a55b097dde55c031f94f86f3be91921f1459bc52effd1c -eo pid,comm [Pipeline] { [Pipeline] sh 16:48:06 + go version 16:48:06 go version go1.15.5 linux/arm64 [Pipeline] } 16:48:06 $ docker stop --time=1 5c3d8a3db9878ca145a55b097dde55c031f94f86f3be91921f1459bc52effd1c 16:48:07 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:48:07 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:48:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:48:08 Reading package lists... 16:48:08 Reading package lists... 16:48:09 $ docker rm -f 5c3d8a3db9878ca145a55b097dde55c031f94f86f3be91921f1459bc52effd1c 16:48:09 Building dependency tree... 16:48:09 Reading state information... 16:48:09 Calculating upgrade... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 16:48:09 The following packages will be upgraded: 16:48:09 advancecomp base-files bash binutils binutils-common 16:48:09 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:48:09 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:48:09 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 16:48:09 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 16:48:09 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 16:48:09 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 16:48:09 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 16:48:09 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 16:48:09 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 16:48:09 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 16:48:09 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 16:48:09 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 16:48:09 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 16:48:09 ubuntu-keyring util-linux [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:48:09 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:48:09 Need to get 63.7 MB of archives. 16:48:09 After this operation, 5203 kB of additional disk space will be used. 16:48:09 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:48:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 16:48:10 + docker inspect -f . ci-base-image-arm64 16:48:10 . [Pipeline] withDockerContainer 16:48:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:48:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:48:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:48:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:48:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:48:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:48:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:48:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:48:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:48:10 prd-ubuntu18.04-docker-arm64-4c-16g-20547 does not seem to be running inside a container 16:48:10 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:48:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:48:10 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:48:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:48:10 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:48:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:48:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:48:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:48:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:48:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:48:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:48:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:48:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:48:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:48:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:48:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:48:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:48:10 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:48:10 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:48:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:48:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:48:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:48:10 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:48:10 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:48:10 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:48:10 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:48:10 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:48:10 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:48:10 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 16:48:10 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:48:10 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:48:10 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:48:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:48:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:48:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:48:10 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:48:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:48:11 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:48:11 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:48:11 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:48:11 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:48:11 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:48:11 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:48:11 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:48:11 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:48:11 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:48:11 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:48:11 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:48:11 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:48:11 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:48:11 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:48:11 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:48:11 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:48:11 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:48:11 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:48:11 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:48:11 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:48:11 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 16:48:11 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 16:48:11 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:48:11 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:48:11 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:48:11 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 16:48:11 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 16:48:11 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:48:11 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:48:11 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:48:11 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 16:48:11 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:48:11 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:48:11 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 16:48:11 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:48:11 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:48:11 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:48:11 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:48:11 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:48:11 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:48:11 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:48:11 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:48:12 $ docker top a9f93a39bed33e28753d3905a8850081f460cad5f0d40fc90c666f2bcbf43cf3 -eo pid,comm 16:48:12 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [Pipeline] { 16:48:12 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:48:12 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] echo 16:48:12 ========================================================= 16:48:12 [edgeXBuildGoParallel] Running Tests and Build... 16:48:12 ========================================================= [Pipeline] sh 16:48:12 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:48:12 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:48:12 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:48:12 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:48:12 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:48:12 debconf: delaying package configuration, since apt-utils is not installed 16:48:12 Fetched 63.7 MB in 3s (19.5 MB/s) 16:48:13 + make test 16:48:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:48:13 (Reading database ... 13912 files and directories currently installed.) 16:48:13 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:48:13 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:48:13 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:48:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:48:13 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 16:48:14 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 16:48:15 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:15 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:15 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:15 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:15 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:15 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:15 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:15 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:15 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:15 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:15 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:15 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:15 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:15 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:15 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:15 (Reading database ... 13911 files and directories currently installed.) 16:48:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:48:16 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:48:16 (Reading database ... 13911 files and directories currently installed.) 16:48:16 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:16 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:16 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:16 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:16 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:48:16 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:48:16 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:16 (Reading database ... 13911 files and directories currently installed.) 16:48:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:48:16 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:48:17 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:48:17 (Reading database ... 13911 files and directories currently installed.) 16:48:17 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:48:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:48:17 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:48:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:48:17 Setting up base-files (10.1ubuntu2.10) ... 16:48:17 Installing new version of config file /etc/issue ... 16:48:17 Installing new version of config file /etc/issue.net ... 16:48:17 Installing new version of config file /etc/lsb-release ... 16:48:17 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:48:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:48:18 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:48:18 Removing obsolete conffile /etc/default/motd-news ... 16:48:18 (Reading database ... 13912 files and directories currently installed.) 16:48:18 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:48:18 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:48:18 Setting up bash (4.4.18-2ubuntu1.2) ... 16:48:18 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 16:48:18 (Reading database ... 13912 files and directories currently installed.) 16:48:18 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:18 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:48:18 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:48:18 (Reading database ... 13912 files and directories currently installed.) 16:48:18 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:48:18 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:48:18 Setting up tar (1.29b-2ubuntu0.2) ... 16:48:18 (Reading database ... 13912 files and directories currently installed.) 16:48:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:48:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:48:19 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:48:19 (Reading database ... 13912 files and directories currently installed.) 16:48:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:48:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:48:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:48:19 (Reading database ... 13912 files and directories currently installed.) 16:48:19 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:48:19 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:48:19 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:48:19 (Reading database ... 13912 files and directories currently installed.) 16:48:19 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:48:19 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:48:20 Setting up grep (3.1-2build1) ... 16:48:20 (Reading database ... 13912 files and directories currently installed.) 16:48:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:48:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:48:20 Setting up login (1:4.5-1ubuntu2) ... 16:48:20 (Reading database ... 13912 files and directories currently installed.) 16:48:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:48:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:48:20 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:48:20 (Reading database ... 13912 files and directories currently installed.) 16:48:20 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:48:20 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:48:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:48:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:48:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:48:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:48:22 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:48:22 (Reading database ... 13912 files and directories currently installed.) 16:48:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:48:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:48:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:48:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:48:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:48:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:48:23 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:48:23 (Reading database ... 13912 files and directories currently installed.) 16:48:23 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:48:23 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:48:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:48:24 (Reading database ... 13912 files and directories currently installed.) 16:48:24 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:24 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:48:24 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:48:24 (Reading database ... 13912 files and directories currently installed.) 16:48:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:48:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:48:24 (Reading database ... 13912 files and directories currently installed.) 16:48:24 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:48:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:48:24 (Reading database ... 13912 files and directories currently installed.) 16:48:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:48:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:48:25 (Reading database ... 13912 files and directories currently installed.) 16:48:25 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:48:25 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:48:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:48:25 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:48:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:48:25 (Reading database ... 13912 files and directories currently installed.) 16:48:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:48:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:48:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:48:25 (Reading database ... 13912 files and directories currently installed.) 16:48:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:48:25 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:48:25 (Reading database ... 13912 files and directories currently installed.) 16:48:25 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:25 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:48:25 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:48:26 (Reading database ... 13912 files and directories currently installed.) 16:48:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:26 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:48:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:48:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:48:27 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:48:27 (Reading database ... 13912 files and directories currently installed.) 16:48:27 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:48:27 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:48:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:48:27 (Reading database ... 13912 files and directories currently installed.) 16:48:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:48:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:48:28 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:48:28 (Reading database ... 13914 files and directories currently installed.) 16:48:28 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:48:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:48:28 Setting up debconf (1.5.66ubuntu1) ... 16:48:28 (Reading database ... 13914 files and directories currently installed.) 16:48:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:48:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:48:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:48:28 (Reading database ... 13914 files and directories currently installed.) 16:48:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:48:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:48:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:48:29 (Reading database ... 13914 files and directories currently installed.) 16:48:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:48:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:48:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:48:29 (Reading database ... 13914 files and directories currently installed.) 16:48:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:48:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:48:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 16:48:29 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 16:48:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:48:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:48:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:48:30 (Reading database ... 13914 files and directories currently installed.) 16:48:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:48:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:48:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:48:30 (Reading database ... 13914 files and directories currently installed.) 16:48:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:48:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:48:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:48:31 (Reading database ... 13914 files and directories currently installed.) 16:48:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:48:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:48:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:48:31 (Reading database ... 13914 files and directories currently installed.) 16:48:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 16:48:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 16:48:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 16:48:31 (Reading database ... 13914 files and directories currently installed.) 16:48:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:48:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:48:32 Setting up passwd (1:4.5-1ubuntu2) ... 16:48:32 (Reading database ... 13914 files and directories currently installed.) 16:48:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 16:48:32 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:48:32 Setting up gpgv (2.2.4-1ubuntu1.3) ... 16:48:32 (Reading database ... 13914 files and directories currently installed.) 16:48:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:48:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:48:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:48:32 (Reading database ... 13914 files and directories currently installed.) 16:48:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:48:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:48:32 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:48:32 (Reading database ... 13914 files and directories currently installed.) 16:48:32 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:48:32 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:48:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:48:33 (Reading database ... 13914 files and directories currently installed.) 16:48:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:48:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:48:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:48:33 (Reading database ... 13914 files and directories currently installed.) 16:48:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:48:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:48:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:48:33 (Reading database ... 13914 files and directories currently installed.) 16:48:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:48:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:48:33 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:48:33 (Reading database ... 13915 files and directories currently installed.) 16:48:33 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:48:33 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:48:33 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:48:33 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:48:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:48:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:48:34 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 16:48:34 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 16:48:34 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:48:34 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:48:34 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:48:34 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:48:34 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:48:34 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:48:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:48:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:48:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:48:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:48:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:48:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:48:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:48:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:48:35 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 16:48:35 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 16:48:36 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:48:36 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:48:36 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:48:36 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:48:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:48:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:48:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:48:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:48:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:48:37 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:48:37 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:48:37 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:48:37 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:37 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:37 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:39 ? github.com/edgexfoundry/edgex-go [no test files] 16:48:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:48:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:48:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:48:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:48:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:48:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:48:42 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:48:42 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:48:42 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:48:42 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:48:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:48:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:48:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:48:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:48:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:48:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:48:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:48:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:48:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:48:43 Setting up tzdata (2020f-0ubuntu0.18.04) ... 16:48:43 16:48:43 Current default time zone: 'Etc/UTC' 16:48:43 Local time is now: Fri Jan 15 16:48:43 UTC 2021. 16:48:43 Universal Time is now: Fri Jan 15 16:48:43 UTC 2021. 16:48:43 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:48:43 16:48:43 Setting up systemd-sysv (237-3ubuntu10.43) ... 16:48:43 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:43 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 16:48:43 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:48:43 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:48:43 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:48:43 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:48:43 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:48:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:48:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:48:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:48:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:48:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:48:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:44 Setting up patch (2.7.6-2ubuntu1.1) ... 16:48:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:48:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:48:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 16:48:44 Installing new version of config file /etc/ssl/openssl.cnf ... 16:48:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:48:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:48:44 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 16:48:46 Updating certificates in /etc/ssl/certs... 16:48:47 22 added, 17 removed; done. 16:48:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:48:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:48:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:48:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:48:47 Setting up pkgbinarymangler (138.18.04.1) ... 16:48:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:48:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:48:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:48:47 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:48:47 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:48:47 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:48:47 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:48:47 Setting up perl (5.26.1-6ubuntu0.5) ... 16:48:47 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:48:47 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:48:47 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:48:47 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:48:47 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:48:47 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:48:47 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:48:47 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:48:48 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:48:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:48:48 Processing triggers for systemd (237-3ubuntu10.43) ... 16:48:48 Processing triggers for mime-support (3.60ubuntu1) ... 16:48:48 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 16:48:48 Updating certificates in /etc/ssl/certs... 16:48:48 0 added, 0 removed; done. 16:48:48 Running hooks in /etc/ca-certificates/update.d... 16:48:48 done. 16:48:49 Reading package lists... 16:48:49 Building dependency tree... 16:48:49 Reading state information... 16:48:50 The following NEW packages will be installed: 16:48:50 apt-transport-https 16:48:50 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:48:50 Need to get 1696 B of archives. 16:48:50 After this operation, 153 kB of additional disk space will be used. 16:48:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:48:50 debconf: delaying package configuration, since apt-utils is not installed 16:48:50 Fetched 1696 B in 0s (8447 B/s) 16:48:50 Selecting previously unselected package apt-transport-https. 16:48:50 (Reading database ... 13929 files and directories currently installed.) 16:48:50 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:48:50 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:48:50 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:48:50 Waiting for network to be ready... 16:48:59 2021-01-15T16:48:54Z INFO Waiting for automatic snapd restart... 16:48:59 snapd 2.48.2 from Canonical* installed 16:48:59 "snapd" switched to the "latest/stable" channel 16:48:59 16:49:04 core18 20201210 from Canonical* installed 16:49:04 "core18" switched to the "latest/stable" channel 16:49:04 16:49:11 snapcraft 4.4.4 from Canonical* installed 16:49:11 "snapcraft" switched to the "latest/stable" channel 16:49:11 16:49:13 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: 16:49:13 - README.md 16:49:13 - snapcraft.yaml.orig 16:49:13 16:49:13 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:49:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:49:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:49:20 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:49:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:49:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:49:21 Reading package lists... 16:49:22 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 16:49:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:49:29 Reading package lists... 16:49:29 Building dependency tree... 16:49:29 Reading state information... 16:49:29 Suggested packages: 16:49:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:49:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:49:29 Recommended packages: 16:49:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:49:29 The following NEW packages will be installed: 16:49:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:49:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:49:29 pkg-config zip 16:49:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:49:29 Need to get 7655 kB of archives. 16:49:29 After this operation, 43.7 MB of additional disk space will be used. 16:49:29 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 16:49:29 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:49:29 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:49:29 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:49:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:49:29 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:49:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:49:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:49:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:49:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:49:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:49:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:49:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:49:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:49:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:49:30 debconf: delaying package configuration, since apt-utils is not installed 16:49:30 Fetched 7655 kB in 1s (7216 kB/s) 16:49:30 Selecting previously unselected package libglib2.0-0:amd64. 16:49:30 (Reading database ... 13933 files and directories currently installed.) 16:49:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 16:49:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:49:30 Selecting previously unselected package libpsl5:amd64. 16:49:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:49:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:49:30 Selecting previously unselected package libnghttp2-14:amd64. 16:49:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:49:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:49:30 Selecting previously unselected package librtmp1:amd64. 16:49:30 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:49:30 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:49:30 Selecting previously unselected package libcurl3-gnutls:amd64. 16:49:30 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:49:30 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:49:31 Selecting previously unselected package liberror-perl. 16:49:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:49:31 Unpacking liberror-perl (0.17025-1) ... 16:49:31 Selecting previously unselected package git-man. 16:49:31 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:49:31 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:49:31 Selecting previously unselected package git. 16:49:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:49:31 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:49:32 Selecting previously unselected package libnorm1:amd64. 16:49:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:49:32 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:49:32 Selecting previously unselected package libpgm-5.2-0:amd64. 16:49:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:49:32 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:49:32 Selecting previously unselected package libsodium23:amd64. 16:49:32 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:49:32 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:49:32 Selecting previously unselected package libzmq5:amd64. 16:49:32 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:49:32 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:49:32 Selecting previously unselected package libzmq3-dev:amd64. 16:49:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:49:32 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:49:32 Selecting previously unselected package pkg-config. 16:49:32 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:49:32 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:49:32 Selecting previously unselected package zip. 16:49:32 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:49:32 Unpacking zip (3.0-11build1) ... 16:49:33 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:49:33 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:49:33 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:49:33 Setting up liberror-perl (0.17025-1) ... 16:49:33 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:49:33 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:49:33 No schema files found: doing nothing. 16:49:33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:49:33 Setting up zip (3.0-11build1) ... 16:49:33 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:49:33 Setting up libsodium23:amd64 (1.0.16-2) ... 16:49:33 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:49:33 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:49:33 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:49:33 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:49:33 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:49:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:49:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:49:40 git set to automatically installed. 16:49:40 git-man set to automatically installed. 16:49:40 libcurl3-gnutls set to automatically installed. 16:49:40 liberror-perl set to automatically installed. 16:49:40 libglib2.0-0 set to automatically installed. 16:49:40 libnghttp2-14 set to automatically installed. 16:49:40 libnorm1 set to automatically installed. 16:49:40 libpgm-5.2-0 set to automatically installed. 16:49:40 libpsl5 set to automatically installed. 16:49:40 librtmp1 set to automatically installed. 16:49:40 libsodium23 set to automatically installed. 16:49:40 libzmq3-dev set to automatically installed. 16:49:40 libzmq5 set to automatically installed. 16:49:40 pkg-config set to automatically installed. 16:49:40 zip set to automatically installed. 16:49:42 snapd is not logged in, snap install commands will use sudo 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:49:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:49:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:49:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:49:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:49:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:49:49 snap "core18" has no updates available 16:49:50 Pulling config-common 16:49:51 Pulling go-build-helper 16:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements 16:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.646s coverage: 27.0% of statements 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.315s coverage: 67.9% of statements 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:50:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.751s coverage: 82.3% of statements 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:50:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:50:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.263s coverage: 28.6% of statements 16:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:50:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements 16:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:50:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 16:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:50:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements 16:50:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:50:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:50:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:50:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:50:19 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:50:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 16:50:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 16:50:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 16:50:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 16:50:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 16:50:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 16:50:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 16:50:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 16:50:19 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:50:19 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:50:19 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:50:19 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:50:19 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:50:19 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:50:19 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:50:19 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:50:19 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:50:19 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 16:50:19 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 16:50:19 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 16:50:19 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 16:50:19 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 16:50:19 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 16:50:19 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 16:50:19 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 16:50:19 Fetched 23.7 MB in 0s (0 B/s) 16:50:19 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:50:19 Fetched 96.5 kB in 0s (0 B/s) 16:50:19 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:50:19 Fetched 279 kB in 0s (0 B/s) 16:50:19 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:50:19 Fetched 122 kB in 0s (0 B/s) 16:50:19 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:50:19 Fetched 77.8 kB in 0s (0 B/s) 16:50:19 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:50:19 Fetched 8848 B in 0s (0 B/s) 16:50:19 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:50:19 Fetched 47.8 kB in 0s (0 B/s) 16:50:19 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:50:19 Fetched 45.6 kB in 0s (0 B/s) 16:50:19 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:50:19 Fetched 15.0 kB in 0s (0 B/s) 16:50:19 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:50:19 Fetched 214 kB in 0s (0 B/s) 16:50:19 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 16:50:19 Fetched 155 kB in 0s (0 B/s) 16:50:19 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:50:19 Fetched 50.6 kB in 0s (0 B/s) 16:50:19 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:50:19 Fetched 14.8 kB in 0s (0 B/s) 16:50:19 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:50:19 Fetched 41.8 kB in 0s (0 B/s) 16:50:19 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:50:19 Fetched 499 kB in 0s (0 B/s) 16:50:19 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:50:19 Fetched 111 kB in 0s (0 B/s) 16:50:19 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:50:19 Fetched 240 kB in 0s (0 B/s) 16:50:19 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:50:19 Fetched 29.3 kB in 0s (0 B/s) 16:50:19 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:50:19 Fetched 85.5 kB in 0s (0 B/s) 16:50:19 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:50:19 Fetched 24.5 kB in 0s (0 B/s) 16:50:19 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:50:19 Fetched 49.2 kB in 0s (0 B/s) 16:50:19 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:50:19 Fetched 54.2 kB in 0s (0 B/s) 16:50:19 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:50:19 Fetched 30.8 kB in 0s (0 B/s) 16:50:19 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 16:50:19 Fetched 17.0 kB in 0s (0 B/s) 16:50:19 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:50:19 Fetched 85.9 kB in 0s (0 B/s) 16:50:19 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:50:19 Fetched 8720 B in 0s (0 B/s) 16:50:19 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:50:19 Fetched 137 kB in 0s (0 B/s) 16:50:19 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:50:19 Fetched 119 kB in 0s (0 B/s) 16:50:19 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:50:19 Fetched 109 kB in 0s (0 B/s) 16:50:19 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:50:19 Fetched 11.1 kB in 0s (0 B/s) 16:50:19 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:50:19 Fetched 645 kB in 0s (0 B/s) 16:50:19 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:50:19 Fetched 41.3 kB in 0s (0 B/s) 16:50:19 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:50:19 Fetched 17.9 kB in 0s (0 B/s) 16:50:19 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:50:19 Fetched 368 kB in 0s (0 B/s) 16:50:19 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:50:19 Fetched 187 kB in 0s (0 B/s) 16:50:19 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:50:19 Fetched 175 kB in 0s (0 B/s) 16:50:19 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:50:20 Fetched 206 kB in 0s (0 B/s) 16:50:20 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 16:50:20 Fetched 1301 kB in 0s (0 B/s) 16:50:20 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:50:20 Fetched 36.2 kB in 0s (0 B/s) 16:50:20 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:50:20 Fetched 159 kB in 0s (0 B/s) 16:50:20 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:50:20 Fetched 107 kB in 0s (0 B/s) 16:50:20 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:50:20 Fetched 48.7 kB in 0s (0 B/s) 16:50:20 Pulling static-packages 16:50:21 'go115' has dependencies that need to be staged: static-packages go-build-helper 16:50:21 Skipping pull go-build-helper (already ran) 16:50:21 Skipping pull static-packages (already ran) 16:50:21 Building go-build-helper 16:50:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.290s coverage: 92.8% of statements 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:50:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:50:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:50:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:50:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements 16:50:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:50:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 16:50:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 16:50:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.171s coverage: 84.2% of statements 16:50:25 Building static-packages 16:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.4% of statements 16:50:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.682s coverage: 63.5% of statements 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:50:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 16:50:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 16:50:28 Staging go-build-helper 16:50:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 16:50:29 Staging static-packages 16:50:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 16:50:30 Pulling go115 16:50:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements 16:50:31 'edgex-go' has dependencies that need to be staged: go115 16:50:31 Skipping pull go115 (already ran) 16:50:31 Building go115 16:50:31 % Total % Received % Xferd Average Speed Time Time Time Current 16:50:31 Dload Upload Total Spent Left Speed 16:50:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 17.7M 0 0 25.0M 0 0:00:04 --:--:-- 0:00:04 24.9M 45 115M 45 52.3M 0 0 30.2M 0 0:00:03 0:00:01 0:00:02 30.2M 77 115M 77 88.9M 0 0 32.8M 0 0:00:03 0:00:02 0:00:01 32.7M 100 115M 100 115M 0 0 33.7M 0 0:00:03 0:00:03 --:--:-- 33.7M 16:50:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.955s coverage: 68.9% of statements 16:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:50:35 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:50:35 go1.15.2.linux-amd64.tar.gz: OK 16:50:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.432s coverage: 37.0% of statements 16:50:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:50:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:50:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.808s coverage: 84.0% of statements 16:50:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.115s coverage: 100.0% of statements 16:50:41 Staging go115 16:50:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.1% of statements 16:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:50:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.177s coverage: 100.0% of statements 16:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:50:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 16:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:50:47 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:50:47 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:50:47 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:50:47 Fetched 0 B in 0s (0 B/s) 16:50:47 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:50:47 Fetched 224 kB in 0s (0 B/s) 16:50:47 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:50:47 Fetched 157 kB in 0s (0 B/s) 16:50:47 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:50:47 Fetched 221 kB in 0s (0 B/s) 16:50:47 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:50:47 Fetched 143 kB in 0s (0 B/s) 16:50:47 Pulling edgex-go 16:50:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.262s coverage: 29.1% of statements 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:50:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:50:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:50:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:50:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:50:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.128s coverage: 87.9% of statements 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:50:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:50:49 Pulling version 16:50:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 16:50:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 16:50:50 Building config-common 16:50:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 16:50:52 GO111MODULE=on go vet ./... 16:50:52 Skipping build go-build-helper (already ran) 16:50:52 Skipping build static-packages (already ran) 16:50:52 Skipping build go115 (already ran) 16:50:52 Building edgex-go 16:50:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:50:55 go: downloading github.com/gorilla/mux v1.8.0 16:50:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 16:50:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 16:50:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:50:55 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:50:55 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 16:50:55 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 16:50:55 go: downloading github.com/google/uuid v1.1.4 16:50:55 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 16:50:55 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 16:50:55 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:50:55 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 16:50:55 go: downloading github.com/go-kit/kit v0.8.0 16:50:55 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:50:55 go: downloading github.com/pelletier/go-toml v1.2.0 16:50:55 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:50:55 go: downloading github.com/imdario/mergo v0.3.11 16:50:55 go: downloading github.com/BurntSushi/toml v0.3.1 16:50:55 go: downloading github.com/pebbe/zmq4 v1.2.2 16:50:55 go: downloading github.com/pkg/errors v0.8.1 16:50:55 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:50:55 go: downloading gopkg.in/yaml.v2 v2.4.0 16:50:55 go: downloading github.com/x448/float16 v0.8.4 16:50:55 go: downloading github.com/hashicorp/consul/api v1.1.0 16:50:55 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:50:55 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:50:55 go: downloading github.com/leodido/go-urn v1.2.0 16:50:55 go: downloading github.com/go-playground/universal-translator v0.17.0 16:50:55 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:50:55 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:50:55 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:50:55 go: downloading github.com/mitchellh/copystructure v1.0.0 16:50:55 go: downloading github.com/go-playground/locales v0.13.0 16:50:55 go: downloading github.com/hashicorp/serf v0.8.2 16:50:55 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 16:50:55 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:50:55 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:50:55 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:50:55 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:50:55 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:50:55 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:51:03 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 16:51:08 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 16:51:09 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 16:51:10 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 16:51:10 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 16:51:10 go: downloading github.com/stretchr/testify v1.7.0 16:51:11 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:51:11 go: downloading github.com/pmezard/go-difflib v1.0.0 16:51:11 go: downloading github.com/davecgh/go-spew v1.1.1 16:51:12 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 16:51:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:51:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:51:13 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 16:51:14 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 16:51:14 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:51:16 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 16:51:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:51:18 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 16:51:18 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:51:21 Building version 16:51:24 Staging config-common 16:51:25 Skipping stage go-build-helper (already ran) 16:51:25 Skipping stage static-packages (already ran) 16:51:25 Skipping stage go115 (already ran) 16:51:25 Staging edgex-go 16:51:26 Staging version 16:51:27 Priming config-common 16:51:28 Priming go-build-helper 16:51:30 Priming static-packages 16:51:32 Priming go115 16:51:33 Priming edgex-go 16:51:34 Priming version 16:51:35 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] } 16:52:00 gofmt -l . 16:52:02 [ "`gofmt -l .`" = "" ] 16:52:05 ./bin/test-go-mod-tidy.sh 16:52:06 ./bin/test-attribution-txt.sh [Pipeline] sh 16:52:08 + ls -al . 16:52:08 total 684 16:52:08 drwxrwxr-x 9 1001 1001 4096 Jan 15 16:52 . 16:52:08 drwxr-xr-x 4 root root 4096 Jan 15 16:48 .. 16:52:08 -rw-rw-r-- 1 1001 1001 11 Jan 15 16:46 .dockerignore 16:52:08 drwxrwxr-x 8 1001 1001 4096 Jan 15 16:46 .git 16:52:08 drwxrwxr-x 3 1001 1001 4096 Jan 15 16:46 .github 16:52:08 -rw-rw-r-- 1 1001 1001 824 Jan 15 16:46 .gitignore 16:52:08 -rw-rw-r-- 1 1001 1001 166 Jan 15 16:46 .sonarcloud.properties 16:52:08 -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:46 Attribution.txt 16:52:08 -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:46 CONTRIBUTING.md 16:52:08 -rw-rw-r-- 1 1001 1001 931 Jan 15 16:46 Dockerfile.build 16:52:08 -rw-rw-r-- 1 1001 1001 863 Jan 15 16:46 Jenkinsfile 16:52:08 -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:46 LICENSE 16:52:08 -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:46 Makefile 16:52:08 -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:46 README.md 16:52:08 -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:46 SECURITY.md 16:52:08 -rw-rw-r-- 1 1001 1001 5 Jan 15 16:36 VERSION 16:52:08 -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:46 ZMQWindows.md 16:52:08 drwxrwxr-x 2 1001 1001 4096 Jan 15 16:46 bin 16:52:08 drwxrwxr-x 14 1001 1001 4096 Jan 15 16:46 cmd 16:52:08 -rw-r--r-- 1 root root 550280 Jan 15 16:50 coverage.out 16:52:08 -rw-r--r-- 1 root root 981 Jan 15 16:52 go.mod 16:52:08 -rw-r--r-- 1 root root 19331 Jan 15 16:52 go.sum 16:52:08 drwxrwxr-x 8 1001 1001 4096 Jan 15 16:46 internal 16:52:08 drwxrwxr-x 4 1001 1001 4096 Jan 15 16:46 openapi 16:52:08 drwxrwxr-x 4 1001 1001 4096 Jan 15 16:46 snap 16:52:08 -rw-rw-r-- 1 1001 1001 168 Jan 15 16:46 version.go [Pipeline] sh 16:52:08 + '[' -e coverage.out ] 16:52:08 + chown 1001:1001 coverage.out [Pipeline] stash 16:52:08 Warning: overwriting stash ‘coverage-report’ 16:52:10 Stashed 1 file(s) [Pipeline] sh 16:52:10 + make build 16:52:10 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:52:23 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 16:52:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:52:49 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 16:52:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:52:56 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 16:53:02 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 16:53:08 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 16:53:14 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 16:53:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:53:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:53:28 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 [Pipeline] } 16:53:33 $ docker stop --time=1 a9f93a39bed33e28753d3905a8850081f460cad5f0d40fc90c666f2bcbf43cf3 16:53:36 $ docker rm -f a9f93a39bed33e28753d3905a8850081f460cad5f0d40fc90c666f2bcbf43cf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:53:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:53:38 16:53:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:53:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:53:39 latest: Pulling from edgex-devops/edgex-compose-arm64 16:53:39 29e5d40040c1: Pulling fs layer 16:53:39 1ce36da41761: Pulling fs layer 16:53:39 25b303627fd3: Pulling fs layer 16:53:39 29e5d40040c1: Download complete 16:53:40 1ce36da41761: Verifying Checksum 16:53:40 1ce36da41761: Download complete 16:53:40 29e5d40040c1: Pull complete 16:53:41 1ce36da41761: Pull complete 16:53:42 25b303627fd3: Verifying Checksum 16:53:42 25b303627fd3: Download complete 16:53:52 25b303627fd3: Pull complete 16:53:52 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:53:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:53:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:53:52 prd-ubuntu18.04-docker-arm64-4c-16g-20547 does not seem to be running inside a container 16:53:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:53:55 $ docker top 8eba6cc908ed631f11378f389b6e697567ccb2c3b86069adca4c133d326e4e01 -eo pid,comm [Pipeline] { [Pipeline] sh 16:53:56 + docker-compose build --help 16:53:56 + grep parallel 16:54:01 --parallel Build images in parallel. [Pipeline] } 16:54:01 $ docker stop --time=1 8eba6cc908ed631f11378f389b6e697567ccb2c3b86069adca4c133d326e4e01 16:54:03 $ docker rm -f 8eba6cc908ed631f11378f389b6e697567ccb2c3b86069adca4c133d326e4e01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:54:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:54:04 . [Pipeline] withDockerContainer 16:54:04 prd-ubuntu18.04-docker-arm64-4c-16g-20547 does not seem to be running inside a container 16:54:04 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 16:54:06 $ docker top cdcdd9877a1dc456193ca44648cf1dc3cbfacd850b9a1ae975399d195d26483d -eo pid,comm [Pipeline] { [Pipeline] sh 16:54:07 + docker-compose -f ./docker-compose-build.yml build --parallel 16:54:11 Building docker-core-command-go ... 16:54:11 Building docker-core-data-go ... 16:54:11 Building docker-core-metadata-go ... 16:54:11 Building docker-security-bootstrap-redis-go ... 16:54:11 Building docker-security-proxy-setup-go ... 16:54:11 Building docker-security-secretstore-setup-go ... 16:54:11 Building docker-support-notifications-go ... 16:54:11 Building docker-support-scheduler-go ... 16:54:11 Building docker-sys-mgmt-agent-go ... 16:54:11 Building docker-support-notifications-go 16:54:11 Building docker-core-metadata-go 16:54:11 Building docker-security-proxy-setup-go 16:54:11 Building docker-sys-mgmt-agent-go 16:54:11 Building docker-core-command-go 16:55:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:55:19 ---> d0ec9df3a336 16:55:19 Step 3/26 : WORKDIR /edgex-go 16:55:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:55:19 ---> d0ec9df3a336 16:55:19 Step 3/22 : WORKDIR /edgex-go 16:55:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:55:19 ---> d0ec9df3a336 16:55:19 Step 3/21 : WORKDIR /edgex-goStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:19 16:55:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:55:19 ---> d0ec9df3a336 16:55:19 Step 3/24 : WORKDIR /edgex-go 16:55:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:55:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:55:19 ---> d0ec9df3a336 16:55:19 Step 3/22 : WORKDIR /edgex-go 16:55:21 ---> Running in f8d5a567e1b5 16:55:21 ---> Running in 603db05c1a03 16:55:21 ---> Running in 51e7b83dc0e1 16:55:21 ---> Running in ef585c644019 16:55:21 ---> Running in f35f075133fc 16:55:22 Removing intermediate container f8d5a567e1b5 16:55:22 ---> e23c3c4fd4bf 16:55:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:22 Removing intermediate container ef585c644019 16:55:22 ---> 8d38da053ec8 16:55:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:22 Removing intermediate container 51e7b83dc0e1 16:55:22 ---> 1df2d5d85b48 16:55:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:22 Removing intermediate container f35f075133fc 16:55:22 ---> 81df6f9c27f5 16:55:22 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:22 Removing intermediate container 603db05c1a03 16:55:22 ---> dca7835abda4 16:55:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:55:22 ---> Running in 737a169b209d 16:55:22 ---> Running in 876344858e31 16:55:22 ---> Running in 4d7734123445 16:55:22 ---> Running in f5805f3ad5a7 16:55:22 ---> Running in 1d327db780da 16:55:26 Removing intermediate container 876344858e31 16:55:26 ---> cb73b6a58305 16:55:26 Step 5/22 : RUN apk add --update --no-cache make git 16:55:27 ---> Running in a912ac48d3f0 16:55:27 Removing intermediate container 737a169b209d 16:55:27 ---> 67ed79317f7c 16:55:27 Step 5/21 : RUN apk add --update --no-cache make git 16:55:27 Removing intermediate container 4d7734123445 16:55:27 ---> d5b577e6097e 16:55:27 Step 5/22 : RUN apk add --update --no-cache make git 16:55:27 ---> Running in 48d5d68c3550 16:55:27 Removing intermediate container f5805f3ad5a7 16:55:27 ---> 5a7a11ed3058 16:55:27 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 16:55:27 Removing intermediate container 1d327db780da 16:55:27 ---> c18610fb91c8 16:55:27 Step 5/26 : RUN apk add --update --no-cache make bash git 16:55:27 ---> Running in 5ce6399dd042 16:55:27 ---> Running in 2603836557bd 16:55:27 ---> Running in 5d6e3e87acc8 16:55:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:30 OK: 217 MiB in 51 packages 16:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:55:31 OK: 217 MiB in 51 packages 16:55:31 OK: 217 MiB in 51 packages 16:55:32 OK: 217 MiB in 51 packages 16:55:32 OK: 217 MiB in 51 packages 16:55:32 Removing intermediate container a912ac48d3f0 16:55:32 ---> 737727f213b8 16:55:32 Step 6/22 : COPY go.mod . 16:55:33 Removing intermediate container 48d5d68c3550 16:55:33 ---> 40fc58dd3216 16:55:33 Step 6/21 : COPY go.mod . 16:55:33 ---> f3b9250a8d9e 16:55:33 Step 7/22 : RUN go mod download 16:55:33 Removing intermediate container 5ce6399dd042 16:55:33 ---> 3a2b057ef765 16:55:33 Step 6/22 : COPY go.mod . 16:55:33 ---> Running in 3e42935c3562 16:55:34 Removing intermediate container 2603836557bd 16:55:34 ---> 6f03b9f4fb3d 16:55:34 Step 6/26 : COPY go.mod . 16:55:34 Removing intermediate container 5d6e3e87acc8 16:55:34 ---> 9c1a6ecdd90c 16:55:34 Step 6/24 : COPY go.mod . 16:55:34 ---> 565e770f5144 16:55:34 Step 7/21 : RUN go mod download 16:55:34 ---> Running in 89f01e724634 16:55:35 ---> 1045cb5662d6 16:55:35 Step 7/22 : RUN go mod download 16:55:35 ---> Running in 456c2b1a6eef 16:55:35 ---> a48cc8c74436 16:55:35 Step 7/26 : RUN go mod download 16:55:35 ---> 400901a49695 16:55:35 Step 7/24 : RUN go mod download 16:55:35 ---> Running in c60cb3b543e8 16:55:35 ---> Running in 02e1e72ec146 16:55:39 Removing intermediate container 3e42935c3562 16:55:39 ---> f4d3645c3322 16:55:39 Step 8/22 : COPY . . 16:55:39 Removing intermediate container 89f01e724634 16:55:39 ---> a13027b229ed 16:55:39 Step 8/21 : COPY . . 16:55:41 Removing intermediate container 456c2b1a6eef 16:55:41 ---> 61cc80dc0c5b 16:55:41 Step 8/22 : COPY . . 16:55:41 Removing intermediate container c60cb3b543e8 16:55:41 ---> c744014803cd 16:55:41 Step 8/26 : COPY . . 16:55:42 Removing intermediate container 02e1e72ec146 16:55:42 ---> 3923372255b0 16:55:42 Step 8/24 : COPY . . 16:56:09 ---> 942541589671 16:56:09 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:56:09 ---> de2a4702389f 16:56:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:56:09 ---> c578a2761739 16:56:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:56:09 ---> b266a62d627c 16:56:09 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:56:09 ---> 8fdf56f5a0d0 16:56:09 Step 9/22 : RUN make cmd/core-command/core-command 16:56:09 ---> Running in d3872df74b7b 16:56:09 ---> Running in 287c6d25234f 16:56:09 ---> Running in 3be0b3aadd67 16:56:09 ---> Running in a59b8fb71aee 16:56:09 ---> Running in fdf50cb2e571 16:56:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:56: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 16:56:09 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 16:56:09 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 16:56:09 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 16:57:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:57:54 Removing intermediate container d3872df74b7b 16:57:54 ---> a63aba43b92e 16:57:54 16:57:54 Step 10/21 : FROM alpine:3.12 16:57:54 3.12: Pulling from library/alpine 16:57:59 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:57:59 Status: Downloaded newer image for alpine:3.12 16:57:59 ---> afeebe901d6b 16:57:59 Step 11/21 : RUN apk add --update --no-cache curl 16:57:59 Removing intermediate container a59b8fb71aee 16:57:59 ---> ad74ea8082ea 16:57:59 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:57:59 ---> Running in 2bee1f1e7b12 16:57:59 ---> Running in f6b4e28cc01b 16:57:59 Removing intermediate container 287c6d25234f 16:57:59 ---> aa8234dc0591 16:57:59 16:57:59 Step 10/24 : FROM scratch 16:57:59 ---> 16:57:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:57:59 Removing intermediate container fdf50cb2e571 16:57:59 ---> 30f2cf6a4e94 16:57:59 16:57:59 Step 10/22 : FROM scratch 16:57:59 ---> 16:57:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:58:00 ---> Running in b9d308dd695e 16:58:00 ---> Running in 6d4163e53177 16:58:01 Removing intermediate container b9d308dd695e 16:58:01 ---> 0b74c06ee030 16:58:01 Step 12/24 : ENV APP_PORT=48060 16:58:01 Removing intermediate container 6d4163e53177 16:58:01 ---> 247f335fd8c3 16:58:01 Step 12/22 : ENV APP_PORT=48082 16:58:01 ---> Running in 3d2f6a9ea6cc 16:58:01 ---> Running in b3047c011b70 16:58:02 Removing intermediate container 3d2f6a9ea6cc 16:58:02 ---> 6843a405bf4e 16:58:02 Step 13/24 : EXPOSE $APP_PORT 16:58:02 Removing intermediate container b3047c011b70 16:58:02 ---> 5d65455a9007 16:58:02 Step 13/22 : EXPOSE $APP_PORT 16:58:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:02 ---> Running in 2909ed7555bb 16:58:02 ---> Running in 609c2b6546d8 16:58:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:02 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 16:58:02 (1/4) Installing ca-certificates (20191127-r4) 16:58:02 Removing intermediate container 2909ed7555bb 16:58:02 ---> 233010a22566 16:58:02 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:58:02 Removing intermediate container 609c2b6546d8 16:58:02 ---> 03f2cea6be56 16:58:02 Step 14/22 : WORKDIR / 16:58:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:58:03 (3/4) Installing libcurl (7.69.1-r3) 16:58:03 (4/4) Installing curl (7.69.1-r3) 16:58:03 Executing busybox-1.31.1-r19.trigger 16:58:03 Executing ca-certificates-20191127-r4.trigger 16:58:03 ---> Running in 86f6b732e30b 16:58:03 OK: 7 MiB in 18 packages 16:58:04 Removing intermediate container 86f6b732e30b 16:58:04 ---> 4952f2d792f1 16:58:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:04 ---> 98545f7ff20d 16:58:04 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:58:05 ---> 554b249dadf8 16:58:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:58:06 Removing intermediate container 2bee1f1e7b12 16:58:06 ---> 88500053b3a8 16:58:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:58:07 ---> f32bf6924058 16:58:07 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:58:07 ---> Running in bc47d52ff7b9 16:58:08 ---> 4473d0bf48e8 16:58:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:58:08 Removing intermediate container bc47d52ff7b9 16:58:08 ---> e2b3147b3c50 16:58:08 Step 13/21 : WORKDIR /edgex 16:58:08 Removing intermediate container f6b4e28cc01b 16:58:08 ---> 285de4cdbf3a 16:58:08 16:58:08 Step 11/26 : FROM docker:20.10.0 16:58:08 20.10.0: Pulling from library/docker 16:58:08 ---> Running in b5cd98d0aace 16:58:09 ---> 4608f12fe444 16:58:09 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:09 ---> 3a62f0fd36fa 16:58:09 Step 18/22 : ENTRYPOINT ["/core-command"] 16:58:10 ---> Running in 8fe761b55247 16:58:10 Removing intermediate container b5cd98d0aace 16:58:10 ---> 1507e9dfc46b 16:58:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:58:11 ---> a2502be7c25b 16:58:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:58:11 Removing intermediate container 8fe761b55247 16:58:11 ---> 7af33faf282b 16:58:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:12 ---> Running in 71fa7e4a1f31 16:58:12 Removing intermediate container 3be0b3aadd67 16:58:12 ---> a24fbdd83bbb 16:58:12 16:58:12 Step 10/22 : FROM scratch 16:58:12 ---> 16:58:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:58:12 ---> Using cache 16:58:12 ---> 247f335fd8c3 16:58:12 Step 12/22 : ENV APP_PORT=48081 16:58:12 ---> 7c32aa344abe 16:58:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:58:12 ---> Running in 4f0a962c7e3f 16:58:13 Removing intermediate container 71fa7e4a1f31 16:58:13 ---> 81cdf34fb47b 16:58:13 Step 20/22 : LABEL arch=arm64 16:58:13 ---> 599e56d4c78b 16:58:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:58:13 ---> Running in 042c44736486 16:58:13 Removing intermediate container 4f0a962c7e3f 16:58:13 ---> 5c94e2648e14 16:58:13 Step 13/22 : EXPOSE $APP_PORT 16:58:14 ---> Running in 285c1ca1c492 16:58:14 Removing intermediate container 042c44736486 16:58:14 ---> ad20479caeb3 16:58:14 Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:58:14 ---> 3af23349587b 16:58:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:58:14 ---> Running in 18ac2426be74 16:58:14 ---> ce62e1e4be08 16:58:14 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:58:14 Removing intermediate container 285c1ca1c492 16:58:14 ---> b9944d0ee006 16:58:14 Step 14/22 : WORKDIR / 16:58:15 ---> Running in 1fde06e36eb7 16:58:15 ---> Running in 11677d03cf3d 16:58:15 Removing intermediate container 18ac2426be74 16:58:15 ---> f178bba0c3b2 16:58:15 Step 22/22 : LABEL version=0.0.0 16:58:16 ---> Running in bb2c235fcf27 16:58:16 Removing intermediate container 1fde06e36eb7 16:58:16 ---> 42bb19e0fd0c 16:58:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:58:16 Removing intermediate container 11677d03cf3d 16:58:16 ---> 0f7711050ee5 16:58:16 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:16 ---> 9b7d7b54b571 16:58:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:58:17 ---> Running in 2c8686a945f7 16:58:17 ---> Running in 5eff972f6668 16:58:17 Removing intermediate container bb2c235fcf27 16:58:17 ---> 4284007b2177 16:58:17 16:58:17 ---> 28f0d7a9d7eb 16:58:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:58:18 Removing intermediate container 2c8686a945f7 16:58:18 ---> 2a14f23536eb 16:58:18 Step 22/24 : LABEL arch=arm64 16:58:18 Successfully built 4284007b2177 16:58:18 Removing intermediate container 5eff972f6668 16:58:18 ---> 6b5fd3b6dc01 16:58:18 Step 18/21 : CMD ["--init=true"] 16:58:18 Successfully tagged docker-core-command-go-arm64:latest 16:58:18  Building docker-core-command-go ... done Building docker-core-data-go 16:58:18 ---> Running in 8dcce84b5cc4 16:58:19 ---> Running in 3eaae6d98ed2 16:58:19 Removing intermediate container 8dcce84b5cc4 16:58:19 ---> 93357e40ec1b 16:58:19 Step 23/24 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:58:20 Removing intermediate container 3eaae6d98ed2 16:58:20 ---> 2dd216dc7ab3 16:58:20 Step 19/21 : LABEL arch=arm64 16:58:21 ---> Running in 14302f6ebda1 16:58:21 ---> e72622dd3936 16:58:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:58:21 ---> Running in b8e618ef1144 16:58:21 Removing intermediate container 14302f6ebda1 16:58:21 ---> ff7f083563e0 16:58:21 Step 24/24 : LABEL version=0.0.0 16:58:22 Removing intermediate container b8e618ef1144 16:58:22 ---> 8a5e49db56aa 16:58:22 Step 20/21 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:58:22 ---> Running in c86cad650a78 16:58:22 ---> d928883c0d29 16:58:22 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:58:22 ---> Running in 73184204e488 16:58:23 ---> Running in 19baf77428c9 16:58:23 Removing intermediate container c86cad650a78 16:58:23 ---> 892795e6823a 16:58:23 16:58:23 Removing intermediate container 73184204e488 16:58:23 ---> 2a577258e7c7 16:58:23 Step 21/21 : LABEL version=0.0.0 16:58:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:58:24 Successfully built 892795e6823a 16:58:24 Status: Downloaded newer image for docker:20.10.0 16:58:24 ---> Running in 0efd14cb9beb 16:58:24 Removing intermediate container 19baf77428c9 16:58:24 ---> 2f01f13f63b5 16:58:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:58:24 Successfully tagged docker-support-notifications-go-arm64:latest 16:58:24 ---> eeaf43b92773 16:58:24 Step 12/26 : RUN apk add --no-cache bash Building docker-support-notifications-go ... done  16:58:24 Building docker-support-scheduler-go 16:58:24 ---> Running in 5d8a1b7e2917 16:58:24 ---> Running in afaa42f0f6c3 16:58:24 Removing intermediate container 0efd14cb9beb 16:58:24 ---> e9a2811f8029 16:58:24 16:58:25 Successfully built e9a2811f8029 16:58:25 Removing intermediate container 5d8a1b7e2917 16:58:25 ---> 3aee9df60470 16:58:25 Step 20/22 : LABEL arch=arm64 16:58:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:58:25 Building docker-security-secretstore-setup-go 16:58:25  Building docker-security-proxy-setup-go ... done  ---> Running in a94c37daa84a 16:58:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:26 Removing intermediate container a94c37daa84a 16:58:26 ---> 8c06591eaa4f 16:58:26 Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 16:58:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:26 ---> Running in 1bca13884bda 16:58:26 (1/2) Installing readline (8.0.4-r0) 16:58:26 (2/2) Installing bash (5.0.17-r0) 16:58:26 Executing bash-5.0.17-r0.post-install 16:58:26 Executing busybox-1.31.1-r19.trigger 16:58:26 OK: 12 MiB in 22 packages 16:58:27 Removing intermediate container 1bca13884bda 16:58:27 ---> 2a29c46635f0 16:58:27 Step 22/22 : LABEL version=0.0.0 16:58:27 ---> Running in 02f655218e59 16:58:28 Removing intermediate container 02f655218e59 16:58:28 ---> 4119bf97b46c 16:58:28 16:58:29 Successfully built 4119bf97b46c 16:58:29 Successfully tagged docker-core-metadata-go-arm64:latest 16:58:29 Building docker-security-bootstrap-redis-go 16:58:29  Building docker-core-metadata-go ... done Removing intermediate container afaa42f0f6c3 16:58:29 ---> 9b6a00976be6 16:58:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:58:29 ---> Running in 778b83560ecd 16:58:29 Removing intermediate container 778b83560ecd 16:58:29 ---> 02ea46e7db42 16:58:29 Step 14/26 : ENV APP_PORT=48090 16:58:30 ---> Running in 5bc61564ef79 16:58:31 Removing intermediate container 5bc61564ef79 16:58:31 ---> 8ef79395bc38 16:58:31 Step 15/26 : EXPOSE $APP_PORT 16:58:32 ---> Running in 7f625888f67c 16:58:33 Removing intermediate container 7f625888f67c 16:58:33 ---> 340e16aea9d9 16:58:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:58:35 ---> 2a5a876cc099 16:58:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:58:36 ---> e690ec7c68c4 16:58:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:58:38 ---> 57b6eca34dc2 16:58:38 Step 19/26 : RUN apk --no-cache add py3-pip 16:58:38 ---> Running in 6479c82e7948 16:58:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:40 (1/33) Installing libbz2 (1.0.8-r1) 16:58:40 (2/33) Installing expat (2.2.9-r1) 16:58:40 (3/33) Installing libffi (3.3-r2) 16:58:40 (4/33) Installing gdbm (1.13-r1) 16:58:40 (5/33) Installing xz-libs (5.2.5-r0) 16:58:40 (6/33) Installing sqlite-libs (3.32.1-r0) 16:58:40 (7/33) Installing python3 (3.8.5-r0) 16:58:42 (8/33) Installing py3-appdirs (1.4.4-r1) 16:58:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:58:42 (10/33) Installing py3-parsing (2.4.7-r0) 16:58:42 (11/33) Installing py3-six (1.15.0-r0) 16:58:42 (12/33) Installing py3-packaging (20.4-r0) 16:58:42 (13/33) Installing py3-setuptools (47.0.0-r0) 16:58:42 (14/33) Installing py3-chardet (3.0.4-r4) 16:58:42 (15/33) Installing py3-idna (2.9-r0) 16:58:42 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:58:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:58:43 (18/33) Installing py3-requests (2.23.0-r0) 16:58:43 (19/33) Installing py3-msgpack (1.0.0-r0) 16:58:43 (20/33) Installing py3-lockfile (0.12.2-r3) 16:58:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:58:43 (22/33) Installing py3-colorama (0.4.3-r0) 16:58:43 (23/33) Installing py3-distlib (0.3.0-r0) 16:58:43 (24/33) Installing py3-distro (1.5.0-r1) 16:58:43 (25/33) Installing py3-webencodings (0.5.1-r3) 16:58:43 (26/33) Installing py3-html5lib (1.0.1-r4) 16:58:43 (27/33) Installing py3-pytoml (0.1.21-r0) 16:58:43 (28/33) Installing py3-pep517 (0.8.2-r0) 16:58:43 (29/33) Installing py3-progress (1.5-r0) 16:58:43 (30/33) Installing py3-toml (0.10.1-r0) 16:58:43 (31/33) Installing py3-retrying (1.3.3-r0) 16:58:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:58:43 (33/33) Installing py3-pip (20.1.1-r0) 16:58:43 Executing busybox-1.31.1-r19.trigger 16:58:43 OK: 71 MiB in 55 packages 16:58:56 Removing intermediate container 6479c82e7948 16:58:56 ---> 04c8a6f7efff 16:58:56 Step 20/26 : RUN pip install docker-compose==1.23.2 16:58:56 ---> Running in 7f142bcdc2b6 16:59:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:59:01 ---> d0ec9df3a336 16:59:01 Step 3/23 : WORKDIR /edgex-go 16:59:01 ---> Using cache 16:59:01 ---> dca7835abda4 16:59:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:01 ---> Using cache 16:59:01 ---> c18610fb91c8 16:59:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:59:03 Collecting docker-compose==1.23.2 16:59:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:59:03 ---> Running in 642fc460b0a7 16:59:04 Collecting docopt<0.7,>=0.6.1 16:59:04 Downloading docopt-0.6.2.tar.gz (25 kB) 16:59:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:07 Collecting jsonschema<3,>=2.5.1 16:59:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:59:08 OK: 217 MiB in 51 packages 16:59:09 Collecting PyYAML<4,>=3.10 16:59:09 Downloading PyYAML-3.13.tar.gz (270 kB) 16:59:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:59:12 ---> d0ec9df3a336 16:59:12 Step 3/21 : WORKDIR /edgex-go 16:59:12 ---> Using cache 16:59:12 ---> dca7835abda4 16:59:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:12 ---> Using cache 16:59:12 ---> c18610fb91c8 16:59:12 Step 5/21 : RUN apk add --update --no-cache make git 16:59:12 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:12 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:59:12 ---> d0ec9df3a336 16:59:12 Step 3/24 : WORKDIR /edgex-go 16:59:12 ---> Using cache 16:59:12 ---> dca7835abda4 16:59:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:12 ---> Using cache 16:59:12 ---> c18610fb91c8 16:59:12 Step 5/24 : RUN apk add --update --no-cache make git 16:59:13 Removing intermediate container 642fc460b0a7 16:59:13 ---> 53d4a4df6157 16:59:13 Step 6/23 : COPY go.mod . 16:59:13 ---> Running in 0725d1bc6570 16:59:13 ---> Running in bc3729ae7459 16:59:14 Collecting texttable<0.10,>=0.9.0 16:59:14 Downloading texttable-0.9.1.tar.gz (11 kB) 16:59:15 ---> a1b8733fbc38 16:59:15 Step 7/23 : RUN go mod download 16:59:15 ---> Running in 68ed38f0857f 16:59:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:59:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:59:15 ---> d0ec9df3a336 16:59:15 Step 3/22 : WORKDIR /edgex-go 16:59:15 ---> Using cache 16:59:15 ---> dca7835abda4 16:59:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:15 ---> Using cache 16:59:15 ---> c18610fb91c8 16:59:15 Step 5/22 : RUN apk add --update --no-cache make git 16:59:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:15 ---> Running in 14b188768b83 16:59:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:17 OK: 217 MiB in 51 packages 16:59:17 OK: 217 MiB in 51 packages 16:59:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:59:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:59:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:59:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:59:19 OK: 217 MiB in 51 packages 16:59:19 Removing intermediate container 0725d1bc6570 16:59:19 ---> 50e6ae7917b2 16:59:19 Step 6/21 : COPY go.mod . 16:59:19 Removing intermediate container bc3729ae7459 16:59:19 ---> 0f35390446be 16:59:19 Step 6/24 : COPY go.mod . 16:59:20 Removing intermediate container 68ed38f0857f 16:59:20 ---> 126e5be1d8a8 16:59:20 Step 8/23 : COPY . . 16:59:20 Collecting docker<4.0,>=3.6.0 16:59:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:59:20 ---> 0b0b482a8008 16:59:20 Step 7/21 : RUN go mod download 16:59:21 ---> 8891ec8289ea 16:59:21 Step 7/24 : RUN go mod download 16:59:21 ---> Running in edd0cab03d9c 16:59:21 Collecting dockerpty<0.5,>=0.4.1 16:59:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:59:22 Removing intermediate container 14b188768b83 16:59:22 ---> 975589a3e171 16:59:22 Step 6/22 : COPY go.mod . 16:59:22 ---> Running in f2ae765ecf6e 16:59:23 ---> 5e860139e973 16:59:23 Step 7/22 : RUN go mod download 16:59:24 ---> Running in ca60e3e2d749 16:59:25 Collecting websocket-client<1.0,>=0.32.0 16:59:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:59:25 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:59:26 Collecting cached-property<2,>=1.2.0 16:59:26 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:59:29 Collecting urllib3<1.25,>=1.21.1 16:59:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:59:29 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) 16:59:29 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) 16:59:29 Removing intermediate container edd0cab03d9c 16:59:29 ---> dca85895d85a 16:59:29 Step 8/21 : COPY . . 16:59:29 Collecting idna<2.8,>=2.5 16:59:29 Removing intermediate container f2ae765ecf6e 16:59:29 ---> d3bde7338e51 16:59:29 Step 8/24 : COPY . . 16:59:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:59:29 Removing intermediate container ca60e3e2d749 16:59:29 ---> 8a2c3ec7ddd0 16:59:29 Step 8/22 : COPY . . 16:59:29 Collecting docker-pycreds>=0.4.0 16:59:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:59:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:59:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:59:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:59:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:59:30 Installing collected packages: docopt, jsonschema, PyYAML, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docker-compose 16:59:30 Running setup.py install for docopt: started 16:59:33 Running setup.py install for docopt: finished with status 'done' 16:59:34 Running setup.py install for PyYAML: started 16:59:36 Running setup.py install for PyYAML: finished with status 'done' 16:59:37 Running setup.py install for texttable: started 16:59:39 Running setup.py install for texttable: finished with status 'done' 16:59:39 Attempting uninstall: urllib3 16:59:39 Found existing installation: urllib3 1.25.9 16:59:39 Uninstalling urllib3-1.25.9: 16:59:40 Successfully uninstalled urllib3-1.25.9 16:59:42 Attempting uninstall: idna 16:59:42 Found existing installation: idna 2.9 16:59:42 Uninstalling idna-2.9: 16:59:42 Successfully uninstalled idna-2.9 16:59:44 Attempting uninstall: requests 16:59:44 Found existing installation: requests 2.23.0 16:59:44 Uninstalling requests-2.23.0: 16:59:44 Successfully uninstalled requests-2.23.0 16:59:47 ---> 48ce689ae3f2 16:59:47 Step 9/23 : RUN make cmd/core-data/core-data 16:59:49 Running setup.py install for dockerpty: started 16:59:49 ---> Running in 1b1047c12cc1 16:59:50 ---> f0cc176d0519 16:59:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:59:51 ---> 1eb7479b78fd 16:59:51 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:59:51 ---> Running in 76b134d05c79 16:59:51 ---> 63d0b7682024 16:59:51 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:59:51 ---> Running in 345e095688aa 16:59:51 ---> Running in 28a58efbf0e0 16:59:51 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 16:59:52 Running setup.py install for dockerpty: finished with status 'done' 16:59:53 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 16:59:54 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 16:59: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 16:59:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:00:00 Removing intermediate container 7f142bcdc2b6 17:00:00 ---> d7361e2eafa5 17:00:00 Step 21/26 : RUN apk --no-cache add curl 17:00:00 ---> Running in 920cf99f6faa 17:00:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:00:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:00:03 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:00:03 (2/3) Installing libcurl (7.69.1-r3) 17:00:03 (3/3) Installing curl (7.69.1-r3) 17:00:03 Executing busybox-1.31.1-r19.trigger 17:00:03 OK: 71 MiB in 58 packages 17:00:05 Removing intermediate container 920cf99f6faa 17:00:05 ---> 8e5bef2c6360 17:00:05 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:00:05 ---> Running in bb02b8e63baa 17:00:06 Removing intermediate container bb02b8e63baa 17:00:06 ---> ca12db2c39a8 17:00:06 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:06 ---> Running in 2c0d183c92a0 17:00:07 Removing intermediate container 2c0d183c92a0 17:00:07 ---> c847330fa3dd 17:00:07 Step 24/26 : LABEL arch=arm64 17:00:07 ---> Running in ba0fa684daf2 17:00:08 Removing intermediate container ba0fa684daf2 17:00:08 ---> 80697d9f0c14 17:00:08 Step 25/26 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 17:00:08 ---> Running in 556b4638f19b 17:00:09 Removing intermediate container 556b4638f19b 17:00:09 ---> 15ead3dd7f33 17:00:09 Step 26/26 : LABEL version=0.0.0 17:00:09 ---> Running in a13707999282 17:00:10 Removing intermediate container a13707999282 17:00:10 ---> 8b94661a8fd2 17:00:10 17:00:10 Successfully built 8b94661a8fd2 17:00:10 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:01:19  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:01:19 Removing intermediate container 28a58efbf0e0 17:01:19 ---> 4593328914f2 17:01:19 17:01:19 Step 10/22 : FROM alpine:3.12 17:01:19 ---> afeebe901d6b 17:01:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:01:19 ---> Running in 67ef7fdfb1f3 17:01:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:22 (1/5) Installing ca-certificates (20191127-r4) 17:01:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:01:22 (3/5) Installing libcurl (7.69.1-r3) 17:01:22 (4/5) Installing curl (7.69.1-r3) 17:01:22 (5/5) Installing dumb-init (1.2.2-r1) 17:01:22 Executing busybox-1.31.1-r19.trigger 17:01:22 Executing ca-certificates-20191127-r4.trigger 17:01:23 OK: 7 MiB in 19 packages 17:01:25 Removing intermediate container 345e095688aa 17:01:25 ---> dc642a31701a 17:01:25 17:01:25 Step 10/21 : FROM scratch 17:01:25 ---> 17:01:25 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:01:25 Removing intermediate container 76b134d05c79 17:01:25 ---> 91175ace0da8 17:01:25 17:01:25 Step 10/24 : FROM alpine:3.12 17:01:25 ---> afeebe901d6b 17:01:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:01:25 ---> Using cache 17:01:25 ---> 247f335fd8c3 17:01:25 Step 12/21 : ENV APP_PORT=48085 17:01:25 ---> Running in b53e1cfda196 17:01:25 ---> Running in aa6105f40e5c 17:01:26 Removing intermediate container b53e1cfda196 17:01:26 ---> 88e73ee7f435 17:01:26 Step 13/21 : EXPOSE $APP_PORT 17:01:26 Removing intermediate container 67ef7fdfb1f3 17:01:26 ---> 4f511aa34a3d 17:01:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:01:26 ---> Running in ff1a3acb411f 17:01:27 ---> Running in 6fd29f981fb4 17:01:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:27 Removing intermediate container ff1a3acb411f 17:01:27 ---> 0207d097fd69 17:01:27 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:27 Removing intermediate container 6fd29f981fb4 17:01:27 ---> 756245927a9e 17:01:27 Step 13/22 : WORKDIR / 17:01:27 ---> Running in 89d4b6fdde55 17:01:28 (1/5) Installing ca-certificates (20191127-r4) 17:01:28 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:01:28 (3/5) Installing libcurl (7.69.1-r3) 17:01:28 (4/5) Installing curl (7.69.1-r3) 17:01:28 (5/5) Installing dumb-init (1.2.2-r1) 17:01:28 Executing busybox-1.31.1-r19.trigger 17:01:28 Executing ca-certificates-20191127-r4.trigger 17:01:28 ---> 9d89c793b270 17:01:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:01:28 OK: 7 MiB in 19 packages 17:01:28 Removing intermediate container 89d4b6fdde55 17:01:28 ---> e7f09d1825a2 17:01:28 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:30 ---> 56a148da4e27 17:01:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:01:30 ---> eab7f067055e 17:01:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:01:30 Removing intermediate container aa6105f40e5c 17:01:30 ---> a2d894c36262 17:01:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:01:31 ---> bd2578a1aa02 17:01:31 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:01:31 ---> Running in 4a7db810efa3 17:01:31 ---> 664847f85f06 17:01:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:01:31 ---> Running in c1631c4b3757 17:01:32 Removing intermediate container 4a7db810efa3 17:01:32 ---> 4310b06f3012 17:01:32 Step 13/24 : WORKDIR / 17:01:32 Removing intermediate container c1631c4b3757 17:01:32 ---> 8e7fee103bdb 17:01:32 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:32 ---> Running in b7ab444b6b42 17:01:32 ---> Running in d45efb36ff95 17:01:33 ---> e9c4e7f6e509 17:01:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:01:33 Removing intermediate container b7ab444b6b42 17:01:33 ---> 5ea0ffd69234 17:01:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:01:33 Removing intermediate container d45efb36ff95 17:01:33 ---> 2196737c4ffa 17:01:33 Step 19/21 : LABEL arch=arm64 17:01:34 ---> ed33a8557e75 17:01:34 Step 18/22 : RUN chmod +x entrypoint.sh 17:01:34 ---> Running in 783a5f19bebb 17:01:34 ---> Running in 771428a73ccd 17:01:34 ---> 65fe03adda88 17:01:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:01:34 Removing intermediate container 783a5f19bebb 17:01:34 ---> 89766b11f06d 17:01:34 Step 20/21 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 17:01:35 ---> Running in 61fea87a834f 17:01:35 ---> 3d3d2b91e6cc 17:01:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:01:35 Removing intermediate container 61fea87a834f 17:01:35 ---> 8bf0ccd6e39b 17:01:35 Step 21/21 : LABEL version=0.0.0 17:01:36 ---> Running in d2243812039c 17:01:37 Removing intermediate container d2243812039c 17:01:37 ---> 4d00eb5d4d2c 17:01:37 17:01:37 ---> 3a896ce98784 17:01:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:01:37 Removing intermediate container 771428a73ccd 17:01:37 ---> 48a6859e40e1 17:01:37 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:01:37 Successfully built 4d00eb5d4d2c 17:01:37 Successfully tagged docker-support-scheduler-go-arm64:latest 17:01:37  Building docker-support-scheduler-go ... done  ---> Running in e6ecbb7e10b2 17:01:38 ---> 4bb618ee6d96 17:01:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:01:38 Removing intermediate container e6ecbb7e10b2 17:01:38 ---> 518a59aeb3f3 17:01:38 Step 20/22 : LABEL arch=arm64 17:01:38 ---> Running in 8b62ec75aa9a 17:01:39 Removing intermediate container 8b62ec75aa9a 17:01:39 ---> 81c440310d37 17:01:39 Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 17:01:39 ---> Running in 580bc5ec79b5 17:01:39 ---> 849389e197b6 17:01:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:01:39 Removing intermediate container 580bc5ec79b5 17:01:39 ---> a6babce3097f 17:01:39 Step 22/22 : LABEL version=0.0.0 17:01:40 ---> Running in 23e2e1d9ad67 17:01:40 ---> 88c2cee38828 17:01:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:01:41 ---> Running in b669f4165c0f 17:01:41 Removing intermediate container 23e2e1d9ad67 17:01:41 ---> 9c78e41acc48 17:01:41 17:01:41 Successfully built 9c78e41acc48 17:01:41 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 17:01:42  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1b1047c12cc1 17:01:42 ---> c6b692f848a7 17:01:42 17:01:42 Step 10/23 : FROM alpine:3.12 17:01:42 ---> afeebe901d6b 17:01:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:01:42 ---> Running in 2e13842b730b 17:01:43 Removing intermediate container 2e13842b730b 17:01:43 ---> 7dc489138c26 17:01:43 Step 12/23 : ENV APP_PORT=48080 17:01:43 ---> Running in 26cf9bab90b1 17:01:43 Removing intermediate container 26cf9bab90b1 17:01:43 ---> 6abf43708dad 17:01:43 Step 13/23 : EXPOSE $APP_PORTRemoving intermediate container b669f4165c0f 17:01:43 17:01:43 ---> e04ae3998014 17:01:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:01:44 ---> Running in 05413328bbc4 17:01:44 ---> Running in 2105241cbe20 17:01:44 Removing intermediate container 05413328bbc4 17:01:44 Removing intermediate container 2105241cbe20 17:01:44 ---> bbe3b051dfbb 17:01:44 ---> 5a46338ab150 17:01:44 Step 22/24 : LABEL arch=arm64 17:01:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:44 ---> Running in acaff2168a69 17:01:44 ---> Running in 3cd5444958c2 17:01:45 Removing intermediate container acaff2168a69 17:01:45 ---> c17a56627961 17:01:45 Step 23/24 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 17:01:45 ---> Running in 2810427a3bd9 17:01:46 Removing intermediate container 2810427a3bd9 17:01:46 ---> c6548eb43046 17:01:46 Step 24/24 : LABEL version=0.0.0 17:01:46 ---> Running in 3b6c2d6f5c51 17:01:46 Removing intermediate container 3b6c2d6f5c51 17:01:46 ---> ef3d52eaa095 17:01:46 17:01:47 Successfully built ef3d52eaa095 17:01:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:01:47  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3cd5444958c2 17:01:47 ---> 4b484ea96441 17:01:47 Step 15/23 : RUN apk add --update --no-cache zeromq 17:01:47 ---> Running in 7d1b6d7ecf77 17:01:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:51 (1/5) Installing libgcc (9.3.0-r2) 17:01:51 (2/5) Installing libsodium (1.0.18-r0) 17:01:51 (3/5) Installing libstdc++ (9.3.0-r2) 17:01:51 (4/5) Installing libzmq (4.3.3-r0) 17:01:51 (5/5) Installing zeromq (4.3.3-r0) 17:01:51 Executing busybox-1.31.1-r19.trigger 17:01:51 OK: 8 MiB in 19 packages 17:01:53 Removing intermediate container 7d1b6d7ecf77 17:01:53 ---> fbd3b9d0adcd 17:01:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:53 ---> c9b21c007178 17:01:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:01:55 ---> 262200bad74f 17:01:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:01:55 ---> d6aa191d44b5 17:01:55 Step 19/23 : ENTRYPOINT ["/core-data"] 17:01:55 ---> Running in 527abc76102c 17:01:56 Removing intermediate container 527abc76102c 17:01:56 ---> 89204ecfe7ea 17:01:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:56 ---> Running in 960880424c3e 17:01:56 Removing intermediate container 960880424c3e 17:01:56 ---> b1302827f2e7 17:01:56 Step 21/23 : LABEL arch=arm64 17:01:57 ---> Running in f519070b69bf 17:01:57 Removing intermediate container f519070b69bf 17:01:57 ---> a9bc274b932b 17:01:57 Step 22/23 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa 17:01:57 ---> Running in 4ad46366c1fb 17:01:57 Removing intermediate container 4ad46366c1fb 17:01:57 ---> 18aa4bbb4144 17:01:57 Step 23/23 : LABEL version=0.0.0 17:01:58 ---> Running in a437f4e800ed 17:01:58 Removing intermediate container a437f4e800ed 17:01:58 ---> 2a4591f3332d 17:01:58 17:01:58 Successfully built 2a4591f3332d 17:01:58 Successfully tagged docker-core-data-go-arm64:latest 17:01:59  Building docker-core-data-go ... done  [Pipeline] } 17:01:59 $ docker stop --time=1 cdcdd9877a1dc456193ca44648cf1dc3cbfacd850b9a1ae975399d195d26483d 17:02:01 $ docker rm -f cdcdd9877a1dc456193ca44648cf1dc3cbfacd850b9a1ae975399d195d26483d [Pipeline] // withDockerContainer [Pipeline] sh 17:02:01 + grep docker 17:02:01 + docker images 17:02:02 docker-core-data-go-arm64 latest 2a4591f3332d 3 seconds ago 21MB 17:02:02 docker-security-secretstore-setup-go-arm64 latest ef3d52eaa095 15 seconds ago 23.4MB 17:02:02 docker-security-bootstrap-redis-go-arm64 latest 9c78e41acc48 21 seconds ago 15.1MB 17:02:02 docker-support-scheduler-go-arm64 latest 4d00eb5d4d2c 25 seconds ago 10MB 17:02:02 docker-sys-mgmt-agent-go-arm64 latest 8b94661a8fd2 About a minute ago 300MB 17:02:02 docker-core-metadata-go-arm64 latest 4119bf97b46c 3 minutes ago 12.3MB 17:02:02 docker-security-proxy-setup-go-arm64 latest e9a2811f8029 3 minutes ago 23.2MB 17:02:02 docker-support-notifications-go-arm64 latest 892795e6823a 3 minutes ago 11.4MB 17:02:02 docker-core-command-go-arm64 latest 4284007b2177 3 minutes ago 9.98MB 17:02:02 docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:02:03 provisioning config files... 17:02:03 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config1833313199457248970tmp [Pipeline] { [Pipeline] sh 17:02:03 + set +x 17:02:03 + curl -s https://codecov.io/bash 17:02:03 + bash -s -- 17:02:04 17:02:04 _____ _ 17:02:04 / ____| | | 17:02:04 | | ___ __| | ___ ___ _____ __ 17:02:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:02:04 | |___| (_) | (_| | __/ (_| (_) \ V / 17:02:04 \_____\___/ \__,_|\___|\___\___/ \_/ 17:02:04 Bash-20210115-cec3c92 17:02:04 17:02:04 17:02:04 ==> git version 2.24.3 found 17:02:04 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 17:02:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:02:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:02:04 ==> Jenkins CI detected. 17:02:04 project root: . 17:02:04 --> token set from env 17:02:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:02:04 ==> Running gcov in . (disable via -X gcov) 17:02:04 ==> Python coveragepy not found 17:02:04 ==> Searching for coverage reports in: 17:02:04 + . 17:02:04 -> Found 1 reports 17:02:04 ==> Detecting git/mercurial file structure 17:02:04 ==> Reading reports 17:02:04 + ./coverage.out bytes=550280 17:02:04 ==> Appending adjustments 17:02:04 https://docs.codecov.io/docs/fixing-reports 17:02:07 + Found adjustments 17:02:07 ==> Gzipping contents 17:02:07 84K /tmp/codecov.R3Xulp.gz 17:02:07 ==> Uploading reports 17:02:07 url: https://codecov.io 17:02:07 query: branch=PR-3027&commit=209b81a7219ad7366827e71152d5b0e99b1499aa&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 17:02:07 -> Pinging Codecov 17:02:07 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=209b81a7219ad7366827e71152d5b0e99b1499aa&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 17:02:08 -> Uploading to 17:02:08 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/209b81a7219ad7366827e71152d5b0e99b1499aa/a575d078-3db7-4fc0-bb59-d92878975d10.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T170207Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=51dc02e16ca9bcc6940f55aa44112a93f81eb8e3abcc2c1b8ad3987b6db14550 17:02:08 % Total % Received % Xferd Average Speed Time Time Time Current 17:02:08 Dload Upload Total Spent Left Speed 17:02:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83296 0 0 100 83296 0 158k --:--:-- --:--:-- --:--:-- 158k 100 83296 0 0 100 83296 0 158k --:--:-- --:--:-- --:--:-- 157k 17:02:08 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/209b81a7219ad7366827e71152d5b0e99b1499aa [Pipeline] } 17:02:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:02:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:02:11 ---> package-listing.sh 17:02:11 ++ facter osfamily 17:02:11 ++ tr '[:upper:]' '[:lower:]' 17:02:11 + OS_FAMILY=redhat 17:02:11 + workspace=/w/workspace/edgex-go/6 17:02:11 + START_PACKAGES=/tmp/packages_start.txt 17:02:11 + END_PACKAGES=/tmp/packages_end.txt 17:02:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:02:11 + PACKAGES=/tmp/packages_start.txt 17:02:11 + '[' /w/workspace/edgex-go/6 ']' 17:02:11 + PACKAGES=/tmp/packages_end.txt 17:02:11 + case "${OS_FAMILY}" in 17:02:11 + rpm -qa 17:02:11 + sort 17:02:16 + '[' -f /tmp/packages_start.txt ']' 17:02:16 + '[' -f /tmp/packages_end.txt ']' 17:02:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:02:16 + '[' /w/workspace/edgex-go/6 ']' 17:02:16 + mkdir -p /w/workspace/edgex-go/6/archives/ 17:02:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 17:02:16 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:02:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:02:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:17 17:02:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:02:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:17 alpine: Pulling from edgex-lftools-log-publisher 17:02:17 df20fa9351a1: Pulling fs layer 17:02:17 36b3adc4ff6f: Pulling fs layer 17:02:17 8ad3a11d3b57: Pulling fs layer 17:02:17 46f8f816bc3b: Pulling fs layer 17:02:17 93b61091891f: Pulling fs layer 17:02:17 93b9cdb0e59b: Pulling fs layer 17:02:17 5e14af77c1be: Pulling fs layer 17:02:17 01666e4c0597: Pulling fs layer 17:02:17 aa168da1d23b: Pulling fs layer 17:02:17 46f8f816bc3b: Waiting 17:02:17 93b61091891f: Waiting 17:02:17 93b9cdb0e59b: Waiting 17:02:17 5e14af77c1be: Waiting 17:02:17 01666e4c0597: Waiting 17:02:17 aa168da1d23b: Waiting 17:02:17 36b3adc4ff6f: Download complete 17:02:17 46f8f816bc3b: Verifying Checksum 17:02:17 46f8f816bc3b: Download complete 17:02:17 df20fa9351a1: Verifying Checksum 17:02:17 df20fa9351a1: Download complete 17:02:18 93b9cdb0e59b: Verifying Checksum 17:02:18 93b9cdb0e59b: Download complete 17:02:18 5e14af77c1be: Verifying Checksum 17:02:18 5e14af77c1be: Download complete 17:02:18 93b61091891f: Verifying Checksum 17:02:18 93b61091891f: Download complete 17:02:18 01666e4c0597: Verifying Checksum 17:02:18 01666e4c0597: Download complete 17:02:18 df20fa9351a1: Pull complete 17:02:18 8ad3a11d3b57: Verifying Checksum 17:02:18 8ad3a11d3b57: Download complete 17:02:18 36b3adc4ff6f: Pull complete 17:02:19 8ad3a11d3b57: Pull complete 17:02:20 aa168da1d23b: Verifying Checksum 17:02:20 aa168da1d23b: Download complete 17:02:20 46f8f816bc3b: Pull complete 17:02:21 93b61091891f: Pull complete 17:02:21 93b9cdb0e59b: Pull complete 17:02:21 5e14af77c1be: Pull complete 17:02:21 01666e4c0597: Pull complete 17:02:29 aa168da1d23b: Pull complete 17:02:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:02:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:02:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:02:30 prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container 17:02:30 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 17:02:33 $ docker top 0867188a17264f0f6a51dd18736baad3fb6e2caf041e5387fd48d8883104a8e0 -eo pid,comm [Pipeline] { [Pipeline] sh 17:02:34 + touch /tmp/pre-build-complete [Pipeline] sh 17:02:34 + mkdir -p /var/log/sa [Pipeline] sh 17:02:34 + ls /var/log/sa-host 17:02:34 + sadf -c /var/log/sa-host/sa15 17:02:34 file_magic: OK 17:02:34 HZ: Using current value: 100 17:02:34 file_header: OK 17:02: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 17:02:34 Statistics: 17:02: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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:02:34 File successfully converted to sysstat format version 12.2.1 17:02:34 + sadf -c /var/log/sa-host/sa23 17:02:34 file_magic: OK 17:02:34 HZ: Using current value: 100 17:02:34 file_header: OK 17:02: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 17:02:34 Statistics: 17:02:34 Hnuu...uuuununununu... 17:02:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:02:35 provisioning config files... 17:02:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4962223238480261060tmp [Pipeline] { [Pipeline] echo 17:02:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:02:35 ---> create-netrc.sh [Pipeline] } 17:02:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:02:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:02:35 ---> python-tools-install.sh [Pipeline] echo 17:02:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:02:36 ---> sudo-logs.sh 17:02:36 Archiving 'sudo' log.. [Pipeline] echo 17:02:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:02:36 ---> job-cost.sh 17:02:36 lf-activate-venv: SKIPPING 17:02:36 INFO: No Stack... 17:02:37 INFO: Retrieving Pricing Info for: v1-standard-2 17:02:38 INFO: Archiving Costs [Pipeline] echo 17:02:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:02:38 ---> logs-deploy.sh 17:02:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/6 17:02:38 INFO: archiving workspace using pattern(s): 17:02:39 Archives upload complete. 17:02:40 INFO: archiving logs to Nexus