Pull request #3032 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646+4796bc35210d426274ed882bf814f8261df78b77 (62cce6ec7b44e472ae0f522231cb0362b5f3fa63) 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20394 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [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 > 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/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4796bc35210d426274ed882bf814f8261df78b77 into PR head commit 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 Merge succeeded, producing 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 Checking out Revision 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 (PR-3032) > git config core.sparsecheckout # timeout=10 > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # 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 4796bc35210d426274ed882bf814f8261df78b77 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 Commit message: "Merge branch 'master' into v2-messaging" > git rev-list --no-walk 7bf9428fc8b174909a95a12a3c8181a378f1c5e7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 04:35:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 04:35:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 04:35:09 ========================================================= 04:35:09 EdgeX Global Pipelines Version Info 04:35:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 04:35:11 ------------------- 04:35:11 stable info: 04:35:11 ------------------- 04:35:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 04:35:11 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 04:35:11 Message: update stable to v1.0.177 04:35:12 ------------------- 04:35:12 experimental info: 04:35:12 ------------------- 04:35:12 Commited By: **** collab-it+edgex@linuxfoundation.org 04:35:12 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 04:35:12 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 04:35:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 04:35:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 04:35:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 04:35:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 04:35:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 04:35:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3032 [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3032 [Pipeline] echo 04:35:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3032 [Pipeline] echo 04:35:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [Pipeline] echo 04:35:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9f568b5 [Pipeline] echo 04:35:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:35:15 provisioning config files... 04:35:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4178893383292811176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:35:15 ---> docker-login.sh 04:35:15 nexus3.edgexfoundry.org:10001 04:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:16 Configure a credential helper to remove this warning. See 04:35:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:16 04:35:16 Login Succeeded 04:35:16 nexus3.edgexfoundry.org:10002 04:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:16 Configure a credential helper to remove this warning. See 04:35:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:16 04:35:16 Login Succeeded 04:35:16 nexus3.edgexfoundry.org:10003 04:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:16 Configure a credential helper to remove this warning. See 04:35:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:16 04:35:16 Login Succeeded 04:35:16 nexus3.edgexfoundry.org:10004 04:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:16 Configure a credential helper to remove this warning. See 04:35:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:16 04:35:16 Login Succeeded 04:35:16 docker.io 04:35:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:35:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:35:17 Configure a credential helper to remove this warning. See 04:35:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:35:17 04:35:17 Login Succeeded 04:35:17 ---> docker-login.sh ends [Pipeline] } 04:35:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:35:17 ++ 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 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/core-command/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo core-command,cmd/core-command/Dockerfile 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/core-data/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo core-data,cmd/core-data/Dockerfile 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/core-metadata/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo core-metadata,cmd/core-metadata/Dockerfile 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/security-bootstrap-redis/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/security-proxy-setup/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/security-secretstore-setup/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/support-notifications/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo support-notifications,cmd/support-notifications/Dockerfile 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/support-scheduler/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo support-scheduler,cmd/support-scheduler/Dockerfile 04:35:17 + for file in '`ls cmd/**/Dockerfile`' 04:35:17 ++ dirname cmd/sys-mgmt-agent/Dockerfile 04:35:17 ++ cut -d/ -f2 04:35:17 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 04:35:17 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 04:35:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:35:18 04:35:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 04:35:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:35:19 latest: Pulling from edgex-devops/git-semver 04:35:19 31603596830f: Pulling fs layer 04:35:19 2a8b12db71e7: Pulling fs layer 04:35:19 6ca5941a6612: Pulling fs layer 04:35:19 ecc8261a40a4: Pulling fs layer 04:35:19 ecc8261a40a4: Waiting 04:35:19 2a8b12db71e7: Verifying Checksum 04:35:19 2a8b12db71e7: Download complete 04:35:19 31603596830f: Verifying Checksum 04:35:19 31603596830f: Download complete 04:35:19 ecc8261a40a4: Verifying Checksum 04:35:19 ecc8261a40a4: Download complete 04:35:19 6ca5941a6612: Verifying Checksum 04:35:19 6ca5941a6612: Download complete 04:35:19 31603596830f: Pull complete 04:35:19 2a8b12db71e7: Pull complete 04:35:20 6ca5941a6612: Pull complete 04:35:20 ecc8261a40a4: Pull complete 04:35:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 04:35:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 04:35:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 04:35:20 prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container 04:35:21 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 04:35:23 $ docker top ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 04:35:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:35:24 [ssh-agent] Looking for ssh-agent implementation... 04:35:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:35:24 $ docker exec ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 ssh-agent 04:35:24 SSH_AUTH_SOCK=/tmp/ssh-lt8QhPfYPlYX/agent.12 04:35:24 SSH_AGENT_PID=18 04:35:24 Running ssh-add (command line suppressed) 04:35:24 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4454479141029734710.key (/w/workspace/edgex-go/6@tmp/private_key_4454479141029734710.key) 04:35:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:35:25 + git tag --points-at HEAD [Pipeline] } 04:35:25 $ docker exec --env ******** --env ******** ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 ssh-agent -k 04:35:25 unset SSH_AUTH_SOCK; 04:35:25 unset SSH_AGENT_PID; 04:35:25 echo Agent pid 18 killed; 04:35:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 04:35:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 04:35:25 [ssh-agent] Looking for ssh-agent implementation... 04:35:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 04:35:25 $ docker exec ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 ssh-agent 04:35:25 SSH_AUTH_SOCK=/tmp/ssh-5niHmvwplvrm/agent.47 04:35:25 SSH_AGENT_PID=52 04:35:25 Running ssh-add (command line suppressed) 04:35:25 Identity added: /w/workspace/edgex-go/6@tmp/private_key_4825378430488171143.key (/w/workspace/edgex-go/6@tmp/private_key_4825378430488171143.key) 04:35:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 04:35:26 + git semver init 04:35:26 # -> Open(): unable to determine branch for HEAD 04:35:26 # $GIT_DIR = /w/workspace/edgex-go/6/.git 04:35:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 04:35:26 # $SEMVER_REMOTE_NAME = origin 04:35:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 04:35:26 # $SEMVER_USER_NAME = edgex-jenkins 04:35:26 # $SEMVER_BRANCH = PR-3032 04:35:26 # $SEMVER_TEMP = /tmp/semver-178302293 04:35:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 04:35:44 # '/tmp/semver-178302293' -> '/w/workspace/edgex-go/6/.semver' 04:35:44 # -> Force: false 04:35:44 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 04:35:44 $ docker exec --env ******** --env ******** ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 ssh-agent -k 04:35:44 unset SSH_AUTH_SOCK; 04:35:44 unset SSH_AGENT_PID; 04:35:44 echo Agent pid 52 killed; 04:35:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 04:35:45 + git semver [Pipeline] } 04:35:45 $ docker stop --time=1 ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 04:35:47 $ docker rm -f ba512216a9cc02696dbbd1dbf6e7d79238e61894e618c825b4a14a84e4beb714 [Pipeline] // withDockerContainer [Pipeline] sh 04:35:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 04:35:48 Stashed 1 file(s) [Pipeline] echo 04:35:48 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:35:49 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 04:35:49 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:35:49 + sudo service docker restart 04:35:49 + true 04:35:49 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 04:35:50 ========================================================= 04:35:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 04:35:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:35:50 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 04:35:54 Sending build context to Docker daemon 326.6MB 04:35:54 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:35:54 Step 2/6 : FROM ${BASE} 04:35:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 04:35:54 188c0c94c7c5: Pulling fs layer 04:35:54 0ef7d3d256c8: Pulling fs layer 04:35:54 de9db76c5a1d: Pulling fs layer 04:35:54 bca2f99d35d6: Pulling fs layer 04:35:54 93359f2a8cfa: Pulling fs layer 04:35:54 7c6f9722023f: Pulling fs layer 04:35:54 a35cf1a2eb13: Pulling fs layer 04:35:54 7c6f9722023f: Waiting 04:35:54 93359f2a8cfa: Waiting 04:35:54 a35cf1a2eb13: Waiting 04:35:54 bca2f99d35d6: Waiting 04:35:54 de9db76c5a1d: Verifying Checksum 04:35:54 de9db76c5a1d: Download complete 04:35:54 0ef7d3d256c8: Download complete 04:35:54 93359f2a8cfa: Verifying Checksum 04:35:54 93359f2a8cfa: Download complete 04:35:54 7c6f9722023f: Verifying Checksum 04:35:54 7c6f9722023f: Download complete 04:35:54 188c0c94c7c5: Verifying Checksum 04:35:54 188c0c94c7c5: Download complete 04:35:55 188c0c94c7c5: Pull complete 04:35:55 0ef7d3d256c8: Pull complete 04:35:55 de9db76c5a1d: Pull complete 04:35:56 a35cf1a2eb13: Verifying Checksum 04:35:57 bca2f99d35d6: Download complete 04:36:03 Still waiting to schedule task 04:36:03 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 04:36:04 bca2f99d35d6: Pull complete 04:36:04 93359f2a8cfa: Pull complete 04:36:04 7c6f9722023f: Pull complete 04:36:08 a35cf1a2eb13: Pull complete 04:36:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 04:36:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 04:36:08 ---> a62c8e92a672 04:36:08 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:36:08 ---> Running in 5ff67277b4ec 04:36:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:36:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:36:10 (1/12) Installing libmagic (5.38-r0) 04:36:10 (2/12) Installing file (5.38-r0) 04:36:10 (3/12) Installing libc-dev (0.7.2-r3) 04:36:10 (4/12) Installing g++ (9.3.0-r2) 04:36:17 (5/12) Installing fortify-headers (1.1-r0) 04:36:17 (6/12) Installing patch (2.7.6-r6) 04:36:17 (7/12) Installing build-base (0.5-r2) 04:36:17 (8/12) Installing libsodium (1.0.18-r0) 04:36:17 (9/12) Installing pkgconf (1.7.2-r0) 04:36:17 (10/12) Installing libsodium-dev (1.0.18-r0) 04:36:17 (11/12) Installing libzmq (4.3.3-r0) 04:36:17 (12/12) Installing zeromq-dev (4.3.3-r0) 04:36:17 Executing busybox-1.31.1-r19.trigger 04:36:17 OK: 233 MiB in 51 packages 04:36:21 Removing intermediate container 5ff67277b4ec 04:36:21 ---> 9aea29eb15d7 04:36:21 Step 4/6 : WORKDIR /edgex-go 04:36:21 ---> Running in 7cc81219bf71 04:36:21 Removing intermediate container 7cc81219bf71 04:36:21 ---> 968784896cbf 04:36:21 Step 5/6 : COPY go.mod . 04:36:21 ---> 9abf1339f289 04:36:21 Step 6/6 : RUN go mod download 04:36:21 ---> Running in 998b1471576f 04:36:43 Removing intermediate container 998b1471576f 04:36:43 ---> 98d93c9a8758 04:36:43 Successfully built 98d93c9a8758 04:36:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 04:36:43 + docker inspect -f . ci-base-image-x86_64 04:36:43 . [Pipeline] withDockerContainer 04:36:43 prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container 04:36:43 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:36:44 $ docker top 3c43a96b25384458291386dc44718b9f79e0d9945257a5b7580afa64e6f57178 -eo pid,comm [Pipeline] { [Pipeline] sh 04:36:45 + go version 04:36:45 go version go1.15.5 linux/amd64 [Pipeline] } 04:36:45 $ docker stop --time=1 3c43a96b25384458291386dc44718b9f79e0d9945257a5b7580afa64e6f57178 04:36:46 $ docker rm -f 3c43a96b25384458291386dc44718b9f79e0d9945257a5b7580afa64e6f57178 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:36:47 + docker inspect -f . ci-base-image-x86_64 04:36:47 . [Pipeline] withDockerContainer 04:36:47 prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container 04:36:47 $ 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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 04:36:48 $ docker top a675df1d3cb2ec6464d5c8805152d6e7978dfbfe0f7b7074df04bb2785a057db -eo pid,comm [Pipeline] { [Pipeline] echo 04:36:48 ========================================================= 04:36:48 [edgeXBuildGoParallel] Running Tests and Build... 04:36:48 ========================================================= [Pipeline] sh 04:36:49 + make test 04:36:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:36:57 ? github.com/edgexfoundry/edgex-go [no test files] 04:37:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:37:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:37:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:37:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:37:23 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:37:23 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:37:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.126s coverage: 46.6% of statements 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:37:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.189s coverage: 27.0% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.107s coverage: 100.0% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.060s coverage: 100.0% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 67.9% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.140s coverage: 82.3% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 04:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements 04:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.110s coverage: 97.5% of statements 04:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:37:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 04:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:37:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:37:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.395s coverage: 93.5% of statements 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:37:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:37:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.096s coverage: 0.1% of statements 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:37:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.029s coverage: 100.0% of statements 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:37:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements 04:37:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:37:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.036s coverage: 80.8% of statements 04:37:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements 04:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements 04:37:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.120s coverage: 91.4% of statements 04:37:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.209s coverage: 63.5% of statements 04:37:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:37:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements 04:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 04:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 04:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements 04:37:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 04:37:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.334s coverage: 68.9% of statements 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:37:37 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:37:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements 04:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:37:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:37:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.368s coverage: 84.0% of statements 04:37:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 04:37:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.1% of statements 04:37:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:37:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:37:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:37:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:37:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:37:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.050s coverage: 100.0% of statements 04:37:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:37:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.062s coverage: 100.0% of statements 04:37:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 04:37:42 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 04:37:43 GO111MODULE=on go vet ./... 04:38:09 gofmt -l . 04:38:09 [ "`gofmt -l .`" = "" ] 04:38:09 ./bin/test-go-mod-tidy.sh 04:38:09 ./bin/test-attribution-txt.sh [Pipeline] sh 04:38:10 + ls -al . 04:38:10 total 656 04:38:10 drwxrwxr-x 10 1001 1001 4096 Jan 15 04:38 . 04:38:10 drwxr-xr-x 4 root root 28 Jan 15 04:36 .. 04:38:10 -rw-rw-r-- 1 1001 1001 11 Jan 15 04:35 .dockerignore 04:38:10 drwxrwxr-x 8 1001 1001 179 Jan 15 04:35 .git 04:38:10 drwxrwxr-x 3 1001 1001 125 Jan 15 04:35 .github 04:38:10 -rw-rw-r-- 1 1001 1001 824 Jan 15 04:35 .gitignore 04:38:10 drwx------ 3 1001 1001 47 Jan 15 04:35 .semver 04:38:10 -rw-rw-r-- 1 1001 1001 166 Jan 15 04:35 .sonarcloud.properties 04:38:10 -rw-rw-r-- 1 1001 1001 7744 Jan 15 04:35 Attribution.txt 04:38:10 -rw-rw-r-- 1 1001 1001 3804 Jan 15 04:35 CONTRIBUTING.md 04:38:10 -rw-rw-r-- 1 1001 1001 931 Jan 15 04:35 Dockerfile.build 04:38:10 -rw-rw-r-- 1 1001 1001 863 Jan 15 04:35 Jenkinsfile 04:38:10 -rw-rw-r-- 1 1001 1001 10775 Jan 15 04:35 LICENSE 04:38:10 -rw-rw-r-- 1 1001 1001 5750 Jan 15 04:35 Makefile 04:38:10 -rw-rw-r-- 1 1001 1001 6524 Jan 15 04:35 README.md 04:38:10 -rw-rw-r-- 1 1001 1001 6744 Jan 15 04:35 SECURITY.md 04:38:10 -rw-rw-r-- 1 1001 1001 5 Jan 15 04:35 VERSION 04:38:10 -rw-rw-r-- 1 1001 1001 4131 Jan 15 04:35 ZMQWindows.md 04:38:10 drwxrwxr-x 2 1001 1001 117 Jan 15 04:35 bin 04:38:10 drwxrwxr-x 14 1001 1001 4096 Jan 15 04:35 cmd 04:38:10 -rw-r--r-- 1 root root 552176 Jan 15 04:37 coverage.out 04:38:10 -rw-r--r-- 1 root root 981 Jan 15 04:38 go.mod 04:38:10 -rw-r--r-- 1 root root 19241 Jan 15 04:38 go.sum 04:38:10 drwxrwxr-x 8 1001 1001 127 Jan 15 04:35 internal 04:38:10 drwxrwxr-x 4 1001 1001 26 Jan 15 04:35 openapi 04:38:10 drwxrwxr-x 4 1001 1001 71 Jan 15 04:35 snap 04:38:10 -rw-rw-r-- 1 1001 1001 168 Jan 15 04:35 version.go [Pipeline] sh 04:38:10 + '[' -e coverage.out ] 04:38:10 + chown 1001:1001 coverage.out [Pipeline] stash 04:38:10 Stashed 1 file(s) [Pipeline] sh 04:38:11 + make build 04:38:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:38:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:38:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:38:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:38:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:38:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:38:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:38:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:38:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:38:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 04:38:33 $ docker stop --time=1 a675df1d3cb2ec6464d5c8805152d6e7978dfbfe0f7b7074df04bb2785a057db 04:38:35 $ docker rm -f a675df1d3cb2ec6464d5c8805152d6e7978dfbfe0f7b7074df04bb2785a057db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:38:39 04:38:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 04:38:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:38:39 latest: Pulling from edgex-devops/edgex-compose 04:38:39 cbdbe7a5bc2a: Pulling fs layer 04:38:39 ca9280d653b3: Pulling fs layer 04:38:39 7e9c9ca2126c: Pulling fs layer 04:38:40 cbdbe7a5bc2a: Download complete 04:38:40 ca9280d653b3: Verifying Checksum 04:38:40 ca9280d653b3: Download complete 04:38:40 cbdbe7a5bc2a: Pull complete 04:38:41 7e9c9ca2126c: Verifying Checksum 04:38:41 7e9c9ca2126c: Download complete 04:38:41 ca9280d653b3: Pull complete 04:38:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20396 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws 04:38:45 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 04:38:48 7e9c9ca2126c: Pull complete 04:38:48 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 04:38:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:38:48 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 04:38:48 prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container 04:38:48 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:38:50 using credential edgex-jenkins-ssh 04:38:51 Cloning the remote Git repository 04:38:51 $ docker top 5d126db6245f6755d30cbe174f111b9860c5d15482e605ccd1910abd7fb916f9 -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:38:51 > git init /w/workspace/edgex-go/6 # timeout=10 04:38:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:38:51 > git --version # timeout=10 04:38:51 > git --version # 'git version 2.17.1' 04:38:51 using GIT_SSH to set credentials SSH Credentials for GitHub 04:38:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:38:52 + docker-compose build --help 04:38:52 + grep parallel 04:38:53 --parallel Build images in parallel. [Pipeline] } 04:38:53 $ docker stop --time=1 5d126db6245f6755d30cbe174f111b9860c5d15482e605ccd1910abd7fb916f9 04:38:54 $ docker rm -f 5d126db6245f6755d30cbe174f111b9860c5d15482e605ccd1910abd7fb916f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:38:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 04:38:55 . [Pipeline] withDockerContainer 04:38:55 prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container 04:38:55 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 04:38:56 $ docker top 343790998b39b6fbbe006551462d1ae1b3a3eb988280c904d99b5b339ff3530a -eo pid,comm [Pipeline] { [Pipeline] sh 04:38:57 + docker-compose -f ./docker-compose-build.yml build --parallel 04:38:58 Building docker-core-command-go ... 04:38:58 Building docker-core-data-go ... 04:38:58 Building docker-core-metadata-go ... 04:38:58 Building docker-security-bootstrap-redis-go ... 04:38:58 Building docker-security-proxy-setup-go ... 04:38:58 Building docker-security-secretstore-setup-go ... 04:38:58 Building docker-support-notifications-go ... 04:38:58 Building docker-support-scheduler-go ... 04:38:58 Building docker-sys-mgmt-agent-go ... 04:38:58 Building docker-security-proxy-setup-go 04:38:58 Building docker-core-metadata-go 04:38:58 Building docker-support-scheduler-go 04:38:58 Building docker-security-bootstrap-redis-go 04:38:58 Building docker-support-notifications-go 04:39:07 Merging remotes/origin/master commit 4796bc35210d426274ed882bf814f8261df78b77 into PR head commit 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:39:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:39:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:39:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:39:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:39:06 using GIT_SSH to set credentials SSH Credentials for GitHub 04:39:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:39:07 > git config core.sparsecheckout # timeout=10 04:39:07 > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 04:39:08 Merge succeeded, producing 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:39:08 Checking out Revision 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 (PR-3032) 04:39:08 > git remote # timeout=10 04:39:08 > git config --get remote.origin.url # timeout=10 04:39:08 using GIT_SSH to set credentials SSH Credentials for GitHub 04:39:08 > git merge 4796bc35210d426274ed882bf814f8261df78b77 # timeout=10 04:39:08 > git rev-parse HEAD^{commit} # timeout=10 04:39:08 > git config core.sparsecheckout # timeout=10 04:39:08 > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 04:39:12 Commit message: "Merge branch 'master' into v2-messaging" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 04:39:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 04:39:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 04:39:14 + + truesudo 04:39:14 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 04:39:17 provisioning config files... 04:39:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7448766562951736578tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:39:17 ---> docker-login.sh 04:39:17 nexus3.edgexfoundry.org:10001 04:39:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:18 Configure a credential helper to remove this warning. See 04:39:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:18 04:39:18 Login Succeeded 04:39:18 nexus3.edgexfoundry.org:10002 04:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:19 Configure a credential helper to remove this warning. See 04:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:19 04:39:19 Login Succeeded 04:39:19 nexus3.edgexfoundry.org:10003 04:39:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:19 Configure a credential helper to remove this warning. See 04:39:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:19 04:39:19 Login Succeeded 04:39:19 nexus3.edgexfoundry.org:10004 04:39:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:20 Configure a credential helper to remove this warning. See 04:39:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:20 04:39:20 Login Succeeded 04:39:20 docker.io 04:39:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 04:39:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 04:39:21 Configure a credential helper to remove this warning. See 04:39:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 04:39:21 04:39:21 Login Succeeded 04:39:21 ---> docker-login.sh ends [Pipeline] } 04:39:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 04:39:21 ========================================================= 04:39:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 04:39:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 04:39:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 04:39:24 Sending build context to Docker daemon 165.6MB 04:39:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 04:39:24 Step 2/6 : FROM ${BASE} 04:39:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 04:39:24 5f621e34cdf4: Pulling fs layer 04:39:24 a4357932f1b6: Pulling fs layer 04:39:24 18c013af1878: Pulling fs layer 04:39:24 00ac8860ef70: Pulling fs layer 04:39:24 63d7cb157983: Pulling fs layer 04:39:24 b116817d02f9: Pulling fs layer 04:39:24 745a02a5169b: Pulling fs layer 04:39:24 63d7cb157983: Waiting 04:39:24 b116817d02f9: Waiting 04:39:24 745a02a5169b: Waiting 04:39:24 18c013af1878: Verifying Checksum 04:39:24 18c013af1878: Download complete 04:39:24 a4357932f1b6: Download complete 04:39:24 63d7cb157983: Verifying Checksum 04:39:24 63d7cb157983: Download complete 04:39:24 b116817d02f9: Verifying Checksum 04:39:24 b116817d02f9: Download complete 04:39:24 5f621e34cdf4: Verifying Checksum 04:39:24 5f621e34cdf4: Download complete 04:39:25 5f621e34cdf4: Pull complete 04:39:26 a4357932f1b6: Pull complete 04:39:26 18c013af1878: Pull complete 04:39:27 745a02a5169b: Download complete 04:39:28 00ac8860ef70: Verifying Checksum 04:39:28 00ac8860ef70: Download complete 04:39:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:39:30 ---> 98d93c9a8758 04:39:30 Step 3/22 : WORKDIR /edgex-go 04:39:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:39:30 ---> 98d93c9a8758 04:39:30 Step 3/21 : WORKDIR /edgex-go 04:39:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:39:30 ---> 98d93c9a8758 04:39:30 Step 3/24 : WORKDIR /edgex-go 04:39:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:39:30 ---> 98d93c9a8758 04:39:30 Step 3/22 : WORKDIR /edgex-go 04:39:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:39:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:39:30 ---> 98d93c9a8758 04:39:30 Step 3/21 : WORKDIR /edgex-go 04:39:30 ---> Running in f141a8596d0d 04:39:30 ---> Running in 68f11b0cf4fc 04:39:30 ---> Running in 4447b51f22ec 04:39:30 ---> Running in 58466b4d5788 04:39:30 ---> Running in ded458879627 04:39:31 Removing intermediate container f141a8596d0d 04:39:31 ---> 3517ef9a3e53 04:39:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:31 Removing intermediate container ded458879627 04:39:31 ---> c5996c66c3b0 04:39:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:31 Removing intermediate container 58466b4d5788 04:39:31 ---> 671931eaa7ba 04:39:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:31 Removing intermediate container 4447b51f22ec 04:39:31 ---> 1c4eee757984 04:39:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:31 Removing intermediate container 68f11b0cf4fc 04:39:31 ---> a4c8a26e466f 04:39:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:39:31 ---> Running in 6c74af6c6104 04:39:31 ---> Running in 28eb7a0a2b01 04:39:31 ---> Running in cd95c25dc109 04:39:31 ---> Running in 057519858b84 04:39:31 ---> Running in 2e419e74e18c 04:39:33 Removing intermediate container 6c74af6c6104 04:39:33 ---> c97d77c63cc5 04:39:33 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 04:39:33 Removing intermediate container 28eb7a0a2b01 04:39:33 ---> 0e9c4bec6380 04:39:33 Step 5/21 : RUN apk add --update --no-cache make git 04:39:33 ---> Running in 4216a5a3dec1 04:39:33 Removing intermediate container cd95c25dc109 04:39:33 ---> c886badf40dc 04:39:33 Step 5/22 : RUN apk add --update --no-cache make git 04:39:33 ---> Running in ec8ebd195d81 04:39:34 ---> Running in 4bd7e1b64be0 04:39:34 Removing intermediate container 2e419e74e18c 04:39:34 ---> afc486f50985 04:39:34 Step 5/22 : RUN apk add --update --no-cache make git 04:39:34 Removing intermediate container 057519858b84 04:39:34 ---> 8fb0cb413120 04:39:34 Step 5/21 : RUN apk add --update --no-cache make git 04:39:34 ---> Running in 1512996a70f0 04:39:34 ---> Running in b9dc60edd778 04:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:39:36 OK: 233 MiB in 51 packages 04:39:37 OK: 233 MiB in 51 packages 04:39:37 Removing intermediate container 4216a5a3dec1 04:39:37 ---> b9f21a1a69a4 04:39:37 Step 6/24 : COPY go.mod . 04:39:37 OK: 233 MiB in 51 packages 04:39:37 ---> ffc3574fb9ef 04:39:37 Step 7/24 : RUN go mod download 04:39:37 ---> Running in 9334c8f9386b 04:39:37 OK: 233 MiB in 51 packages 04:39:37 Removing intermediate container 1512996a70f0 04:39:37 ---> 5890cd130fe7 04:39:37 Step 6/21 : COPY go.mod . 04:39:37 Removing intermediate container 4bd7e1b64be0 04:39:37 ---> 55c1b09db799 04:39:37 Step 6/22 : COPY go.mod . 04:39:37 OK: 233 MiB in 51 packages 04:39:38 ---> 87e6218a7713 04:39:38 Step 7/21 : RUN go mod download 04:39:38 ---> Running in bfa418aa985a 04:39:38 ---> 1109416478ca 04:39:38 Step 7/22 : RUN go mod download 04:39:38 ---> Running in c3788dace5fe 04:39:38 Removing intermediate container ec8ebd195d81 04:39:38 ---> 0c6944b7fabd 04:39:38 Step 6/21 : COPY go.mod . 04:39:38 00ac8860ef70: Pull complete 04:39:38 63d7cb157983: Pull complete 04:39:38 b116817d02f9: Pull complete 04:39:38 Removing intermediate container b9dc60edd778 04:39:38 ---> ebc95d7d62de 04:39:38 Step 6/22 : COPY go.mod . 04:39:38 ---> f152ee3deb4d 04:39:38 Step 7/21 : RUN go mod download 04:39:39 ---> Running in 74af3492160e 04:39:39 ---> 251800ef7c90 04:39:39 Step 7/22 : RUN go mod download 04:39:39 ---> Running in 894b71eb6ace 04:39:39 Removing intermediate container 9334c8f9386b 04:39:39 ---> ce7213a08cee 04:39:39 Step 8/24 : COPY . . 04:39:40 Removing intermediate container bfa418aa985a 04:39:40 ---> 8ae60f99eada 04:39:40 Step 8/21 : COPY . . 04:39:43 745a02a5169b: Pull complete 04:39:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 04:39:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 04:39:43 ---> b7e6874047d6 04:39:43 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 04:39:43 Removing intermediate container c3788dace5fe 04:39:43 ---> daa7bb9f2b18 04:39:43 Step 8/22 : COPY . . 04:39:45 ---> Running in 6b96bab77a69 04:39:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:39:47 Removing intermediate container 74af3492160e 04:39:47 ---> edddda0d0384 04:39:47 Step 8/21 : COPY . . 04:39:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:39:49 (1/12) Installing libmagic (5.38-r0) 04:39:49 (2/12) Installing file (5.38-r0) 04:39:49 (3/12) Installing libc-dev (0.7.2-r3) 04:39:49 (4/12) Installing g++ (9.3.0-r2) 04:39:52 Removing intermediate container 894b71eb6ace 04:39:52 ---> af55fa7d03f1 04:39:52 Step 8/22 : COPY . . 04:39:54 (5/12) Installing fortify-headers (1.1-r0) 04:39:54 (6/12) Installing patch (2.7.6-r6) 04:39:54 (7/12) Installing build-base (0.5-r2) 04:39:54 (8/12) Installing libsodium (1.0.18-r0) 04:39:54 (9/12) Installing pkgconf (1.7.2-r0) 04:39:54 (10/12) Installing libsodium-dev (1.0.18-r0) 04:39:54 (11/12) Installing libzmq (4.3.3-r0) 04:39:54 (12/12) Installing zeromq-dev (4.3.3-r0) 04:39:54 Executing busybox-1.31.1-r19.trigger 04:39:54 OK: 217 MiB in 51 packages 04:39:58 Removing intermediate container 6b96bab77a69 04:39:58 ---> 04fd9c336ded 04:39:58 Step 4/6 : WORKDIR /edgex-go 04:39:58 ---> Running in a197236f4948 04:39:59 Removing intermediate container a197236f4948 04:39:59 ---> ac40e96c1dfb 04:39:59 Step 5/6 : COPY go.mod . 04:39:59 ---> 8b11bebecb96 04:39:59 Step 6/6 : RUN go mod download 04:39:59 ---> Running in 84d75263b7d7 04:40:24 ---> 5b39a5b6dc1a 04:40:24 Step 9/24 : RUN make cmd/support-notifications/support-notifications 04:40:24 ---> 7b6658ee52d9 04:40:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:40:24 ---> 0fe3594e9fc1 04:40:24 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 04:40:24 ---> Running in fbddcb5f9bc7 04:40:24 ---> Running in c1830317e17c 04:40:24 ---> Running in 333c99538779 04:40:24 ---> cd370892b258 04:40:24 Step 9/22 : RUN make cmd/core-metadata/core-metadata 04:40:24 ---> 3901579df56b 04:40:24 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 04:40:24 ---> Running in 384513587cf4 04:40:24 ---> Running in 1c3806c7e33d 04:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:40:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:40:26 Removing intermediate container 84d75263b7d7 04:40:26 ---> 3b72fbea32a4 04:40:26 Successfully built 3b72fbea32a4 04:40:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:40:27 + docker inspect -f . ci-base-image-arm64 04:40:27 . [Pipeline] withDockerContainer 04:40:27 prd-ubuntu18.04-docker-arm64-4c-16g-20396 does not seem to be running inside a container 04:40:27 $ 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 ******** -e ******** ci-base-image-arm64 cat 04:40:29 $ docker top 2b06474fbe6faeed2f9b5ff3e8d24e71fed6bcffb870ec76c66635ad2f71d471 -eo pid,comm [Pipeline] { [Pipeline] sh 04:40:30 + go version 04:40:30 go version go1.15.5 linux/arm64 [Pipeline] } 04:40:30 $ docker stop --time=1 2b06474fbe6faeed2f9b5ff3e8d24e71fed6bcffb870ec76c66635ad2f71d471 04:40:32 $ docker rm -f 2b06474fbe6faeed2f9b5ff3e8d24e71fed6bcffb870ec76c66635ad2f71d471 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:40:33 + docker inspect -f . ci-base-image-arm64 04:40:33 . [Pipeline] withDockerContainer 04:40:33 prd-ubuntu18.04-docker-arm64-4c-16g-20396 does not seem to be running inside a container 04:40:33 $ 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 ******** -e ******** ci-base-image-arm64 cat 04:40:34 $ docker top a6c8693cce306f831a4435d14c405854402b05c6bdd1968c0812c41ae2d77112 -eo pid,comm [Pipeline] { [Pipeline] echo 04:40:35 ========================================================= 04:40:35 [edgeXBuildGoParallel] Running Tests and Build... 04:40:35 ========================================================= [Pipeline] sh 04:40:35 + make test 04:40:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 04:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:41:00 Removing intermediate container 333c99538779 04:41:00 ---> 2f15410d98f2 04:41:00 04:41:00 Step 10/22 : FROM alpine:3.12 04:41:00 Removing intermediate container 1c3806c7e33d 04:41:00 ---> 4a6229e6bf9a 04:41:00 04:41:00 Step 10/21 : FROM scratch 04:41:00 ---> 04:41:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:41:00 Removing intermediate container fbddcb5f9bc7 04:41:00 ---> 7113f57420ac 04:41:00 04:41:00 Step 10/24 : FROM scratch 04:41:00 ---> 04:41:00 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:41:00 3.12: Pulling from library/alpine 04:41:00 ---> Running in 89a6a2f76838 04:41:00 ---> Running in b78aca6af5b8 04:41:02 ? github.com/edgexfoundry/edgex-go [no test files] 04:41:04 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:41:04 Removing intermediate container b78aca6af5b8 04:41:04 ---> 4b48c0f65a9e 04:41:04 Step 12/24 : ENV APP_PORT=48060 04:41:04 Removing intermediate container 89a6a2f76838 04:41:04 ---> 4fc8c96d22fc 04:41:04 Step 12/21 : ENV APP_PORT=48085 04:41:04 Status: Downloaded newer image for alpine:3.12 04:41:04 ---> 389fef711851 04:41:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:41:04 ---> Running in 8c2716b669c0 04:41:04 ---> Running in 4b8b0ca93675 04:41:04 ---> Running in 1deccac40c14 04:41:04 Removing intermediate container c1830317e17c 04:41:04 ---> 0ed35dc57400 04:41:04 04:41:04 Step 10/21 : FROM alpine:3.12 04:41:04 ---> 389fef711851 04:41:04 Step 11/21 : RUN apk add --update --no-cache curl 04:41:04 Removing intermediate container 384513587cf4 04:41:04 ---> 4739b9c829d3 04:41:04 04:41:04 Step 10/22 : FROM scratch 04:41:04 ---> 04:41:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:41:04 ---> Using cache 04:41:04 ---> 4fc8c96d22fc 04:41:04 Step 12/22 : ENV APP_PORT=48081 04:41:04 ---> Running in ce0155e6c832 04:41:04 ---> Running in 4ca024383d3b 04:41:04 Removing intermediate container 4b8b0ca93675 04:41:04 ---> d5b3f144b189 04:41:04 Step 13/24 : EXPOSE $APP_PORT 04:41:05 Removing intermediate container 8c2716b669c0 04:41:05 ---> e26e63e3a109 04:41:05 Step 13/21 : EXPOSE $APP_PORT 04:41:05 ---> Running in 0d70cafd9a01 04:41:05 ---> Running in e44a16ba74d0 04:41:05 Removing intermediate container 4ca024383d3b 04:41:05 ---> aa2385e5536a 04:41:05 Step 13/22 : EXPOSE $APP_PORT 04:41:05 ---> Running in 5b19f3aa4829 04:41:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:05 Removing intermediate container 0d70cafd9a01 04:41:05 ---> ebcae9e81562 04:41:05 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 04:41:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:05 Removing intermediate container e44a16ba74d0 04:41:05 ---> 72914e0e43a1 04:41:05 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 04:41:05 Removing intermediate container 5b19f3aa4829 04:41:05 ---> c7dfb65017a8 04:41:05 Step 14/22 : WORKDIR / 04:41:05 ---> Running in 70abd0835470 04:41:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:05 (1/5) Installing ca-certificates (20191127-r4) 04:41:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:41:05 (3/5) Installing libcurl (7.69.1-r3) 04:41:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:05 (4/5) Installing curl (7.69.1-r3) 04:41:06 (5/5) Installing dumb-init (1.2.2-r1) 04:41:06 Executing busybox-1.31.1-r19.trigger 04:41:06 (1/4) Installing ca-certificates (20191127-r4) 04:41:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:41:06 (3/4) Installing libcurl (7.69.1-r3) 04:41:06 (4/4) Installing curl (7.69.1-r3) 04:41:06 Executing busybox-1.31.1-r19.trigger 04:41:06 Executing ca-certificates-20191127-r4.trigger 04:41:06 OK: 7 MiB in 18 packages 04:41:06 Executing ca-certificates-20191127-r4.trigger 04:41:06 OK: 7 MiB in 19 packages 04:41:06 ---> dcee9bab62fc 04:41:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:41:06 ---> d2488b709e84 04:41:06 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:41:07 Removing intermediate container 70abd0835470 04:41:07 ---> 1b1e33dd8c43 04:41:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:41:08 ---> 8fd8bf393c9a 04:41:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:41:08 ---> 806c2431e7c5 04:41:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:41:08 ---> a00c4a6a5246 04:41:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 04:41:08 ---> 2f64401bfdd0 04:41:08 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 04:41:08 Removing intermediate container ce0155e6c832 04:41:08 ---> 6f5023bd3cc0 04:41:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:41:10 ---> Running in a7293b734376 04:41:10 ---> Running in 36271ad97a4d 04:41:10 ---> edcc4403f0b5 04:41:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:41:10 Removing intermediate container 1deccac40c14 04:41:10 ---> aaf1df0adb4c 04:41:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 04:41:10 ---> fb318dfed0b5 04:41:10 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:41:10 ---> Running in a1a38e184b56 04:41:10 Removing intermediate container a7293b734376 04:41:10 ---> 7de8386d21f8 04:41:10 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:41:10 Removing intermediate container 36271ad97a4d 04:41:10 ---> ae7245033a8b 04:41:10 Step 13/21 : WORKDIR /edgex 04:41:10 ---> Running in 9968c9763a89 04:41:10 ---> Running in ac7494597f5f 04:41:10 ---> b98a8d6e6986 04:41:10 Step 18/22 : ENTRYPOINT ["/core-metadata"] 04:41:10 ---> ebe183e19c28 04:41:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:41:10 Removing intermediate container a1a38e184b56 04:41:10 ---> d47e4e0083d8 04:41:10 Step 13/22 : WORKDIR / 04:41:10 ---> Running in 9e144e617b46 04:41:10 ---> Running in 28da89150556 04:41:11 Removing intermediate container ac7494597f5f 04:41:11 ---> 3b19330e8394 04:41:11 Step 19/21 : LABEL arch=x86_64 04:41:11 Removing intermediate container 9968c9763a89 04:41:11 ---> bf08b738b8d7 04:41:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:41:11 Removing intermediate container 9e144e617b46 04:41:11 ---> c7259780449f 04:41:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:41:11 ---> Running in 0323a4e1fc1e 04:41:11 ---> Running in ff1dc15f7c00 04:41:11 ---> b54c616d6333 04:41:11 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:41:11 Removing intermediate container 28da89150556 04:41:11 ---> 9341b942a67c 04:41:11 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:41:11 ---> 882823670b3f 04:41:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:41:11 Removing intermediate container 0323a4e1fc1e 04:41:11 ---> aa6676404c40 04:41:11 Step 20/21 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:41:11 Removing intermediate container ff1dc15f7c00 04:41:11 ---> 050bb6901792 04:41:11 Step 20/22 : LABEL arch=x86_64 04:41:11 ---> Running in ba4fb9236e61 04:41:11 ---> c2db8c94de26 04:41:11 Step 20/24 : ENTRYPOINT ["/support-notifications"] 04:41:12 ---> d99b1ba88c04 04:41:12 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 04:41:12 ---> Running in 8db53454366e 04:41:12 ---> Running in 17cdbe46bf4b 04:41:12 Removing intermediate container ba4fb9236e61 04:41:12 ---> b4664c3c2871 04:41:12 Step 21/21 : LABEL version=0.0.0 04:41:12 ---> 33f5761060e5 04:41:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:41:12 ---> Running in 39fabae823c5 04:41:12 Removing intermediate container 17cdbe46bf4b 04:41:12 ---> 00de33c8d521 04:41:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:41:12 Removing intermediate container 8db53454366e 04:41:12 ---> 371fdf6458ec 04:41:12 Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:41:12 ---> Running in 412e8af83150 04:41:12 ---> 95b3a0f2450e 04:41:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 04:41:12 ---> Running in d722998d4647 04:41:12 Removing intermediate container 39fabae823c5 04:41:12 ---> a5da3cba2754 04:41:12 04:41:12 ---> ad19dc282974 04:41:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:41:12 Removing intermediate container 412e8af83150 04:41:12 ---> bbcf856ed4b5 04:41:12 Step 22/24 : LABEL arch=x86_64 04:41:13 Successfully built a5da3cba2754 04:41:13 Successfully tagged docker-support-scheduler-go:latest 04:41:13  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 04:41:13 ---> Running in 261c4f99b171 04:41:13 ---> Running in 8cec0132d696 04:41:13 ---> dd22c77cb36a 04:41:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 04:41:13 Removing intermediate container d722998d4647 04:41:13 ---> 8899231ec42e 04:41:13 Step 22/22 : LABEL version=0.0.0 04:41:13 Removing intermediate container 261c4f99b171 04:41:13 ---> 61b66e5b53d6 04:41:13 Step 18/21 : CMD ["--init=true"] 04:41:13 ---> Running in 8f318d354bdc 04:41:13 Removing intermediate container 8cec0132d696 04:41:13 ---> 122237fe3d00 04:41:13 Step 23/24 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:41:14 ---> Running in 6ef6728ba461 04:41:14 ---> 4bfd7e22de0a 04:41:14 Step 18/22 : RUN chmod +x entrypoint.sh 04:41:14 ---> Running in 922c3d5617f1 04:41:14 Removing intermediate container 8f318d354bdc 04:41:14 ---> a91f59b65f09 04:41:14 04:41:14 ---> Running in 13e08f398416 04:41:14 Removing intermediate container 6ef6728ba461 04:41:14 ---> a1f500300e56 04:41:14 Step 19/21 : LABEL arch=x86_64 04:41:14 Successfully built a91f59b65f09 04:41:15 Successfully tagged docker-core-metadata-go:latest 04:41:15 Building docker-core-command-go 04:41:16  Building docker-core-metadata-go ... done Removing intermediate container 922c3d5617f1 04:41:16 ---> a3216f25a9a1 04:41:16 Step 24/24 : LABEL version=0.0.0 04:41:16 ---> Running in d99c0331b9ca 04:41:21 ---> Running in fcd63d13cc8d 04:41:21 Removing intermediate container d99c0331b9ca 04:41:21 ---> 7be4ee14d865 04:41:21 Step 20/21 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:41:25 Removing intermediate container fcd63d13cc8d 04:41:25 ---> 9cac9fa5cbcf 04:41:25 04:41:26 ---> Running in 7aca60d787fe 04:41:26 Successfully built 9cac9fa5cbcf 04:41:26 Successfully tagged docker-support-notifications-go:latest 04:41:26  Building docker-support-notifications-go ... done Building docker-core-data-go 04:41:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:41:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:41:31 ---> 98d93c9a8758 04:41:31 Step 3/26 : WORKDIR /edgex-go 04:41:31 ---> Using cache 04:41:31 ---> a4c8a26e466f 04:41:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:31 ---> Using cache 04:41:31 ---> afc486f50985 04:41:31 Step 5/26 : RUN apk add --update --no-cache make bash git 04:41:33 ---> Running in 5acec60493a6 04:41:33 Removing intermediate container 7aca60d787fe 04:41:33 ---> d9a01c5e6088 04:41:33 Step 21/21 : LABEL version=0.0.0 04:41:33 Removing intermediate container 13e08f398416 04:41:33 ---> ea6d0a563480 04:41:33 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 04:41:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:41:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:41:34 ---> 98d93c9a8758 04:41:34 Step 3/22 : WORKDIR /edgex-go 04:41:34 ---> Using cache 04:41:34 ---> a4c8a26e466f 04:41:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:34 ---> Using cache 04:41:34 ---> afc486f50985 04:41:34 Step 5/22 : RUN apk add --update --no-cache make git 04:41:34 ---> Using cache 04:41:34 ---> ebc95d7d62de 04:41:34 Step 6/22 : COPY go.mod . 04:41:34 ---> Using cache 04:41:34 ---> 251800ef7c90 04:41:34 Step 7/22 : RUN go mod download 04:41:34 ---> Using cache 04:41:34 ---> af55fa7d03f1 04:41:34 Step 8/22 : COPY . . 04:41:34 ---> Using cache 04:41:34 ---> cd370892b258 04:41:34 Step 9/22 : RUN make cmd/core-command/core-command 04:41:35 ---> Running in 01d05bdd5436 04:41:35 ---> Running in 0edf9513226e 04:41:35 ---> Running in ceb4e912a94f 04:41:35 Removing intermediate container 01d05bdd5436 04:41:35 ---> 340e347f2076 04:41:35 Step 20/22 : LABEL arch=x86_64 04:41:36 Removing intermediate container 0edf9513226e 04:41:36 ---> 129cde3c6ca6 04:41:36 04:41:36 ---> Running in 7e432bf81e47 04:41:36 Successfully built 129cde3c6ca6 04:41:36 Successfully tagged docker-security-proxy-setup-go:latest 04:41:36  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 04:41:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:41:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:37 Removing intermediate container 7e432bf81e47 04:41:37 ---> c25ef6d755a1 04:41:37 Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:41:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:37 ---> Running in 0d10b9f41ceb 04:41:38 Removing intermediate container 0d10b9f41ceb 04:41:38 ---> 6af1ccbef94b 04:41:38 Step 22/22 : LABEL version=0.0.0 04:41:38 OK: 233 MiB in 51 packages 04:41:39 ---> Running in 3073277a120f 04:41:40 Removing intermediate container 3073277a120f 04:41:40 ---> 220c4431c660 04:41:40 04:41:41 Successfully built 220c4431c660 04:41:42 Successfully tagged docker-security-bootstrap-redis-go:latest 04:41:44  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5acec60493a6 04:41:44 ---> 9d8a3f9ec8f7 04:41:44 Step 6/26 : COPY go.mod . 04:41:46 ---> 9e1b6aa1160f 04:41:46 Step 7/26 : RUN go mod download 04:41:47 ---> Running in cb9c325d33eb 04:41:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 04:41:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:41:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:41:50 ---> 98d93c9a8758 04:41:50 Step 3/23 : WORKDIR /edgex-go 04:41:50 ---> Using cache 04:41:50 ---> a4c8a26e466f 04:41:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:50 ---> Using cache 04:41:50 ---> afc486f50985 04:41:50 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:41:51 ---> Running in cdf0c144fa03 04:41:53 Removing intermediate container cb9c325d33eb 04:41:53 ---> 79d3131a68e0 04:41:53 Step 8/26 : COPY . . 04:41:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:41:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:41:55 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 04:41:57 OK: 233 MiB in 51 packages 04:41:57 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 04:41:57 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 04:41:57 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 04:41:57 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 04:41:57 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 04:41:57 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 04:41:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:41:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:41:58 ---> 98d93c9a8758 04:41:58 Step 3/24 : WORKDIR /edgex-go 04:41:58 ---> Using cache 04:41:58 ---> a4c8a26e466f 04:41:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:41:58 ---> Using cache 04:41:58 ---> afc486f50985 04:41:58 Step 5/24 : RUN apk add --update --no-cache make git 04:41:58 ---> Using cache 04:41:58 ---> ebc95d7d62de 04:41:58 Step 6/24 : COPY go.mod . 04:41:58 ---> Using cache 04:41:58 ---> 251800ef7c90 04:41:58 Step 7/24 : RUN go mod download 04:41:58 ---> Using cache 04:41:58 ---> af55fa7d03f1 04:41:58 Step 8/24 : COPY . . 04:41:58 ---> Using cache 04:41:58 ---> cd370892b258 04:41:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:42:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 04:42:00 ---> Running in 19ddb617a301 04:42:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 04:42:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:42:03 Removing intermediate container cdf0c144fa03 04:42:03 ---> 644c050698a2 04:42:03 Step 6/23 : COPY go.mod . 04:42:06 ---> f6c60893c371 04:42:06 Step 7/23 : RUN go mod download 04:42:07 Removing intermediate container ceb4e912a94f 04:42:07 ---> 2115344b3a62 04:42:07 04:42:07 Step 10/22 : FROM scratch 04:42:07 ---> 04:42:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:42:07 ---> Running in 338a6987aeaf 04:42:07 ---> Using cache 04:42:07 ---> 4fc8c96d22fc 04:42:07 Step 12/22 : ENV APP_PORT=48082 04:42:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 04:42:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 04:42:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 04:42:08 ---> Running in 674b3b805087 04:42:09 Removing intermediate container 674b3b805087 04:42:09 ---> 13d7fbaeddb9 04:42:09 Step 13/22 : EXPOSE $APP_PORT 04:42:09 ---> Running in 58cca4753fb0 04:42:10 Removing intermediate container 58cca4753fb0 04:42:10 ---> 1b43621f525c 04:42:10 Step 14/22 : WORKDIR / 04:42:11 ---> Running in 263b1cd55006 04:42:12 Removing intermediate container 338a6987aeaf 04:42:12 ---> bcee82108bda 04:42:12 Step 8/23 : COPY . . 04:42:12 Removing intermediate container 263b1cd55006 04:42:12 ---> d140dbc2ca0e 04:42:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:42:13 ---> 97555c7154fb 04:42:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:42:13 ---> Running in b9356a1f05f2 04:42:13 ---> 7a6f30f0ddb7 04:42:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:42:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.242s coverage: 46.6% of statements 04:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 04:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 04:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 04:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 04:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 04:42:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:42:17 ---> a7be69211d5c 04:42:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:42:19 ---> 8c78f62e913f 04:42:19 Step 18/22 : ENTRYPOINT ["/core-command"] 04:42:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:42:19 ---> Running in 8779ff6b5e8a 04:42:20 Removing intermediate container 8779ff6b5e8a 04:42:20 ---> d5d6f2085fae 04:42:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.0% of statements 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 04:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 04:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.170s coverage: 100.0% of statements 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 04:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 67.9% of statements 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 04:42:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.402s coverage: 82.3% of statements 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 04:42:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 04:42:22 ---> Running in 73dafaf89c4f 04:42:23 Removing intermediate container 73dafaf89c4f 04:42:23 ---> ec33a9687726 04:42:23 Step 20/22 : LABEL arch=x86_64 04:42:23 ---> Running in fdc25e3ceeb2 04:42:25 Removing intermediate container fdc25e3ceeb2 04:42:25 ---> e1f8fcb3bf17 04:42:25 Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:42:25 ---> Running in 24d28557c71f 04:42:25 Removing intermediate container 24d28557c71f 04:42:25 ---> 446ed0dc31d9 04:42:25 Step 22/22 : LABEL version=0.0.0 04:42:25 ---> Running in 6f391714f031 04:42:27 Removing intermediate container 6f391714f031 04:42:27 ---> f519e1ba6436 04:42:27 04:42:27 Successfully built f519e1ba6436 04:42:27 Successfully tagged docker-core-command-go:latest 04:42:31  Building docker-core-command-go ... done Removing intermediate container 19ddb617a301 04:42:31 ---> e428809889d2 04:42:31 04:42:31 Step 10/24 : FROM alpine:3.12 04:42:31 ---> 389fef711851 04:42:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:42:31 ---> Using cache 04:42:31 ---> aaf1df0adb4c 04:42:31 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:42:32 ---> Running in 2139107b3b1c 04:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.119s coverage: 28.6% of statements 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 04:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.168s coverage: 100.0% of statements 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 04:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 04:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 04:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 04:42:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 04:42:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 04:42:34 ---> 5b9c3eb78902 04:42:34 Step 9/23 : RUN make cmd/core-data/core-data 04:42:34 Removing intermediate container 2139107b3b1c 04:42:34 ---> 9bcdb93f7bd0 04:42:34 Step 13/24 : WORKDIR / 04:42:34 ---> Running in 90039e43691e 04:42:34 ---> Running in d32afb3c9d9a 04:42:34 Removing intermediate container 90039e43691e 04:42:34 ---> 98cc4352375a 04:42:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:42:34 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:42:35 ---> b5ee5f70b7e1 04:42:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:42:36 Removing intermediate container b9356a1f05f2 04:42:36 ---> 52d6075aee32 04:42:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:42:36 ---> 93257ac58f74 04:42:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:42:36 ---> Running in 97ec73656f0d 04:42:37 ---> f9ef104f56fc 04:42:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:42:38 ---> 03266809a72f 04:42:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:42:39 ---> 39a47a81cf8d 04:42:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:42:39 ---> 29f4d08999c7 04:42:39 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 04:42:39 ---> Running in e981589b7e13 04:42:39 Removing intermediate container 97ec73656f0d 04:42:39 ---> fa9259b69025 04:42:39 04:42:39 Step 11/26 : FROM docker:20.10.0 04:42:40 20.10.0: Pulling from library/docker 04:42:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.208s coverage: 93.5% of statements 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 04:42:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 04:42:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 0.1% of statements 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 04:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.074s coverage: 100.0% of statements 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 04:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements 04:42:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 04:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements 04:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.191s coverage: 87.2% of statements 04:42:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.169s coverage: 84.2% of statements 04:42:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.4% of statements 04:42:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 04:42:43 Removing intermediate container e981589b7e13 04:42:43 ---> 7ab7d1566618 04:42:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:42:44 ---> Running in 24e760bbf9ee 04:42:44 Removing intermediate container 24e760bbf9ee 04:42:44 ---> b2861ebc3c4d 04:42:44 Step 22/24 : LABEL arch=x86_64 04:42:44 ---> Running in 2bc26bb09397 04:42:45 Removing intermediate container 2bc26bb09397 04:42:45 ---> 43604c0ce198 04:42:45 Step 23/24 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:42:45 ---> Running in 350f6815b3b7 04:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.665s coverage: 63.5% of statements 04:42:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 04:42:45 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 04:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements 04:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements 04:42:45 Removing intermediate container 350f6815b3b7 04:42:45 ---> 34b8d727bac7 04:42:45 Step 24/24 : LABEL version=0.0.0 04:42:45 ---> Running in cfa4695155f5 04:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 04:42:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 04:42:46 Removing intermediate container cfa4695155f5 04:42:46 ---> 0ea5c9ffcadf 04:42:46 04:42:46 Successfully built 0ea5c9ffcadf 04:42:46 Successfully tagged docker-security-secretstore-setup-go:latest 04:42:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 04:42:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.961s coverage: 68.9% of statements 04:42:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 04:42:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 04:42:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 04:42:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 04:42:51 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 04:42:51  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:42:51 Status: Downloaded newer image for docker:20.10.0 04:42:51 ---> aefe523efa57 04:42:51 Step 12/26 : RUN apk add --no-cache bash 04:42:52 ---> Running in 547d182b54e4 04:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.427s coverage: 37.0% of statements 04:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 04:42:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 04:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.676s coverage: 84.0% of statements 04:42:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.098s coverage: 100.0% of statements 04:42:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:53 (1/2) Installing readline (8.0.4-r0) 04:42:53 (2/2) Installing bash (5.0.17-r0) 04:42:53 Executing bash-5.0.17-r0.post-install 04:42:53 Executing busybox-1.31.1-r19.trigger 04:42:53 OK: 12 MiB in 22 packages 04:42:54 Removing intermediate container 547d182b54e4 04:42:54 ---> 1ab9dead89d9 04:42:54 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:42:55 ---> Running in 61c41403298b 04:42:55 Removing intermediate container d32afb3c9d9a 04:42:55 ---> 6afdff1923e4 04:42:55 04:42:55 Step 10/23 : FROM alpine:3.12 04:42:55 ---> 389fef711851 04:42:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:42:55 ---> Running in 3e055589df73 04:42:55 Removing intermediate container 61c41403298b 04:42:55 ---> d3c3a8b51075 04:42:55 Step 14/26 : ENV APP_PORT=48090 04:42:55 ---> Running in 6d60f09469c0 04:42:55 Removing intermediate container 3e055589df73 04:42:55 ---> 137a0c9d39cd 04:42:55 Step 12/23 : ENV APP_PORT=48080 04:42:55 ---> Running in 2af370547636 04:42:55 Removing intermediate container 6d60f09469c0 04:42:55 ---> 0857bee10a78 04:42:55 Step 15/26 : EXPOSE $APP_PORT 04:42:55 ---> Running in 7b94746a8dcd 04:42:55 Removing intermediate container 2af370547636 04:42:55 ---> aa242f400f13 04:42:55 Step 13/23 : EXPOSE $APP_PORT 04:42:56 ---> Running in 83a293769963 04:42:56 Removing intermediate container 7b94746a8dcd 04:42:56 ---> 06d8454de045 04:42:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:42:56 Removing intermediate container 83a293769963 04:42:56 ---> 1b7b1f8d4dbe 04:42:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:42:56 ---> Running in fa6eee943409 04:42:56 ---> 09786b9aac99 04:42:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:42:56 ---> 29fea5bf2c08 04:42:56 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:42:57 ---> d2d4f32e3465 04:42:57 Step 19/26 : RUN apk --no-cache add py3-pip 04:42:57 ---> Running in 699626d29f64 04:42:57 Removing intermediate container fa6eee943409 04:42:57 ---> afc1783615c1 04:42:57 Step 15/23 : RUN apk add --update --no-cache zeromq 04:42:57 ---> Running in d73d93b068a4 04:42:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:42:58 (1/33) Installing libbz2 (1.0.8-r1) 04:42:58 (2/33) Installing expat (2.2.9-r1) 04:42:58 (3/33) Installing libffi (3.3-r2) 04:42:58 (4/33) Installing gdbm (1.13-r1) 04:42:58 (5/33) Installing xz-libs (5.2.5-r0) 04:42:58 (6/33) Installing sqlite-libs (3.32.1-r0) 04:42:58 (7/33) Installing python3 (3.8.5-r0) 04:42:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.378s coverage: 47.1% of statements 04:42:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 04:42:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 04:42:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 04:42:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 04:42:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 04:42:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 04:42:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 04:42:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 04:42:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 04:42:59 (8/33) Installing py3-appdirs (1.4.4-r1) 04:42:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:42:59 (10/33) Installing py3-parsing (2.4.7-r0) 04:42:59 (11/33) Installing py3-six (1.15.0-r0) 04:42:59 (12/33) Installing py3-packaging (20.4-r0) 04:42:59 (13/33) Installing py3-setuptools (47.0.0-r0) 04:42:59 (14/33) Installing py3-chardet (3.0.4-r4) 04:42:59 (15/33) Installing py3-idna (2.9-r0) 04:42:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:42:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:42:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:42:59 (18/33) Installing py3-requests (2.23.0-r0) 04:42:59 (19/33) Installing py3-msgpack (1.0.0-r0) 04:42:59 (20/33) Installing py3-lockfile (0.12.2-r3) 04:42:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:42:59 (22/33) Installing py3-colorama (0.4.3-r0) 04:42:59 (23/33) Installing py3-distlib (0.3.0-r0) 04:42:59 (24/33) Installing py3-distro (1.5.0-r1) 04:42:59 (25/33) Installing py3-webencodings (0.5.1-r3) 04:42:59 (26/33) Installing py3-html5lib (1.0.1-r4) 04:42:59 (27/33) Installing py3-pytoml (0.1.21-r0) 04:42:59 (28/33) Installing py3-pep517 (0.8.2-r0) 04:42:59 (29/33) Installing py3-progress (1.5-r0) 04:42:59 (30/33) Installing py3-toml (0.10.1-r0) 04:42:59 (31/33) Installing py3-retrying (1.3.3-r0) 04:42:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:42:59 (33/33) Installing py3-pip (20.1.1-r0) 04:43:00 Executing busybox-1.31.1-r19.trigger 04:43:00 OK: 71 MiB in 55 packages 04:43:00 (1/5) Installing libgcc (9.3.0-r2) 04:43:00 (2/5) Installing libsodium (1.0.18-r0) 04:43:01 (3/5) Installing libstdc++ (9.3.0-r2) 04:43:01 (4/5) Installing libzmq (4.3.3-r0) 04:43:04 (5/5) Installing zeromq (4.3.3-r0) 04:43:04 Executing busybox-1.31.1-r19.trigger 04:43:05 OK: 8 MiB in 19 packages 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.355s coverage: 29.1% of statements 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.188s coverage: 99.0% of statements 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 04:43:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.074s coverage: 32.1% of statements 04:43:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 04:43:06 Removing intermediate container d73d93b068a4 04:43:06 ---> ec57bc18773b 04:43:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:43:06 GO111MODULE=on go vet ./... 04:43:09 ---> 4a3e28c68913 04:43:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:43:09 Removing intermediate container 699626d29f64 04:43:09 ---> d296914f8443 04:43:09 Step 20/26 : RUN pip install docker-compose==1.23.2 04:43:09 ---> Running in 31ad6944bec6 04:43:09 ---> 39dc75cebad4 04:43:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:43:10 ---> 9c7b7d34f500 04:43:10 Step 19/23 : ENTRYPOINT ["/core-data"] 04:43:10 ---> Running in 0de36b0a115b 04:43:10 Removing intermediate container 0de36b0a115b 04:43:10 ---> 05b7e68fd9f4 04:43:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:43:10 ---> Running in 339e3bd48a8e 04:43:10 Removing intermediate container 339e3bd48a8e 04:43:10 ---> fefdec65908b 04:43:10 Step 21/23 : LABEL arch=x86_64 04:43:10 ---> Running in f3366a99b08e 04:43:10 Removing intermediate container f3366a99b08e 04:43:10 ---> d02274224675 04:43:10 Step 22/23 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:43:10 ---> Running in edfe26ae0285 04:43:10 Removing intermediate container edfe26ae0285 04:43:10 ---> afb81fc25039 04:43:10 Step 23/23 : LABEL version=0.0.0 04:43:11 ---> Running in b5dd914202b2 04:43:11 Collecting docker-compose==1.23.2 04:43:11 Removing intermediate container b5dd914202b2 04:43:11 ---> be2460487180 04:43:11 04:43:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:43:11 Successfully built be2460487180 04:43:11 Successfully tagged docker-core-data-go:latest 04:43:11  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 04:43:11 Downloading PyYAML-3.13.tar.gz (270 kB) 04:43:12 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:43:12 Collecting jsonschema<3,>=2.5.1 04:43:12 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:43:12 Collecting texttable<0.10,>=0.9.0 04:43:12 Downloading texttable-0.9.1.tar.gz (11 kB) 04:43:13 Collecting docopt<0.7,>=0.6.1 04:43:13 Downloading docopt-0.6.2.tar.gz (25 kB) 04:43:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:43:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:43:14 Collecting cached-property<2,>=1.2.0 04:43:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:43:14 Collecting docker<4.0,>=3.6.0 04:43:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:43:14 Collecting dockerpty<0.5,>=0.4.1 04:43:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:43:14 Collecting websocket-client<1.0,>=0.32.0 04:43:14 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:43:14 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:43:15 Collecting urllib3<1.25,>=1.21.1 04:43:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:43:15 Collecting idna<2.8,>=2.5 04:43:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:43:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:43:15 Collecting docker-pycreds>=0.4.0 04:43:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:43:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:43:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:43:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:43:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:43:15 Installing collected packages: PyYAML, jsonschema, texttable, docopt, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, dockerpty, docker-compose 04:43:15 Running setup.py install for PyYAML: started 04:43:16 Running setup.py install for PyYAML: finished with status 'done' 04:43:16 Running setup.py install for texttable: started 04:43:16 Running setup.py install for texttable: finished with status 'done' 04:43:16 Running setup.py install for docopt: started 04:43:17 Running setup.py install for docopt: finished with status 'done' 04:43:17 Attempting uninstall: urllib3 04:43:17 Found existing installation: urllib3 1.25.9 04:43:17 Uninstalling urllib3-1.25.9: 04:43:17 Successfully uninstalled urllib3-1.25.9 04:43:17 Attempting uninstall: idna 04:43:17 Found existing installation: idna 2.9 04:43:17 Uninstalling idna-2.9: 04:43:17 Successfully uninstalled idna-2.9 04:43:17 Attempting uninstall: requests 04:43:17 Found existing installation: requests 2.23.0 04:43:17 Uninstalling requests-2.23.0: 04:43:17 Successfully uninstalled requests-2.23.0 04:43:18 Running setup.py install for dockerpty: started 04:43:19 Running setup.py install for dockerpty: finished with status 'done' 04:43:19 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:43:22 Removing intermediate container 31ad6944bec6 04:43:22 ---> bd5e4240d1cb 04:43:22 Step 21/26 : RUN apk --no-cache add curl 04:43:22 ---> Running in e22c5d352129 04:43:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 04:43:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 04:43:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:43:23 (2/3) Installing libcurl (7.69.1-r3) 04:43:23 (3/3) Installing curl (7.69.1-r3) 04:43:23 Executing busybox-1.31.1-r19.trigger 04:43:23 OK: 72 MiB in 58 packages 04:43:24 Removing intermediate container e22c5d352129 04:43:24 ---> 8026c51f2ae1 04:43:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:43:24 ---> Running in 4d485064724a 04:43:24 Removing intermediate container 4d485064724a 04:43:24 ---> 6670369f0608 04:43:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:43:24 ---> Running in c8cac7fe2ae7 04:43:24 Removing intermediate container c8cac7fe2ae7 04:43:24 ---> 73fab7da0cc8 04:43:24 Step 24/26 : LABEL arch=x86_64 04:43:24 ---> Running in 6618508a2f5d 04:43:24 Removing intermediate container 6618508a2f5d 04:43:24 ---> bbc1ca261be0 04:43:24 Step 25/26 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:43:24 ---> Running in b544bb2f9c84 04:43:24 Removing intermediate container b544bb2f9c84 04:43:24 ---> b18f8ef0dcec 04:43:24 Step 26/26 : LABEL version=0.0.0 04:43:24 ---> Running in a572922b9d9f 04:43:25 Removing intermediate container a572922b9d9f 04:43:25 ---> 69b505384cb3 04:43:25 04:43:25 Successfully built 69b505384cb3 04:43:25 Successfully tagged docker-sys-mgmt-agent-go:latest 04:43:25  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 04:43:25 $ docker stop --time=1 343790998b39b6fbbe006551462d1ae1b3a3eb988280c904d99b5b339ff3530a 04:43:27 $ docker rm -f 343790998b39b6fbbe006551462d1ae1b3a3eb988280c904d99b5b339ff3530a [Pipeline] // withDockerContainer [Pipeline] sh 04:43:28 + docker images 04:43:28 + grep docker 04:43:28 docker-sys-mgmt-agent-go latest 69b505384cb3 3 seconds ago 313MB 04:43:28 docker-core-data-go latest be2460487180 17 seconds ago 22.3MB 04:43:28 docker-security-secretstore-setup-go latest 0ea5c9ffcadf 43 seconds ago 24.6MB 04:43:28 docker-core-command-go latest f519e1ba6436 About a minute ago 10.6MB 04:43:28 docker-security-bootstrap-redis-go latest 220c4431c660 About a minute ago 15.8MB 04:43:28 docker-security-proxy-setup-go latest 129cde3c6ca6 About a minute ago 24.4MB 04:43:28 docker-support-notifications-go latest 9cac9fa5cbcf 2 minutes ago 12MB 04:43:28 docker-core-metadata-go latest a91f59b65f09 2 minutes ago 13.1MB 04:43:28 docker-support-scheduler-go latest a5da3cba2754 2 minutes ago 10.7MB 04:43:28 docker 20.10.0 aefe523efa57 4 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 04:43:44 Still waiting to schedule task 04:43:44 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 04:44:14 gofmt -l . 04:44:16 [ "`gofmt -l .`" = "" ] 04:44:20 ./bin/test-go-mod-tidy.sh 04:44:20 ./bin/test-attribution-txt.sh [Pipeline] sh 04:44:22 + ls -al . 04:44:22 total 684 04:44:22 drwxrwxr-x 9 1001 1001 4096 Jan 15 04:44 . 04:44:22 drwxr-xr-x 4 root root 4096 Jan 15 04:40 .. 04:44:22 -rw-rw-r-- 1 1001 1001 11 Jan 15 04:39 .dockerignore 04:44:22 drwxrwxr-x 8 1001 1001 4096 Jan 15 04:39 .git 04:44:22 drwxrwxr-x 3 1001 1001 4096 Jan 15 04:39 .github 04:44:22 -rw-rw-r-- 1 1001 1001 824 Jan 15 04:39 .gitignore 04:44:22 -rw-rw-r-- 1 1001 1001 166 Jan 15 04:39 .sonarcloud.properties 04:44:22 -rw-rw-r-- 1 1001 1001 7744 Jan 15 04:39 Attribution.txt 04:44:22 -rw-rw-r-- 1 1001 1001 3804 Jan 15 04:39 CONTRIBUTING.md 04:44:22 -rw-rw-r-- 1 1001 1001 931 Jan 15 04:39 Dockerfile.build 04:44:22 -rw-rw-r-- 1 1001 1001 863 Jan 15 04:39 Jenkinsfile 04:44:22 -rw-rw-r-- 1 1001 1001 10775 Jan 15 04:39 LICENSE 04:44:22 -rw-rw-r-- 1 1001 1001 5750 Jan 15 04:39 Makefile 04:44:22 -rw-rw-r-- 1 1001 1001 6524 Jan 15 04:39 README.md 04:44:22 -rw-rw-r-- 1 1001 1001 6744 Jan 15 04:39 SECURITY.md 04:44:22 -rw-rw-r-- 1 1001 1001 5 Jan 15 04:35 VERSION 04:44:22 -rw-rw-r-- 1 1001 1001 4131 Jan 15 04:39 ZMQWindows.md 04:44:22 drwxrwxr-x 2 1001 1001 4096 Jan 15 04:39 bin 04:44:22 drwxrwxr-x 14 1001 1001 4096 Jan 15 04:39 cmd 04:44:22 -rw-r--r-- 1 root root 552176 Jan 15 04:43 coverage.out 04:44:22 -rw-r--r-- 1 root root 981 Jan 15 04:44 go.mod 04:44:22 -rw-r--r-- 1 root root 19241 Jan 15 04:44 go.sum 04:44:22 drwxrwxr-x 8 1001 1001 4096 Jan 15 04:39 internal 04:44:22 drwxrwxr-x 4 1001 1001 4096 Jan 15 04:39 openapi 04:44:22 drwxrwxr-x 4 1001 1001 4096 Jan 15 04:39 snap 04:44:22 -rw-rw-r-- 1 1001 1001 168 Jan 15 04:39 version.go [Pipeline] sh 04:44:22 Running on prd-ubuntu18.04-docker-8c-8g-20397 in /w/workspace/edgexfoundry_edgex-go_PR-3032 [Pipeline] { [Pipeline] ws 04:44:22 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 04:44:22 + '[' -e coverage.out ] 04:44:22 + chown 1001:1001 coverage.out [Pipeline] stash 04:44:23 Warning: overwriting stash ‘coverage-report’ 04:44:24 Stashed 1 file(s) [Pipeline] sh 04:44:25 using credential edgex-jenkins-ssh 04:44:25 Cloning the remote Git repository 04:44:25 + make build 04:44:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:44:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 04:44:25 > git init /w/workspace/edgex-go/6 # timeout=10 04:44:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:44:25 > git --version # timeout=10 04:44:25 > git --version # 'git version 2.17.1' 04:44:25 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 04:44:36 Merging remotes/origin/master commit 4796bc35210d426274ed882bf814f8261df78b77 into PR head commit 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:44:36 Merge succeeded, producing 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:44:36 Checking out Revision 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 (PR-3032) 04:44:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:44:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 04:44:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 04:44:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 04:44:35 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3032/head:refs/remotes/origin/PR-3032 +refs/heads/master:refs/remotes/origin/master # timeout=10 04:44:36 > git config core.sparsecheckout # timeout=10 04:44:36 > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 04:44:36 > git remote # timeout=10 04:44:36 > git config --get remote.origin.url # timeout=10 04:44:36 using GIT_SSH to set credentials SSH Credentials for GitHub 04:44:36 > git merge 4796bc35210d426274ed882bf814f8261df78b77 # timeout=10 04:44:36 > git rev-parse HEAD^{commit} # timeout=10 04:44:36 > git config core.sparsecheckout # timeout=10 04:44:36 > git checkout -f 9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 # timeout=10 04:44:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:44:40 Commit message: "Merge branch 'master' into v2-messaging" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 04:44:41 + echo snap-build.sh 04:44:41 snap-build.sh 04:44:41 + SNAP_BASE_DIR=. 04:44:41 + '[' '!' -z /w/workspace/edgex-go/6 ']' 04:44:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 04:44:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 04:44:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 04:44:41 + cd /w/workspace/edgex-go/6 04:44:41 + sudo apt-get remove -qy --purge lxd lxd-client 04:44:41 Reading package lists... 04:44:41 Building dependency tree... 04:44:41 Reading state information... 04:44:41 The following packages were automatically installed and are no longer required: 04:44:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 04:44:41 uidmap xdelta3 04:44:41 Use 'sudo apt autoremove' to remove them. 04:44:41 The following packages will be REMOVED: 04:44:41 lxd* lxd-client* 04:44:42 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 04:44:42 After this operation, 31.7 MB disk space will be freed. 04:44:43 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 04:44:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 04:44:44 Removing lxd dnsmasq configuration 04:44:44 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 04:44:44 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 04:44:45 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 04:44:45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 04:44:45 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 04:44:46 Processing triggers for systemd (237-3ubuntu10.42) ... 04:44:47 Processing triggers for ureadahead (0.100.0-21) ... 04:44:48 + sudo snap remove --purge lxd 04:44:48 snap "lxd" is not installed 04:44:48 + sudo groupadd --force --system lxd 04:44:48 ++ whoami 04:44:48 + sudo /usr/sbin/usermod -G lxd -a jenkins 04:44:48 + newgrp - lxd 04:44:48 + sudo snap install lxd 04:44:58 2021-01-15T04:44:55Z INFO Waiting for automatic snapd restart... 04:45:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:45:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:45:13 lxd 4.10 from Canonical* installed 04:45:13 + sudo lxd init --auto 04:45:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:45:21 + sudo snap install --classic snapcraft 04:45:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:45:27 snapcraft 4.4.4 from Canonical* installed 04:45:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 04:45:27 + patch --verbose -p1 04:45:27 Hmm... Looks like a unified diff to me... 04:45:27 The text leading up to this was: 04:45:27 -------------------------- 04:45:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 04:45:27 |From: Tony Espy 04:45:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 04:45:27 |Subject: [PATCH] optimize snap build for pipeline CI check 04:45:27 | 04:45:27 |This patch is used by the EdgeX CI pipeline builds to 04:45:27 |optimize the snap CI check run for pull requests. When 04:45:27 |applied, it essentially strips out everything (apps and 04:45:27 |parts) from the snapcraft.yaml file except those required 04:45:27 |to build edgex-go, as the whole idea of the CI check is to 04:45:27 |catch changes to edgex-go that break the snap build. 04:45:27 | 04:45:27 |In general, anyone updating snapcraft.yaml will also need 04:45:27 |to update this patch file, otherwise it may fail to apply, 04:45:27 |resulting in a failed snap build CI check in the associated 04:45:27 |pull request. 04:45:27 | 04:45:27 |Note - in addition to applying this patch, the pipeline also 04:45:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 04:45:27 |need to build the finally binary .snap file (and it won't 04:45:27 |work with the patch applied). This further reduces the build 04:45:27 |time. 04:45:27 |--- 04:45:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 04:45:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 04:45:27 | 04:45:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 04:45:27 |index 1e537489..faf42425 100644 04:45:27 |--- a/snap/snapcraft.yaml 04:45:27 |+++ b/snap/snapcraft.yaml 04:45:27 -------------------------- 04:45:27 patching file snap/snapcraft.yaml 04:45:27 Using Plan A... 04:45:27 Hunk #1 succeeded at 73. 04:45:27 Hunk #2 succeeded at 202 with fuzz 1. 04:45:27 Hunk #3 succeeded at 214 (offset -3 lines). 04:45:27 Hunk #4 succeeded at 222 (offset -3 lines). 04:45:27 Hunk #5 succeeded at 229 (offset -3 lines). 04:45:27 Hunk #6 succeeded at 256 (offset -3 lines). 04:45:27 Hunk #7 succeeded at 290 (offset -3 lines). 04:45:27 Hunk #8 succeeded at 342 (offset -2 lines). 04:45:27 Hmm... Ignoring the trailing garbage. 04:45:27 done 04:45:27 + sudo snapcraft prime --use-lxd 04:45:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 04:45:27 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 04:45:27 - README.md 04:45:27 - snapcraft.yaml.orig 04:45:27 04:45:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:45:28 Launching a container. 04:45:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:45:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:45:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:45:40 Waiting for container to be ready 04:45:40 To start your first instance, try: lxc launch ubuntu:18.04 04:45:40 04:45:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:45:43 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 04:45:44 Waiting for network to be ready... 04:45:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:45:44 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:45:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:45:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 04:45:45 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:45:45 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:45:45 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:45:45 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:45:45 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:45:45 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:45:45 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:45:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 04:45:45 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 04:45:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 04:45:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 04:45:45 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 04:45:45 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 04:45:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 04:45:46 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:45:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 04:45:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 04:45:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 04:45:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 04:45:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 04:45:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 04:45:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 04:45:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 04:45:48 Fetched 23.7 MB in 4s (5513 kB/s) 04:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:45:49 Reading package lists... 04:45:49 Reading package lists... 04:45:50 Building dependency tree... 04:45:50 Reading state information... 04:45:50 The following additional packages will be installed: 04:45:50 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:45:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:45:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:45:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 04:45:50 Suggested packages: 04:45:50 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 04:45:50 Recommended packages: 04:45:50 gnupg libsasl2-modules 04:45:50 The following NEW packages will be installed: 04:45:50 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 04:45:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 04:45:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 04:45:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 04:45:50 The following packages will be upgraded: 04:45:50 gpg gpg-agent gpgconf libudev1 04:45:50 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 04:45:50 Need to get 3532 kB of archives. 04:45:50 After this operation, 13.3 MB of additional disk space will be used. 04:45:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 04:45:50 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 04:45:50 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 04:45:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 04:45:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 04:45:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 04:45:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 04:45:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 04:45:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 04:45:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 04:45:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 04:45:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 04:45:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 04:45:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 04:45:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 04:45:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 04:45:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 04:45:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 04:45:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 04:45:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 04:45:51 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] 04:45:51 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] 04:45:51 debconf: delaying package configuration, since apt-utils is not installed 04:45:51 Fetched 3532 kB in 1s (3443 kB/s) 04:45:51 (Reading database ... 12511 files and directories currently installed.) 04:45:51 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 04:45:51 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 04:45:51 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 04:45:51 Selecting previously unselected package udev. 04:45:51 (Reading database ... 12511 files and directories currently installed.) 04:45:51 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 04:45:51 Unpacking udev (237-3ubuntu10.43) ... 04:45:51 Selecting previously unselected package libfuse2:amd64. 04:45:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 04:45:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:45:52 Selecting previously unselected package fuse. 04:45:52 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 04:45:52 Unpacking fuse (2.9.7-1ubuntu1) ... 04:45:52 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 04:45:52 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:45:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 04:45:52 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:45:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 04:45:52 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:45:52 Selecting previously unselected package libksba8:amd64. 04:45:52 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 04:45:52 Unpacking libksba8:amd64 (1.3.5-2) ... 04:45:52 Selecting previously unselected package libroken18-heimdal:amd64. 04:45:52 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:52 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:52 Selecting previously unselected package libasn1-8-heimdal:amd64. 04:45:52 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:52 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 04:45:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:53 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:53 Selecting previously unselected package libhcrypto4-heimdal:amd64. 04:45:53 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:53 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:53 Selecting previously unselected package libwind0-heimdal:amd64. 04:45:53 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:53 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 04:45:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 04:45:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] } 04:45:53 $ docker stop --time=1 a6c8693cce306f831a4435d14c405854402b05c6bdd1968c0812c41ae2d77112 04:45:53 Selecting previously unselected package libheimntlm0-heimdal:amd64. 04:45:53 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:53 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 04:45:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 04:45:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:53 Selecting previously unselected package libsasl2-modules-db:amd64. 04:45:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:45:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:45:54 Selecting previously unselected package libsasl2-2:amd64. 04:45:54 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 04:45:54 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:45:54 Selecting previously unselected package libldap-common. 04:45:54 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 04:45:54 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:45:54 Selecting previously unselected package libldap-2.4-2:amd64. 04:45:54 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 04:45:54 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:45:54 Selecting previously unselected package dirmngr. 04:45:54 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 04:45:54 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 04:45:54 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 04:45:54 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 04:45:54 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 04:45:54 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:45:54 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 04:45:54 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 04:45:54 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:54 Setting up libksba8:amd64 (1.3.5-2) ... 04:45:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:45:54 Setting up udev (237-3ubuntu10.43) ... 04:45:55 invoke-rc.d: policy-rc.d denied execution of start. 04:45:55 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:55 Processing triggers for systemd (237-3ubuntu10) ... 04:45:55 Setting up fuse (2.9.7-1ubuntu1) ... 04:45:55 Setting up gpg (2.2.4-1ubuntu1.3) ... 04:45:55 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:55 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:55 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:55 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:55 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:55 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:55 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 04:45:55 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 04:45:55 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 04:45:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:45:56 $ docker rm -f a6c8693cce306f831a4435d14c405854402b05c6bdd1968c0812c41ae2d77112 04:45:56 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 04:45:56 settings in the [Install] section, and DefaultInstance for template units). 04:45:56 This means they are not meant to be enabled using systemctl. 04:45:56 Possible reasons for having this kind of units are: 04:45:56 1) A unit may be statically enabled by being symlinked from another unit's 04:45:56 .wants/ or .requires/ directory. 04:45:56 2) A unit's purpose may be to act as a helper for some other unit which has 04:45:56 a requirement dependency on it. 04:45:56 3) A unit may be started when needed via activation (socket, path, timer, 04:45:56 D-Bus, udev, scripted systemctl call, ...). 04:45:56 4) In case of template units, the unit is meant to be enabled with some 04:45:56 instance name specified. 04:45:56 Reading package lists... 04:45:56 Building dependency tree... 04:45:56 Reading state information... 04:45:56 The following additional packages will be installed: 04:45:56 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 04:45:56 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 04:45:56 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 04:45:56 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 04:45:56 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 04:45:56 Suggested packages: 04:45:56 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 04:45:56 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 04:45:56 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 04:45:56 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 04:45:56 systemd-container policykit-1 04:45:56 Recommended packages: 04:45:56 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 04:45:56 The following NEW packages will be installed: 04:45:56 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 04:45:56 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 04:45:56 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 04:45:56 multiarch-support openssh-client python3 python3-minimal python3.6 04:45:56 python3.6-minimal snapd squashfs-tools sudo 04:45:56 The following packages will be upgraded: 04:45:56 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 04:45:57 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 04:45:57 Need to get 35.2 MB of archives. 04:45:57 After this operation, 141 MB of additional disk space will be used. 04:45:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 04:45:57 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 04:45:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 04:45:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 04:45:57 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 04:45:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 04:45:57 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 04:45:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 04:45:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 04:45:57 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 04:45:57 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 04:45:57 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 04:45:57 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 04:45:57 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 04:45:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 04:45:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:45:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 04:45:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 04:45:58 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 04:45:58 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 04:45:58 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 04:45:58 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 04:45:58 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 04:45:58 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 04:45:58 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 04:45:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 04:45:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 04:45:58 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 04:45:58 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 04:45:58 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 04:45:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:58 04:45:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 04:45:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:45:59 latest: Pulling from edgex-devops/edgex-compose-arm64 04:45:59 29e5d40040c1: Pulling fs layer 04:45:59 1ce36da41761: Pulling fs layer 04:45:59 25b303627fd3: Pulling fs layer 04:45:59 debconf: delaying package configuration, since apt-utils is not installed 04:45:59 Fetched 35.2 MB in 2s (15.8 MB/s) 04:45:59 (Reading database ... 12757 files and directories currently installed.) 04:45:59 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 04:45:59 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 04:45:59 29e5d40040c1: Verifying Checksum 04:45:59 29e5d40040c1: Download complete 04:46:00 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 04:46:00 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 04:46:00 1ce36da41761: Verifying Checksum 04:46:00 1ce36da41761: Download complete 04:46:00 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 04:46:00 (Reading database ... 12757 files and directories currently installed.) 04:46:00 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 04:46:00 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 04:46:00 29e5d40040c1: Pull complete 04:46:00 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 04:46:00 (Reading database ... 12757 files and directories currently installed.) 04:46:00 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 04:46:00 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 04:46:01 Setting up apt (1.6.12ubuntu0.2) ... 04:46:01 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 04:46:01 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 04:46:01 (Reading database ... 12764 files and directories currently installed.) 04:46:01 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:46:01 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:46:01 1ce36da41761: Pull complete 04:46:01 Selecting previously unselected package libpython3.6-minimal:amd64. 04:46:01 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:46:01 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:46:01 Selecting previously unselected package libexpat1:amd64. 04:46:02 25b303627fd3: Verifying Checksum 04:46:02 25b303627fd3: Download complete 04:46:02 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 04:46:02 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:46:02 Selecting previously unselected package python3.6-minimal. 04:46:02 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:46:02 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:46:02 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 04:46:02 Checking for services that may need to be restarted...done. 04:46:02 Checking for services that may need to be restarted...done. 04:46:02 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:46:02 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 04:46:02 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 04:46:02 Selecting previously unselected package python3-minimal. 04:46:02 (Reading database ... 13012 files and directories currently installed.) 04:46:02 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 04:46:02 Unpacking python3-minimal (3.6.7-1~18.04) ... 04:46:03 Selecting previously unselected package mime-support. 04:46:03 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 04:46:03 Unpacking mime-support (3.60ubuntu1) ... 04:46:03 Selecting previously unselected package libmpdec2:amd64. 04:46:03 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 04:46:03 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:46:03 Selecting previously unselected package libpython3.6-stdlib:amd64. 04:46:03 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:46:03 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:46:03 Selecting previously unselected package python3.6. 04:46:03 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 04:46:03 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:46:03 Selecting previously unselected package libpython3-stdlib:amd64. 04:46:03 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 04:46:03 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:46:03 Setting up python3-minimal (3.6.7-1~18.04) ... 04:46:04 Selecting previously unselected package python3. 04:46:04 (Reading database ... 13442 files and directories currently installed.) 04:46:04 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 04:46:04 Unpacking python3 (3.6.7-1~18.04) ... 04:46:04 Selecting previously unselected package multiarch-support. 04:46:04 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 04:46:04 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 04:46:04 Setting up multiarch-support (2.27-3ubuntu1.4) ... 04:46:04 Selecting previously unselected package liblzo2-2:amd64. 04:46:04 (Reading database ... 13479 files and directories currently installed.) 04:46:04 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 04:46:04 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 04:46:04 Selecting previously unselected package libbsd0:amd64. 04:46:04 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 04:46:04 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:46:05 Selecting previously unselected package sudo. 04:46:05 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 04:46:05 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 04:46:05 Selecting previously unselected package apparmor. 04:46:05 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 04:46:05 Unpacking apparmor (2.12-4ubuntu5.1) ... 04:46:05 Selecting previously unselected package libedit2:amd64. 04:46:05 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 04:46:05 Unpacking libedit2:amd64 (3.1-20170329-1) ... 04:46:05 Selecting previously unselected package libkrb5support0:amd64. 04:46:05 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 04:46:05 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:46:05 Selecting previously unselected package libk5crypto3:amd64. 04:46:05 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 04:46:05 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:46:05 Selecting previously unselected package libkeyutils1:amd64. 04:46:05 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 04:46:05 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:46:05 Selecting previously unselected package libkrb5-3:amd64. 04:46:05 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 04:46:05 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:46:05 Selecting previously unselected package libgssapi-krb5-2:amd64. 04:46:05 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 04:46:05 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:46:05 Selecting previously unselected package libssl1.0.0:amd64. 04:46:05 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 04:46:05 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:46:06 Selecting previously unselected package openssh-client. 04:46:06 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 04:46:06 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 04:46:06 Selecting previously unselected package squashfs-tools. 04:46:06 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 04:46:06 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:46:06 Selecting previously unselected package snapd. 04:46:06 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 04:46:06 Unpacking snapd (2.48+18.04) ... 04:46:08 Setting up libedit2:amd64 (3.1-20170329-1) ... 04:46:08 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 04:46:08 Setting up mime-support (3.60ubuntu1) ... 04:46:08 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 04:46:08 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 04:46:08 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 04:46:08 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:46:08 Setting up systemd (237-3ubuntu10.43) ... 04:46:08 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 04:46:10 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 04:46:10 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 04:46:10 Setting up liblzo2-2:amd64 (2.08-1.2) ... 04:46:10 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 04:46:10 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 04:46:10 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 04:46:10 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 04:46:11 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 04:46:11 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 04:46:11 Setting up python3 (3.6.7-1~18.04) ... 04:46:11 running python rtupdate hooks for python3.6... 04:46:11 running python post-rtupdate hooks for python3.6... 04:46:11 Setting up apparmor (2.12-4ubuntu5.1) ... 04:46:12 25b303627fd3: Pull complete 04:46:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 04:46:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 04:46:12 prd-ubuntu18.04-docker-arm64-4c-16g-20396 does not seem to be running inside a container 04:46:12 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:46:12 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 04:46:12 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 04:46:12 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 04:46:13 Setting up snapd (2.48+18.04) ... 04:46:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 04:46:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 04:46:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 04:46:13 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 04:46:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:46:14 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 04:46:14 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 04:46:14 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 04:46:14 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 04:46:15 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 04:46:15 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 04:46:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 04:46:15 Processing triggers for systemd (237-3ubuntu10.43) ... 04:46:16 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:46:16 $ docker top d5058a0294616aa0bafa60112ff9d665e09e000f609ad5de17d5c8117af2c35d -eo pid,comm 04:46:16 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:46:16 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [Pipeline] { [Pipeline] sh 04:46:17 + grep parallel 04:46:17 + docker-compose build --help 04:46:17 Reading package lists... 04:46:17 Reading package lists... 04:46:17 Building dependency tree... 04:46:17 Reading state information... 04:46:18 Calculating upgrade... 04:46:18 The following packages will be upgraded: 04:46:18 advancecomp base-files bash binutils binutils-common 04:46:18 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 04:46:18 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 04:46:18 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 04:46:18 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 04:46:18 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 04:46:18 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 04:46:18 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 04:46:18 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 04:46:18 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 04:46:18 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 04:46:18 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 04:46:18 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 04:46:18 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 04:46:18 ubuntu-keyring util-linux 04:46:18 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 04:46:18 Need to get 63.7 MB of archives. 04:46:18 After this operation, 5203 kB of additional disk space will be used. 04:46:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 04:46:18 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 04:46:18 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 04:46:18 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 04:46:18 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 04:46:18 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 04:46:18 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 04:46:18 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 04:46:18 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 04:46:18 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 04:46:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 04:46:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 04:46:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 04:46:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 04:46:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 04:46:18 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 04:46:18 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 04:46:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 04:46:18 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 04:46:18 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 04:46:18 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 04:46:18 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 04:46:18 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 04:46:18 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 04:46:18 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 04:46:18 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 04:46:18 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 04:46:18 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 04:46:18 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 04:46:18 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 04:46:18 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 04:46:18 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 04:46:18 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 04:46:18 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 04:46:18 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 04:46:18 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 04:46:18 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 04:46:18 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 04:46:18 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 04:46:18 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 04:46:18 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 04:46:18 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 04:46:18 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 04:46:18 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 04:46:18 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 04:46:18 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 04:46:18 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 04:46:18 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 04:46:18 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 04:46:18 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 04:46:18 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 04:46:18 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 04:46:18 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 04:46:18 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 04:46:18 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 04:46:18 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 04:46:18 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 04:46:19 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 04:46:19 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 04:46:19 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 04:46:19 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 04:46:19 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 04:46:19 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 04:46:19 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 04:46:19 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 04:46:19 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 04:46:19 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 04:46:19 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 04:46:19 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 04:46:19 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 04:46:19 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 04:46:19 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 04:46:19 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 04:46:19 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 04:46:19 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 04:46:19 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 04:46:19 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 04:46:19 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 04:46:19 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 04:46:19 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 04:46:19 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 04:46:19 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 04:46:19 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 04:46:19 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 04:46:19 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 04:46:19 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 04:46:19 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 04:46:19 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 04:46:19 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 04:46:19 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 04:46:19 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 04:46:19 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 04:46:19 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 04:46:19 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 04:46:19 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 04:46:19 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 04:46:19 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 04:46:19 debconf: delaying package configuration, since apt-utils is not installed 04:46:19 Fetched 63.7 MB in 2s (39.2 MB/s) 04:46:19 (Reading database ... 13912 files and directories currently installed.) 04:46:19 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 04:46:20 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:46:21 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 04:46:21 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:46:21 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 04:46:21 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 04:46:21 --parallel Build images in parallel. [Pipeline] } 04:46:21 $ docker stop --time=1 d5058a0294616aa0bafa60112ff9d665e09e000f609ad5de17d5c8117af2c35d 04:46:21 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:21 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:21 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:21 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:22 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:22 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:22 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:22 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:22 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:22 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:22 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:22 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:22 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:22 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:22 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:23 (Reading database ... 13911 files and directories currently installed.) 04:46:23 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:23 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 04:46:23 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 04:46:23 (Reading database ... 13911 files and directories currently installed.) 04:46:23 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:23 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:23 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:23 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:23 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 04:46:23 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 04:46:23 $ docker rm -f d5058a0294616aa0bafa60112ff9d665e09e000f609ad5de17d5c8117af2c35d 04:46:23 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] writeFile 04:46:24 (Reading database ... 13911 files and directories currently installed.) 04:46:24 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 04:46:24 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 04:46:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 04:46:24 . [Pipeline] withDockerContainer 04:46:24 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 04:46:24 (Reading database ... 13911 files and directories currently installed.) 04:46:24 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 04:46:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 04:46:24 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 04:46:24 prd-ubuntu18.04-docker-arm64-4c-16g-20396 does not seem to be running inside a container 04:46:24 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 04:46:24 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 04:46:24 Setting up base-files (10.1ubuntu2.10) ... 04:46:25 Installing new version of config file /etc/issue ... 04:46:25 Installing new version of config file /etc/issue.net ... 04:46:25 Installing new version of config file /etc/lsb-release ... 04:46:25 Installing new version of config file /etc/update-motd.d/50-motd-news ... 04:46:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 04:46:25 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 04:46:25 Removing obsolete conffile /etc/default/motd-news ... 04:46:25 (Reading database ... 13912 files and directories currently installed.) 04:46:25 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 04:46:25 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 04:46:25 Setting up bash (4.4.18-2ubuntu1.2) ... 04:46:25 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 04:46:25 (Reading database ... 13912 files and directories currently installed.) 04:46:25 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:25 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 04:46:25 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 04:46:26 (Reading database ... 13912 files and directories currently installed.) 04:46:26 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 04:46:26 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 04:46:26 Setting up tar (1.29b-2ubuntu0.2) ... 04:46:26 $ docker top 905d4bf70a4bfb7dd0f6de417a6acb9025a939e3c9b969471932554654d0eabe -eo pid,comm 04:46:26 (Reading database ... 13912 files and directories currently installed.) 04:46:26 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 04:46:26 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [Pipeline] { [Pipeline] sh 04:46:26 Setting up dpkg (1.19.0.5ubuntu2.3) ... 04:46:26 (Reading database ... 13912 files and directories currently installed.) 04:46:26 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 04:46:27 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:46:27 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 04:46:27 (Reading database ... 13912 files and directories currently installed.) 04:46:27 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 04:46:27 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:46:27 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 04:46:27 (Reading database ... 13912 files and directories currently installed.) 04:46:27 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 04:46:27 Unpacking grep (3.1-2build1) over (3.1-2) ... 04:46:27 + docker-compose -f ./docker-compose-build.yml build --parallel 04:46:27 Setting up grep (3.1-2build1) ... 04:46:27 (Reading database ... 13912 files and directories currently installed.) 04:46:27 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 04:46:27 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:46:27 Setting up login (1:4.5-1ubuntu2) ... 04:46:28 (Reading database ... 13912 files and directories currently installed.) 04:46:28 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 04:46:28 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:46:28 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 04:46:28 (Reading database ... 13912 files and directories currently installed.) 04:46:28 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 04:46:28 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:46:28 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 04:46:28 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:46:28 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 04:46:28 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:46:29 Setting up perl-base (5.26.1-6ubuntu0.5) ... 04:46:29 (Reading database ... 13912 files and directories currently installed.) 04:46:29 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 04:46:29 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 04:46:30 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:46:30 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:46:30 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 04:46:30 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 04:46:30 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 04:46:30 (Reading database ... 13912 files and directories currently installed.) 04:46:30 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 04:46:30 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 04:46:31 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 04:46:31 (Reading database ... 13912 files and directories currently installed.) 04:46:31 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:31 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:46:31 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:46:31 (Reading database ... 13912 files and directories currently installed.) 04:46:31 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:31 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:46:31 Building docker-core-command-go ... 04:46:31 Building docker-core-data-go ... 04:46:31 Building docker-core-metadata-go ... 04:46:31 Building docker-security-bootstrap-redis-go ... 04:46:31 Building docker-security-proxy-setup-go ... 04:46:31 Building docker-security-secretstore-setup-go ... 04:46:31 Building docker-support-notifications-go ... 04:46:31 Building docker-support-scheduler-go ... 04:46:31 Building docker-sys-mgmt-agent-go ... 04:46:31 Building docker-support-notifications-go 04:46:31 Building docker-core-command-go 04:46:31 Building docker-core-data-go 04:46:31 Building docker-support-scheduler-go 04:46:31 Building docker-sys-mgmt-agent-go 04:46:31 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:46:31 (Reading database ... 13912 files and directories currently installed.) 04:46:31 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:31 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:46:32 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:46:32 (Reading database ... 13912 files and directories currently installed.) 04:46:32 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:32 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:46:32 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:46:32 (Reading database ... 13912 files and directories currently installed.) 04:46:32 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 04:46:32 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:46:32 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 04:46:32 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:46:32 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 04:46:32 (Reading database ... 13912 files and directories currently installed.) 04:46:32 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 04:46:32 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:46:33 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 04:46:33 (Reading database ... 13912 files and directories currently installed.) 04:46:33 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:33 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:46:33 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 04:46:33 (Reading database ... 13912 files and directories currently installed.) 04:46:33 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:33 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:46:33 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 04:46:33 (Reading database ... 13912 files and directories currently installed.) 04:46:33 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:33 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:46:34 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 04:46:34 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 04:46:34 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 04:46:34 (Reading database ... 13912 files and directories currently installed.) 04:46:34 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 04:46:34 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 04:46:35 Setting up libc-bin (2.27-3ubuntu1.4) ... 04:46:35 (Reading database ... 13912 files and directories currently installed.) 04:46:35 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 04:46:35 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 04:46:35 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 04:46:35 (Reading database ... 13914 files and directories currently installed.) 04:46:35 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 04:46:35 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 04:46:36 Setting up debconf (1.5.66ubuntu1) ... 04:46:36 (Reading database ... 13914 files and directories currently installed.) 04:46:36 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:46:36 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:46:36 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:46:36 (Reading database ... 13914 files and directories currently installed.) 04:46:36 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:46:36 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:46:36 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 04:46:36 (Reading database ... 13914 files and directories currently installed.) 04:46:36 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 04:46:37 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:46:37 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 04:46:37 (Reading database ... 13914 files and directories currently installed.) 04:46:37 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 04:46:37 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 04:46:37 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 04:46:37 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 04:46:37 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 04:46:37 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:46:37 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 04:46:37 (Reading database ... 13914 files and directories currently installed.) 04:46:37 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 04:46:37 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 04:46:38 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 04:46:38 (Reading database ... 13914 files and directories currently installed.) 04:46:38 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 04:46:38 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 04:46:38 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 04:46:38 (Reading database ... 13914 files and directories currently installed.) 04:46:38 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 04:46:38 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 04:46:38 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 04:46:38 (Reading database ... 13914 files and directories currently installed.) 04:46:38 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 04:46:38 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 04:46:38 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 04:46:38 (Reading database ... 13914 files and directories currently installed.) 04:46:38 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 04:46:38 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 04:46:39 Setting up passwd (1:4.5-1ubuntu2) ... 04:46:39 (Reading database ... 13914 files and directories currently installed.) 04:46:39 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 04:46:39 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 04:46:39 Setting up gpgv (2.2.4-1ubuntu1.3) ... 04:46:39 (Reading database ... 13914 files and directories currently installed.) 04:46:39 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 04:46:39 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 04:46:40 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 04:46:40 (Reading database ... 13914 files and directories currently installed.) 04:46:40 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 04:46:40 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 04:46:40 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 04:46:40 (Reading database ... 13914 files and directories currently installed.) 04:46:40 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 04:46:40 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 04:46:40 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 04:46:40 (Reading database ... 13914 files and directories currently installed.) 04:46:40 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 04:46:40 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 04:46:40 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 04:46:41 (Reading database ... 13914 files and directories currently installed.) 04:46:41 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 04:46:41 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 04:46:41 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 04:46:41 (Reading database ... 13914 files and directories currently installed.) 04:46:41 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 04:46:41 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 04:46:41 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 04:46:41 (Reading database ... 13915 files and directories currently installed.) 04:46:41 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:46:41 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:46:42 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 04:46:42 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 04:46:42 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 04:46:42 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 04:46:42 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 04:46:42 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 04:46:43 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 04:46:43 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 04:46:43 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 04:46:43 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 04:46:43 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 04:46:43 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 04:46:43 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 04:46:43 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 04:46:43 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 04:46:43 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 04:46:43 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 04:46:43 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 04:46:43 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 04:46:43 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 04:46:43 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 04:46:44 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 04:46:44 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 04:46:44 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 04:46:44 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 04:46:44 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 04:46:44 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:46:44 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:46:45 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:46:45 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:46:45 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:46:45 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:46:45 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 04:46:45 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 04:46:46 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:46 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:46 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:46 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:46 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:46 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:46 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:46 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:47 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:47 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:48 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:48 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:49 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:49 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:49 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:49 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:50 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 04:46:50 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 04:46:50 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:46:50 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:46:50 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 04:46:50 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:46:51 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 04:46:51 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 04:46:51 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 04:46:51 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 04:46:51 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:46:51 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:46:51 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 04:46:51 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 04:46:51 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 04:46:51 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 04:46:51 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:51 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 04:46:51 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:52 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:52 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:52 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 04:46:52 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 04:46:52 Setting up tzdata (2020f-0ubuntu0.18.04) ... 04:46:52 04:46:52 Current default time zone: 'Etc/UTC' 04:46:52 Local time is now: Fri Jan 15 04:46:52 UTC 2021. 04:46:52 Universal Time is now: Fri Jan 15 04:46:52 UTC 2021. 04:46:52 Run 'dpkg-reconfigure tzdata' if you wish to change it. 04:46:52 04:46:52 Setting up systemd-sysv (237-3ubuntu10.43) ... 04:46:52 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:52 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 04:46:52 Setting up mount (2.31.1-0.4ubuntu3.7) ... 04:46:52 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 04:46:52 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 04:46:52 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 04:46:53 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 04:46:53 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 04:46:53 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 04:46:53 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:53 Setting up procps (2:3.3.12-3ubuntu1.2) ... 04:46:53 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 04:46:53 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 04:46:53 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:53 Setting up patch (2.7.6-2ubuntu1.1) ... 04:46:53 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 04:46:53 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 04:46:53 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 04:46:53 Installing new version of config file /etc/ssl/openssl.cnf ... 04:46:53 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 04:46:53 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 04:46:53 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 04:46:55 Updating certificates in /etc/ssl/certs... 04:46:56 22 added, 17 removed; done. 04:46:56 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 04:46:56 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 04:46:56 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 04:46:56 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 04:46:56 Setting up pkgbinarymangler (138.18.04.1) ... 04:46:56 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 04:46:56 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 04:46:56 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 04:46:56 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 04:46:56 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:46:56 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 04:46:56 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 04:46:57 Setting up perl (5.26.1-6ubuntu0.5) ... 04:46:57 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 04:46:57 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 04:46:57 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 04:46:57 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 04:46:57 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 04:46:57 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 04:46:57 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 04:46:57 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 04:46:57 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 04:46:57 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:46:57 Processing triggers for systemd (237-3ubuntu10.43) ... 04:46:57 Processing triggers for mime-support (3.60ubuntu1) ... 04:46:57 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 04:46:57 Updating certificates in /etc/ssl/certs... 04:46:58 0 added, 0 removed; done. 04:46:58 Running hooks in /etc/ca-certificates/update.d... 04:46:58 done. 04:46:58 Reading package lists... 04:46:58 Building dependency tree... 04:46:58 Reading state information... 04:46:58 The following NEW packages will be installed: 04:46:58 apt-transport-https 04:46:59 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 04:46:59 Need to get 1696 B of archives. 04:46:59 After this operation, 153 kB of additional disk space will be used. 04:46:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 04:46:59 debconf: delaying package configuration, since apt-utils is not installed 04:46:59 Fetched 1696 B in 0s (7843 B/s) 04:46:59 Selecting previously unselected package apt-transport-https. 04:46:59 (Reading database ... 13929 files and directories currently installed.) 04:46:59 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 04:46:59 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 04:46:59 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 04:46:59 Waiting for network to be ready... 04:47:06 2021-01-15T04:47:02Z INFO Waiting for automatic snapd restart... 04:47:06 snapd 2.48.2 from Canonical* installed 04:47:06 "snapd" switched to the "latest/stable" channel 04:47:06 04:47:10 core18 20201210 from Canonical* installed 04:47:10 "core18" switched to the "latest/stable" channel 04:47:10 04:47:13 snapcraft 4.4.4 from Canonical* installed 04:47:13 "snapcraft" switched to the "latest/stable" channel 04:47:13 04:47:16 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 04:47:16 - README.md 04:47:16 - snapcraft.yaml.orig 04:47:16 04:47:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 04:47:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:47:23 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 04:47:23 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 04:47:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:47:24 Reading package lists... 04:47:25 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 04:47:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:47:31 Reading package lists... 04:47:31 Building dependency tree... 04:47:31 Reading state information... 04:47:31 Suggested packages: 04:47:31 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 04:47:31 git-gui gitk gitweb git-cvs git-mediawiki git-svn 04:47:31 Recommended packages: 04:47:31 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 04:47:31 The following NEW packages will be installed: 04:47:31 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 04:47:31 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 04:47:31 pkg-config zip 04:47:31 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 04:47:31 Need to get 7655 kB of archives. 04:47:31 After this operation, 43.7 MB of additional disk space will be used. 04:47:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 04:47:31 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 04:47:31 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 04:47:31 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 04:47:32 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 04:47:32 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 04:47:32 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 04:47:32 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 04:47:32 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 04:47:32 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 04:47:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 04:47:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 04:47:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 04:47:32 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 04:47:32 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 04:47:32 debconf: delaying package configuration, since apt-utils is not installed 04:47:32 Fetched 7655 kB in 1s (6983 kB/s) 04:47:32 Selecting previously unselected package libglib2.0-0:amd64. 04:47:32 (Reading database ... 13933 files and directories currently installed.) 04:47:32 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 04:47:32 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:47:33 Selecting previously unselected package libpsl5:amd64. 04:47:33 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 04:47:33 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 04:47:33 Selecting previously unselected package libnghttp2-14:amd64. 04:47:33 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 04:47:33 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:47:33 Selecting previously unselected package librtmp1:amd64. 04:47:33 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 04:47:33 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:47:33 Selecting previously unselected package libcurl3-gnutls:amd64. 04:47:33 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 04:47:33 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:47:33 Selecting previously unselected package liberror-perl. 04:47:33 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 04:47:33 Unpacking liberror-perl (0.17025-1) ... 04:47:33 Selecting previously unselected package git-man. 04:47:33 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 04:47:33 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 04:47:33 Selecting previously unselected package git. 04:47:33 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 04:47:33 Unpacking git (1:2.17.1-1ubuntu0.7) ... 04:47:34 Selecting previously unselected package libnorm1:amd64. 04:47:34 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 04:47:34 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:47:34 Selecting previously unselected package libpgm-5.2-0:amd64. 04:47:34 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 04:47:34 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:47:34 Selecting previously unselected package libsodium23:amd64. 04:47:34 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 04:47:34 Unpacking libsodium23:amd64 (1.0.16-2) ... 04:47:35 Selecting previously unselected package libzmq5:amd64. 04:47:35 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 04:47:35 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:47:35 Selecting previously unselected package libzmq3-dev:amd64. 04:47:35 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 04:47:35 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:47:35 Selecting previously unselected package pkg-config. 04:47:35 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 04:47:35 Unpacking pkg-config (0.29.1-0ubuntu2) ... 04:47:35 Selecting previously unselected package zip. 04:47:35 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 04:47:35 Unpacking zip (3.0-11build1) ... 04:47:35 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 04:47:35 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 04:47:35 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 04:47:35 Setting up liberror-perl (0.17025-1) ... 04:47:35 Setting up libpsl5:amd64 (0.19.1-5build1) ... 04:47:35 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 04:47:35 No schema files found: doing nothing. 04:47:35 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 04:47:35 Setting up zip (3.0-11build1) ... 04:47:35 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 04:47:35 Setting up libsodium23:amd64 (1.0.16-2) ... 04:47:35 Setting up pkg-config (0.29.1-0ubuntu2) ... 04:47:35 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 04:47:35 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 04:47:35 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 04:47:35 Setting up git (1:2.17.1-1ubuntu0.7) ... 04:47:35 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 04:47:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 04:47:39 ---> 3b72fbea32a4 04:47:39 Step 3/26 : WORKDIR /edgex-go 04:47:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:47:39 ---> 3b72fbea32a4 04:47:39 Step 3/21 : WORKDIR /edgex-go 04:47:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 04:47:39 ---> 3b72fbea32a4 04:47:39 Step 3/23 : WORKDIR /edgex-go 04:47:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:47:39 ---> 3b72fbea32a4 04:47:39 Step 3/24 : WORKDIR /edgex-go 04:47:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:47:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:47:39 ---> 3b72fbea32a4 04:47:39 Step 3/22 : WORKDIR /edgex-go 04:47:41 ---> Running in 201e59ec80c2 04:47:41 ---> Running in 2277c5c5810c 04:47:41 ---> Running in 28b2c4eee2fa 04:47:41 ---> Running in 1f533554fe69 04:47:41 ---> Running in aba8b3cf3187 04:47:42 Removing intermediate container 28b2c4eee2fa 04:47:42 ---> df32bb1a0853 04:47:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:47:42 git set to automatically installed. 04:47:42 git-man set to automatically installed. 04:47:42 libcurl3-gnutls set to automatically installed. 04:47:42 liberror-perl set to automatically installed. 04:47:42 libglib2.0-0 set to automatically installed. 04:47:42 libnghttp2-14 set to automatically installed. 04:47:42 libnorm1 set to automatically installed. 04:47:42 libpgm-5.2-0 set to automatically installed. 04:47:42 libpsl5 set to automatically installed. 04:47:42 librtmp1 set to automatically installed. 04:47:42 libsodium23 set to automatically installed. 04:47:42 libzmq3-dev set to automatically installed. 04:47:42 libzmq5 set to automatically installed. 04:47:42 pkg-config set to automatically installed. 04:47:42 zip set to automatically installed. 04:47:42 Removing intermediate container aba8b3cf3187 04:47:42 ---> 90782ad36510 04:47:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:42 ---> Running in 37e65aff9aab 04:47:42 Removing intermediate container 2277c5c5810c 04:47:42 ---> 89e050efd8dc 04:47:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:42 Removing intermediate container 201e59ec80c2 04:47:42 ---> 1f79e5b739fa 04:47:42 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:42 Removing intermediate container 1f533554fe69 04:47:42 ---> 1d2d712d7249 04:47:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:47:42 ---> Running in fe1920ce0157 04:47:42 ---> Running in 49fc6c754451 04:47:42 ---> Running in 845c30759ae6 04:47:42 ---> Running in 789c5f851e10 04:47:44 snapd is not logged in, snap install commands will use sudo 04:47:46 Removing intermediate container 37e65aff9aab 04:47:46 ---> 31ae10aa9150 04:47:46 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 04:47:46 Removing intermediate container fe1920ce0157 04:47:46 ---> e6b876dfeb50 04:47:46 ---> Running in e16b6d1e461b 04:47:46 Step 5/21 : RUN apk add --update --no-cache make git 04:47:46 ---> Running in 3c1436ba8bff 04:47:46 Removing intermediate container 49fc6c754451 04:47:46 ---> 063921904b04 04:47:46 Step 5/26 : RUN apk add --update --no-cache make bash git 04:47:47 Removing intermediate container 789c5f851e10 04:47:47 ---> a02145efc67e 04:47:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 04:47:47 ---> Running in bff7d7fdecf1 04:47:47 Removing intermediate container 845c30759ae6 04:47:47 ---> 2f163a2f62e3 04:47:47 Step 5/22 : RUN apk add --update --no-cache make git 04:47:47 ---> Running in cf1876b400da 04:47:47 ---> Running in 8c0bddca24c8 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:47:49 OK: 217 MiB in 51 packages 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:49 OK: 217 MiB in 51 packages 04:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:47:50 OK: 217 MiB in 51 packages 04:47:50 OK: 217 MiB in 51 packages 04:47:50 OK: 217 MiB in 51 packages 04:47:51 Removing intermediate container e16b6d1e461b 04:47:51 ---> 0db399317c52 04:47:51 Step 6/24 : COPY go.mod . 04:47:51 Removing intermediate container 3c1436ba8bff 04:47:51 ---> 6aef8ab2b46c 04:47:51 Step 6/21 : COPY go.mod . 04:47:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 04:47:51 snap "core18" has no updates available 04:47:52 ---> 448a5f74f970 04:47:52 Step 7/24 : RUN go mod download 04:47:52 Pulling config-common 04:47:52 ---> Running in cb92b7cce446 04:47:52 Removing intermediate container cf1876b400da 04:47:52 ---> aa793134daee 04:47:52 Step 6/23 : COPY go.mod . 04:47:52 ---> 158d5e110f68 04:47:52 Step 7/21 : RUN go mod download 04:47:52 Removing intermediate container bff7d7fdecf1 04:47:52 ---> 6d52de0fc4f6 04:47:52 Step 6/26 : COPY go.mod . 04:47:52 Removing intermediate container 8c0bddca24c8 04:47:52 ---> a84e935c5cd8 04:47:52 Step 6/22 : COPY go.mod . 04:47:52 ---> Running in f5c390c7ef84 04:47:53 Pulling go-build-helper 04:47:53 ---> f2530c7142f9 04:47:53 Step 7/26 : RUN go mod download 04:47:54 ---> 4228063b507c 04:47:54 Step 7/23 : RUN go mod download 04:47:54 ---> Running in 881f4a4dfdef 04:47:54 ---> Running in b91384f0b1cb 04:47:54 ---> abb842bfaffa 04:47:54 Step 7/22 : RUN go mod download 04:47:54 ---> Running in e1643ca9018a 04:47:56 Removing intermediate container cb92b7cce446 04:47:56 ---> a5643a083cda 04:47:56 Step 8/24 : COPY . . 04:47:56 Removing intermediate container f5c390c7ef84 04:47:56 ---> 63acc1e2f383 04:47:56 Step 8/21 : COPY . . 04:48:00 Removing intermediate container 881f4a4dfdef 04:48:00 ---> 3cd4b46ae86c 04:48:00 Step 8/26 : COPY . . 04:48:00 Removing intermediate container e1643ca9018a 04:48:00 ---> 4a59a64a95d3 04:48:00 Step 8/22 : COPY . . 04:48:01 Removing intermediate container b91384f0b1cb 04:48:01 ---> f45a59d31df3 04:48:01 Step 8/23 : COPY . . 04:48:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 04:48:20 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 04:48:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 04:48:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 04:48:20 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 04:48:20 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 04:48:20 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 04:48:20 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 04:48:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 04:48:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 04:48:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 04:48:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 04:48:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 04:48:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 04:48:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 04:48:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 04:48:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 04:48:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 04:48:20 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 04:48:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 04:48:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 04:48:20 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 04:48:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 04:48:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 04:48:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 04:48:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 04:48:20 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 04:48:20 Fetched 23.7 MB in 0s (0 B/s) 04:48:20 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 04:48:20 Fetched 96.5 kB in 0s (0 B/s) 04:48:20 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 04:48:20 Fetched 279 kB in 0s (0 B/s) 04:48:20 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 04:48:20 Fetched 122 kB in 0s (0 B/s) 04:48:20 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 04:48:20 Fetched 77.8 kB in 0s (0 B/s) 04:48:20 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 04:48:20 Fetched 8848 B in 0s (0 B/s) 04:48:20 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 04:48:20 Fetched 47.8 kB in 0s (0 B/s) 04:48:20 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 04:48:20 Fetched 45.6 kB in 0s (0 B/s) 04:48:20 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 04:48:20 Fetched 15.0 kB in 0s (0 B/s) 04:48:20 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 04:48:20 Fetched 214 kB in 0s (0 B/s) 04:48:20 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 04:48:20 Fetched 155 kB in 0s (0 B/s) 04:48:20 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 04:48:20 Fetched 50.6 kB in 0s (0 B/s) 04:48:20 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 04:48:20 Fetched 14.8 kB in 0s (0 B/s) 04:48:20 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 04:48:20 Fetched 41.8 kB in 0s (0 B/s) 04:48:20 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 04:48:20 Fetched 499 kB in 0s (0 B/s) 04:48:20 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 04:48:20 Fetched 111 kB in 0s (0 B/s) 04:48:20 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 04:48:20 Fetched 240 kB in 0s (0 B/s) 04:48:20 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 04:48:20 Fetched 29.3 kB in 0s (0 B/s) 04:48:20 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 04:48:20 Fetched 85.5 kB in 0s (0 B/s) 04:48:20 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 04:48:20 Fetched 24.5 kB in 0s (0 B/s) 04:48:20 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 04:48:20 Fetched 49.2 kB in 0s (0 B/s) 04:48:20 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 04:48:20 Fetched 54.2 kB in 0s (0 B/s) 04:48:20 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 04:48:20 Fetched 30.8 kB in 0s (0 B/s) 04:48:20 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 04:48:20 Fetched 17.0 kB in 0s (0 B/s) 04:48:20 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 04:48:20 Fetched 85.9 kB in 0s (0 B/s) 04:48:20 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 04:48:20 Fetched 8720 B in 0s (0 B/s) 04:48:20 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 04:48:20 Fetched 137 kB in 0s (0 B/s) 04:48:20 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 04:48:20 Fetched 119 kB in 0s (0 B/s) 04:48:20 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 04:48:20 Fetched 109 kB in 0s (0 B/s) 04:48:20 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 04:48:20 Fetched 11.1 kB in 0s (0 B/s) 04:48:20 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 04:48:20 Fetched 645 kB in 0s (0 B/s) 04:48:20 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 04:48:20 Fetched 41.3 kB in 0s (0 B/s) 04:48:20 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 04:48:20 Fetched 17.9 kB in 0s (0 B/s) 04:48:20 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 04:48:20 Fetched 368 kB in 0s (0 B/s) 04:48:20 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 04:48:20 Fetched 187 kB in 0s (0 B/s) 04:48:20 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 04:48:20 Fetched 175 kB in 0s (0 B/s) 04:48:20 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 04:48:20 Fetched 206 kB in 0s (0 B/s) 04:48:20 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 04:48:20 Fetched 1301 kB in 0s (0 B/s) 04:48:20 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 04:48:20 Fetched 36.2 kB in 0s (0 B/s) 04:48:20 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 04:48:20 Fetched 159 kB in 0s (0 B/s) 04:48:20 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 04:48:20 Fetched 107 kB in 0s (0 B/s) 04:48:20 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 04:48:20 Fetched 48.7 kB in 0s (0 B/s) 04:48:20 Pulling static-packages 04:48:20 'go115' has dependencies that need to be staged: go-build-helper static-packages 04:48:20 Skipping pull go-build-helper (already ran) 04:48:20 Skipping pull static-packages (already ran) 04:48:20 Building go-build-helper 04:48:23 ---> 431512c0737e 04:48:23 Step 9/24 : RUN make cmd/support-notifications/support-notifications 04:48:23 ---> 9095afe73624 04:48:23 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 04:48:23 ---> 8604eca2ffdb 04:48:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 04:48:23 ---> 6b995a6737ea 04:48:23 Step 9/23 : RUN make cmd/core-data/core-data 04:48:23 ---> 63cd0b54d79e 04:48:23 Step 9/22 : RUN make cmd/core-command/core-command 04:48:23 ---> Running in f320bff25d35 04:48:23 ---> Running in 1e0b4f14fdca 04:48:23 ---> Running in 09272d04083c 04:48:23 ---> Running in 402c3e5396b8 04:48:23 ---> Running in 296bab786e9c 04:48:24 Building static-packages 04:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:48:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:48:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:48:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:48:25 Staging go-build-helper 04:48:26 Staging static-packages 04:48:27 Pulling go115 04:48:28 'edgex-go' has dependencies that need to be staged: go115 04:48:28 Skipping pull go115 (already ran) 04:48:28 Building go115 04:48:28 % Total % Received % Xferd Average Speed Time Time Time Current 04:48:28 Dload Upload Total Spent Left Speed 04:48:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.5M 0 0 21.0M 0 0:00:05 --:--:-- 0:00:05 21.0M 49 115M 49 56.9M 0 0 31.9M 0 0:00:03 0:00:01 0:00:02 31.9M 86 115M 86 100M 0 0 36.1M 0 0:00:03 0:00:02 0:00:01 36.1M 100 115M 100 115M 0 0 36.4M 0 0:00:03 0:00:03 --:--:-- 36.4M 04:48:32 go1.15.2.linux-amd64.tar.gz: OK 04:48:36 Staging go115 04:48:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 04:48:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 04:48:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 04:48:41 Fetched 0 B in 0s (0 B/s) 04:48:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 04:48:41 Fetched 224 kB in 0s (0 B/s) 04:48:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 04:48:41 Fetched 157 kB in 0s (0 B/s) 04:48:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 04:48:41 Fetched 221 kB in 0s (0 B/s) 04:48:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 04:48:41 Fetched 143 kB in 0s (0 B/s) 04:48:41 Pulling edgex-go 04:48:42 Pulling version 04:48:43 Building config-common 04:48:45 Skipping build go-build-helper (already ran) 04:48:45 Skipping build static-packages (already ran) 04:48:45 Skipping build go115 (already ran) 04:48:45 Building edgex-go 04:48:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 04:48:48 go: downloading github.com/gorilla/mux v1.8.0 04:48:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 04:48:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 04:48:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 04:48:48 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 04:48:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 04:48:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 04:48:48 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 04:48:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 04:48:48 go: downloading github.com/imdario/mergo v0.3.11 04:48:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 04:48:48 go: downloading gopkg.in/yaml.v2 v2.4.0 04:48:48 go: downloading github.com/pelletier/go-toml v1.2.0 04:48:48 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 04:48:48 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 04:48:48 go: downloading github.com/google/uuid v1.1.4 04:48:48 go: downloading github.com/go-kit/kit v0.8.0 04:48:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 04:48:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 04:48:48 go: downloading github.com/BurntSushi/toml v0.3.1 04:48:48 go: downloading github.com/pkg/errors v0.8.1 04:48:48 go: downloading github.com/pebbe/zmq4 v1.2.2 04:48:48 go: downloading github.com/x448/float16 v0.8.4 04:48:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 04:48:48 go: downloading github.com/hashicorp/consul/api v1.1.0 04:48:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 04:48:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 04:48:48 go: downloading github.com/mitchellh/copystructure v1.0.0 04:48:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 04:48:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 04:48:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 04:48:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 04:48:48 go: downloading github.com/hashicorp/serf v0.8.2 04:48:48 go: downloading github.com/leodido/go-urn v1.2.0 04:48:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 04:48:48 go: downloading github.com/go-playground/universal-translator v0.17.0 04:48:48 go: downloading github.com/go-logfmt/logfmt v0.4.0 04:48:48 go: downloading github.com/go-playground/locales v0.13.0 04:48:48 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 04:48:48 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 04:48:48 go: downloading github.com/hashicorp/golang-lru v0.5.0 04:48:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 04:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 04:49:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 04:49:01 go: downloading github.com/stretchr/testify v1.6.1 04:49:01 go: downloading github.com/davecgh/go-spew v1.1.1 04:49:01 go: downloading github.com/pmezard/go-difflib v1.0.0 04:49:01 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 04:49:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 04:49:03 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 04:49:03 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 04:49:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:49:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 04:49:05 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 04:49:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:49:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:49:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:49:08 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 04:49:10 Building version 04:49:12 Staging config-common 04:49:13 Skipping stage go-build-helper (already ran) 04:49:13 Skipping stage static-packages (already ran) 04:49:13 Skipping stage go115 (already ran) 04:49:13 Staging edgex-go 04:49:14 Staging version 04:49:15 Priming config-common 04:49:16 Priming go-build-helper 04:49:17 Priming static-packages 04:49:19 Priming go115 04:49:20 Priming edgex-go 04:49:21 Priming version 04:49:22 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 04:50:01 Removing intermediate container 296bab786e9c 04:50:01 ---> 64f08e44620c 04:50:01 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 04:50:02 ---> Running in 4ef72e262371 04:50:03 Removing intermediate container f320bff25d35 04:50:03 ---> 74be35f9081f 04:50:03 04:50:03 Step 10/24 : FROM scratch 04:50:03 ---> 04:50:03 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 04:50:03 ---> Running in a24549a6245c 04:50:03 Removing intermediate container 402c3e5396b8 04:50:03 ---> 0f5549acf083 04:50:03 04:50:03 Step 10/22 : FROM scratch 04:50:03 ---> 04:50:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:03 Removing intermediate container 1e0b4f14fdca 04:50:03 ---> 222c7ce710ec 04:50:03 04:50:03 Step 10/21 : FROM scratch 04:50:03 ---> 04:50:03 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:04 ---> Running in 398427e57049 04:50:04 ---> Running in 63d1861bcb85 04:50:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 04:50:04 Removing intermediate container a24549a6245c 04:50:04 ---> ba27bb47d405 04:50:04 Step 12/24 : ENV APP_PORT=48060 04:50:04 ---> Running in eef0408b83b7 04:50:05 Removing intermediate container 63d1861bcb85 04:50:05 ---> 4377212d5f70 04:50:05 Step 12/21 : ENV APP_PORT=48085 04:50:05 Removing intermediate container 398427e57049 04:50:05 ---> 7a05940740f1 04:50:05 Step 12/22 : ENV APP_PORT=48082 04:50:05 ---> Running in 6dbe4ffd2784 04:50:05 ---> Running in f78f32fd808c 04:50:05 Removing intermediate container eef0408b83b7 04:50:05 ---> 4ea9697c4d06 04:50:05 Step 13/24 : EXPOSE $APP_PORT 04:50:05 ---> Running in 46fe2ca4f844 04:50:05 Removing intermediate container 6dbe4ffd2784 04:50:05 ---> d68bb75ebd62 04:50:05 Step 13/21 : EXPOSE $APP_PORT 04:50:06 ---> Running in 0467af3cbf10 04:50:06 Removing intermediate container f78f32fd808c 04:50:06 ---> f6c16b131d54 04:50:06 Step 13/22 : EXPOSE $APP_PORT 04:50:06 Removing intermediate container 46fe2ca4f844 04:50:06 ---> a0f8d1e7ed3b 04:50:06 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 04:50:06 ---> Running in 38b1083f801e 04:50:06 Removing intermediate container 0467af3cbf10 04:50:06 ---> 7fc43b40e7a0 04:50:06 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:07 Removing intermediate container 38b1083f801e 04:50:07 ---> d16e50eab547 04:50:07 Step 14/22 : WORKDIR / 04:50:07 ---> Running in 03bddaa64ea7 04:50:07 ---> c09af680870a 04:50:07 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 04:50:08 ---> 5821fc413992 04:50:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 04:50:08 Removing intermediate container 03bddaa64ea7 04:50:08 ---> b149b63706f9 04:50:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:10 ---> d05dfed5c1bc 04:50:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 04:50:10 ---> 48c72d18d839 04:50:10 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 04:50:10 Removing intermediate container 4ef72e262371 04:50:10 ---> c2377b5a01cc 04:50:10 04:50:10 Step 11/26 : FROM docker:20.10.0 04:50:11 20.10.0: Pulling from library/docker 04:50:11 ---> 86865910086b 04:50:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 04:50:13 ---> 410fd089672b 04:50:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 04:50:13 ---> 4d896dcca24d 04:50:13 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 04:50:13 ---> 039a66e86f2d 04:50:13 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:13 ---> Running in 66bb6837bbed 04:50:14 ---> f63af27caa27 04:50:14 Step 18/22 : ENTRYPOINT ["/core-command"] 04:50:14 ---> Running in 1a6edb738cf4 04:50:14 Removing intermediate container 66bb6837bbed 04:50:14 ---> fd04493536c6 04:50:14 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:15 ---> 40554198aa25 04:50:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 04:50:15 ---> Running in 5937c0ca4210 04:50:15 Removing intermediate container 1a6edb738cf4 04:50:15 ---> 047733244f50 04:50:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:15 ---> Running in 5667a3ddccbe 04:50:16 Removing intermediate container 5937c0ca4210 04:50:16 ---> 88f50f8bacd4 04:50:16 Step 19/21 : LABEL arch=arm64 04:50:16 ---> Running in b7283a9fcd31 04:50:17 Removing intermediate container 5667a3ddccbe 04:50:17 ---> d9450f22f1d5 04:50:17 Step 20/22 : LABEL arch=arm64 04:50:17 ---> a6f02492fc85 04:50:17 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 04:50:17 ---> Running in e8cb8d6e957c 04:50:17 Removing intermediate container b7283a9fcd31 04:50:17 ---> 52ffaac57730 04:50:17 Step 20/21 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:50:17 ---> Running in d97dac488863 04:50:18 ---> d39619f55912 04:50:18 Step 20/24 : ENTRYPOINT ["/support-notifications"] 04:50:18 Removing intermediate container e8cb8d6e957c 04:50:18 ---> dd6129145acd 04:50:18 Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:50:18 ---> Running in 97e5fd3ea50b 04:50:18 ---> Running in 26c7e8fb9c9f 04:50:19 Removing intermediate container d97dac488863 04:50:19 ---> edb3a4f77f48 04:50:19 Step 21/21 : LABEL version=0.0.0 04:50:19 ---> Running in f7eee81613ba 04:50:20 Removing intermediate container 97e5fd3ea50b 04:50:20 Removing intermediate container 26c7e8fb9c9f 04:50:20 ---> 2eb04b5dee3c 04:50:20 Step 22/22 : LABEL version=0.0.0 04:50:20 ---> 37d0edf74c0c 04:50:20 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:20 ---> Running in 216fef211fc3 04:50:20 ---> Running in fe0bbc81c317 04:50:20 Removing intermediate container f7eee81613ba 04:50:20 ---> bbd081ce5446 04:50:20 04:50:21 Successfully built bbd081ce5446 04:50:21 Successfully tagged docker-support-scheduler-go-arm64:latest 04:50:21  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go 04:50:21 Removing intermediate container 216fef211fc3 04:50:21 ---> f512d4504696 04:50:21 Step 22/24 : LABEL arch=arm64 04:50:21 Removing intermediate container fe0bbc81c317 04:50:21 ---> 0971eb96f0b3 04:50:21 04:50:21 Removing intermediate container 09272d04083c 04:50:21 ---> 694489a2d9cc 04:50:21 04:50:21 Step 10/23 : FROM alpine:3.12 04:50:21 3.12: Pulling from library/alpine 04:50:22 ---> Running in c0a479256eaf 04:50:22 Successfully built 0971eb96f0b3 04:50:22 Successfully tagged docker-core-command-go-arm64:latest 04:50:22  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 04:50:23 Removing intermediate container c0a479256eaf 04:50:23 ---> 42648d96bac7 04:50:23 Step 23/24 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:50:23 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 04:50:23 Status: Downloaded newer image for alpine:3.12 04:50:23 ---> afeebe901d6b 04:50:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:50:24 ---> Running in 39c5f5f39e1d 04:50:24 ---> Running in 0fc771cadb50 04:50:26 Removing intermediate container 0fc771cadb50 04:50:26 ---> 709bba6be2cb 04:50:26 Step 12/23 : ENV APP_PORT=48080 04:50:26 Removing intermediate container 39c5f5f39e1d 04:50:26 ---> baefb9a8a592 04:50:26 Step 24/24 : LABEL version=0.0.0 04:50:27 ---> Running in 22b62da306c2 04:50:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 04:50:27 ---> Running in 06ebd36d13e8 04:50:27 Status: Downloaded newer image for docker:20.10.0 04:50:27 ---> eeaf43b92773 04:50:27 Step 12/26 : RUN apk add --no-cache bash 04:50:27 ---> Running in 7ccab2de1c30 04:50:27 Removing intermediate container 22b62da306c2 04:50:27 ---> d3d721839faf 04:50:27 Step 13/23 : EXPOSE $APP_PORT 04:50:28 Removing intermediate container 06ebd36d13e8 04:50:28 ---> 66730905b8a3 04:50:28 04:50:28 ---> Running in 127fd4be52f4 04:50:29 Successfully built 66730905b8a3 04:50:29 Successfully tagged docker-support-notifications-go-arm64:latest 04:50:29  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 04:50:29 Removing intermediate container 127fd4be52f4 04:50:29 ---> 73d087aa8b94 04:50:29 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:29 ---> Running in 1d9870245911 04:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:30 (1/2) Installing readline (8.0.4-r0) 04:50:30 (2/2) Installing bash (5.0.17-r0) 04:50:30 Executing bash-5.0.17-r0.post-install 04:50:30 Executing busybox-1.31.1-r19.trigger 04:50:30 OK: 12 MiB in 22 packages 04:50:33 Removing intermediate container 1d9870245911 04:50:33 ---> 80e7ba97b35b 04:50:33 Step 15/23 : RUN apk add --update --no-cache zeromq 04:50:33 Removing intermediate container 7ccab2de1c30 04:50:33 ---> 05d625da9201 04:50:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 04:50:33 ---> Running in bddfd1a4979d 04:50:33 ---> Running in 4d0b6ae9a9cb 04:50:34 Removing intermediate container 4d0b6ae9a9cb 04:50:34 ---> afceb7269bbb 04:50:34 Step 14/26 : ENV APP_PORT=48090 04:50:34 ---> Running in 15a88a9069fe 04:50:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:35 Removing intermediate container 15a88a9069fe 04:50:35 ---> 0a1022af442e 04:50:35 Step 15/26 : EXPOSE $APP_PORT 04:50:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:35 ---> Running in f3dff69a44ac 04:50:36 Removing intermediate container f3dff69a44ac 04:50:36 ---> 01c845a8f003 04:50:36 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 04:50:36 (1/5) Installing libgcc (9.3.0-r2) 04:50:36 (2/5) Installing libsodium (1.0.18-r0) 04:50:36 (3/5) Installing libstdc++ (9.3.0-r2) 04:50:36 (4/5) Installing libzmq (4.3.3-r0) 04:50:36 (5/5) Installing zeromq (4.3.3-r0) 04:50:37 Executing busybox-1.31.1-r19.trigger 04:50:37 OK: 8 MiB in 19 packages 04:50:38 ---> e8da4c33b33d 04:50:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 04:50:40 Removing intermediate container bddfd1a4979d 04:50:40 ---> c9d5371a3b80 04:50:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 04:50:40 ---> 1039877518fb 04:50:40 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 04:50:41 ---> d5c7ccee954e 04:50:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 04:50:42 ---> 26518be55eea 04:50:42 Step 19/26 : RUN apk --no-cache add py3-pip 04:50:43 ---> Running in cc79e3c6fd01 04:50:43 ---> 04b7f88b8441 04:50:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 04:50:45 ---> f39af6c24914 04:50:45 Step 19/23 : ENTRYPOINT ["/core-data"] 04:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:45 ---> Running in 0f3eb2eff815 04:50:45 (1/33) Installing libbz2 (1.0.8-r1) 04:50:45 (2/33) Installing expat (2.2.9-r1) 04:50:45 (3/33) Installing libffi (3.3-r2) 04:50:45 (4/33) Installing gdbm (1.13-r1) 04:50:45 (5/33) Installing xz-libs (5.2.5-r0) 04:50:45 (6/33) Installing sqlite-libs (3.32.1-r0) 04:50:45 (7/33) Installing python3 (3.8.5-r0) 04:50:45 Removing intermediate container 0f3eb2eff815 04:50:45 ---> 01940a234b80 04:50:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:50:46 ---> Running in 2c824b86ecd2 04:50:48 Removing intermediate container 2c824b86ecd2 04:50:48 (8/33) Installing py3-appdirs (1.4.4-r1) 04:50:48 ---> a3c712352b30 04:50:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 04:50:48 Step 21/23 : LABEL arch=arm64 04:50:48 (10/33) Installing py3-parsing (2.4.7-r0) 04:50:48 (11/33) Installing py3-six (1.15.0-r0) 04:50:48 (12/33) Installing py3-packaging (20.4-r0) 04:50:48 (13/33) Installing py3-setuptools (47.0.0-r0) 04:50:48 (14/33) Installing py3-chardet (3.0.4-r4) 04:50:48 (15/33) Installing py3-idna (2.9-r0) 04:50:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 04:50:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 04:50:48 (18/33) Installing py3-requests (2.23.0-r0) 04:50:48 (19/33) Installing py3-msgpack (1.0.0-r0) 04:50:48 (20/33) Installing py3-lockfile (0.12.2-r3) 04:50:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 04:50:48 ---> Running in a3378bcf0cae 04:50:48 (22/33) Installing py3-colorama (0.4.3-r0) 04:50:48 (23/33) Installing py3-distlib (0.3.0-r0) 04:50:48 (24/33) Installing py3-distro (1.5.0-r1) 04:50:48 (25/33) Installing py3-webencodings (0.5.1-r3) 04:50:48 (26/33) Installing py3-html5lib (1.0.1-r4) 04:50:48 (27/33) Installing py3-pytoml (0.1.21-r0) 04:50:48 (28/33) Installing py3-pep517 (0.8.2-r0) 04:50:48 (29/33) Installing py3-progress (1.5-r0) 04:50:48 (30/33) Installing py3-toml (0.10.1-r0) 04:50:48 (31/33) Installing py3-retrying (1.3.3-r0) 04:50:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 04:50:48 (33/33) Installing py3-pip (20.1.1-r0) 04:50:48 Executing busybox-1.31.1-r19.trigger 04:50:48 OK: 71 MiB in 55 packages 04:50:49 Removing intermediate container a3378bcf0cae 04:50:49 ---> 8fa24ef5e679 04:50:49 Step 22/23 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:50:49 ---> Running in 5ded0aab0b08 04:50:50 Removing intermediate container 5ded0aab0b08 04:50:50 ---> fed65dbdafc2 04:50:50 Step 23/23 : LABEL version=0.0.0 04:50:51 ---> Running in 07793f3fb64d 04:50:52 Removing intermediate container 07793f3fb64d 04:50:52 ---> c7974ef5cc4e 04:50:52 04:50:53 Successfully built c7974ef5cc4e 04:50:53 Successfully tagged docker-core-data-go-arm64:latest 04:50:53  Building docker-core-data-go ... done Building docker-core-metadata-go 04:50:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:50:55 ---> 3b72fbea32a4 04:50:55 Step 3/22 : WORKDIR /edgex-go 04:50:55 ---> Using cache 04:50:55 ---> 1f79e5b739fa 04:50:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:55 ---> Using cache 04:50:55 ---> 063921904b04 04:50:55 Step 5/22 : RUN apk add --update --no-cache make git 04:50:56 ---> Running in e0b14505abc2 04:50:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:50:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 04:50:57 ---> 3b72fbea32a4 04:50:57 Step 3/21 : WORKDIR /edgex-go 04:50:57 ---> Using cache 04:50:57 ---> 1f79e5b739fa 04:50:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:50:57 ---> Using cache 04:50:57 ---> 063921904b04 04:50:57 Step 5/21 : RUN apk add --update --no-cache make git 04:50:57 ---> Running in ebeabf1f9214 04:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:50:58 Removing intermediate container cc79e3c6fd01 04:50:58 ---> 5bb0e9ebf1a1 04:50:58 Step 20/26 : RUN pip install docker-compose==1.23.2 04:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:50:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:00 OK: 217 MiB in 51 packages 04:51:00 ---> Running in 6c9ea99b92dd 04:51:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:02 OK: 217 MiB in 51 packages 04:51:02 Removing intermediate container e0b14505abc2 04:51:02 ---> f660f8b0f63c 04:51:02 Step 6/22 : COPY go.mod . 04:51:04 ---> b1dc3e17dcbf 04:51:04 Step 7/22 : RUN go mod download 04:51:04 ---> Running in 7a548597dbb3 04:51:04 Removing intermediate container ebeabf1f9214 04:51:04 ---> 92050029e082 04:51:04 Step 6/21 : COPY go.mod . 04:51:06 ---> 8d43a65da3b0 04:51:06 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:06 Step 2/24 : FROM ${BUILDER_BASE} AS builder 04:51:06 ---> 3b72fbea32a4 04:51:06 Step 3/24 : WORKDIR /edgex-go 04:51:06 ---> Using cache 04:51:06 ---> 1f79e5b739fa 04:51:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 7/21 : RUN go mod download 04:51:06 04:51:06 ---> Using cache 04:51:06 ---> 063921904b04 04:51:06 Step 5/24 : RUN apk add --update --no-cache make git 04:51:06 ---> Using cache 04:51:06 ---> 92050029e082 04:51:06 Step 6/24 : COPY go.mod . 04:51:06 ---> Using cache 04:51:06 ---> 8d43a65da3b0 04:51:06 Step 7/24 : RUN go mod download 04:51:06 ---> Running in a95f17ac75b5 04:51:06 ---> Running in 75d3d0eb4a30 04:51:06 Collecting docker-compose==1.23.2 04:51:06 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 04:51:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 04:51:07 Collecting texttable<0.10,>=0.9.0 04:51:07 Downloading texttable-0.9.1.tar.gz (11 kB) 04:51:10 Removing intermediate container 7a548597dbb3 04:51:10 ---> 9e3e88da89ca 04:51:10 Step 8/22 : COPY . . 04:51:11 Collecting PyYAML<4,>=3.10 04:51:11 Downloading PyYAML-3.13.tar.gz (270 kB) 04:51:12 Removing intermediate container 75d3d0eb4a30 04:51:12 ---> 5fa92759d7c9 04:51:12 Step 8/24 : COPY . . 04:51:13 Removing intermediate container a95f17ac75b5 04:51:13 ---> 5344391e58d8 04:51:13 Step 8/21 : COPY . . 04:51:15 Collecting docopt<0.7,>=0.6.1 04:51:15 Downloading docopt-0.6.2.tar.gz (25 kB) 04:51:18 Collecting docker<4.0,>=3.6.0 04:51:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 04:51:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 04:51:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 04:51:19 ---> 3b72fbea32a4 04:51:19 Step 3/22 : WORKDIR /edgex-go 04:51:19 ---> Using cache 04:51:19 ---> 1f79e5b739fa 04:51:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 04:51:19 ---> Using cache 04:51:19 ---> 063921904b04 04:51:19 Step 5/22 : RUN apk add --update --no-cache make git 04:51:19 ---> Using cache 04:51:19 ---> 92050029e082 04:51:19 Step 6/22 : COPY go.mod . 04:51:19 ---> Using cache 04:51:19 ---> 8d43a65da3b0 04:51:19 Step 7/22 : RUN go mod download 04:51:19 ---> Using cache 04:51:19 ---> 5344391e58d8 04:51:19 Step 8/22 : COPY . . 04:51:19 Collecting dockerpty<0.5,>=0.4.1 04:51:19 Downloading dockerpty-0.4.1.tar.gz (13 kB) 04:51:21 Collecting websocket-client<1.0,>=0.32.0 04:51:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 04:51:22 Collecting jsonschema<3,>=2.5.1 04:51:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 04:51:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 04:51:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 04:51:25 Collecting cached-property<2,>=1.2.0 04:51:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 04:51:25 Collecting docker-pycreds>=0.4.0 04:51:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 04:51:25 Collecting urllib3<1.25,>=1.21.1 04:51:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 04:51:26 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 04:51:26 Collecting idna<2.8,>=2.5 04:51:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 04:51:26 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 04:51:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 04:51:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 04:51:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 04:51:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 04:51:27 Installing collected packages: texttable, PyYAML, docopt, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docker-compose 04:51:27 Running setup.py install for texttable: started 04:51:30 Running setup.py install for texttable: finished with status 'done' 04:51:30 Running setup.py install for PyYAML: started 04:51:33 Running setup.py install for PyYAML: finished with status 'done' 04:51:33 Running setup.py install for docopt: started 04:51:35 Running setup.py install for docopt: finished with status 'done' 04:51:37 Attempting uninstall: urllib3 04:51:37 Found existing installation: urllib3 1.25.9 04:51:37 Uninstalling urllib3-1.25.9: 04:51:37 Successfully uninstalled urllib3-1.25.9 04:51:38 Attempting uninstall: idna 04:51:38 Found existing installation: idna 2.9 04:51:38 Uninstalling idna-2.9: 04:51:38 Successfully uninstalled idna-2.9 04:51:39 ---> 138cca684ec2 04:51:39 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 04:51:39 Attempting uninstall: requests 04:51:39 Found existing installation: requests 2.23.0 04:51:39 Uninstalling requests-2.23.0: 04:51:39 ---> Running in 44ec2fcfdcb7 04:51:39 Successfully uninstalled requests-2.23.0 04:51:39 ---> da91e9122759 04:51:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 04:51:39 ---> ec9f80af23e4 04:51:39 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 04:51:39 ---> 19915b75bd78 04:51:39 Step 9/22 : RUN make cmd/core-metadata/core-metadata 04:51:40 ---> Running in a197f73ff178 04:51:40 ---> Running in db963185090c 04:51:40 ---> Running in 37baefdda869 04:51:41 Running setup.py install for dockerpty: started 04:51:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 04:51:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 04:51:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 04:51:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 04:51:43 Running setup.py install for dockerpty: finished with status 'done' 04:51:45 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 04:51:51 Removing intermediate container 6c9ea99b92dd 04:51:51 ---> b07c1bc48f5a 04:51:51 Step 21/26 : RUN apk --no-cache add curl 04:51:51 ---> Running in b063e3cdeccb 04:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:51:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 04:51:54 (2/3) Installing libcurl (7.69.1-r3) 04:51:54 (3/3) Installing curl (7.69.1-r3) 04:51:54 Executing busybox-1.31.1-r19.trigger 04:51:54 OK: 71 MiB in 58 packages 04:51:56 Removing intermediate container b063e3cdeccb 04:51:56 ---> 5a020f8b8c7e 04:51:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 04:51:56 ---> Running in fd5874ffe243 04:51:57 Removing intermediate container fd5874ffe243 04:51:57 ---> 31f2677a31e6 04:51:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:51:57 ---> Running in ce1ae002a897 04:51:58 Removing intermediate container ce1ae002a897 04:51:58 ---> 95d8a1e44a79 04:51:58 Step 24/26 : LABEL arch=arm64 04:51:58 ---> Running in 28f81ad90f4b 04:51:58 Removing intermediate container 28f81ad90f4b 04:51:58 ---> 23b62f29835e 04:51:58 Step 25/26 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:51:59 ---> Running in 5c8d528786ee 04:51:59 Removing intermediate container 5c8d528786ee 04:51:59 ---> 59b9d8b87ef8 04:51:59 Step 26/26 : LABEL version=0.0.0 04:52:00 ---> Running in dd71acdbcc5e 04:52:00 Removing intermediate container dd71acdbcc5e 04:52:00 ---> 7d33dc19c6f3 04:52:00 04:52:00 Successfully built 7d33dc19c6f3 04:52:01 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 04:52:48  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 04:52:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 04:52:56 Removing intermediate container 44ec2fcfdcb7 04:52:56 ---> 9a6af3e61618 04:52:56 04:52:56 Step 10/22 : FROM alpine:3.12 04:52:56 ---> afeebe901d6b 04:52:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:52:56 ---> Running in 4ae3144600aa 04:52:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:52:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:00 (1/5) Installing ca-certificates (20191127-r4) 04:53:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:53:00 (3/5) Installing libcurl (7.69.1-r3) 04:53:00 (4/5) Installing curl (7.69.1-r3) 04:53:00 (5/5) Installing dumb-init (1.2.2-r1) 04:53:00 Executing busybox-1.31.1-r19.trigger 04:53:00 Executing ca-certificates-20191127-r4.trigger 04:53:00 OK: 7 MiB in 19 packages 04:53:01 Removing intermediate container a197f73ff178 04:53:01 ---> 328827eb9fed 04:53:01 04:53:01 Step 10/24 : FROM alpine:3.12 04:53:01 ---> afeebe901d6b 04:53:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 04:53:01 ---> Running in 5faee0c98488 04:53:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:03 Removing intermediate container 4ae3144600aa 04:53:03 ---> 8e5d7f5e9e6d 04:53:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 04:53:03 Removing intermediate container 37baefdda869 04:53:03 ---> 59c613716543 04:53:03 04:53:03 Step 10/21 : FROM alpine:3.12 04:53:03 ---> afeebe901d6b 04:53:03 Step 11/21 : RUN apk add --update --no-cache curl 04:53:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:04 ---> Running in 7cc108d238c9 04:53:04 ---> Running in e265863017ba 04:53:04 (1/5) Installing ca-certificates (20191127-r4) 04:53:04 (2/5) Installing nghttp2-libs (1.41.0-r0) 04:53:04 (3/5) Installing libcurl (7.69.1-r3) 04:53:04 (4/5) Installing curl (7.69.1-r3) 04:53:04 (5/5) Installing dumb-init (1.2.2-r1) 04:53:04 Executing busybox-1.31.1-r19.trigger 04:53:04 Executing ca-certificates-20191127-r4.trigger 04:53:04 Removing intermediate container 7cc108d238c9 04:53:04 ---> cd712ab9159b 04:53:04 Step 13/22 : WORKDIR / 04:53:04 OK: 7 MiB in 19 packages 04:53:05 ---> Running in f385672fb921 04:53:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 04:53:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 04:53:06 Removing intermediate container f385672fb921 04:53:06 ---> 07e06430f11d 04:53:06 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:53:06 (1/4) Installing ca-certificates (20191127-r4) 04:53:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 04:53:06 (3/4) Installing libcurl (7.69.1-r3) 04:53:06 (4/4) Installing curl (7.69.1-r3) 04:53:06 Executing busybox-1.31.1-r19.trigger 04:53:06 Executing ca-certificates-20191127-r4.trigger 04:53:06 OK: 7 MiB in 18 packages 04:53:07 ---> 826ca3f847d8 04:53:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 04:53:07 Removing intermediate container 5faee0c98488 04:53:07 ---> 3792b11bc84c 04:53:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:53:07 ---> Running in 84597a4635af 04:53:08 Removing intermediate container 84597a4635af 04:53:08 ---> 45685844e0dd 04:53:08 Step 13/24 : WORKDIR / 04:53:09 ---> Running in 9e506eb353ea 04:53:09 Removing intermediate container e265863017ba 04:53:09 ---> b1ab7f25f8ae 04:53:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 04:53:09 ---> cc8af0855cb6 04:53:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 04:53:09 ---> Running in 46ba446cf35e 04:53:09 Removing intermediate container 9e506eb353ea 04:53:09 ---> c6297a005df2 04:53:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 04:53:09 Removing intermediate container 46ba446cf35e 04:53:09 ---> d3ec030a88e1 04:53:09 Step 13/21 : WORKDIR /edgex 04:53:10 ---> Running in 1089cfebaf9b 04:53:10 ---> c8b4a720607e 04:53:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 04:53:10 ---> 5b0172201204 04:53:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 04:53:11 Removing intermediate container 1089cfebaf9b 04:53:11 ---> 4ee368c5d0f1 04:53:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 04:53:11 ---> 34e9bf841d03 04:53:11 Step 18/22 : RUN chmod +x entrypoint.sh 04:53:11 ---> 19cbee4d4ff7 04:53:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 04:53:11 ---> Running in 778a32aebae7 04:53:12 ---> 7951edeab203 04:53:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 04:53:13 ---> c1b5cf1db3a0 04:53:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 04:53:13 Removing intermediate container db963185090c 04:53:13 ---> 5941102d5de1 04:53:13 04:53:13 Step 10/22 : FROM scratch 04:53:13 ---> 04:53:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 04:53:13 ---> 4b3bee4b7841 04:53:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 04:53:14 ---> Using cache 04:53:14 ---> 7a05940740f1 04:53:14 Step 12/22 : ENV APP_PORT=48081 04:53:14 ---> Running in ff145bfd356c 04:53:14 ---> 52d9cea95925 04:53:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 04:53:14 Removing intermediate container ff145bfd356c 04:53:14 ---> cf9d6b43c103 04:53:14 Step 13/22 : EXPOSE $APP_PORT 04:53:14 ---> Running in 328d93b53026 04:53:14 Removing intermediate container 778a32aebae7 04:53:14 ---> 501766b32bb1 04:53:14 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 04:53:15 ---> 26fd0aa23bd8 04:53:15 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 04:53:15 ---> Running in 96fa79af472d 04:53:15 ---> Running in 23bdcf247507 04:53:15 Removing intermediate container 328d93b53026 04:53:15 ---> a040a75066a6 04:53:15 Step 14/22 : WORKDIR / 04:53:15 ---> Running in d31734f33d3a 04:53:16 Removing intermediate container 96fa79af472d 04:53:16 ---> d2665c348d7b 04:53:16 Step 18/21 : CMD ["--init=true"] 04:53:16 Removing intermediate container 23bdcf247507 04:53:16 ---> 51e7f24e4058 04:53:16 Step 20/22 : LABEL arch=arm64 04:53:16 ---> d68523cfa6d4 04:53:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 04:53:16 ---> Running in 427b9f1b5edd 04:53:16 ---> Running in 0851c8a945de 04:53:16 Removing intermediate container d31734f33d3a 04:53:16 ---> 1f7d84531e2f 04:53:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 04:53:16 Removing intermediate container 427b9f1b5edd 04:53:16 ---> b16577661607 04:53:16 Step 19/21 : LABEL arch=arm64 04:53:16 Removing intermediate container 0851c8a945de 04:53:16 ---> 9f74d9576f57 04:53:16 Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:53:16 ---> 01592262462a 04:53:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 04:53:17 ---> Running in 6354388fc6a8 04:53:17 ---> Running in 540b4ea2d2b1 04:53:17 ---> Running in 6c6194efd657 04:53:17 ---> ef861f7145ba 04:53:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 04:53:17 Removing intermediate container 6354388fc6a8 04:53:17 ---> a8fcc6c5e2cb 04:53:17 Step 22/22 : LABEL version=0.0.0 04:53:17 Removing intermediate container 540b4ea2d2b1 04:53:17 ---> 8b9bc30b8924 04:53:17 Step 20/21 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:53:18 ---> Running in 10ba48c6c33b 04:53:18 ---> Running in 34f9043ef640 04:53:19 Removing intermediate container 10ba48c6c33b 04:53:19 ---> f24e25ffed25 04:53:19 04:53:19 ---> 21ac6390eac5 04:53:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 04:53:19 Removing intermediate container 34f9043ef640 04:53:19 ---> 0f185559d1a3 04:53:19 Step 21/21 : LABEL version=0.0.0 04:53:19 Successfully built f24e25ffed25 04:53:19 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 04:53:19  Building docker-security-bootstrap-redis-go ... done  ---> Running in cca74a9d2e99 04:53:19 ---> 3d69eea7fda6 04:53:19 Step 18/22 : ENTRYPOINT ["/core-metadata"] 04:53:20 Removing intermediate container cca74a9d2e99 04:53:20 ---> 7d43f2318887 04:53:20 04:53:20 ---> Running in 259111a98ee2 04:53:20 Removing intermediate container 6c6194efd657 04:53:20 ---> 7857689ac9c0 04:53:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 04:53:20 Successfully built 7d43f2318887 04:53:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 04:53:20  Building docker-security-proxy-setup-go ... done  ---> Running in bb6568e6b776 04:53:20 Removing intermediate container 259111a98ee2 04:53:20 ---> d32e458907eb 04:53:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 04:53:20 ---> Running in 58df1c4ffaba 04:53:21 Removing intermediate container bb6568e6b776 04:53:21 ---> 5bb3926ba576 04:53:21 Step 22/24 : LABEL arch=arm64 04:53:21 ---> Running in 5721d1107b3f 04:53:21 Removing intermediate container 58df1c4ffaba 04:53:21 ---> 0d4689146408 04:53:21 Step 20/22 : LABEL arch=arm64 04:53:21 ---> Running in 4b2b88033aba 04:53:21 Removing intermediate container 5721d1107b3f 04:53:21 ---> c0cfea3bf446 04:53:21 Step 23/24 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:53:21 ---> Running in d0ec078b5e4c 04:53:22 Removing intermediate container 4b2b88033aba 04:53:22 ---> bcd60f30e1bb 04:53:22 Step 21/22 : LABEL git_sha=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 04:53:22 ---> Running in 6a1f21ca174c 04:53:22 Removing intermediate container d0ec078b5e4c 04:53:22 ---> 4730c384cd0e 04:53:22 Step 24/24 : LABEL version=0.0.0 04:53:22 ---> Running in 52336eddebe0 04:53:22 Removing intermediate container 6a1f21ca174c 04:53:22 ---> 4e3e61917121 04:53:22 Step 22/22 : LABEL version=0.0.0 04:53:22 ---> Running in 7bd214352801 04:53:22 Removing intermediate container 52336eddebe0 04:53:22 ---> aae3859ed3b1 04:53:22 04:53:23 Successfully built aae3859ed3b1 04:53:23 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 04:53:23  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7bd214352801 04:53:23 ---> fe3bb8da23d4 04:53:23 04:53:23 Successfully built fe3bb8da23d4 04:53:23 Successfully tagged docker-core-metadata-go-arm64:latest 04:53:24  Building docker-core-metadata-go ... done  [Pipeline] } 04:53:24 $ docker stop --time=1 905d4bf70a4bfb7dd0f6de417a6acb9025a939e3c9b969471932554654d0eabe 04:53:26 $ docker rm -f 905d4bf70a4bfb7dd0f6de417a6acb9025a939e3c9b969471932554654d0eabe [Pipeline] // withDockerContainer [Pipeline] sh 04:53:27 + + grepdocker docker images 04:53:27 04:53:27 docker-core-metadata-go-arm64 latest fe3bb8da23d4 4 seconds ago 12.3MB 04:53:27 docker-security-secretstore-setup-go-arm64 latest aae3859ed3b1 5 seconds ago 23.4MB 04:53:27 docker-security-proxy-setup-go-arm64 latest 7d43f2318887 8 seconds ago 23.2MB 04:53:27 docker-security-bootstrap-redis-go-arm64 latest f24e25ffed25 9 seconds ago 15.1MB 04:53:27 docker-sys-mgmt-agent-go-arm64 latest 7d33dc19c6f3 About a minute ago 300MB 04:53:27 docker-core-data-go-arm64 latest c7974ef5cc4e 2 minutes ago 21MB 04:53:27 docker-support-notifications-go-arm64 latest 66730905b8a3 3 minutes ago 11.4MB 04:53:27 docker-core-command-go-arm64 latest 0971eb96f0b3 3 minutes ago 9.98MB 04:53:27 docker-support-scheduler-go-arm64 latest bbd081ce5446 3 minutes ago 10MB 04:53:27 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 04:53:29 provisioning config files... 04:53:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config4435110469103672477tmp [Pipeline] { [Pipeline] sh 04:53:29 + set +x 04:53:29 + curl -s https://codecov.io/bash 04:53:29 + bash -s -- 04:53:30 04:53:30 _____ _ 04:53:30 / ____| | | 04:53:30 | | ___ __| | ___ ___ _____ __ 04:53:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 04:53:30 | |___| (_) | (_| | __/ (_| (_) \ V / 04:53:30 \_____\___/ \__,_|\___|\___\___/ \_/ 04:53:30 Bash-20201231-23d4836 04:53:30 04:53:30 04:53:30 ==> git version 2.24.3 found 04:53:30 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 04:53:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 04:53:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 04:53:30 ==> Jenkins CI detected. 04:53:30 project root: . 04:53:30 --> token set from env 04:53:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 04:53:30 ==> Running gcov in . (disable via -X gcov) 04:53:30 ==> Python coveragepy not found 04:53:30 ==> Searching for coverage reports in: 04:53:30 + . 04:53:30 -> Found 1 reports 04:53:30 ==> Detecting git/mercurial file structure 04:53:30 ==> Reading reports 04:53:30 + ./coverage.out bytes=552176 04:53:30 ==> Appending adjustments 04:53:30 https://docs.codecov.io/docs/fixing-reports 04:53:33 + Found adjustments 04:53:33 ==> Gzipping contents 04:53:33 84K /tmp/codecov.SD0Wnr.gz 04:53:33 ==> Uploading reports 04:53:33 url: https://codecov.io 04:53:33 query: branch=PR-3032&commit=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3032%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3032&job=&cmd_args= 04:53:33 -> Pinging Codecov 04:53:33 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3032&commit=9f568b56b8c1b3d9bfa7cd78c828e34a708b7646&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3032%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3032&job=&cmd_args= 04:53:34 -> Uploading to 04:53:34 https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/9f568b56b8c1b3d9bfa7cd78c828e34a708b7646/843b4a2c-f8ed-4278-9dd5-7613c15cc483.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T045333Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=307d9f560b4125eaaee674c8e52b61e59858dc3bb66f914b0b4621a04168fd40 04:53:34 % Total % Received % Xferd Average Speed Time Time Time Current 04:53:34 Dload Upload Total Spent Left Speed 04:53:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83484 0 0 100 83484 0 119k --:--:-- --:--:-- --:--:-- 119k 04:53:34 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9f568b56b8c1b3d9bfa7cd78c828e34a708b7646 [Pipeline] } 04:53:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 04:53:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 04:53:37 ---> package-listing.sh 04:53:37 ++ facter osfamily 04:53:37 ++ tr '[:upper:]' '[:lower:]' 04:53:37 + OS_FAMILY=redhat 04:53:37 + workspace=/w/workspace/edgex-go/6 04:53:37 + START_PACKAGES=/tmp/packages_start.txt 04:53:37 + END_PACKAGES=/tmp/packages_end.txt 04:53:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 04:53:37 + PACKAGES=/tmp/packages_start.txt 04:53:37 + '[' /w/workspace/edgex-go/6 ']' 04:53:37 + PACKAGES=/tmp/packages_end.txt 04:53:37 + case "${OS_FAMILY}" in 04:53:37 + sort 04:53:37 + rpm -qa 04:53:42 + '[' -f /tmp/packages_start.txt ']' 04:53:42 + '[' -f /tmp/packages_end.txt ']' 04:53:42 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:53:42 + '[' /w/workspace/edgex-go/6 ']' 04:53:42 + mkdir -p /w/workspace/edgex-go/6/archives/ 04:53:42 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 04:53:42 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 04:53:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:53:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:43 04:53:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:53:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:44 alpine: Pulling from edgex-lftools-log-publisher 04:53:44 df20fa9351a1: Pulling fs layer 04:53:44 36b3adc4ff6f: Pulling fs layer 04:53:44 8ad3a11d3b57: Pulling fs layer 04:53:44 46f8f816bc3b: Pulling fs layer 04:53:44 93b61091891f: Pulling fs layer 04:53:44 93b9cdb0e59b: Pulling fs layer 04:53:44 5e14af77c1be: Pulling fs layer 04:53:44 01666e4c0597: Pulling fs layer 04:53:44 aa168da1d23b: Pulling fs layer 04:53:44 93b9cdb0e59b: Waiting 04:53:44 5e14af77c1be: Waiting 04:53:44 01666e4c0597: Waiting 04:53:44 aa168da1d23b: Waiting 04:53:44 93b61091891f: Waiting 04:53:44 46f8f816bc3b: Waiting 04:53:44 36b3adc4ff6f: Verifying Checksum 04:53:44 36b3adc4ff6f: Download complete 04:53:44 46f8f816bc3b: Download complete 04:53:44 df20fa9351a1: Verifying Checksum 04:53:44 df20fa9351a1: Download complete 04:53:44 93b9cdb0e59b: Verifying Checksum 04:53:44 93b9cdb0e59b: Download complete 04:53:44 93b61091891f: Verifying Checksum 04:53:44 93b61091891f: Download complete 04:53:44 5e14af77c1be: Verifying Checksum 04:53:44 5e14af77c1be: Download complete 04:53:44 01666e4c0597: Verifying Checksum 04:53:44 01666e4c0597: Download complete 04:53:44 df20fa9351a1: Pull complete 04:53:44 36b3adc4ff6f: Pull complete 04:53:45 8ad3a11d3b57: Verifying Checksum 04:53:45 8ad3a11d3b57: Download complete 04:53:46 8ad3a11d3b57: Pull complete 04:53:46 46f8f816bc3b: Pull complete 04:53:47 aa168da1d23b: Verifying Checksum 04:53:47 aa168da1d23b: Download complete 04:53:47 93b61091891f: Pull complete 04:53:47 93b9cdb0e59b: Pull complete 04:53:48 5e14af77c1be: Pull complete 04:53:48 01666e4c0597: Pull complete 04:53:56 aa168da1d23b: Pull complete 04:53:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:53:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:53:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:53:56 prd-centos7-docker-4c-2g-20394 does not seem to be running inside a container 04:53:56 $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:54:01 $ docker top 9a7fa33cdd5351b5cb2f599da3f9fb1aee73224c11aec8f4ebcba0682ce6d541 -eo pid,comm [Pipeline] { [Pipeline] sh 04:54:02 + touch /tmp/pre-build-complete [Pipeline] sh 04:54:02 + mkdir -p /var/log/sa [Pipeline] sh 04:54:02 + ls /var/log/sa-host 04:54:02 + sadf -c /var/log/sa-host/sa15 04:54:02 file_magic: OK 04:54:02 HZ: Using current value: 100 04:54:02 file_header: OK 04:54:02 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:54:02 Statistics: 04:54:02 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... 04:54:02 File successfully converted to sysstat format version 12.2.1 04:54:02 + sadf -c /var/log/sa-host/sa23 04:54:02 file_magic: OK 04:54:02 HZ: Using current value: 100 04:54:02 file_header: OK 04:54:02 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 04:54:02 Statistics: 04:54:02 Hnuu...uuuununununu... 04:54:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:54:02 provisioning config files... 04:54:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config7028353798449932515tmp [Pipeline] { [Pipeline] echo 04:54:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:54:03 ---> create-netrc.sh [Pipeline] } 04:54:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:54:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:54:03 ---> python-tools-install.sh [Pipeline] echo 04:54:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:54:04 ---> sudo-logs.sh 04:54:04 Archiving 'sudo' log.. [Pipeline] echo 04:54:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:54:04 ---> job-cost.sh 04:54:04 lf-activate-venv: SKIPPING 04:54:04 INFO: No Stack... 04:54:05 INFO: Retrieving Pricing Info for: v1-standard-2 04:54:06 INFO: Archiving Costs [Pipeline] echo 04:54:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:54:07 ---> logs-deploy.sh 04:54:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3032/6 04:54:07 INFO: archiving workspace using pattern(s): 04:54:08 Archives upload complete. 04:54:08 INFO: archiving logs to Nexus