Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b01feec7e67ee0e1d566ea78b207656183399b3c+ebb2ea496306d9631a66da1b80e1549344472191 (c67f84a7adb94a15ad7d00b026d966616e7f09fa) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29909’ Running on prd-centos7-docker-4c-2g-29916 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/15 [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/15 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit b01feec7e67ee0e1d566ea78b207656183399b3c > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 Merge succeeded, producing b01feec7e67ee0e1d566ea78b207656183399b3c Checking out Revision b01feec7e67ee0e1d566ea78b207656183399b3c (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 8d54e528a209f68a2b3e24221d05de3e91e57a79 # timeout=10 [Pipeline] timeout 02:56:15 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:56:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:56:16 ========================================================= 02:56:16 EdgeX Global Pipelines Version Info 02:56:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:56:18 ------------------- 02:56:18 stable info: 02:56:18 ------------------- 02:56:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:56:18 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:56:18 Message: update stable to v1.0.184 02:56:18 ------------------- 02:56:18 experimental info: 02:56:18 ------------------- 02:56:18 Commited By: **** collab-it+edgex@linuxfoundation.org 02:56:18 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:56:18 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:56:18 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:56:18 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:56:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:56:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 02:56:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 02:56:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 02:56:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b01feec7e67ee0e1d566ea78b207656183399b3c [Pipeline] echo 02:56:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b01feec [Pipeline] echo 02:56:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:56:21 provisioning config files... 02:56:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config7620407655715743230tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:56:22 ---> docker-login.sh 02:56:22 nexus3.edgexfoundry.org:10001 02:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:22 Configure a credential helper to remove this warning. See 02:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:22 02:56:22 Login Succeeded 02:56:22 nexus3.edgexfoundry.org:10002 02:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:22 Configure a credential helper to remove this warning. See 02:56:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:22 02:56:22 Login Succeeded 02:56:22 nexus3.edgexfoundry.org:10003 02:56:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:23 Configure a credential helper to remove this warning. See 02:56:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:23 02:56:23 Login Succeeded 02:56:23 nexus3.edgexfoundry.org:10004 02:56:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:23 Configure a credential helper to remove this warning. See 02:56:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:23 02:56:23 Login Succeeded 02:56:23 docker.io 02:56:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:56:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:56:23 Configure a credential helper to remove this warning. See 02:56:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:56:23 02:56:23 Login Succeeded 02:56:23 ---> docker-login.sh ends [Pipeline] } 02:56:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:56:24 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/core-command/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo core-command,cmd/core-command/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/core-data/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo core-data,cmd/core-data/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/core-metadata/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo core-metadata,cmd/core-metadata/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/security-bootstrapper/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/security-proxy-setup/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/support-notifications/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo support-notifications,cmd/support-notifications/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/support-scheduler/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:56:24 + for file in '`ls cmd/**/Dockerfile`' 02:56:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:56:24 ++ cut -d/ -f2 02:56:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:56:24 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 02:56:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:56:25 02:56:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:56:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:56:25 latest: Pulling from edgex-devops/git-semver 02:56:25 31603596830f: Pulling fs layer 02:56:25 2a8b12db71e7: Pulling fs layer 02:56:25 6ca5941a6612: Pulling fs layer 02:56:25 ecc8261a40a4: Pulling fs layer 02:56:25 ecc8261a40a4: Waiting 02:56:25 2a8b12db71e7: Verifying Checksum 02:56:25 2a8b12db71e7: Download complete 02:56:25 31603596830f: Verifying Checksum 02:56:25 31603596830f: Download complete 02:56:25 ecc8261a40a4: Verifying Checksum 02:56:25 ecc8261a40a4: Download complete 02:56:25 6ca5941a6612: Verifying Checksum 02:56:25 6ca5941a6612: Download complete 02:56:25 31603596830f: Pull complete 02:56:26 2a8b12db71e7: Pull complete 02:56:27 6ca5941a6612: Pull complete 02:56:27 ecc8261a40a4: Pull complete 02:56:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:56:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:56:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:56:27 prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container 02:56:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:56:30 $ docker top 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:56:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:56:30 [ssh-agent] Looking for ssh-agent implementation... 02:56:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:56:31 $ docker exec 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 ssh-agent 02:56:31 SSH_AUTH_SOCK=/tmp/ssh-DIpIB0kvrhRO/agent.12 02:56:31 SSH_AGENT_PID=17 02:56:31 Running ssh-add (command line suppressed) 02:56:31 Identity added: /w/workspace/edgex-go/15@tmp/private_key_313051058424783121.key (/w/workspace/edgex-go/15@tmp/private_key_313051058424783121.key) 02:56:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:56:31 + git tag --points-at HEAD [Pipeline] } 02:56:31 $ docker exec --env ******** --env ******** 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 ssh-agent -k 02:56:32 unset SSH_AUTH_SOCK; 02:56:32 unset SSH_AGENT_PID; 02:56:32 echo Agent pid 17 killed; 02:56:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:56:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:56:32 [ssh-agent] Looking for ssh-agent implementation... 02:56:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:56:32 $ docker exec 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 ssh-agent 02:56:32 SSH_AUTH_SOCK=/tmp/ssh-CtR6SAa32zvm/agent.45 02:56:32 SSH_AGENT_PID=50 02:56:32 Running ssh-add (command line suppressed) 02:56:32 Identity added: /w/workspace/edgex-go/15@tmp/private_key_5266868439692476161.key (/w/workspace/edgex-go/15@tmp/private_key_5266868439692476161.key) 02:56:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:56:33 + git semver init 02:56:33 # -> Open(): unable to determine branch for HEAD 02:56:33 # $GIT_DIR = /w/workspace/edgex-go/15/.git 02:56:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/15 02:56:33 # $SEMVER_REMOTE_NAME = origin 02:56:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:56:33 # $SEMVER_USER_NAME = edgex-jenkins 02:56:33 # $SEMVER_BRANCH = PR-3234 02:56:33 # $SEMVER_TEMP = /tmp/semver-863343985 02:56:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:57:20 # '/tmp/semver-863343985' -> '/w/workspace/edgex-go/15/.semver' 02:57:20 # -> Force: false 02:57:20 # $SEMVER_DIR = /w/workspace/edgex-go/15/.semver [Pipeline] } 02:57:20 $ docker exec --env ******** --env ******** 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 ssh-agent -k 02:57:20 unset SSH_AUTH_SOCK; 02:57:20 unset SSH_AGENT_PID; 02:57:20 echo Agent pid 50 killed; 02:57:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:57:21 + git semver [Pipeline] } 02:57:21 $ docker stop --time=1 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 02:57:22 $ docker rm -f 3bd3532f135f95f7a473402c18e1849137b7176864d3adda6c431d19a84523d4 [Pipeline] // withDockerContainer [Pipeline] sh 02:57:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:57:23 Stashed 1 file(s) [Pipeline] echo 02:57:23 [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 02:57:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:57:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:57:25 + sudo service docker restart 02:57:25 + true 02:57:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:57:26 ========================================================= 02:57:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:57:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:57:26 + 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 . 02:57:32 Sending build context to Docker daemon 328.6MB 02:57:32 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:57:32 Step 2/6 : FROM ${BASE} 02:57:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:57:32 188c0c94c7c5: Pulling fs layer 02:57:32 0ef7d3d256c8: Pulling fs layer 02:57:32 de9db76c5a1d: Pulling fs layer 02:57:32 bca2f99d35d6: Pulling fs layer 02:57:32 93359f2a8cfa: Pulling fs layer 02:57:32 7c6f9722023f: Pulling fs layer 02:57:32 a35cf1a2eb13: Pulling fs layer 02:57:32 93359f2a8cfa: Waiting 02:57:32 7c6f9722023f: Waiting 02:57:32 a35cf1a2eb13: Waiting 02:57:32 bca2f99d35d6: Waiting 02:57:32 de9db76c5a1d: Verifying Checksum 02:57:32 de9db76c5a1d: Download complete 02:57:32 0ef7d3d256c8: Verifying Checksum 02:57:32 0ef7d3d256c8: Download complete 02:57:32 93359f2a8cfa: Verifying Checksum 02:57:32 93359f2a8cfa: Download complete 02:57:32 7c6f9722023f: Verifying Checksum 02:57:32 7c6f9722023f: Download complete 02:57:32 188c0c94c7c5: Verifying Checksum 02:57:32 188c0c94c7c5: Download complete 02:57:32 188c0c94c7c5: Pull complete 02:57:32 0ef7d3d256c8: Pull complete 02:57:32 de9db76c5a1d: Pull complete 02:57:33 a35cf1a2eb13: Verifying Checksum 02:57:33 a35cf1a2eb13: Download complete 02:57:34 bca2f99d35d6: Download complete 02:57:39 Still waiting to schedule task 02:57:39 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:57:40 bca2f99d35d6: Pull complete 02:57:41 93359f2a8cfa: Pull complete 02:57:41 7c6f9722023f: Pull complete 02:57:46 a35cf1a2eb13: Pull complete 02:57:46 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:57:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:57:46 ---> a62c8e92a672 02:57:46 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:57:46 ---> Running in 87084ef109b1 02:57:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:57:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:57:50 (1/12) Installing libmagic (5.38-r0) 02:57:50 (2/12) Installing file (5.38-r0) 02:57:50 (3/12) Installing libc-dev (0.7.2-r3) 02:57:50 (4/12) Installing g++ (9.3.0-r2) 02:58:08 (5/12) Installing fortify-headers (1.1-r0) 02:58:08 (6/12) Installing patch (2.7.6-r6) 02:58:08 (7/12) Installing build-base (0.5-r2) 02:58:08 (8/12) Installing libsodium (1.0.18-r0) 02:58:08 (9/12) Installing pkgconf (1.7.2-r0) 02:58:08 (10/12) Installing libsodium-dev (1.0.18-r0) 02:58:08 (11/12) Installing libzmq (4.3.3-r0) 02:58:08 (12/12) Installing zeromq-dev (4.3.3-r0) 02:58:08 Executing busybox-1.31.1-r19.trigger 02:58:08 OK: 233 MiB in 51 packages 02:58:11 Removing intermediate container 87084ef109b1 02:58:11 ---> 587a4bbfb387 02:58:11 Step 4/6 : WORKDIR /edgex-go 02:58:11 ---> Running in 652c4e87d3d7 02:58:11 Removing intermediate container 652c4e87d3d7 02:58:11 ---> a8092dfc086e 02:58:11 Step 5/6 : COPY go.mod . 02:58:11 ---> d6c191021999 02:58:11 Step 6/6 : RUN go mod download 02:58:11 ---> Running in 711f0db6d182 02:58:38 Removing intermediate container 711f0db6d182 02:58:38 ---> 068500067a8b 02:58:38 Successfully built 068500067a8b 02:58:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:58:39 + docker inspect -f . ci-base-image-x86_64 02:58:39 . [Pipeline] withDockerContainer 02:58:39 prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container 02:58:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:58:40 $ docker top b1471feac8760e304875f39e0b5a6c77c713acf882468031ded87776f63bcbea -eo pid,comm [Pipeline] { [Pipeline] sh 02:58:41 + go version 02:58:41 go version go1.15.5 linux/amd64 [Pipeline] } 02:58:41 $ docker stop --time=1 b1471feac8760e304875f39e0b5a6c77c713acf882468031ded87776f63bcbea 02:58:42 $ docker rm -f b1471feac8760e304875f39e0b5a6c77c713acf882468031ded87776f63bcbea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:58:43 + docker inspect -f . ci-base-image-x86_64 02:58:43 . [Pipeline] withDockerContainer 02:58:43 prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container 02:58:44 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:58:44 $ docker top 1a72c12e61fbd12aa283f3c45cab4a5bcc41c0e783054dc915b171449b29068e -eo pid,comm [Pipeline] { [Pipeline] echo 02:58:45 ========================================================= 02:58:45 [edgeXBuildGoParallel] Running Tests and Build... 02:58:45 ========================================================= [Pipeline] sh 02:58:45 + make test 02:58:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:58:57 ? github.com/edgexfoundry/edgex-go [no test files] 02:59:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:59:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:59:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:59:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:59:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:59:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:59:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:59:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:59:27 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:59:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:59:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:59:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:59:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.192s coverage: 45.9% of statements 02:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:59:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements 02:59:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.123s coverage: 100.0% of statements 02:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.286s coverage: 27.1% of statements 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.161s coverage: 71.3% of statements 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:59:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.228s coverage: 82.9% of statements 02:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:59:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.091s coverage: 78.9% of statements 02:59:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.532s coverage: 28.6% of statements 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.126s coverage: 100.0% of statements 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.147s coverage: 86.7% of statements 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.135s coverage: 97.5% of statements 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:59:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:59:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.572s coverage: 92.8% of statements 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:59:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:59:47 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.089s coverage: 0.1% of statements 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:59:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.063s coverage: 47.1% of statements 02:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.073s coverage: 79.5% of statements 02:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements 02:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 02:59:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 02:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.051s coverage: 94.4% of statements 02:59:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 03:00:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.258s coverage: 81.9% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.150s coverage: 92.9% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.6% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.6% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 62.4% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.381s coverage: 69.0% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.059s coverage: 84.8% of statements 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.210s coverage: 47.0% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.081s coverage: 100.0% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:00:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.186s coverage: 87.1% of statements 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:00:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.285s coverage: 29.1% of statements 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.103s coverage: 96.5% of statements 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:00:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 03:00:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.049s coverage: 100.0% of statements 03:00:16 GO111MODULE=on go vet ./... 03:00:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29921 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 03:00:41 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 03:00:47 using credential edgex-jenkins-ssh 03:00:47 Cloning the remote Git repository 03:00:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:00:47 > git init /w/workspace/edgex-go/15 # timeout=10 03:00:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:00:47 > git --version # timeout=10 03:00:47 > git --version # 'git version 2.17.1' 03:00:47 using GIT_SSH to set credentials SSH Credentials for GitHub 03:00:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:00:49 gofmt -l . 03:00:49 [ "`gofmt -l .`" = "" ] 03:00:49 ./bin/test-go-mod-tidy.sh 03:00:50 ./bin/test-attribution-txt.sh [Pipeline] sh 03:00:52 + ls -al . 03:00:52 total 760 03:00:52 drwxrwxr-x 10 1001 1001 4096 Mar 16 03:00 . 03:00:52 drwxr-xr-x 4 root root 30 Mar 16 02:58 .. 03:00:52 -rw-rw-r-- 1 1001 1001 11 Mar 16 02:56 .dockerignore 03:00:52 drwxrwxr-x 8 1001 1001 179 Mar 16 02:56 .git 03:00:52 drwxrwxr-x 3 1001 1001 125 Mar 16 02:56 .github 03:00:52 -rw-rw-r-- 1 1001 1001 818 Mar 16 02:56 .gitignore 03:00:52 drwx------ 3 1001 1001 60 Mar 16 02:57 .semver 03:00:52 -rw-rw-r-- 1 1001 1001 166 Mar 16 02:56 .sonarcloud.properties 03:00:52 -rw-rw-r-- 1 1001 1001 8607 Mar 16 02:56 Attribution.txt 03:00:52 -rw-rw-r-- 1 1001 1001 3804 Mar 16 02:56 CONTRIBUTING.md 03:00:52 -rw-rw-r-- 1 1001 1001 931 Mar 16 02:56 Dockerfile.build 03:00:52 -rw-rw-r-- 1 1001 1001 863 Mar 16 02:56 Jenkinsfile 03:00:52 -rw-rw-r-- 1 1001 1001 10775 Mar 16 02:56 LICENSE 03:00:52 -rw-rw-r-- 1 1001 1001 5774 Mar 16 02:56 Makefile 03:00:52 -rw-rw-r-- 1 1001 1001 6548 Mar 16 02:56 README.md 03:00:52 -rw-rw-r-- 1 1001 1001 6755 Mar 16 02:56 SECURITY.md 03:00:52 -rw-rw-r-- 1 1001 1001 5 Mar 16 02:57 VERSION 03:00:52 -rw-rw-r-- 1 1001 1001 4131 Mar 16 02:56 ZMQWindows.md 03:00:52 drwxrwxr-x 2 1001 1001 117 Mar 16 02:56 bin 03:00:52 drwxrwxr-x 14 1001 1001 4096 Mar 16 02:56 cmd 03:00:52 -rw-r--r-- 1 root root 650607 Mar 16 03:00 coverage.out 03:00:52 -rw-r--r-- 1 root root 1056 Mar 16 03:00 go.mod 03:00:52 -rw-r--r-- 1 root root 21983 Mar 16 03:00 go.sum 03:00:52 drwxrwxr-x 8 1001 1001 127 Mar 16 02:56 internal 03:00:52 drwxrwxr-x 4 1001 1001 26 Mar 16 02:56 openapi 03:00:52 drwxrwxr-x 4 1001 1001 71 Mar 16 02:56 snap 03:00:52 -rw-rw-r-- 1 1001 1001 168 Mar 16 02:56 version.go [Pipeline] sh 03:00:52 + '[' -e coverage.out ] 03:00:52 + chown 1001:1001 coverage.out [Pipeline] stash 03:00:53 Stashed 1 file(s) [Pipeline] sh 03:00:53 + make build 03:00:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:00:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:01:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:01:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:01:11 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 03:01:11 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 03:01:14 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 03:01:15 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 03:01:16 Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit b01feec7e67ee0e1d566ea78b207656183399b3c 03:01:17 Merge succeeded, producing b01feec7e67ee0e1d566ea78b207656183399b3c 03:01:17 Checking out Revision b01feec7e67ee0e1d566ea78b207656183399b3c (PR-3234) 03:01:17 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 03:01:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:01:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:01:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:01:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:01:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:01:16 > git config core.sparsecheckout # timeout=10 03:01:16 > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 03:01:17 > git remote # timeout=10 03:01:17 > git config --get remote.origin.url # timeout=10 03:01:17 using GIT_SSH to set credentials SSH Credentials for GitHub 03:01:17 > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 03:01:17 > git rev-parse HEAD^{commit} # timeout=10 03:01:17 > git config core.sparsecheckout # timeout=10 03:01:17 > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 03:01:19 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 03:01:20 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 03:01:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:01:22 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:01:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 03:01:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:01:24 + + truesudo 03:01:24 service docker restart [Pipeline] } 03:01:25 $ docker stop --time=1 1a72c12e61fbd12aa283f3c45cab4a5bcc41c0e783054dc915b171449b29068e 03:01:27 $ docker rm -f 1a72c12e61fbd12aa283f3c45cab4a5bcc41c0e783054dc915b171449b29068e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] wrap 03:01:28 provisioning config files... 03:01:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/15@tmp/config3847223563721057567tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { 03:01:28 ---> docker-login.sh 03:01:28 nexus3.edgexfoundry.org:10001 [Pipeline] isUnix [Pipeline] sh 03:01:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:01:29 03:01:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:01:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:01:29 latest: Pulling from edgex-devops/edgex-compose 03:01:29 cbdbe7a5bc2a: Pulling fs layer 03:01:29 ca9280d653b3: Pulling fs layer 03:01:29 7e9c9ca2126c: Pulling fs layer 03:01:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:29 Configure a credential helper to remove this warning. See 03:01:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:29 03:01:29 Login Succeeded 03:01:29 nexus3.edgexfoundry.org:10002 03:01:30 cbdbe7a5bc2a: Verifying Checksum 03:01:30 cbdbe7a5bc2a: Download complete 03:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:30 Configure a credential helper to remove this warning. See 03:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:30 03:01:30 Login Succeeded 03:01:30 nexus3.edgexfoundry.org:10003 03:01:30 cbdbe7a5bc2a: Pull complete 03:01:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:30 ca9280d653b3: Download complete 03:01:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:30 Configure a credential helper to remove this warning. See 03:01:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:30 03:01:30 Login Succeeded 03:01:30 nexus3.edgexfoundry.org:10004 03:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:31 Configure a credential helper to remove this warning. See 03:01:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:31 03:01:31 Login Succeeded 03:01:31 docker.io 03:01:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:01:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:01:32 Configure a credential helper to remove this warning. See 03:01:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:01:32 03:01:32 Login Succeeded 03:01:32 ---> docker-login.sh ends [Pipeline] } 03:01:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 03:01:32 ca9280d653b3: Pull complete 03:01:32 7e9c9ca2126c: Verifying Checksum 03:01:32 7e9c9ca2126c: Download complete [Pipeline] echo 03:01:32 ========================================================= 03:01:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:01:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:01:32 + 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 . 03:01:35 Sending build context to Docker daemon 166.8MB 03:01:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:01:35 Step 2/6 : FROM ${BASE} 03:01:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:01:35 5f621e34cdf4: Pulling fs layer 03:01:35 a4357932f1b6: Pulling fs layer 03:01:35 18c013af1878: Pulling fs layer 03:01:35 00ac8860ef70: Pulling fs layer 03:01:35 63d7cb157983: Pulling fs layer 03:01:35 b116817d02f9: Pulling fs layer 03:01:35 745a02a5169b: Pulling fs layer 03:01:35 00ac8860ef70: Waiting 03:01:35 63d7cb157983: Waiting 03:01:35 b116817d02f9: Waiting 03:01:35 745a02a5169b: Waiting 03:01:35 18c013af1878: Download complete 03:01:35 a4357932f1b6: Verifying Checksum 03:01:35 a4357932f1b6: Download complete 03:01:35 63d7cb157983: Verifying Checksum 03:01:35 63d7cb157983: Download complete 03:01:35 b116817d02f9: Verifying Checksum 03:01:35 b116817d02f9: Download complete 03:01:35 5f621e34cdf4: Verifying Checksum 03:01:35 5f621e34cdf4: Download complete 03:01:36 5f621e34cdf4: Pull complete 03:01:36 a4357932f1b6: Pull complete 03:01:37 18c013af1878: Pull complete 03:01:37 745a02a5169b: Verifying Checksum 03:01:37 745a02a5169b: Download complete 03:01:38 00ac8860ef70: Verifying Checksum 03:01:38 00ac8860ef70: Download complete 03:01:39 7e9c9ca2126c: Pull complete 03:01:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:01:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:01:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:01:39 prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container 03:01:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:01:42 $ docker top 267549faf8469e21bfeddaf58d47c59d5d93a99235e450837e5a8a3f25c79080 -eo pid,comm [Pipeline] { [Pipeline] sh 03:01:43 + docker-compose build --help 03:01:43 + grep parallel 03:01:44 --parallel Build images in parallel. [Pipeline] } 03:01:44 $ docker stop --time=1 267549faf8469e21bfeddaf58d47c59d5d93a99235e450837e5a8a3f25c79080 03:01:46 $ docker rm -f 267549faf8469e21bfeddaf58d47c59d5d93a99235e450837e5a8a3f25c79080 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:01:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:01:46 . [Pipeline] withDockerContainer 03:01:47 prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container 03:01:47 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:01:48 $ docker top 3661bc9629035836977187dea2cf7f4f996298bade1b4485e716d7d65f86803e -eo pid,comm [Pipeline] { [Pipeline] sh 03:01:48 00ac8860ef70: Pull complete 03:01:48 63d7cb157983: Pull complete 03:01:48 b116817d02f9: Pull complete 03:01:48 + docker-compose -f ./docker-compose-build.yml build --parallel 03:01:50 Building docker-core-command-go ... 03:01:50 Building docker-core-data-go ... 03:01:50 Building docker-core-metadata-go ... 03:01:50 Building docker-security-bootstrapper-go ... 03:01:50 Building docker-security-proxy-setup-go ... 03:01:50 Building docker-security-secretstore-setup-go ... 03:01:50 Building docker-support-notifications-go ... 03:01:50 Building docker-support-scheduler-go ... 03:01:50 Building docker-sys-mgmt-agent-go ... 03:01:50 Building docker-support-notifications-go 03:01:50 Building docker-core-command-go 03:01:50 Building docker-security-secretstore-setup-go 03:01:50 Building docker-security-bootstrapper-go 03:01:50 Building docker-core-data-go 03:01:52 745a02a5169b: Pull complete 03:01:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:01:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:01:52 ---> b7e6874047d6 03:01:52 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 03:01:55 ---> Running in bf7d43ae0871 03:01:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:01:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:01:58 (1/12) Installing libmagic (5.38-r0) 03:01:59 (2/12) Installing file (5.38-r0) 03:01:59 (3/12) Installing libc-dev (0.7.2-r3) 03:01:59 (4/12) Installing g++ (9.3.0-r2) 03:02:02 (5/12) Installing fortify-headers (1.1-r0) 03:02:02 (6/12) Installing patch (2.7.6-r6) 03:02:02 (7/12) Installing build-base (0.5-r2) 03:02:03 (8/12) Installing libsodium (1.0.18-r0) 03:02:03 (9/12) Installing pkgconf (1.7.2-r0) 03:02:03 (10/12) Installing libsodium-dev (1.0.18-r0) 03:02:03 (11/12) Installing libzmq (4.3.3-r0) 03:02:03 (12/12) Installing zeromq-dev (4.3.3-r0) 03:02:03 Executing busybox-1.31.1-r19.trigger 03:02:03 OK: 217 MiB in 51 packages 03:02:07 Removing intermediate container bf7d43ae0871 03:02:07 ---> 60d88f7ff39b 03:02:07 Step 4/6 : WORKDIR /edgex-go 03:02:07 ---> Running in e53416c7ff93 03:02:07 Removing intermediate container e53416c7ff93 03:02:07 ---> 042c966275de 03:02:07 Step 5/6 : COPY go.mod . 03:02:08 ---> 2266aeea95a2 03:02:08 Step 6/6 : RUN go mod download 03:02:08 ---> Running in 430edf936b2c 03:02:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:02:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:02:37 ---> 068500067a8b 03:02:37 Step 3/24 : WORKDIR /edgex-go 03:02:37 ---> 068500067a8b 03:02:37 Step 3/23 : WORKDIR /edgex-go 03:02:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:02:37 ---> 068500067a8b 03:02:37 Step 3/22 : WORKDIR /edgex-go 03:02:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:02:37 ---> 068500067a8b 03:02:37 Step 3/23 : WORKDIR /edgex-go 03:02:37 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:37 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:02:37 ---> 068500067a8b 03:02:37 Step 3/31 : WORKDIR /edgex-go 03:02:37 ---> Running in 79800caf7090 03:02:37 ---> Running in f623e2a11c1a 03:02:37 ---> Running in 07e3ed73bbc0 03:02:37 ---> Running in be3236597a86 03:02:37 ---> Running in 838b173c403f 03:02:37 Removing intermediate container 07e3ed73bbc0 03:02:37 ---> 3d2dd2ee962b 03:02:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:37 Removing intermediate container f623e2a11c1a 03:02:37 ---> 275022c1a323 03:02:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:37 Removing intermediate container 79800caf7090 03:02:37 ---> 86a322133925 03:02:37 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:37 Removing intermediate container 838b173c403f 03:02:37 ---> a2439dc20209 03:02:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:37 Removing intermediate container be3236597a86 03:02:37 ---> 24301e5b73ea 03:02:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:37 ---> Running in 1c464895da86 03:02:37 ---> Running in 7d89851ce102 03:02:37 ---> Running in 152ed6cc9b25 03:02:37 ---> Running in aad3cb17f3a6 03:02:37 ---> Running in 9fa25837291d 03:02:37 Removing intermediate container 152ed6cc9b25 03:02:37 ---> 9ec58b5e62bb 03:02:37 Step 5/31 : RUN apk add --update --no-cache make git 03:02:37 Removing intermediate container 7d89851ce102 03:02:37 ---> 98c342841127 03:02:37 Step 5/23 : RUN apk add --update --no-cache make git 03:02:37 ---> Running in ceea85df417a 03:02:37 Removing intermediate container aad3cb17f3a6 03:02:37 ---> d141bd5a718f 03:02:37 Step 5/24 : RUN apk add --update --no-cache make git 03:02:37 Removing intermediate container 1c464895da86 03:02:37 ---> 5474cee0c8dc 03:02:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:02:37 ---> Running in 8bd547cc50dd 03:02:37 Removing intermediate container 9fa25837291d 03:02:37 ---> cac85cf31b21 03:02:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:02:37 ---> Running in c3079157028c 03:02:37 ---> Running in 2b0b60cf28be 03:02:37 ---> Running in 2c85410ac01c 03:02:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:40 OK: 233 MiB in 51 packages 03:02:40 OK: 233 MiB in 51 packages 03:02:40 OK: 233 MiB in 51 packages 03:02:40 OK: 233 MiB in 51 packages 03:02:40 OK: 233 MiB in 51 packages 03:02:41 Removing intermediate container 430edf936b2c 03:02:41 ---> 3c871dce9da9 03:02:41 Successfully built 3c871dce9da9 03:02:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:02:41 + docker inspect -f . ci-base-image-arm64 03:02:41 . [Pipeline] withDockerContainer 03:02:41 Removing intermediate container ceea85df417a 03:02:41 ---> 707f438c0b9a 03:02:41 Step 6/31 : COPY go.mod . 03:02:41 prd-ubuntu18.04-docker-arm64-4c-16g-29921 does not seem to be running inside a container 03:02:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-arm64 cat 03:02:42 Removing intermediate container 8bd547cc50dd 03:02:42 ---> 3ffc0636bd26 03:02:42 Step 6/23 : COPY go.mod . 03:02:42 Removing intermediate container c3079157028c 03:02:42 ---> 26b2d26944a9 03:02:42 Step 6/24 : COPY go.mod . 03:02:42 Removing intermediate container 2c85410ac01c 03:02:42 ---> e158c4aa7da3 03:02:42 Step 6/23 : COPY go.mod . 03:02:42 Removing intermediate container 2b0b60cf28be 03:02:42 ---> ea6c83edebdd 03:02:42 Step 6/22 : COPY go.mod . 03:02:42 ---> 18729fc5d450 03:02:42 Step 7/31 : RUN go mod download 03:02:42 ---> bf93325d9989 03:02:42 Step 7/23 : RUN go mod download 03:02:42 ---> Running in d7d9997be166 03:02:42 ---> fc0f53d4d0c2 03:02:42 Step 7/24 : RUN go mod download 03:02:42 ---> Running in 8127fb6b28e8 03:02:42 ---> 2fc2a9aa8bb8 03:02:42 Step 7/23 : RUN go mod download 03:02:42 ---> 0658811706bb 03:02:42 Step 7/22 : RUN go mod download 03:02:42 ---> Running in cef145bdfd9d 03:02:42 ---> Running in 2a6192992929 03:02:42 ---> Running in d25cf83105d3 03:02:43 $ docker top 0290d8f4978473410f1130c8067ca7ed57c86b0cbce3699cc679b54521be2602 -eo pid,comm [Pipeline] { [Pipeline] sh 03:02:44 + go version 03:02:44 go version go1.15.5 linux/arm64 [Pipeline] } 03:02:44 $ docker stop --time=1 0290d8f4978473410f1130c8067ca7ed57c86b0cbce3699cc679b54521be2602 03:02:46 $ docker rm -f 0290d8f4978473410f1130c8067ca7ed57c86b0cbce3699cc679b54521be2602 03:02:46 Removing intermediate container d7d9997be166 03:02:46 ---> 9721f072e60b 03:02:46 Step 8/31 : COPY . . 03:02:46 Removing intermediate container d25cf83105d3 03:02:46 ---> 6eaba2a45c27 03:02:46 Step 8/22 : COPY . . 03:02:46 Removing intermediate container cef145bdfd9d 03:02:46 ---> a1a74dc00588 03:02:46 Step 8/24 : COPY . . 03:02:46 Removing intermediate container 2a6192992929 03:02:46 ---> ca2e87aeac6a 03:02:46 Step 8/23 : COPY . . 03:02:46 Removing intermediate container 8127fb6b28e8 03:02:46 ---> b381f424d5b3 03:02:46 Step 8/23 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:02:47 + docker inspect -f . ci-base-image-arm64 03:02:47 . [Pipeline] withDockerContainer 03:02:47 prd-ubuntu18.04-docker-arm64-4c-16g-29921 does not seem to be running inside a container 03:02: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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@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 ******** ci-base-image-arm64 cat 03:02:49 $ docker top 948e20f8f0321e45d9857ca0d414ec7b4f0aa89054604a7a8b0332ad41ec2e7b -eo pid,comm [Pipeline] { [Pipeline] echo 03:02:49 ========================================================= 03:02:49 [edgeXBuildGoParallel] Running Tests and Build... 03:02:49 ========================================================= [Pipeline] sh 03:02:50 + make test 03:02:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:03:17 ? github.com/edgexfoundry/edgex-go [no test files] 03:03:33 ---> 685943359296 03:03:33 ---> 4c705b498058 03:03:33 ---> 5fa1255f0145 03:03:33 ---> 3352c2c30209 03:03:33 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapperStep 9/23 : RUN make cmd/core-data/core-data 03:03:33 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:03:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:03:33 03:03:33 ---> 231d48e1ae12 03:03:33 Step 9/23 : RUN make cmd/core-command/core-command 03:03:33 ---> Running in 7867401f9f01 03:03:33 ---> Running in 1bc892bfde7a 03:03:33 ---> Running in 52b9d141ea0f 03:03:33 ---> Running in 7dbbc96fdc89 03:03:33 ---> Running in 109eea858d7d 03:03:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:03:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:03:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:03:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:03: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 03:04:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:04:12 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:04:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:04:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:04:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:04:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:04:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:04:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:04:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:04:24 Removing intermediate container 7dbbc96fdc89 03:04:24 ---> 2bcf79b3b269 03:04:24 03:04:24 Step 10/31 : FROM alpine:3.12 03:04:24 3.12: Pulling from library/alpine 03:04:25 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:04:25 Status: Downloaded newer image for alpine:3.12 03:04:25 ---> 88dd2752d2ea 03:04:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:04:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:04:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:04:30 ---> Running in 043ea6a3ffc6 03:04:31 Removing intermediate container 52b9d141ea0f 03:04:31 ---> 1afe25c40529 03:04:31 03:04:31 Step 10/24 : FROM alpine:3.12 03:04:31 ---> 88dd2752d2ea 03:04:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:04:31 Removing intermediate container 043ea6a3ffc6 03:04:31 ---> 6c6f6945325a 03:04:31 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:04:31 Removing intermediate container 1bc892bfde7a 03:04:31 ---> bac141ef8b3a 03:04:31 03:04:31 Step 10/22 : FROM alpine:3.12 03:04:31 ---> 88dd2752d2ea 03:04:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:04:31 Removing intermediate container 109eea858d7d 03:04:31 ---> 1a78be2714a6 03:04:31 03:04:31 Step 10/23 : FROM alpine:3.12 03:04:31 ---> 88dd2752d2ea 03:04:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:04:31 ---> Running in dc37daab26b7 03:04:31 ---> Running in 8fbc48c34ecf 03:04:31 ---> Running in 93b55e862c3a 03:04:33 ---> Running in 2a90691bda0c 03:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:34 (1/2) Installing dumb-init (1.2.2-r1) 03:04:34 (2/2) Installing su-exec (0.2-r1) 03:04:34 Executing busybox-1.31.1-r19.trigger 03:04:34 OK: 6 MiB in 16 packages 03:04:34 (1/5) Installing ca-certificates (20191127-r4) 03:04:34 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:04:34 (3/5) Installing libcurl (7.69.1-r3) 03:04:34 (4/5) Installing curl (7.69.1-r3) 03:04:34 (5/5) Installing dumb-init (1.2.2-r1) 03:04:34 Executing busybox-1.31.1-r19.trigger 03:04:34 Executing ca-certificates-20191127-r4.trigger 03:04:34 OK: 7 MiB in 19 packages 03:04:34 (1/1) Installing dumb-init (1.2.2-r1) 03:04:34 Executing busybox-1.31.1-r19.trigger 03:04:34 OK: 6 MiB in 15 packages 03:04:34 (1/2) Installing ca-certificates (20191127-r4) 03:04:34 (2/2) Installing dumb-init (1.2.2-r1) 03:04:34 Executing busybox-1.31.1-r19.trigger 03:04:34 Executing ca-certificates-20191127-r4.trigger 03:04:34 OK: 6 MiB in 16 packages 03:04:35 Removing intermediate container 7867401f9f01 03:04:35 ---> b41a0fd79fac 03:04:35 03:04:35 Step 10/23 : FROM alpine:3.12 03:04:35 ---> 88dd2752d2ea 03:04:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:04:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:04:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:04:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:04:36 ---> Running in 39c7a2dde498 03:04:36 Removing intermediate container 39c7a2dde498 03:04:36 ---> 63457765f1f5 03:04:36 Step 12/23 : ENV APP_PORT=48080 03:04:37 Removing intermediate container 2a90691bda0c 03:04:37 ---> b4e63a41a48a 03:04:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:04:37 ---> Running in c332e03274b0 03:04:37 Removing intermediate container 8fbc48c34ecf 03:04:37 ---> a5daf819dea4 03:04:37 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:04:37 Removing intermediate container dc37daab26b7 03:04:37 ---> c27b6f511fd6 03:04:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:04:37 Removing intermediate container 93b55e862c3a 03:04:37 ---> b6c88db83aef 03:04:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:04:37 ---> Running in 1056f3ee99c6 03:04:37 ---> Running in 921e6ddecfa2 03:04:37 ---> Running in 5c9d7dc3ed93 03:04:37 ---> Running in c7b46a2654a8 03:04:38 Removing intermediate container c332e03274b0 03:04:38 ---> 9e58d2d016c8 03:04:38 Step 13/23 : EXPOSE $APP_PORT 03:04:38 ---> Running in 74e883ea1ce2 03:04:39 Removing intermediate container c7b46a2654a8 03:04:39 ---> 5e44dd11a641 03:04:39 Step 13/22 : ENV APP_PORT=48060 03:04:39 Removing intermediate container 1056f3ee99c6 03:04:39 ---> 8d23880290e3 03:04:39 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:04:39 Removing intermediate container 5c9d7dc3ed93 03:04:39 ---> bac1a377c154 03:04:39 Step 13/24 : WORKDIR / 03:04:39 Removing intermediate container 921e6ddecfa2 03:04:39 ---> 0c3ce765ae07 03:04:39 Step 13/23 : ENV APP_PORT=48082 03:04:39 ---> Running in 56e1bbddd0c8 03:04:39 ---> Running in c19ad97ac1f2 03:04:39 ---> Running in d08e9fdbfd3e 03:04:39 ---> Running in 2ac3231f7098 03:04:39 Removing intermediate container 74e883ea1ce2 03:04:39 ---> 2b7b456f9605 03:04:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:39 ---> Running in 5b9dcf4d2eb9 03:04:39 Removing intermediate container 56e1bbddd0c8 03:04:39 ---> c4cdaf25220b 03:04:39 Step 14/22 : EXPOSE $APP_PORT 03:04:39 Removing intermediate container 2ac3231f7098 03:04:39 ---> 45e610db64de 03:04:39 Step 14/23 : EXPOSE $APP_PORT 03:04:39 Removing intermediate container c19ad97ac1f2 03:04:39 ---> 69de38a2072a 03:04:39 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:04:39 Removing intermediate container d08e9fdbfd3e 03:04:39 ---> e11e4f599e27 03:04:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:04:39 ---> Running in 257ece46243b 03:04:39 ---> Running in dfad163a660b 03:04:39 ---> Running in a60d3b69f55d 03:04:40 Removing intermediate container 257ece46243b 03:04:40 ---> 987edfa6387c 03:04:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:40 ---> de7d89c632af 03:04:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:04:40 Removing intermediate container dfad163a660b 03:04:40 ---> b9ba04ebef98 03:04:40 Step 15/23 : WORKDIR / 03:04:40 ---> Running in 9539f91830d6 03:04:40 ---> e4d71c831abe 03:04:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:04:41 ---> 51ed56b08631 03:04:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:04:41 Removing intermediate container 9539f91830d6 03:04:41 ---> c1b44b228524 03:04:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:41 Removing intermediate container 5b9dcf4d2eb9 03:04:41 ---> 01062aa75691 03:04:41 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:04:41 ---> 0d5b7f1d0515 03:04:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:04:41 ---> Running in 6b64d5b4526e 03:04:41 Removing intermediate container a60d3b69f55d 03:04:41 ---> 9c3df068871d 03:04:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:04:41 ---> c124850c964a 03:04:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:04:41 ---> 48831d23ce06 03:04:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:04:41 ---> Running in 93e28ee536e4 03:04:42 ---> cd8ac61a67ff 03:04:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:04:42 ---> 4ae2081993fd 03:04:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:04:42 Removing intermediate container 93e28ee536e4 03:04:42 ---> 17c183bf65f8 03:04:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:04:42 ---> Running in e145d47390b7 03:04:42 ---> 66706cca7509 03:04:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:04:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:42 Removing intermediate container e145d47390b7 03:04:42 ---> c3af2b621730 03:04:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.407s coverage: 45.9% of statements 03:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:04:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.163s coverage: 19.8% of statements 03:04:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements 03:04:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:04:42 ---> 42f1d255f79f 03:04:42 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:04:42 ---> d348f05ff282 03:04:42 Step 19/23 : ENTRYPOINT ["/core-command"] 03:04:42 ---> Running in 04fdf0e1f596 03:04:42 ---> Running in 7c5ee7a719f5 03:04:42 ---> b503eb281aed 03:04:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:04:43 ---> Running in c98184b0fab9 03:04:43 Removing intermediate container 7c5ee7a719f5 03:04:43 ---> 88b00407667e 03:04:43 Step 20/22 : LABEL arch=x86_64 03:04:43 Removing intermediate container c98184b0fab9 03:04:43 ---> d5a3337b0837 03:04:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:04:43 ---> Running in 1dabca274912 03:04:43 ---> 093b52f51907 03:04:43 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/ 03:04:43 ---> Running in ee8ec26fd3ce 03:04:43 ---> Running in 09afe2173d42 03:04:44 Removing intermediate container 1dabca274912 03:04:44 ---> 2f4abd7061ca 03:04:44 Step 21/22 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:04:44 Removing intermediate container ee8ec26fd3ce 03:04:44 ---> 6052159775ee 03:04:44 Step 21/23 : LABEL arch=x86_64 03:04:44 ---> Running in 3c57ca082088 03:04:44 ---> Running in 1936629ca4af 03:04:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:44 Removing intermediate container 3c57ca082088 03:04:44 ---> 835d0735c67b 03:04:44 Step 22/22 : LABEL version=0.0.0 03:04:44 ---> Running in 238f8ed43806 03:04:44 Removing intermediate container 1936629ca4af 03:04:44 ---> 2f4052fe0551 03:04:44 Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:04:44 ---> Running in 5b8d424169c3 03:04:44 Removing intermediate container 04fdf0e1f596 03:04:44 ---> a6072e99c8b7 03:04:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:44 Removing intermediate container 238f8ed43806 03:04:44 ---> 5ed13f4d04b4 03:04:44 03:04:45 Removing intermediate container 5b8d424169c3 03:04:45 ---> 7d74ff2733e4 03:04:45 Step 23/23 : LABEL version=0.0.0 03:04:45 ---> Running in 468a3b6f70c3 03:04:45 Successfully built 5ed13f4d04b4 03:04:45 Removing intermediate container 09afe2173d42 03:04:45 ---> f5dca1f26ecd 03:04:45 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:04:45 Successfully tagged docker-support-notifications-go:latest 03:04:45  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 03:04:45 ---> 470b019dda1f 03:04:45 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:04:45 ---> Running in a23991d03604 03:04:45 Removing intermediate container 468a3b6f70c3 03:04:45 ---> 41299b83ea4c 03:04:45 03:04:45 (1/6) Installing dumb-init (1.2.2-r1) 03:04:45 (2/6) Installing libgcc (9.3.0-r2) 03:04:46 Successfully built 41299b83ea4c 03:04:46 (3/6) Installing libsodium (1.0.18-r0) 03:04:46 Successfully tagged docker-core-command-go:latest 03:04:46 Building docker-core-metadata-go 03:04:46  Building docker-core-command-go ... done Removing intermediate container a23991d03604 03:04:46 ---> 51763d7aee85 03:04:46 Step 22/24 : LABEL arch=x86_64 03:04:46 (4/6) Installing libstdc++ (9.3.0-r2) 03:04:46 ---> Running in c36f90e5feaf 03:04:46 ---> 91157d7d9240 03:04:46 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:04:46 Removing intermediate container c36f90e5feaf 03:04:46 ---> 8714f31a6e92 03:04:46 Step 23/24 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:04:46 ---> Running in 4b08d5cfbd19 03:04:46 (5/6) Installing libzmq (4.3.3-r0) 03:04:46 (6/6) Installing zeromq (4.3.3-r0) 03:04:46 Executing busybox-1.31.1-r19.trigger 03:04:46 ---> ac85c457f706 03:04:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:04:46 OK: 8 MiB in 20 packages 03:04:47 Removing intermediate container 4b08d5cfbd19 03:04:47 ---> 8c462901409e 03:04:47 Step 24/24 : LABEL version=0.0.0 03:04:47 ---> Running in 716e8576c116 03:04:48 ---> 10f7f573ac15 03:04:48 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:04:48 Removing intermediate container 716e8576c116 03:04:48 ---> fcf918e64f45 03:04:48 03:04:50 Successfully built fcf918e64f45 03:04:50 Successfully tagged docker-security-secretstore-setup-go:latest 03:04:50 Building docker-security-proxy-setup-go 03:04:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.604s coverage: 27.1% of statements 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:04:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.102s coverage: 100.0% of statements 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:04:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:04:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:04:51  Building docker-security-secretstore-setup-go ... done Removing intermediate container 6b64d5b4526e 03:04:51 ---> ebb8b61f9433 03:04:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:51 ---> 01a80bc95c73 03:04:51 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:04:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.383s coverage: 71.3% of statements 03:04:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:04:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:04:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.535s coverage: 82.9% of statements 03:04:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:04:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:04:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.139s coverage: 78.9% of statements 03:04:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:04:54 ---> Running in d4ae3a0c4fa5 03:04:54 ---> 37d87f0161f0 03:04:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:04:55 Removing intermediate container d4ae3a0c4fa5 03:04:55 ---> 998f7ca73b52 03:04:55 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:04:55 ---> 07e00a966d24 03:04:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:04:55 ---> b17557e9f3f0 03:04:55 Step 26/31 : RUN chmod +x /entrypoint.sh 03:04:56 ---> Running in cabc91890609 03:04:56 ---> dc189ea27e8a 03:04:56 Step 19/23 : ENTRYPOINT ["/core-data"] 03:04:57 ---> Running in 7d218682dffb 03:04:58 Removing intermediate container 7d218682dffb 03:04:58 ---> bed33a011734 03:04:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:04:59 ---> Running in 557036ccc542 03:05:00 Removing intermediate container 557036ccc542 03:05:00 ---> 96c51061fc79 03:05:00 Step 21/23 : LABEL arch=x86_64 03:05:00 ---> Running in 4d16eb88b653 03:05:01 Removing intermediate container cabc91890609 03:05:01 ---> cad99abc1289 03:05:01 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:05:01 Removing intermediate container 4d16eb88b653 03:05:01 ---> 0925fce224bf 03:05:01 Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:05:01 ---> Running in e9f97d005245 03:05:01 ---> Running in 982240ca1400 03:05:03 Removing intermediate container e9f97d005245 03:05:03 ---> 7b729997d468 03:05:03 Step 28/31 : CMD ["gate"] 03:05:03 Removing intermediate container 982240ca1400 03:05:03 ---> 8d5368ae1c01 03:05:03 Step 23/23 : LABEL version=0.0.0 03:05:04 ---> Running in 11bc9314a12c 03:05:04 ---> Running in 7029f6af7af2 03:05:05 Removing intermediate container 11bc9314a12c 03:05:05 ---> 54950e56449d 03:05:05 03:05:05 Removing intermediate container 7029f6af7af2 03:05:05 ---> 4c932718fd58 03:05:05 Step 29/31 : LABEL arch=x86_64 03:05:05 Successfully built 54950e56449d 03:05:05 Successfully tagged docker-core-data-go:latest 03:05:05 Building docker-sys-mgmt-agent-go 03:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.288s coverage: 28.6% of statements 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.078s coverage: 100.0% of statements 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:05:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:05:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:05:07  Building docker-core-data-go ... done  ---> Running in 50e996ed36fc 03:05:08 Removing intermediate container 50e996ed36fc 03:05:08 ---> 149f698d53e5 03:05:08 Step 30/31 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:05:09 ---> Running in 36a065376999 03:05:10 Removing intermediate container 36a065376999 03:05:10 ---> 05aae9c3384d 03:05:10 Step 31/31 : LABEL version=0.0.0 03:05:11 ---> Running in b4fbcb7cfa16 03:05:12 Removing intermediate container b4fbcb7cfa16 03:05:12 ---> fca252da7e95 03:05:12 03:05:12 Successfully built fca252da7e95 03:05:13 Successfully tagged docker-security-bootstrapper-go:latest 03:05:15  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:05:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:05:15 ---> 068500067a8b 03:05:15 Step 3/23 : WORKDIR /edgex-go 03:05:15 ---> Using cache 03:05:15 ---> a2439dc20209 03:05:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:15 ---> Using cache 03:05:15 ---> cac85cf31b21 03:05:15 Step 5/23 : RUN apk add --update --no-cache make git 03:05:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.187s coverage: 92.8% of statements 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:05:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:05:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.243s coverage: 0.1% of statements 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:05:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 03:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.084s coverage: 79.5% of statements 03:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.078s coverage: 94.1% of statements 03:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements 03:05:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.087s coverage: 87.5% of statements 03:05:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:05:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:05:15 ---> 068500067a8b 03:05:15 Step 3/22 : WORKDIR /edgex-go 03:05:15 ---> Using cache 03:05:15 ---> a2439dc20209 03:05:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:15 ---> Using cache 03:05:15 ---> cac85cf31b21 03:05:15 Step 5/22 : RUN apk add --update --no-cache make git 03:05:16 ---> Running in abd3de78c5c1 03:05:16 ---> Running in b8d125697675 03:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:05:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:05:19 ---> 068500067a8b 03:05:19 Step 3/21 : WORKDIR /edgex-go 03:05:19 ---> Using cache 03:05:19 ---> a2439dc20209 03:05:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:19 ---> Using cache 03:05:19 ---> cac85cf31b21 03:05:19 Step 5/21 : RUN apk add --update --no-cache make git 03:05:19 ---> Running in 388302240ba7 03:05:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:21 OK: 233 MiB in 51 packages 03:05:21 OK: 233 MiB in 51 packages 03:05:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:22 OK: 233 MiB in 51 packages 03:05:24 Removing intermediate container b8d125697675 03:05:24 ---> e9d22658627a 03:05:24 Step 6/23 : COPY go.mod . 03:05:24 Removing intermediate container abd3de78c5c1 03:05:24 ---> a92673caf495 03:05:24 Step 6/22 : COPY go.mod . 03:05:25 Removing intermediate container 388302240ba7 03:05:25 ---> 063310e08733 03:05:25 Step 6/21 : COPY go.mod . 03:05:25 ---> 0b5a1553a17e 03:05:25 Step 7/23 : RUN go mod download 03:05:25 ---> 0ddb34144d53 03:05:25 Step 7/22 : RUN go mod download 03:05:26 ---> Running in 8f561b53a485 03:05:26 ---> Running in f5f2ff90a516 03:05:26 ---> 0707a36470cc 03:05:26 Step 7/21 : RUN go mod download 03:05:26 ---> Running in cd33a393c335 03:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 03:05:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 03:05:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:05:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:05:30 ---> 068500067a8b 03:05:30 Step 3/26 : WORKDIR /edgex-go 03:05:30 ---> Using cache 03:05:30 ---> a2439dc20209 03:05:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:30 ---> Using cache 03:05:30 ---> cac85cf31b21 03:05:30 Step 5/26 : RUN apk add --update --no-cache make bash git 03:05:31 ---> Running in 37e33d025f10 03:05:31 Removing intermediate container 8f561b53a485 03:05:31 ---> f6126577e7d3 03:05:31 Step 8/23 : COPY . . 03:05:31 Removing intermediate container cd33a393c335 03:05:31 ---> 381e811980d8 03:05:31 Step 8/21 : COPY . . 03:05:31 Removing intermediate container f5f2ff90a516 03:05:31 ---> 0fa114def5b6 03:05:31 Step 8/22 : COPY . . 03:05:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.279s coverage: 81.9% of statements 03:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:34 OK: 233 MiB in 51 packages 03:05:39 Removing intermediate container 37e33d025f10 03:05:39 ---> afac576bbc18 03:05:39 Step 6/26 : COPY go.mod . 03:05:41 ---> 33ca9e19e7a5 03:05:41 Step 7/26 : RUN go mod download 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.152s coverage: 92.9% of statements 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.092s coverage: 75.5% of statements 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.6% of statements 03:05:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.6% of statements 03:05:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:05:44 ---> Running in 8234695cefc3 03:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.695s coverage: 62.4% of statements 03:05:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:05:46 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 03:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.128s coverage: 91.3% of statements 03:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 03:05:46 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.115s coverage: 73.7% of statements 03:05:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 03:05:50 Removing intermediate container 8234695cefc3 03:05:50 ---> c393c26c3e2e 03:05:50 Step 8/26 : COPY . . 03:05:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 69.0% of statements 03:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:05:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.378s coverage: 38.4% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements 03:05:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:05:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.105s coverage: 84.8% of statements 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:06:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.444s coverage: 87.1% of statements 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:06:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:06:05 ---> 9866d31d0f6b 03:06:05 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:06:05 ---> d72205923e9c 03:06:05 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:06:06 ---> Running in 91296e7b4316 03:06:06 ---> Running in faa907939437 03:06:06 ---> aa14d3e7ce27 03:06:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:06:07 ---> Running in ec9aa99b1ae9 03:06:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:06:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:06:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.397s coverage: 29.1% of statements 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.166s coverage: 99.0% of statements 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.245s coverage: 96.5% of statements 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:06:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.104s coverage: 100.0% of statements 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 03:06:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 03:06:11 GO111MODULE=on go vet ./... 03:06:19 ---> 6da670f3edaa 03:06:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:06:19 ---> Running in 7002733ff405 03:06:20 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 03:06:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:06:54 Removing intermediate container ec9aa99b1ae9 03:06:54 ---> a7556d42af07 03:06:54 03:06:54 Step 10/21 : FROM alpine:3.12 03:06:54 ---> 88dd2752d2ea 03:06:54 Step 11/21 : RUN apk add --update --no-cache curl 03:06:54 Removing intermediate container faa907939437 03:06:54 ---> f1bb3aa24e14 03:06:54 03:06:54 Step 10/22 : FROM alpine:3.12 03:06:54 ---> 88dd2752d2ea 03:06:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:06:54 ---> Using cache 03:06:54 ---> b4e63a41a48a 03:06:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:06:54 ---> Using cache 03:06:54 ---> 0c3ce765ae07 03:06:54 Step 13/22 : ENV APP_PORT=48085 03:06:54 ---> Running in a85605154c82 03:06:54 ---> Running in d168e4c138c5 03:06:55 Removing intermediate container d168e4c138c5 03:06:55 ---> 26aba759677a 03:06:55 Step 14/22 : EXPOSE $APP_PORT 03:06:57 ---> Running in 54359df21dcb 03:06:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:06:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:06:58 (1/4) Installing ca-certificates (20191127-r4) 03:06:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:06:58 (3/4) Installing libcurl (7.69.1-r3) 03:06:58 (4/4) Installing curl (7.69.1-r3) 03:06:58 Executing busybox-1.31.1-r19.trigger 03:06:58 Executing ca-certificates-20191127-r4.trigger 03:06:58 OK: 7 MiB in 18 packages 03:06:58 Removing intermediate container 7002733ff405 03:06:58 ---> 7c5bdab48140 03:06:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:06:59 Removing intermediate container 54359df21dcb 03:06:59 ---> ab7de5c18053 03:06:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:07:00 Removing intermediate container 91296e7b4316 03:07:00 ---> 35f0cc644f76 03:07:00 03:07:00 Step 10/23 : FROM alpine:3.12 03:07:00 ---> 88dd2752d2ea 03:07:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:07:00 ---> Using cache 03:07:00 ---> b4e63a41a48a 03:07:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:07:00 ---> Using cache 03:07:00 ---> 0c3ce765ae07 03:07:00 Step 13/23 : ENV APP_PORT=48081 03:07:00 ---> Running in b1c43433a8ec 03:07:00 ---> Running in 8ed761403cc6 03:07:01 ---> b73e9d9e525f 03:07:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:07:01 Removing intermediate container 8ed761403cc6 03:07:01 ---> 5c323145a86e 03:07:01 Step 14/23 : EXPOSE $APP_PORT 03:07:02 Removing intermediate container a85605154c82 03:07:02 ---> d83ecbbf62b6 03:07:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:07:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:07:02 ---> Running in 0d1e7b1c4b7d 03:07:02 ---> 2002a74f7966 03:07:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:07:02 ---> Running in e69836494e7f 03:07:03 Removing intermediate container 0d1e7b1c4b7d 03:07:03 ---> ecbbac038252 03:07:03 Step 15/23 : WORKDIR / 03:07:03 Removing intermediate container e69836494e7f 03:07:03 ---> 2bc125c7f1a9 03:07:03 Step 13/21 : WORKDIR /edgex 03:07:04 ---> Running in 7f6061329c71 03:07:04 ---> 08ac24d83108 03:07:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:07:04 ---> Running in 576083a248ce 03:07:05 ---> Running in 9843d49a5f75 03:07:05 Removing intermediate container 7f6061329c71 03:07:05 ---> 3fa55bee7e75 03:07:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:07:05 Removing intermediate container b1c43433a8ec 03:07:05 ---> ba1eb0fd13b7 03:07:05 03:07:05 Step 11/26 : FROM docker:20.10.0 03:07:05 20.10.0: Pulling from library/docker 03:07:05 Removing intermediate container 9843d49a5f75 03:07:05 ---> a13ddb110221 03:07:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:07:06 Removing intermediate container 576083a248ce 03:07:06 ---> 83277e011421 03:07:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:07:07 ---> Running in 3efd465c5d6c 03:07:07 ---> 7b244482cd5e 03:07:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:07:08 ---> e11ae569315a 03:07:08 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:07:08 Removing intermediate container 3efd465c5d6c 03:07:08 ---> c3cc7b55d8bf 03:07:08 Step 20/22 : LABEL arch=x86_64 03:07:10 ---> ad209c56915b 03:07:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:07:10 ---> Running in 947550523be4 03:07:10 ---> 64004a2e54fc 03:07:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:07:10 Removing intermediate container 947550523be4 03:07:10 ---> ba49e90fa7ef 03:07:10 Step 21/22 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:07:11 ---> 70b18b735529 03:07:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:07:11 ---> Running in 72bc8db05521 03:07:11 ---> Running in ebe0375b9dc4 03:07:11 ---> 204eb7b61d05 03:07:11 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:07:12 Removing intermediate container ebe0375b9dc4 03:07:12 ---> e98098848709 03:07:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:07:12 ---> Running in 2a317f73b80d 03:07:12 Removing intermediate container 72bc8db05521 03:07:12 ---> 399b78b35283 03:07:12 Step 22/22 : LABEL version=0.0.0 03:07:14 ---> Running in ecbff2be208c 03:07:14 ---> Running in ee877eaba86c 03:07:14 Removing intermediate container 2a317f73b80d 03:07:14 ---> 023de17e07df 03:07:14 Step 18/21 : CMD ["--init=true"] 03:07:15 ---> Running in f205a0c3dedd 03:07:15 Removing intermediate container ee877eaba86c 03:07:15 ---> 0e8b89fc706f 03:07:15 03:07:15 Removing intermediate container ecbff2be208c 03:07:15 ---> ef3864c547d8 03:07:15 Step 21/23 : LABEL arch=x86_64 03:07:15 Successfully built 0e8b89fc706f 03:07:15 Successfully tagged docker-support-scheduler-go:latest 03:07:16  Building docker-support-scheduler-go ... done  ---> Running in 8b6a4f4c8bfd 03:07:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:07:16 Status: Downloaded newer image for docker:20.10.0 03:07:16 ---> aefe523efa57 03:07:16 Step 12/26 : RUN apk add --no-cache bash 03:07:16 Removing intermediate container f205a0c3dedd 03:07:16 ---> 330516ddb71c 03:07:16 Step 19/21 : LABEL arch=x86_64 03:07:17 ---> Running in 72ed35e93933 03:07:17 Removing intermediate container 8b6a4f4c8bfd 03:07:17 ---> beed9098f8f2 03:07:17 Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:07:17 ---> Running in 6c581d5920ca 03:07:17 ---> Running in d602e385dd0b 03:07:18 Removing intermediate container 72ed35e93933 03:07:18 ---> d46878131c9a 03:07:18 Step 20/21 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:07:18 ---> Running in 4bf47641c218 03:07:18 Removing intermediate container d602e385dd0b 03:07:18 ---> f25627859080 03:07:18 Step 23/23 : LABEL version=0.0.0 03:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:07:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:07:19 (1/2) Installing readline (8.0.4-r0) 03:07:19 (2/2) Installing bash (5.0.17-r0) 03:07:19 Executing bash-5.0.17-r0.post-install 03:07:19 Executing busybox-1.31.1-r19.trigger 03:07:19 OK: 12 MiB in 22 packages 03:07:19 ---> Running in 737bccea784a 03:07:19 Removing intermediate container 4bf47641c218 03:07:19 ---> 3d1ee655f76c 03:07:19 Step 21/21 : LABEL version=0.0.0 03:07:20 Removing intermediate container 737bccea784a 03:07:20 ---> d5097c56c64e 03:07:20 03:07:20 ---> Running in 0b49bc41ad9b 03:07:20 Successfully built d5097c56c64e 03:07:20 Successfully tagged docker-core-metadata-go:latest 03:07:21  Building docker-core-metadata-go ... done Removing intermediate container 0b49bc41ad9b 03:07:21 ---> 922dfe93f93f 03:07:21 03:07:21 Removing intermediate container 6c581d5920ca 03:07:21 ---> b5691f917332 03:07:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:07:21 Successfully built 922dfe93f93f 03:07:21 ---> Running in fb929e04da8f 03:07:21 Successfully tagged docker-security-proxy-setup-go:latest 03:07:22  Building docker-security-proxy-setup-go ... done Removing intermediate container fb929e04da8f 03:07:22 ---> bbdb45f34a90 03:07:22 Step 14/26 : ENV APP_PORT=48090 03:07:22 ---> Running in 19ddc6b75a6d 03:07:23 Removing intermediate container 19ddc6b75a6d 03:07:23 ---> 0245e14b0bb1 03:07:23 Step 15/26 : EXPOSE $APP_PORT 03:07:23 ---> Running in c4ba7c2e8af6 03:07:24 Removing intermediate container c4ba7c2e8af6 03:07:24 ---> 8491937e9541 03:07:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:07:25 ---> 3ee16b10fed6 03:07:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:07:26 ---> 9d77240b40c5 03:07:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:07:26 ---> f7fd7d70f021 03:07:26 Step 19/26 : RUN apk --no-cache add py3-pip 03:07:26 ---> Running in 70ea91e89b2c 03:07:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:07:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:07:28 (1/33) Installing libbz2 (1.0.8-r1) 03:07:28 (2/33) Installing expat (2.2.9-r1) 03:07:28 (3/33) Installing libffi (3.3-r2) 03:07:28 (4/33) Installing gdbm (1.13-r1) 03:07:28 (5/33) Installing xz-libs (5.2.5-r0) 03:07:28 (6/33) Installing sqlite-libs (3.32.1-r0) 03:07:28 (7/33) Installing python3 (3.8.8-r0) 03:07:30 (8/33) Installing py3-appdirs (1.4.4-r1) 03:07:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:07:30 (10/33) Installing py3-parsing (2.4.7-r0) 03:07:30 (11/33) Installing py3-six (1.15.0-r0) 03:07:30 (12/33) Installing py3-packaging (20.4-r0) 03:07:30 (13/33) Installing py3-setuptools (47.0.0-r0) 03:07:30 (14/33) Installing py3-chardet (3.0.4-r4) 03:07:30 (15/33) Installing py3-idna (2.9-r0) 03:07:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:07:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:07:30 (18/33) Installing py3-requests (2.23.0-r0) 03:07:30 (19/33) Installing py3-msgpack (1.0.0-r0) 03:07:30 (20/33) Installing py3-lockfile (0.12.2-r3) 03:07:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:07:30 (22/33) Installing py3-colorama (0.4.3-r0) 03:07:30 (23/33) Installing py3-distlib (0.3.0-r0) 03:07:30 (24/33) Installing py3-distro (1.5.0-r1) 03:07:30 (25/33) Installing py3-webencodings (0.5.1-r3) 03:07:30 (26/33) Installing py3-html5lib (1.0.1-r4) 03:07:30 (27/33) Installing py3-pytoml (0.1.21-r0) 03:07:30 (28/33) Installing py3-pep517 (0.8.2-r0) 03:07:30 (29/33) Installing py3-progress (1.5-r0) 03:07:30 (30/33) Installing py3-toml (0.10.1-r0) 03:07:30 (31/33) Installing py3-retrying (1.3.3-r0) 03:07:30 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:07:30 (33/33) Installing py3-pip (20.1.1-r0) 03:07:30 Executing busybox-1.31.1-r19.trigger 03:07:30 OK: 71 MiB in 55 packages 03:07:32 gofmt -l . 03:07:32 [ "`gofmt -l .`" = "" ] 03:07:34 ./bin/test-go-mod-tidy.sh 03:07:35 ./bin/test-attribution-txt.sh [Pipeline] sh 03:07:38 + ls -al . 03:07:38 total 788 03:07:38 drwxrwxr-x 9 1001 1001 4096 Mar 16 03:07 . 03:07:38 drwxr-xr-x 4 root root 4096 Mar 16 03:02 .. 03:07:38 -rw-rw-r-- 1 1001 1001 11 Mar 16 03:01 .dockerignore 03:07:38 drwxrwxr-x 8 1001 1001 4096 Mar 16 03:01 .git 03:07:38 drwxrwxr-x 3 1001 1001 4096 Mar 16 03:01 .github 03:07:38 -rw-rw-r-- 1 1001 1001 818 Mar 16 03:01 .gitignore 03:07:38 -rw-rw-r-- 1 1001 1001 166 Mar 16 03:01 .sonarcloud.properties 03:07:38 -rw-rw-r-- 1 1001 1001 8607 Mar 16 03:01 Attribution.txt 03:07:38 -rw-rw-r-- 1 1001 1001 3804 Mar 16 03:01 CONTRIBUTING.md 03:07:38 -rw-rw-r-- 1 1001 1001 931 Mar 16 03:01 Dockerfile.build 03:07:38 -rw-rw-r-- 1 1001 1001 863 Mar 16 03:01 Jenkinsfile 03:07:38 -rw-rw-r-- 1 1001 1001 10775 Mar 16 03:01 LICENSE 03:07:38 -rw-rw-r-- 1 1001 1001 5774 Mar 16 03:01 Makefile 03:07:38 -rw-rw-r-- 1 1001 1001 6548 Mar 16 03:01 README.md 03:07:38 -rw-rw-r-- 1 1001 1001 6755 Mar 16 03:01 SECURITY.md 03:07:38 -rw-rw-r-- 1 1001 1001 5 Mar 16 02:57 VERSION 03:07:38 -rw-rw-r-- 1 1001 1001 4131 Mar 16 03:01 ZMQWindows.md 03:07:38 drwxrwxr-x 2 1001 1001 4096 Mar 16 03:01 bin 03:07:38 drwxrwxr-x 14 1001 1001 4096 Mar 16 03:01 cmd 03:07:38 -rw-r--r-- 1 root root 650607 Mar 16 03:06 coverage.out 03:07:38 -rw-r--r-- 1 root root 1056 Mar 16 03:07 go.mod 03:07:38 -rw-r--r-- 1 root root 21983 Mar 16 03:07 go.sum 03:07:38 drwxrwxr-x 8 1001 1001 4096 Mar 16 03:01 internal 03:07:38 drwxrwxr-x 4 1001 1001 4096 Mar 16 03:01 openapi 03:07:38 drwxrwxr-x 4 1001 1001 4096 Mar 16 03:01 snap 03:07:38 -rw-rw-r-- 1 1001 1001 168 Mar 16 03:01 version.go [Pipeline] sh 03:07:38 + '[' -e coverage.out ] 03:07:38 + chown 1001:1001 coverage.out [Pipeline] stash 03:07:38 Warning: overwriting stash ‘coverage-report’ 03:07:39 Stashed 1 file(s) [Pipeline] sh 03:07:40 + make build 03:07:40 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 03:07:40 Removing intermediate container 70ea91e89b2c 03:07:40 ---> 4286aa345c54 03:07:40 Step 20/26 : RUN pip install docker-compose==1.23.2 03:07:40 ---> Running in 56da0e6ac98c 03:07:41 Collecting docker-compose==1.23.2 03:07:41 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:07:42 Collecting dockerpty<0.5,>=0.4.1 03:07:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:07:43 Collecting jsonschema<3,>=2.5.1 03:07:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:07:43 Collecting docopt<0.7,>=0.6.1 03:07:43 Downloading docopt-0.6.2.tar.gz (25 kB) 03:07:44 Collecting websocket-client<1.0,>=0.32.0 03:07:44 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:07:44 Collecting cached-property<2,>=1.2.0 03:07:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:07:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:07:44 Collecting PyYAML<4,>=3.10 03:07:44 Downloading PyYAML-3.13.tar.gz (270 kB) 03:07:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:07:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:07:45 Collecting texttable<0.10,>=0.9.0 03:07:45 Downloading texttable-0.9.1.tar.gz (11 kB) 03:07:46 Collecting docker<4.0,>=3.6.0 03:07:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:07:46 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) 03:07:46 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) 03:07:46 Collecting urllib3<1.25,>=1.21.1 03:07:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:07:46 Collecting idna<2.8,>=2.5 03:07:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:07:46 Collecting docker-pycreds>=0.4.0 03:07:46 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:07:46 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:07:46 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:07:46 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:07:46 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:07:47 Installing collected packages: dockerpty, jsonschema, docopt, websocket-client, cached-property, PyYAML, urllib3, idna, requests, texttable, docker-pycreds, docker, docker-compose 03:07:47 Running setup.py install for dockerpty: started 03:07:47 Running setup.py install for dockerpty: finished with status 'done' 03:07:47 Running setup.py install for docopt: started 03:07:48 Running setup.py install for docopt: finished with status 'done' 03:07:48 Running setup.py install for PyYAML: started 03:07:49 Running setup.py install for PyYAML: finished with status 'done' 03:07:49 Attempting uninstall: urllib3 03:07:49 Found existing installation: urllib3 1.25.9 03:07:49 Uninstalling urllib3-1.25.9: 03:07:49 Successfully uninstalled urllib3-1.25.9 03:07:49 Attempting uninstall: idna 03:07:49 Found existing installation: idna 2.9 03:07:49 Uninstalling idna-2.9: 03:07:49 Successfully uninstalled idna-2.9 03:07:49 Attempting uninstall: requests 03:07:49 Found existing installation: requests 2.23.0 03:07:49 Uninstalling requests-2.23.0: 03:07:49 Successfully uninstalled requests-2.23.0 03:07:49 Running setup.py install for texttable: started 03:07:50 Running setup.py install for texttable: finished with status 'done' 03:07:51 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.58.0 03:07:52 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 03:07:54 Removing intermediate container 56da0e6ac98c 03:07:54 ---> 87683e74ea69 03:07:54 Step 21/26 : RUN apk --no-cache add curl 03:07:54 ---> Running in 09fe0f85c4e7 03:07:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:07:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:07:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:07:55 (2/3) Installing libcurl (7.69.1-r3) 03:07:55 (3/3) Installing curl (7.69.1-r3) 03:07:55 Executing busybox-1.31.1-r19.trigger 03:07:55 OK: 72 MiB in 58 packages 03:07:56 Removing intermediate container 09fe0f85c4e7 03:07:56 ---> bc7e9c3375be 03:07:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:07:56 ---> Running in debb0e634786 03:07:56 Removing intermediate container debb0e634786 03:07:56 ---> a8ad8e588b40 03:07:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:07:56 ---> Running in 07fae6a5c02e 03:07:56 Removing intermediate container 07fae6a5c02e 03:07:56 ---> 05d4b05dea0a 03:07:56 Step 24/26 : LABEL arch=x86_64 03:07:56 ---> Running in 273a321f2f0a 03:07:56 Removing intermediate container 273a321f2f0a 03:07:56 ---> f3c371aba015 03:07:56 Step 25/26 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:07:56 ---> Running in a329d06a3b5d 03:07:56 Removing intermediate container a329d06a3b5d 03:07:56 ---> dd0d246d552e 03:07:56 Step 26/26 : LABEL version=0.0.0 03:07:57 ---> Running in 1e9fe72b2e81 03:07:57 Removing intermediate container 1e9fe72b2e81 03:07:57 ---> 9a5b9b0a7cfb 03:07:57 03:07:57 Successfully built 9a5b9b0a7cfb 03:07:57 Successfully tagged docker-sys-mgmt-agent-go:latest 03:07:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:07:57 $ docker stop --time=1 3661bc9629035836977187dea2cf7f4f996298bade1b4485e716d7d65f86803e 03:07:59 $ docker rm -f 3661bc9629035836977187dea2cf7f4f996298bade1b4485e716d7d65f86803e [Pipeline] // withDockerContainer [Pipeline] sh 03:08:00 + docker images 03:08:00 + grep docker 03:08:00 docker-sys-mgmt-agent-go latest 9a5b9b0a7cfb 3 seconds ago 313MB 03:08:00 docker-security-proxy-setup-go latest 922dfe93f93f 40 seconds ago 24.7MB 03:08:00 docker-core-metadata-go latest d5097c56c64e 41 seconds ago 19MB 03:08:00 docker-support-scheduler-go latest 0e8b89fc706f 46 seconds ago 17.3MB 03:08:00 docker-security-bootstrapper-go latest fca252da7e95 2 minutes ago 18.8MB 03:08:00 docker-core-data-go latest 54950e56449d 2 minutes ago 22.6MB 03:08:00 docker-security-secretstore-setup-go latest fcf918e64f45 3 minutes ago 24.9MB 03:08:00 docker-core-command-go latest 41299b83ea4c 3 minutes ago 17.2MB 03:08:00 docker-support-notifications-go latest 5ed13f4d04b4 3 minutes ago 17.8MB 03:08:00 docker 20.10.0 aefe523efa57 3 months 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 03:08:16 Still waiting to schedule task 03:08:16 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-29923’ 03:08:19 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 03:08: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 03:08:30 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 03:08:32 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 03:08:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:08:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 03:08:50 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 03:08:56 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 03:08:59 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 03:09:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 03:09:11 $ docker stop --time=1 948e20f8f0321e45d9857ca0d414ec7b4f0aa89054604a7a8b0332ad41ec2e7b 03:09:14 $ docker rm -f 948e20f8f0321e45d9857ca0d414ec7b4f0aa89054604a7a8b0332ad41ec2e7b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:09:16 03:09:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:09:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:09:17 latest: Pulling from edgex-devops/edgex-compose-arm64 03:09:17 29e5d40040c1: Pulling fs layer 03:09:17 1ce36da41761: Pulling fs layer 03:09:17 25b303627fd3: Pulling fs layer 03:09:17 29e5d40040c1: Verifying Checksum 03:09:17 29e5d40040c1: Download complete 03:09:18 1ce36da41761: Verifying Checksum 03:09:18 1ce36da41761: Download complete 03:09:18 29e5d40040c1: Pull complete 03:09:19 1ce36da41761: Pull complete 03:09:20 25b303627fd3: Verifying Checksum 03:09:20 25b303627fd3: Download complete 03:09:30 25b303627fd3: Pull complete 03:09:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:09:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:09:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:09:30 prd-ubuntu18.04-docker-arm64-4c-16g-29921 does not seem to be running inside a container 03:09:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:09:31 Running on prd-ubuntu18.04-docker-8c-8g-29925 in /w/workspace/edgexfoundry_edgex-go_PR-3234 03:09:33 $ docker top 05d3a1c80ae045990172098209f017eccace5a03d8d97ad05a1c046fc7dbd0ba -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 03:09:34 Running in /w/workspace/edgex-go/15 [Pipeline] { [Pipeline] checkout 03:09:34 + docker-compose build --help 03:09:34 + grep parallel 03:09:36 using credential edgex-jenkins-ssh 03:09:36 Cloning the remote Git repository 03:09:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:09:36 > git init /w/workspace/edgex-go/15 # timeout=10 03:09:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:09:36 > git --version # timeout=10 03:09:36 > git --version # 'git version 2.17.1' 03:09:36 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:09:40 --parallel Build images in parallel. [Pipeline] } 03:09:40 $ docker stop --time=1 05d3a1c80ae045990172098209f017eccace5a03d8d97ad05a1c046fc7dbd0ba 03:09:42 $ docker rm -f 05d3a1c80ae045990172098209f017eccace5a03d8d97ad05a1c046fc7dbd0ba [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:09:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:09:43 . [Pipeline] withDockerContainer 03:09:43 prd-ubuntu18.04-docker-arm64-4c-16g-29921 does not seem to be running inside a container 03:09:43 $ 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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:09:44 $ docker top ad615e9ebd9bd80bcedc46ed8d3bbca0d84e0b5cef551ce778be8b87c317527e -eo pid,comm [Pipeline] { [Pipeline] sh 03:09:45 + docker-compose -f ./docker-compose-build.yml build --parallel 03:09:50 Building docker-core-command-go ... 03:09:50 Building docker-core-data-go ... 03:09:50 Building docker-core-metadata-go ... 03:09:50 Building docker-security-bootstrapper-go ... 03:09:50 Building docker-security-proxy-setup-go ... 03:09:50 Building docker-security-secretstore-setup-go ... 03:09:50 Building docker-support-notifications-go ... 03:09:50 Building docker-support-scheduler-go ... 03:09:50 Building docker-sys-mgmt-agent-go ... 03:09:50 Building docker-security-secretstore-setup-go 03:09:50 Building docker-core-command-go 03:09:50 Building docker-support-scheduler-go 03:09:50 Building docker-support-notifications-go 03:09:50 Building docker-security-bootstrapper-go 03:09:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:09:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:09:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:09:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:09:51 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:09:52 Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit b01feec7e67ee0e1d566ea78b207656183399b3c 03:09:52 Merge succeeded, producing b01feec7e67ee0e1d566ea78b207656183399b3c 03:09:52 Checking out Revision b01feec7e67ee0e1d566ea78b207656183399b3c (PR-3234) 03:09:52 > git config core.sparsecheckout # timeout=10 03:09:52 > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 03:09:52 > git remote # timeout=10 03:09:52 > git config --get remote.origin.url # timeout=10 03:09:52 using GIT_SSH to set credentials SSH Credentials for GitHub 03:09:52 > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 03:09:52 > git rev-parse HEAD^{commit} # timeout=10 03:09:52 > git config core.sparsecheckout # timeout=10 03:09:52 > git checkout -f b01feec7e67ee0e1d566ea78b207656183399b3c # timeout=10 03:09:56 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:09:57 + echo snap-build.sh 03:09:57 snap-build.sh 03:09:57 + SNAP_BASE_DIR=. 03:09:57 + '[' '!' -z /w/workspace/edgex-go/15 ']' 03:09:57 + SNAP_BASE_DIR=/w/workspace/edgex-go/15 03:09:57 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/15]' 03:09:57 [snap-build] Building snap in dir [/w/workspace/edgex-go/15] 03:09:57 + cd /w/workspace/edgex-go/15 03:09:57 + sudo apt-get remove -qy --purge lxd lxd-client 03:09:57 Reading package lists... 03:09:57 Building dependency tree... 03:09:57 Reading state information... 03:09:57 The following packages were automatically installed and are no longer required: 03:09:57 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:09:57 uidmap xdelta3 03:09:57 Use 'sudo apt autoremove' to remove them. 03:09:57 The following packages will be REMOVED: 03:09:57 lxd* lxd-client* 03:09:58 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:09:58 After this operation, 31.7 MB disk space will be freed. 03:09:59 (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.) 03:09:59 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:10:00 Removing lxd dnsmasq configuration 03:10:00 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:10:00 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:10:01 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:10:01 (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.) 03:10:01 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:10:03 Processing triggers for systemd (237-3ubuntu10.42) ... 03:10:03 Processing triggers for ureadahead (0.100.0-21) ... 03:10:05 + sudo snap remove --purge lxd 03:10:05 snap "lxd" is not installed 03:10:05 + sudo groupadd --force --system lxd 03:10:05 ++ whoami 03:10:05 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:10:05 + newgrp - lxd 03:10:05 + sudo snap install lxd 03:10:17 2021-03-16T03:10:13Z INFO Waiting for automatic snapd restart... 03:10:29 lxd 4.12 from Canonical* installed 03:10:29 + sudo lxd init --auto 03:10:39 + sudo snap install --classic snapcraft 03:10:46 snapcraft 4.5.4 from Canonical* installed 03:10:46 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:10:46 + patch --verbose -p1 03:10:46 Hmm... Looks like a unified diff to me... 03:10:46 The text leading up to this was: 03:10:46 -------------------------- 03:10:46 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:10:46 |From: Tony Espy 03:10:46 |Date: Tue, 9 Mar 2021 19:05:15 -0500 03:10:46 |Subject: [PATCH] optimize snap build for pipeline CI check 03:10:46 | 03:10:46 |This patch is used by the EdgeX CI pipeline builds to 03:10:46 |optimize the snap CI check run for pull requests. When 03:10:46 |applied, it essentially strips out everything (apps and 03:10:46 |parts) from the snapcraft.yaml file except those required 03:10:46 |to build edgex-go, as the whole idea of the CI check is to 03:10:46 |catch changes to edgex-go that break the snap build. 03:10:46 | 03:10:46 |In general, anyone updating snapcraft.yaml will also need 03:10:46 |to update this patch file, otherwise it may fail to apply, 03:10:46 |resulting in a failed snap build CI check in the associated 03:10:46 |pull request. 03:10:46 | 03:10:46 |Note - in addition to applying this patch, the pipeline also 03:10:46 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:10:46 |need to build the finally binary .snap file (and it won't 03:10:46 |work with the patch applied). This further reduces the build 03:10:46 |time. 03:10:46 |--- 03:10:46 | snap/snapcraft.yaml | 452 +------------------------------------------- 03:10:46 | 1 file changed, 1 insertion(+), 451 deletions(-) 03:10:46 | 03:10:46 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:10:46 |index d8bc12bc..5a5f5fbb 100644 03:10:46 |--- a/snap/snapcraft.yaml 03:10:46 |+++ b/snap/snapcraft.yaml 03:10:46 -------------------------- 03:10:46 patching file snap/snapcraft.yaml 03:10:46 Using Plan A... 03:10:46 Hunk #1 succeeded at 73. 03:10:46 Hunk #2 succeeded at 205. 03:10:46 Hunk #3 succeeded at 217. 03:10:46 Hunk #4 succeeded at 225. 03:10:46 Hunk #5 succeeded at 232. 03:10:46 Hunk #6 succeeded at 259. 03:10:46 Hunk #7 succeeded at 271. 03:10:46 Hunk #8 succeeded at 327. 03:10:46 Hmm... Ignoring the trailing garbage. 03:10:46 done 03:10:46 + sudo snapcraft prime --use-lxd 03:10:47 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:10:47 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: 03:10:47 - README.md 03:10:47 03:10:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:10:48 Launching a container. 03:10:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:10:58 ---> 3c871dce9da9 03:10:58 Step 3/31 : WORKDIR /edgex-go 03:10:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:10:58 ---> 3c871dce9da9 03:10:58 Step 3/24 : WORKDIR /edgex-go 03:10:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:10:58 ---> 3c871dce9da9 03:10:58 Step 3/22 : WORKDIR /edgex-go 03:10:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:10:58 ---> 3c871dce9da9 03:10:58 Step 3/22 : WORKDIR /edgex-go 03:10:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:10:58 ---> 3c871dce9da9 03:10:58 Step 3/23 : WORKDIR /edgex-go 03:11:01 Waiting for container to be ready 03:11:01 To start your first instance, try: lxc launch ubuntu:18.04 03:11:01 03:11:01 ---> Running in 7017f1599a72 03:11:01 ---> Running in ec5629d30cc8 03:11:01 ---> Running in 13f659965f32 03:11:01 ---> Running in 63b69f4bf0b3 03:11:01 ---> Running in b155907497c7 03:11:02 Removing intermediate container 63b69f4bf0b3 03:11:02 ---> bd5a464266e1 03:11:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:02 Removing intermediate container 7017f1599a72 03:11:02 ---> e4fee0df2112 03:11:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:02 Removing intermediate container ec5629d30cc8 03:11:02 Removing intermediate container 13f659965f32 03:11:02 ---> b998169ca5fe 03:11:02 ---> 104e518a054d 03:11:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:02 03:11:02 Removing intermediate container b155907497c7 03:11:02 ---> 6178e2399105 03:11:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:11:02 ---> Running in a642dc07c94f 03:11:02 ---> Running in d686098f40e5 03:11:02 ---> Running in 580ad892682b 03:11:02 ---> Running in 941f0905fcb1 03:11:03 ---> Running in 3c21a231bdec 03:11:05 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:11:05 Waiting for network to be ready... 03:11:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:11:06 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:11:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 03:11:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 03:11:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:11:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:11:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 03:11:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 03:11:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 03:11:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 03:11:06 Removing intermediate container a642dc07c94f 03:11:06 ---> 13b48d16f77c 03:11:06 Step 5/24 : RUN apk add --update --no-cache make git 03:11:06 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:11:06 Removing intermediate container d686098f40e5 03:11:06 ---> 382f84eb9151 03:11:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:11:06 ---> Running in fb095677ea55 03:11:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:11:07 ---> Running in 404f6bef361f 03:11:07 Removing intermediate container 941f0905fcb1 03:11:07 ---> 0533a1a93b09 03:11:07 Step 5/23 : RUN apk add --update --no-cache make git 03:11:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:11:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:11:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:11:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:11:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:11:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:11:07 Removing intermediate container 3c21a231bdec 03:11:07 ---> 7a35c68edcac 03:11:07 Step 5/31 : RUN apk add --update --no-cache make git 03:11:07 ---> Running in 1120f7045f05 03:11:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:11:07 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 03:11:07 ---> Running in dcc93c09112d 03:11:07 Removing intermediate container 580ad892682b 03:11:07 ---> dc0d2f5248b4 03:11:07 Step 5/22 : RUN apk add --update --no-cache make git 03:11:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 03:11:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:11:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:11:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 03:11:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 03:11:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 03:11:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 03:11:08 ---> Running in 733fb13432d5 03:11:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:10 OK: 217 MiB in 51 packages 03:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:10 OK: 217 MiB in 51 packages 03:11:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:11:11 OK: 217 MiB in 51 packages 03:11:11 Fetched 24.1 MB in 5s (4936 kB/s) 03:11:11 OK: 217 MiB in 51 packages 03:11:12 OK: 217 MiB in 51 packages 03:11:12 Reading package lists... 03:11:12 Removing intermediate container fb095677ea55 03:11:12 ---> cfa759ba174d 03:11:12 Step 6/24 : COPY go.mod . 03:11:12 Reading package lists... 03:11:12 Building dependency tree... 03:11:12 Reading state information... 03:11:12 Removing intermediate container 404f6bef361f 03:11:12 ---> f62777b252bb 03:11:12 Step 6/22 : COPY go.mod . 03:11:13 The following additional packages will be installed: 03:11:13 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:11:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:11:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:11:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:11:13 Suggested packages: 03:11:13 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:11:13 Recommended packages: 03:11:13 gnupg libsasl2-modules 03:11:13 The following NEW packages will be installed: 03:11:13 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:11:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:11:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:11:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:11:13 The following packages will be upgraded: 03:11:13 gpg gpg-agent gpgconf libudev1 03:11:13 Removing intermediate container 1120f7045f05 03:11:13 ---> 1a68128280d4 03:11:13 Step 6/23 : COPY go.mod . 03:11:13 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:11:13 Need to get 3530 kB of archives. 03:11:13 After this operation, 13.3 MB of additional disk space will be used. 03:11:13 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:11:13 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 03:11:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 03:11:13 ---> e5b758b4f591 03:11:13 Step 7/24 : RUN go mod download 03:11:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:11:13 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:11:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:11:13 Removing intermediate container dcc93c09112d 03:11:13 ---> a4ebd9d11f41 03:11:13 Step 6/31 : COPY go.mod . 03:11:13 ---> Running in 186098c61e17 03:11:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:11:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:11:13 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:11:13 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:11:13 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:11:14 ---> c107228a994a 03:11:14 Step 7/22 : RUN go mod download 03:11:14 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:11:14 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:11:14 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:11:14 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:11:14 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:11:14 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:11:14 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:11:14 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:11:14 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:11:14 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:11:14 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:11:14 Removing intermediate container 733fb13432d5 03:11:14 ---> d7ef6def146b 03:11:14 Step 6/22 : COPY go.mod . 03:11:14 ---> Running in 1255580c3570 03:11:14 debconf: delaying package configuration, since apt-utils is not installed 03:11:14 Fetched 3530 kB in 1s (3380 kB/s) 03:11:14 (Reading database ... 12511 files and directories currently installed.) 03:11:14 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:11:14 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:11:14 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:11:14 ---> 98ae36cd9d97 03:11:14 Step 7/23 : RUN go mod download 03:11:14 Selecting previously unselected package udev. 03:11:14 (Reading database ... 12511 files and directories currently installed.) 03:11:14 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:11:14 Unpacking udev (237-3ubuntu10.44) ... 03:11:14 Selecting previously unselected package libfuse2:amd64. 03:11:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:11:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:11:14 Selecting previously unselected package fuse. 03:11:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:11:14 Unpacking fuse (2.9.7-1ubuntu1) ... 03:11:14 ---> Running in 833482bf8397 03:11:15 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:11:15 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:11:15 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:11:15 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:11:15 ---> 2ee465a5936e 03:11:15 Step 7/31 : RUN go mod download 03:11:15 ---> Running in 78cd06598983 03:11:15 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:11:15 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:11:15 Selecting previously unselected package libksba8:amd64. 03:11:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:11:15 Unpacking libksba8:amd64 (1.3.5-2) ... 03:11:15 Selecting previously unselected package libroken18-heimdal:amd64. 03:11:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:15 ---> d5de4265f943 03:11:15 Step 7/22 : RUN go mod download 03:11:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:11:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:11:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:15 ---> Running in 1ca4a6239e45 03:11:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:11:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:15 Selecting previously unselected package libwind0-heimdal:amd64. 03:11:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:11:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:16 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:11:16 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:16 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:16 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:11:16 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:16 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:11:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:11:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:16 Selecting previously unselected package libsasl2-modules-db:amd64. 03:11:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:11:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:11:16 Selecting previously unselected package libsasl2-2:amd64. 03:11:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:11:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:11:16 Selecting previously unselected package libldap-common. 03:11:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:11:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:11:16 Selecting previously unselected package libldap-2.4-2:amd64. 03:11:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:11:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:11:16 Selecting previously unselected package dirmngr. 03:11:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:11:16 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:11:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:11:16 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:11:17 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:11:17 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:11:17 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:11:17 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:11:17 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:17 Setting up libksba8:amd64 (1.3.5-2) ... 03:11:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:11:17 Setting up udev (237-3ubuntu10.44) ... 03:11:17 invoke-rc.d: policy-rc.d denied execution of start. 03:11:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:17 Processing triggers for systemd (237-3ubuntu10) ... 03:11:18 Setting up fuse (2.9.7-1ubuntu1) ... 03:11:18 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:11:18 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:18 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:18 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:18 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:18 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:18 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:18 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:11:18 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:11:18 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:11:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:11:18 Removing intermediate container 186098c61e17 03:11:18 ---> 29b6179df96d 03:11:18 Step 8/24 : COPY . . 03:11:18 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:11:18 settings in the [Install] section, and DefaultInstance for template units). 03:11:18 This means they are not meant to be enabled using systemctl. 03:11:18 Possible reasons for having this kind of units are: 03:11:18 1) A unit may be statically enabled by being symlinked from another unit's 03:11:18 .wants/ or .requires/ directory. 03:11:18 2) A unit's purpose may be to act as a helper for some other unit which has 03:11:18 a requirement dependency on it. 03:11:18 3) A unit may be started when needed via activation (socket, path, timer, 03:11:18 D-Bus, udev, scripted systemctl call, ...). 03:11:18 4) In case of template units, the unit is meant to be enabled with some 03:11:18 instance name specified. 03:11:19 Removing intermediate container 1255580c3570 03:11:19 ---> 31116521fa93 03:11:19 Step 8/22 : COPY . . 03:11:19 Reading package lists... 03:11:19 Building dependency tree... 03:11:19 Reading state information... 03:11:19 The following additional packages will be installed: 03:11:19 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:11:19 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:11:19 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:11:19 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:11:19 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:11:19 Suggested packages: 03:11:19 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:11:19 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:11:19 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:11:19 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:11:19 systemd-container policykit-1 03:11:19 Recommended packages: 03:11:19 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:11:19 The following NEW packages will be installed: 03:11:19 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:11:19 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:11:19 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:11:19 multiarch-support openssh-client python3 python3-minimal python3.6 03:11:19 python3.6-minimal snapd squashfs-tools sudo 03:11:19 The following packages will be upgraded: 03:11:19 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:11:19 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:11:19 Need to get 35.2 MB of archives. 03:11:19 After this operation, 141 MB of additional disk space will be used. 03:11:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:11:19 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:11:20 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:11:20 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 03:11:20 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:11:20 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:11:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:11:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:11:20 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:11:20 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:11:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:11:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:11:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:11:20 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:11:20 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:11:20 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:11:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:11:20 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:11:20 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:11:20 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:11:20 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:11:20 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:11:20 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:11:20 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:11:20 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:11:20 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:11:20 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:11:20 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:11:20 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:11:20 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:11:21 Removing intermediate container 833482bf8397 03:11:21 ---> 55b9135b0883 03:11:21 Step 8/23 : COPY . . 03:11:21 Removing intermediate container 1ca4a6239e45 03:11:21 ---> 68bfb372cb47 03:11:21 Step 8/22 : COPY . . 03:11:21 Removing intermediate container 78cd06598983 03:11:21 ---> 5a2eb8ae4964 03:11:21 Step 8/31 : COPY . . 03:11:22 debconf: delaying package configuration, since apt-utils is not installed 03:11:22 Fetched 35.2 MB in 2s (15.7 MB/s) 03:11:22 (Reading database ... 12757 files and directories currently installed.) 03:11:22 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:11:22 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:11:22 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:11:22 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:11:23 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:11:23 (Reading database ... 12757 files and directories currently installed.) 03:11:23 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:11:23 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:11:23 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:11:23 (Reading database ... 12757 files and directories currently installed.) 03:11:23 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:11:23 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:11:23 Setting up apt (1.6.12ubuntu0.2) ... 03:11:23 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:11:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:11:24 (Reading database ... 12764 files and directories currently installed.) 03:11:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:11:24 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:11:24 Selecting previously unselected package libpython3.6-minimal:amd64. 03:11:24 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:11:24 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:11:24 Selecting previously unselected package libexpat1:amd64. 03:11:24 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:11:24 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:11:24 Selecting previously unselected package python3.6-minimal. 03:11:24 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:11:24 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:11:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 03:11:25 Checking for services that may need to be restarted...done. 03:11:25 Checking for services that may need to be restarted...done. 03:11:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:11:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:11:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:11:26 Selecting previously unselected package python3-minimal. 03:11:26 (Reading database ... 13012 files and directories currently installed.) 03:11:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:11:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:11:26 Selecting previously unselected package mime-support. 03:11:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:11:26 Unpacking mime-support (3.60ubuntu1) ... 03:11:26 Selecting previously unselected package libmpdec2:amd64. 03:11:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:11:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:11:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:11:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:11:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:11:26 Selecting previously unselected package python3.6. 03:11:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:11:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:11:26 Selecting previously unselected package libpython3-stdlib:amd64. 03:11:26 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:11:26 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:11:27 Setting up python3-minimal (3.6.7-1~18.04) ... 03:11:27 Selecting previously unselected package python3. 03:11:27 (Reading database ... 13442 files and directories currently installed.) 03:11:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:11:27 Unpacking python3 (3.6.7-1~18.04) ... 03:11:27 Selecting previously unselected package multiarch-support. 03:11:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:11:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:11:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:11:28 Selecting previously unselected package liblzo2-2:amd64. 03:11:28 (Reading database ... 13479 files and directories currently installed.) 03:11:28 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:11:28 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:11:28 Selecting previously unselected package libbsd0:amd64. 03:11:28 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:11:28 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:11:28 Selecting previously unselected package sudo. 03:11:28 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:11:28 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:11:28 Selecting previously unselected package apparmor. 03:11:28 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:11:28 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:11:28 Selecting previously unselected package libedit2:amd64. 03:11:28 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:11:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:11:28 Selecting previously unselected package libkrb5support0:amd64. 03:11:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:11:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:11:28 Selecting previously unselected package libk5crypto3:amd64. 03:11:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:11:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:11:29 Selecting previously unselected package libkeyutils1:amd64. 03:11:29 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:11:29 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:11:29 Selecting previously unselected package libkrb5-3:amd64. 03:11:29 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:11:29 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:11:29 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:11:29 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:11:29 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:11:29 Selecting previously unselected package libssl1.0.0:amd64. 03:11:29 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:11:29 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:11:29 Selecting previously unselected package openssh-client. 03:11:29 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:11:29 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:11:29 Selecting previously unselected package squashfs-tools. 03:11:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:11:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:11:29 Selecting previously unselected package snapd. 03:11:29 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:11:29 Unpacking snapd (2.48.3+18.04) ... 03:11:32 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:11:32 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:11:32 Setting up mime-support (3.60ubuntu1) ... 03:11:32 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:11:32 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:11:32 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:11:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:11:33 Setting up systemd (237-3ubuntu10.44) ... 03:11:33 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:11:34 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:11:34 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:11:34 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:11:34 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:11:34 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:11:34 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:11:35 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:11:35 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:11:35 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:11:35 Setting up python3 (3.6.7-1~18.04) ... 03:11:35 running python rtupdate hooks for python3.6... 03:11:35 running python post-rtupdate hooks for python3.6... 03:11:35 Setting up apparmor (2.12-4ubuntu5.1) ... 03:11:36 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:11:37 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:11:37 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:11:37 Setting up snapd (2.48.3+18.04) ... 03:11:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:11:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:11:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:11:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:11:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:11:38 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:11:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:11:39 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:11:39 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:11:39 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:11:39 /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' 03:11:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:11:39 Processing triggers for systemd (237-3ubuntu10.44) ... 03:11:40 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 03:11:40 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:11:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:11:42 Reading package lists... 03:11:42 Reading package lists... 03:11:43 Building dependency tree... 03:11:43 Reading state information... 03:11:43 Calculating upgrade... 03:11:43 The following packages will be upgraded: 03:11:43 advancecomp base-files bash binutils binutils-common 03:11:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:11:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:11:43 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:11:43 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:11:43 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:11:43 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:11:43 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:11:43 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:11:43 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:11:43 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:11:43 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:11:43 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:11:43 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:11:43 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:11:43 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:11:43 Need to get 63.8 MB of archives. 03:11:43 After this operation, 5206 kB of additional disk space will be used. 03:11:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 03:11:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:11:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:11:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:11:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:11:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:11:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:11:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:11:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:11:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:11:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:11:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:11:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:11:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:11:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:11:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:11:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:11:43 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:11:43 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:11:43 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:11:43 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:11:43 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:11:43 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:11:43 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:11:43 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:11:43 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:11:43 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:11:43 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:11:43 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:11:43 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:11:43 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:11:43 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:11:43 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:11:43 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:11:43 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:11:43 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:11:43 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:11:43 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:11:43 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:11:43 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 03:11:43 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:11:43 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:11:43 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:11:43 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:11:43 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:11:43 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:11:43 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:11:43 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:11:44 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:11:44 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:11:44 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:11:44 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:11:44 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:11:44 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:11:44 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:11:44 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:11:44 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:11:44 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:11:44 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:11:44 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:11:44 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:11:44 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:11:44 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:11:44 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:11:44 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:11:44 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:11:44 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:11:44 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:11:44 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:11:44 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:11:44 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:11:44 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:11:44 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:11:44 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:11:44 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:11:44 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:11:44 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:11:44 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:11:44 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:11:44 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:11:44 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:11:44 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:11:44 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:11:44 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:11:44 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:11:44 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:11:44 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:11:44 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:11:44 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:11:44 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:11:44 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:11:44 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:11:44 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:11:44 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:11:44 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:11:44 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:11:44 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:11:44 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:11:45 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:11:45 debconf: delaying package configuration, since apt-utils is not installed 03:11:45 Fetched 63.8 MB in 2s (36.8 MB/s) 03:11:45 (Reading database ... 13912 files and directories currently installed.) 03:11:45 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:11:45 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:11:46 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:11:46 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:11:46 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 03:11:46 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 03:11:47 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:47 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:47 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:47 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:47 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:47 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:47 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:47 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:47 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:47 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:47 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:47 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:47 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:47 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:48 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:48 (Reading database ... 13911 files and directories currently installed.) 03:11:48 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:48 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:11:48 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:11:48 ---> 070dc9910361 03:11:48 ---> 556df36fb85a 03:11:48 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:11:48 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:11:48 ---> Running in 7e19388e6b58 03:11:48 ---> Running in bfb243caf46d 03:11:48 ---> 7257aa2b586f 03:11:48 Step 9/23 : RUN make cmd/core-command/core-command 03:11:48 ---> 0c957a6f8c57 03:11:48 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:11:48 ---> dadd8e3bd99d 03:11:48 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:11:48 ---> Running in b9312dcbedb4 03:11:48 ---> Running in 324ab967d1ce 03:11:48 ---> Running in f064f8e69810 03:11:48 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 03:11:48 (Reading database ... 13911 files and directories currently installed.) 03:11:48 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:48 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:48 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:48 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:48 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:11:48 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:11:48 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:11:48 (Reading database ... 13911 files and directories currently installed.) 03:11:48 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:11:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:11:49 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:11:49 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 03:11:49 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:11:49 (Reading database ... 13911 files and directories currently installed.) 03:11:49 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:11:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:11:49 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:11:49 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:11:49 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 03:11:50 Setting up base-files (10.1ubuntu2.10) ... 03:11:50 Installing new version of config file /etc/issue ... 03:11:50 Installing new version of config file /etc/issue.net ... 03:11:50 Installing new version of config file /etc/lsb-release ... 03:11:50 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:11:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:11:50 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:11:50 Removing obsolete conffile /etc/default/motd-news ... 03:11:50 (Reading database ... 13912 files and directories currently installed.) 03:11:50 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:11:50 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:11:50 Setting up bash (4.4.18-2ubuntu1.2) ... 03:11:50 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 03:11:50 (Reading database ... 13912 files and directories currently installed.) 03:11:50 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:51 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:11:51 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:11:51 (Reading database ... 13912 files and directories currently installed.) 03:11:51 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:11:51 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:11:51 Setting up tar (1.29b-2ubuntu0.2) ... 03:11:51 (Reading database ... 13912 files and directories currently installed.) 03:11:51 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:11:51 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:11:51 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:11:51 (Reading database ... 13912 files and directories currently installed.) 03:11:51 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:11:51 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:11:52 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:11:52 (Reading database ... 13912 files and directories currently installed.) 03:11:52 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:11:52 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:11:52 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:11:52 (Reading database ... 13912 files and directories currently installed.) 03:11:52 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:11:52 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:11:52 Setting up grep (3.1-2build1) ... 03:11:52 (Reading database ... 13912 files and directories currently installed.) 03:11:52 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:11:52 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:11:52 Setting up login (1:4.5-1ubuntu2) ... 03:11:52 (Reading database ... 13912 files and directories currently installed.) 03:11:52 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:11:52 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:53 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:11:53 (Reading database ... 13912 files and directories currently installed.) 03:11:53 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:11:53 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:11:53 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:11:53 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:11:53 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:11:54 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:11:54 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:11:54 (Reading database ... 13912 files and directories currently installed.) 03:11:54 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:11:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:11:55 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:11:55 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:11:55 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:11:55 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:11:55 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:11:56 (Reading database ... 13912 files and directories currently installed.) 03:11:56 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:11:56 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:11:56 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:11:56 (Reading database ... 13912 files and directories currently installed.) 03:11:56 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:56 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:56 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:56 (Reading database ... 13912 files and directories currently installed.) 03:11:56 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:56 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:56 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:56 (Reading database ... 13912 files and directories currently installed.) 03:11:56 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:57 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:57 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:57 (Reading database ... 13912 files and directories currently installed.) 03:11:57 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:57 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:57 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:57 (Reading database ... 13912 files and directories currently installed.) 03:11:57 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:11:57 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:58 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:11:58 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:58 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:11:58 (Reading database ... 13912 files and directories currently installed.) 03:11:58 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:11:58 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:58 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:11:58 (Reading database ... 13912 files and directories currently installed.) 03:11:58 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:58 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:58 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:58 (Reading database ... 13912 files and directories currently installed.) 03:11:58 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:58 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:59 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:11:59 (Reading database ... 13912 files and directories currently installed.) 03:11:59 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:59 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:59 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:11:59 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:12:00 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:12:00 (Reading database ... 13912 files and directories currently installed.) 03:12:00 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:12:00 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:12:00 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:12:00 (Reading database ... 13912 files and directories currently installed.) 03:12:00 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:12:00 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:12:00 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:12:00 (Reading database ... 13914 files and directories currently installed.) 03:12:00 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:12:00 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:12:01 Setting up debconf (1.5.66ubuntu1) ... 03:12:01 (Reading database ... 13914 files and directories currently installed.) 03:12:01 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:12:01 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:12:01 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:12:01 (Reading database ... 13914 files and directories currently installed.) 03:12:01 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:12:01 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:12:01 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:12:02 (Reading database ... 13914 files and directories currently installed.) 03:12:02 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:12:02 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:12:02 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:12:02 (Reading database ... 13914 files and directories currently installed.) 03:12:02 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:12:02 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:12:02 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:12:02 (Reading database ... 13914 files and directories currently installed.) 03:12:02 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:12:02 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:12:02 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:12:03 (Reading database ... 13914 files and directories currently installed.) 03:12:03 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:12:03 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:12:03 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:12:03 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:12:03 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:12:03 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:12:03 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:12:03 (Reading database ... 13914 files and directories currently installed.) 03:12:03 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:12:03 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:12:03 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:12:03 (Reading database ... 13914 files and directories currently installed.) 03:12:03 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:12:03 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:12:03 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:12:04 (Reading database ... 13914 files and directories currently installed.) 03:12:04 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:12:04 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:12:04 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:12:04 (Reading database ... 13914 files and directories currently installed.) 03:12:04 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:12:05 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:12:05 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:12:05 (Reading database ... 13914 files and directories currently installed.) 03:12:05 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:12:05 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:12:05 Setting up passwd (1:4.5-1ubuntu2) ... 03:12:05 (Reading database ... 13914 files and directories currently installed.) 03:12:05 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:12:05 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:12:05 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:12:06 (Reading database ... 13914 files and directories currently installed.) 03:12:06 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:12:06 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:12:06 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:12:06 (Reading database ... 13914 files and directories currently installed.) 03:12:06 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:12:06 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:12:06 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:12:06 (Reading database ... 13914 files and directories currently installed.) 03:12:06 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:12:06 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:12:06 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:12:07 (Reading database ... 13914 files and directories currently installed.) 03:12:07 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:12:07 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:12:07 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:12:07 (Reading database ... 13914 files and directories currently installed.) 03:12:07 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:12:07 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:12:07 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:12:07 (Reading database ... 13914 files and directories currently installed.) 03:12:07 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:12:07 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:12:07 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:12:07 (Reading database ... 13915 files and directories currently installed.) 03:12:07 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:12:07 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:12:08 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:12:08 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:12:08 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:12:08 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:12:08 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:12:08 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:12:08 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:12:08 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:12:08 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:12:08 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:12:09 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:12:09 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:12:09 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:12:09 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:12:09 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:12:09 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:12:09 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:12:09 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:12:09 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:12:09 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:12:09 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:12:09 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:12:10 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:12:10 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:12:11 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:12:11 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:12:11 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:12:11 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:12:11 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:12:11 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:12:11 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:12:11 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:12:11 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:12:11 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:12:12 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:12 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:12 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:12 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:12 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:12 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:12 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:12 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:13 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:13 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:15 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:15 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:15 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:15 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:16 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:16 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:17 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:12:17 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:12:17 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:12:17 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:12:17 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:12:17 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:12:17 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:12:17 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:12:17 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:12:17 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:12:18 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:12:18 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:12:18 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:12:18 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:12:18 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:12:18 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:12:18 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:12:18 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:12:18 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:12:18 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:12:18 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:12:18 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:12:18 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:12:18 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:12:18 03:12:18 Current default time zone: 'Etc/UTC' 03:12:18 Local time is now: Tue Mar 16 03:12:18 UTC 2021. 03:12:18 Universal Time is now: Tue Mar 16 03:12:18 UTC 2021. 03:12:18 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:12:18 03:12:18 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:12:18 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:12:18 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 03:12:18 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:12:18 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:12:18 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:12:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:12:18 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:12:18 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:12:18 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:12:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:12:18 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:12:19 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:12:19 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:12:19 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:12:19 Setting up patch (2.7.6-2ubuntu1.1) ... 03:12:19 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:12:19 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:12:19 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 03:12:19 Installing new version of config file /etc/ssl/openssl.cnf ... 03:12:19 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:12:19 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:12:19 Setting up ca-certificates (20210119~18.04.1) ... 03:12:21 Updating certificates in /etc/ssl/certs... 03:12:22 23 added, 27 removed; done. 03:12:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:12:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:12:22 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:12:22 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:12:22 Setting up pkgbinarymangler (138.18.04.1) ... 03:12:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:12:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:12:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:12:22 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:12:22 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:12:22 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:12:22 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:12:22 Setting up perl (5.26.1-6ubuntu0.5) ... 03:12:22 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:12:22 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:12:22 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:12:22 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:12:22 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:12:22 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:12:22 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:12:22 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:12:22 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:12:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:12:23 Processing triggers for systemd (237-3ubuntu10.44) ... 03:12:23 Processing triggers for mime-support (3.60ubuntu1) ... 03:12:23 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:12:23 Updating certificates in /etc/ssl/certs... 03:12:23 0 added, 0 removed; done. 03:12:23 Running hooks in /etc/ca-certificates/update.d... 03:12:23 done. 03:12:24 Reading package lists... 03:12:24 Building dependency tree... 03:12:24 Reading state information... 03:12:24 The following NEW packages will be installed: 03:12:24 apt-transport-https 03:12:24 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:12:24 Need to get 1696 B of archives. 03:12:24 After this operation, 153 kB of additional disk space will be used. 03:12:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:12:25 debconf: delaying package configuration, since apt-utils is not installed 03:12:25 Fetched 1696 B in 0s (8507 B/s) 03:12:25 Selecting previously unselected package apt-transport-https. 03:12:25 (Reading database ... 13920 files and directories currently installed.) 03:12:25 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:12:25 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:12:25 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:12:25 Waiting for network to be ready... 03:12:33 2021-03-16T03:12:29Z INFO Waiting for automatic snapd restart... 03:12:33 snapd 2.49 from Canonical* installed 03:12:34 "snapd" switched to the "latest/stable" channel 03:12:34 03:12:38 core18 20210128 from Canonical* installed 03:12:38 "core18" switched to the "latest/stable" channel 03:12:38 03:12:45 snapcraft 4.5.4 from Canonical* installed 03:12:45 "snapcraft" switched to the "latest/stable" channel 03:12:45 03:12:48 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: 03:12:48 - README.md 03:12:48 03:12:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:12:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:12:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:12:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:12:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:12:56 Reading package lists... 03:12:56 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 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 03:13:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:13:03 Reading package lists... 03:13:03 Building dependency tree... 03:13:03 Reading state information... 03:13:03 Suggested packages: 03:13:03 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:13:03 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:13:03 Recommended packages: 03:13:03 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:13:03 The following NEW packages will be installed: 03:13:03 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:13:03 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:13:03 pkg-config zip 03:13:03 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:13:03 Need to get 7657 kB of archives. 03:13:03 After this operation, 43.8 MB of additional disk space will be used. 03:13:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 03:13:03 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:13:03 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:13:04 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:13:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:13:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:13:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:13:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:13:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:13:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:13:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:13:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:13:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:13:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:13:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:13:05 debconf: delaying package configuration, since apt-utils is not installed 03:13:05 Fetched 7657 kB in 1s (5583 kB/s) 03:13:05 Selecting previously unselected package libglib2.0-0:amd64. 03:13:05 (Reading database ... 13924 files and directories currently installed.) 03:13:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 03:13:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:13:05 Selecting previously unselected package libpsl5:amd64. 03:13:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:13:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:13:05 Selecting previously unselected package libnghttp2-14:amd64. 03:13:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:13:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:13:05 Selecting previously unselected package librtmp1:amd64. 03:13:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:13:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:13:05 Selecting previously unselected package libcurl3-gnutls:amd64. 03:13:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:13:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:13:05 Selecting previously unselected package liberror-perl. 03:13:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:13:05 Unpacking liberror-perl (0.17025-1) ... 03:13:05 Selecting previously unselected package git-man. 03:13:05 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:13:05 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:13:06 Selecting previously unselected package git. 03:13:06 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:13:06 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:13:07 Selecting previously unselected package libnorm1:amd64. 03:13:07 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:13:07 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:13:07 Selecting previously unselected package libpgm-5.2-0:amd64. 03:13:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:13:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:13:07 Selecting previously unselected package libsodium23:amd64. 03:13:07 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:13:07 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:13:07 Selecting previously unselected package libzmq5:amd64. 03:13:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:13:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:13:07 Selecting previously unselected package libzmq3-dev:amd64. 03:13:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:13:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:13:07 Selecting previously unselected package pkg-config. 03:13:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:13:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:13:07 Selecting previously unselected package zip. 03:13:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:13:07 Unpacking zip (3.0-11build1) ... 03:13:08 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:13:08 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:13:08 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:13:08 Setting up liberror-perl (0.17025-1) ... 03:13:08 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:13:08 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:13:08 No schema files found: doing nothing. 03:13:08 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:13:08 Setting up zip (3.0-11build1) ... 03:13:08 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:13:08 Setting up libsodium23:amd64 (1.0.16-2) ... 03:13:08 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:13:08 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:13:08 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:13:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:13:08 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:13:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:13:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:13:15 git set to automatically installed. 03:13:15 git-man set to automatically installed. 03:13:15 libcurl3-gnutls set to automatically installed. 03:13:15 liberror-perl set to automatically installed. 03:13:15 libglib2.0-0 set to automatically installed. 03:13:15 libnghttp2-14 set to automatically installed. 03:13:15 libnorm1 set to automatically installed. 03:13:15 libpgm-5.2-0 set to automatically installed. 03:13:15 libpsl5 set to automatically installed. 03:13:15 librtmp1 set to automatically installed. 03:13:15 libsodium23 set to automatically installed. 03:13:15 libzmq3-dev set to automatically installed. 03:13:15 libzmq5 set to automatically installed. 03:13:15 pkg-config set to automatically installed. 03:13:15 zip set to automatically installed. 03:13:16 snapd is not logged in, snap install commands will use sudo 03:13:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:13:26 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 03:13:32 Removing intermediate container 7e19388e6b58 03:13:32 ---> 6fb2639fd086 03:13:32 03:13:32 Step 10/24 : FROM alpine:3.12 03:13:32 3.12: Pulling from library/alpine 03:13:32 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:13:32 Status: Downloaded newer image for alpine:3.12 03:13:32 ---> d10569e2745f 03:13:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:13:33 ---> Running in 1ba4a681b7aa 03:13:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:36 (1/5) Installing ca-certificates (20191127-r4) 03:13:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:13:36 (3/5) Installing libcurl (7.69.1-r3) 03:13:36 (4/5) Installing curl (7.69.1-r3) 03:13:36 (5/5) Installing dumb-init (1.2.2-r1) 03:13:36 Executing busybox-1.31.1-r19.trigger 03:13:36 Executing ca-certificates-20191127-r4.trigger 03:13:36 OK: 7 MiB in 19 packages 03:13:40 Removing intermediate container 1ba4a681b7aa 03:13:40 ---> 73b663d843d5 03:13:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:13:40 ---> Running in b38886cc55f3 03:13:41 Removing intermediate container b38886cc55f3 03:13:41 ---> 0a07c1ebc90b 03:13:41 Step 13/24 : WORKDIR / 03:13:41 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 03:13:42 snapd is not logged in, snap install commands will use sudo 03:13:42 ---> Running in 3df4ff2356df 03:13:43 Removing intermediate container 3df4ff2356df 03:13:43 ---> 0860f0c1f74b 03:13:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:13:43 Removing intermediate container 324ab967d1ce 03:13:43 ---> a8a462ca4ec0 03:13:43 03:13:43 Step 10/31 : FROM alpine:3.12 03:13:43 ---> d10569e2745f 03:13:43 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:13:43 ---> Running in b62be32b4367 03:13:44 Removing intermediate container b62be32b4367 03:13:44 ---> 1ea33bc4c491 03:13:44 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:13:44 ---> 513f4a8d288b 03:13:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:13:44 ---> Running in 3b651fbda73a 03:13:45 ---> 8fa596b165da 03:13:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:13:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:46 ---> 37a575328160 03:13:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:13:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:47 (1/2) Installing dumb-init (1.2.2-r1) 03:13:47 (2/2) Installing su-exec (0.2-r1) 03:13:47 Executing busybox-1.31.1-r19.trigger 03:13:47 OK: 5 MiB in 16 packages 03:13:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:13:49 snap "core18" has no updates available 03:13:49 ---> d77c65839c98 03:13:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:13:49 Pulling config-common 03:13:49 + snapcraftctl pull 03:13:50 Removing intermediate container 3b651fbda73a 03:13:50 ---> d204713bbf94 03:13:50 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:13:51 Pulling go-build-helper 03:13:51 + snapcraftctl pull 03:13:51 ---> 5d58304bf30b 03:13:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:13:51 ---> Running in 51d8c8507a2e 03:13:52 'edgex-go' has dependencies that need to be staged: go-build-helper 03:13:52 Skipping pull go-build-helper (already ran) 03:13:52 Building go-build-helper 03:13:52 + snapcraftctl build 03:13:53 Removing intermediate container 51d8c8507a2e 03:13:53 ---> 0117fd67d11f 03:13:53 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:13:53 ---> 2329bab9758e 03:13:53 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/ 03:13:53 Removing intermediate container f064f8e69810 03:13:53 ---> 08dfa81b1fce 03:13:53 03:13:53 Step 10/23 : FROM alpine:3.12 03:13:53 ---> d10569e2745f 03:13:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:13:54 ---> Running in 345a78c23020 03:13:54 ---> Running in 61f45bfddf5a 03:13:54 ---> Running in 6d2c6c7f8fb9 03:13:54 Removing intermediate container bfb243caf46d 03:13:54 ---> cfd91a36b0c4 03:13:54 03:13:54 Step 10/22 : FROM alpine:3.12 03:13:54 ---> d10569e2745f 03:13:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:13:54 Staging go-build-helper 03:13:54 + snapcraftctl stage 03:13:55 Removing intermediate container 345a78c23020 03:13:55 ---> 89d215c27485 03:13:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:13:55 ---> Running in f5bf2f103c8a 03:13:55 Removing intermediate container b9312dcbedb4 03:13:55 ---> d1f7f50b36ef 03:13:55 03:13:55 Step 10/22 : FROM alpine:3.12 03:13:55 ---> d10569e2745f 03:13:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:13:55 ---> Running in 35483882b68c 03:13:55 ---> Running in 52153211c0e3 03:13:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:57 (1/1) Installing dumb-init (1.2.2-r1) 03:13:57 Executing busybox-1.31.1-r19.trigger 03:13:57 OK: 5 MiB in 15 packages 03:13:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:57 Removing intermediate container 61f45bfddf5a 03:13:57 ---> d690051c596c 03:13:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:13:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:58 ---> Running in 8e224037eb29 03:13:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:58 (1/2) Installing ca-certificates (20191127-r4) 03:13:58 (2/2) Installing dumb-init (1.2.2-r1) 03:13:58 Executing busybox-1.31.1-r19.trigger 03:13:58 Executing ca-certificates-20191127-r4.trigger 03:13:58 (1/1) Installing dumb-init (1.2.2-r1) 03:13:58 Executing busybox-1.31.1-r19.trigger 03:13:58 OK: 5 MiB in 15 packages 03:13:59 Removing intermediate container 6d2c6c7f8fb9 03:13:59 ---> 5264e0bba398 03:13:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:13:59 OK: 6 MiB in 16 packages 03:13:59 Removing intermediate container 8e224037eb29 03:13:59 ---> d7fd4afaeacb 03:13:59 Step 22/24 : LABEL arch=arm64 03:13:59 ---> Running in d613f2387a87 03:13:59 ---> Running in d3e9f1c8dc8e 03:13:59 Removing intermediate container 35483882b68c 03:13:59 ---> aa9700e71a49 03:13:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:13:59 ---> Running in 587245072fe9 03:14:00 Removing intermediate container d613f2387a87 03:14:00 ---> ad803b65b272 03:14:00 Step 13/23 : ENV APP_PORT=48082 03:14:00 Removing intermediate container d3e9f1c8dc8e 03:14:00 ---> d035affa74f8 03:14:00 Step 23/24 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:14:00 ---> Running in 034816440de7 03:14:00 ---> Running in fde9db27e5bb 03:14:00 Removing intermediate container 587245072fe9 03:14:00 ---> d878a9f62fbd 03:14:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:14:00 Removing intermediate container 52153211c0e3 03:14:00 ---> adcd568426f7 03:14:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:14:01 ---> Running in d27885f2f79e 03:14:01 Removing intermediate container fde9db27e5bb 03:14:01 ---> 53b937f35ddc 03:14:01 Step 24/24 : LABEL version=0.0.0 03:14:01 Removing intermediate container 034816440de7 03:14:01 ---> 91544739459e 03:14:01 Step 14/23 : EXPOSE $APP_PORT 03:14:01 ---> Running in 864e916e8d29 03:14:01 ---> Running in 6f52e44a246d 03:14:01 Removing intermediate container f5bf2f103c8a 03:14:01 ---> de950d145ef0 03:14:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:14:01 ---> 3d8f170b2243 03:14:01 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:14:01 Removing intermediate container d27885f2f79e 03:14:01 ---> 8c0b1cdd4596 03:14:01 Step 13/22 : ENV APP_PORT=48085 03:14:01 ---> Running in 7c5a2b19da13 03:14:01 ---> Running in 3cb40b6c456f 03:14:01 ---> Running in 70803e4a12a4 03:14:02 Removing intermediate container 6f52e44a246d 03:14:02 ---> e972470243d7 03:14:02 Step 15/23 : WORKDIR / 03:14:02 Removing intermediate container 864e916e8d29 03:14:02 ---> 2d891ca36d60 03:14:02 03:14:02 ---> Running in 91430c1ea47a 03:14:02 Removing intermediate container 7c5a2b19da13 03:14:02 ---> ba88411ee034 03:14:02 Step 13/22 : ENV APP_PORT=48060 03:14:03 Successfully built 2d891ca36d60 03:14:03 Removing intermediate container 70803e4a12a4 03:14:03 ---> 2585a0efd48c 03:14:03 Step 14/22 : EXPOSE $APP_PORT 03:14:03 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:14:03  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 03:14:03 ---> Running in f13680ebf43b 03:14:03 ---> Running in 4707f2ff0d32 03:14:03 Removing intermediate container 91430c1ea47a 03:14:03 ---> 9576d7b5fa2c 03:14:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:03 Removing intermediate container f13680ebf43b 03:14:03 ---> 54a18d7d72e2 03:14:03 Step 14/22 : EXPOSE $APP_PORT 03:14:03 Removing intermediate container 4707f2ff0d32 03:14:03 ---> 3b38510165a6 03:14:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:04 ---> Running in 513baea2edec 03:14:04 ---> c9d5e183146e 03:14:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:14:05 Removing intermediate container 513baea2edec 03:14:05 ---> d151343ac81b 03:14:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:06 Removing intermediate container 3cb40b6c456f 03:14:06 ---> 5f46699950b6 03:14:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:14:06 ---> 130d5c18155c 03:14:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:14:07 ---> e4a8e6b150a9 03:14:07 ---> 8861fd3b7dff 03:14:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.tomlStep 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:14:07 03:14:07 ---> f54a81ee90c2 03:14:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:14:09 ---> df1a492269d5 03:14:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:14:09 ---> 76a3b6462350 03:14:09 Step 19/23 : ENTRYPOINT ["/core-command"] 03:14:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:14:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:14:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 03:14:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:14:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:14:09 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 03:14:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:14:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:14:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 03:14:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 03:14:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 03:14:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:14:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:14:09 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 03:14:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:14:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:14:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:14:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:14:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:14:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 03:14:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 03:14:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:14:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:14:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 03:14:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 03:14:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 03:14:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 03:14:09 Fetched 24.1 MB in 6s (3917 kB/s) 03:14:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:14:09 Fetched 224 kB in 0s (0 B/s) 03:14:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:14:09 Fetched 157 kB in 0s (0 B/s) 03:14:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:14:09 Fetched 221 kB in 0s (0 B/s) 03:14:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:14:09 Fetched 143 kB in 0s (0 B/s) 03:14:09 Pulling edgex-go 03:14:09 + snapcraftctl pull 03:14:09 ---> 0167c6fb6277 03:14:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:14:09 ---> 160fd38f1dcb 03:14:09 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:14:09 ---> d162a6c2baa8 03:14:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:14:10 ---> Running in 98b2f58d0b9f 03:14:10 ---> Running in 96dbf36884cd 03:14:11 Removing intermediate container 98b2f58d0b9f 03:14:11 ---> 7b1d924c31c4 03:14:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:11 Removing intermediate container 96dbf36884cd 03:14:11 ---> 5abcf747b62e 03:14:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:11 ---> Running in 39a1739be0e9 03:14:11 ---> eae77c5acfb0 03:14:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:14:11 ---> 61b094b82b62 03:14:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:14:11 ---> Running in eae15bc21abd 03:14:11 ---> Running in 3729595bdda4 03:14:11 Removing intermediate container 39a1739be0e9 03:14:11 ---> 0409e1e11a71 03:14:11 Step 21/23 : LABEL arch=arm64 03:14:12 ---> Running in 06d23d35e018 03:14:12 Removing intermediate container 3729595bdda4 03:14:12 ---> 2ff8fc66b8ad 03:14:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:12 Removing intermediate container eae15bc21abd 03:14:12 ---> 7f46100edb1a 03:14:12 Step 20/22 : LABEL arch=arm64 03:14:12 ---> 48ac574136d8 03:14:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:14:12 ---> Running in 34e72f9d8a7b 03:14:13 ---> Running in 326ba11780cb 03:14:13 Removing intermediate container 06d23d35e018 03:14:13 ---> 17e881925350 03:14:13 Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:14:13 ---> Running in 185b8d222915 03:14:13 Removing intermediate container 34e72f9d8a7b 03:14:13 ---> 277376c505d6 03:14:13 Step 21/22 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:14:14 ---> da25b9d360a3 03:14:14 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:14:14 ---> Running in f07c77b56cfe 03:14:14 Removing intermediate container 326ba11780cb 03:14:14 ---> 73bd5f2dc9b0 03:14:14 Step 20/22 : LABEL arch=arm64 03:14:14 Removing intermediate container 185b8d222915 03:14:14 ---> cff37d128d51 03:14:14 Step 23/23 : LABEL version=0.0.0 03:14:15 ---> Running in 75f5ab24cff6 03:14:15 ---> Running in a48a4d9856c8 03:14:15 ---> Running in c00e5d1b3776 03:14:15 Removing intermediate container f07c77b56cfe 03:14:15 ---> d820551ffda0 03:14:15 Step 22/22 : LABEL version=0.0.0 03:14:16 ---> Running in 389dc424f1ab 03:14:16 Removing intermediate container 75f5ab24cff6 03:14:16 ---> 4bfa9c440a89 03:14:16 Step 21/22 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:14:16 Removing intermediate container a48a4d9856c8 03:14:16 ---> e58e2c1c030f 03:14:16 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:14:16 Removing intermediate container c00e5d1b3776 03:14:16 ---> 681135e2ba6f 03:14:16 03:14:16 ---> Running in b10dec9d7bc3 03:14:17 Removing intermediate container 389dc424f1ab 03:14:17 ---> 09e7214f7fb5 03:14:17 03:14:17 Successfully built 681135e2ba6f 03:14:17 Successfully tagged docker-core-command-go-arm64:latest 03:14:17  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 03:14:17 Removing intermediate container b10dec9d7bc3 03:14:17 ---> 40f76b8e976f 03:14:17 Step 22/22 : LABEL version=0.0.0 03:14:17 ---> 2391166cd205 03:14:17 Step 26/31 : RUN chmod +x /entrypoint.sh 03:14:17 Successfully built 09e7214f7fb5 03:14:17 Successfully tagged docker-support-scheduler-go-arm64:latest 03:14:17 ---> Running in cbfe61137b27 03:14:17  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 03:14:18 ---> Running in be95df2215c8 03:14:18 Removing intermediate container cbfe61137b27 03:14:18 ---> 1b48015d78bc 03:14:18 03:14:19 Successfully built 1b48015d78bc 03:14:19 Successfully tagged docker-support-notifications-go-arm64:latest 03:14:19 Building docker-core-data-go 03:14:21  Building docker-support-notifications-go ... done Removing intermediate container be95df2215c8 03:14:21 ---> 9a3550606720 03:14:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:14:21 ---> Running in 8f29f421142e 03:14:21 Removing intermediate container 8f29f421142e 03:14:21 ---> 0bb1bfbd850c 03:14:21 Step 28/31 : CMD ["gate"] 03:14:22 ---> Running in a533fff52d93 03:14:23 Removing intermediate container a533fff52d93 03:14:23 ---> 7fadea579b69 03:14:23 Step 29/31 : LABEL arch=arm64 03:14:24 ---> Running in 47b33fd6289c 03:14:25 Removing intermediate container 47b33fd6289c 03:14:25 ---> 128999f975dd 03:14:25 Step 30/31 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:14:26 ---> Running in e58a37fdb31c 03:14:28 Removing intermediate container e58a37fdb31c 03:14:28 ---> 05e03ccd610f 03:14:28 Step 31/31 : LABEL version=0.0.0 03:14:29 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:29 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:14:29 ---> 3c871dce9da9 03:14:29 Step 3/26 : WORKDIR /edgex-go 03:14:29 ---> Using cache 03:14:29 ---> 6178e2399105 03:14:29 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:29 ---> Using cache 03:14:29 ---> 7a35c68edcac 03:14:29 Step 5/26 : RUN apk add --update --no-cache make bash git 03:14:30 ---> Running in 99cad5dd934c 03:14:30 ---> Running in 84a227619241 03:14:30 Removing intermediate container 84a227619241 03:14:30 ---> 0b2ac6ded2a2 03:14:30 03:14:31 Successfully built 0b2ac6ded2a2 03:14:31 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:14:31  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:14:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:14:32 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:14:32 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:14:32 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:14:32 Fetched 0 B in 0s (0 B/s) 03:14:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:14:32 Fetched 96.5 kB in 0s (0 B/s) 03:14:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:14:32 Fetched 279 kB in 0s (0 B/s) 03:14:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:14:32 Fetched 122 kB in 0s (0 B/s) 03:14:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:14:32 Fetched 77.8 kB in 0s (0 B/s) 03:14:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:14:32 Fetched 8848 B in 0s (0 B/s) 03:14:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:14:32 Fetched 47.8 kB in 0s (0 B/s) 03:14:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:14:32 Fetched 45.6 kB in 0s (0 B/s) 03:14:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:14:32 Fetched 15.0 kB in 0s (0 B/s) 03:14:32 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:14:32 Fetched 214 kB in 0s (0 B/s) 03:14:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:14:32 Fetched 154 kB in 0s (0 B/s) 03:14:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:14:32 Fetched 50.6 kB in 0s (0 B/s) 03:14:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:14:32 Fetched 14.8 kB in 0s (0 B/s) 03:14:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:14:32 Fetched 41.8 kB in 0s (0 B/s) 03:14:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:14:32 Fetched 499 kB in 0s (0 B/s) 03:14:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:14:32 Fetched 111 kB in 0s (0 B/s) 03:14:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:14:32 Fetched 240 kB in 0s (0 B/s) 03:14:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:14:32 Fetched 29.3 kB in 0s (0 B/s) 03:14:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:14:32 Fetched 85.5 kB in 0s (0 B/s) 03:14:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:14:32 Fetched 24.5 kB in 0s (0 B/s) 03:14:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:14:32 Fetched 49.2 kB in 0s (0 B/s) 03:14:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:14:32 Fetched 54.2 kB in 0s (0 B/s) 03:14:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:14:32 Fetched 30.8 kB in 0s (0 B/s) 03:14:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:14:32 Fetched 15.8 kB in 0s (0 B/s) 03:14:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:14:32 Fetched 85.9 kB in 0s (0 B/s) 03:14:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:14:32 Fetched 8720 B in 0s (0 B/s) 03:14:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:14:32 Fetched 137 kB in 0s (0 B/s) 03:14:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:14:32 Fetched 119 kB in 0s (0 B/s) 03:14:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:14:32 Fetched 109 kB in 0s (0 B/s) 03:14:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:14:32 Fetched 11.1 kB in 0s (0 B/s) 03:14:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:14:32 Fetched 645 kB in 0s (0 B/s) 03:14:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:14:32 Fetched 41.3 kB in 0s (0 B/s) 03:14:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:14:32 Fetched 17.9 kB in 0s (0 B/s) 03:14:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:14:32 Fetched 368 kB in 0s (0 B/s) 03:14:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:14:32 Fetched 187 kB in 0s (0 B/s) 03:14:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:14:32 Fetched 175 kB in 0s (0 B/s) 03:14:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:14:32 Fetched 206 kB in 0s (0 B/s) 03:14:32 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 03:14:32 Fetched 1301 kB in 0s (0 B/s) 03:14:32 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:14:32 Fetched 36.2 kB in 0s (0 B/s) 03:14:32 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:14:32 Fetched 159 kB in 0s (0 B/s) 03:14:32 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:14:32 Fetched 107 kB in 0s (0 B/s) 03:14:32 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:14:32 Fetched 48.7 kB in 0s (0 B/s) 03:14:32 Pulling static-packages 03:14:32 + snapcraftctl pull 03:14:33 OK: 217 MiB in 51 packages 03:14:33 Pulling version 03:14:33 + cd /root/project 03:14:33 + [ -f VERSION ] 03:14:33 + PROJECT_VERSION=local-dev 03:14:33 + git rev-parse --short HEAD 03:14:33 + GIT_REVISION=b01feec7 03:14:33 + snapcraftctl set-version local-dev 03:14:34 Building config-common 03:14:34 + snapcraftctl build 03:14:36 Removing intermediate container 99cad5dd934c 03:14:36 ---> 195d9ea5686d 03:14:36 Step 6/26 : COPY go.mod . 03:14:37 ---> 4538d5c1d4fd 03:14:37 Step 7/26 : RUN go mod download 03:14:37 ---> Running in e8e5fe61949f 03:14:37 Skipping build go-build-helper (already ran) 03:14:37 Building edgex-go 03:14:38 + cd /root/parts/edgex-go/src 03:14:38 + make build 03:14:38 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 03:14:40 Removing intermediate container e8e5fe61949f 03:14:40 ---> 9b063b873811 03:14:40 Step 8/26 : COPY . . 03:14:41 go: downloading github.com/gorilla/mux v1.8.0 03:14:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:14:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.49 03:14:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 03:14:41 go: downloading github.com/google/uuid v1.2.0 03:14:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 03:14:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:14:41 go: downloading github.com/pkg/errors v0.8.1 03:14:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 03:14:41 go: downloading github.com/go-kit/kit v0.8.0 03:14:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:14:41 go: downloading github.com/pelletier/go-toml v1.2.0 03:14:41 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 03:14:41 go: downloading github.com/imdario/mergo v0.3.12 03:14:41 go: downloading github.com/x448/float16 v0.8.4 03:14:41 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 03:14:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:14:41 go: downloading github.com/pebbe/zmq4 v1.2.5 03:14:41 go: downloading github.com/hashicorp/consul/api v1.8.1 03:14:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:14:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 03:14:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:14:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:14:41 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:14:41 go: downloading github.com/fatih/color v1.9.0 03:14:41 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:14:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:14:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:14:41 go: downloading github.com/mattn/go-colorable v0.1.6 03:14:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:14:42 go: downloading github.com/hashicorp/serf v0.9.5 03:14:42 go: downloading github.com/go-playground/universal-translator v0.17.0 03:14:42 go: downloading github.com/mattn/go-isatty v0.0.12 03:14:42 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:14:42 go: downloading github.com/leodido/go-urn v1.2.0 03:14:42 go: downloading github.com/BurntSushi/toml v0.3.1 03:14:42 go: downloading github.com/gorilla/websocket v1.4.2 03:14:42 go: downloading github.com/mitchellh/copystructure v1.0.0 03:14:42 go: downloading github.com/go-playground/locales v0.13.0 03:14:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:14:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:14:42 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:14:42 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:14:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:14:42 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:14:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:14:55 go: downloading gopkg.in/yaml.v2 v2.4.0 03:14:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:14:59 ---> 3c871dce9da9 03:14:59 Step 3/21 : WORKDIR /edgex-go 03:14:59 ---> Using cache 03:14:59 ---> 6178e2399105 03:14:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:59 ---> Using cache 03:14:59 ---> 7a35c68edcac 03:14:59 Step 5/21 : RUN apk add --update --no-cache make git 03:14:59 ---> Using cache 03:14:59 ---> a4ebd9d11f41 03:14:59 Step 6/21 : COPY go.mod . 03:14:59 ---> Using cache 03:14:59 ---> 2ee465a5936e 03:14:59 Step 7/21 : RUN go mod download 03:14:59 ---> Using cache 03:14:59 ---> 5a2eb8ae4964 03:14:59 Step 8/21 : COPY . . 03:14:59 ---> Using cache 03:14:59 ---> 0c957a6f8c57 03:14:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:14:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:14:59 ---> 3c871dce9da9 03:14:59 Step 3/23 : WORKDIR /edgex-go 03:14:59 ---> Using cache 03:14:59 ---> 6178e2399105 03:14:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:59 ---> Using cache 03:14:59 ---> 7a35c68edcac 03:14:59 Step 5/23 : RUN apk add --update --no-cache make git 03:14:59 ---> Using cache 03:14:59 ---> a4ebd9d11f41 03:14:59 Step 6/23 : COPY go.mod . 03:14:59 ---> Using cache 03:14:59 ---> 2ee465a5936e 03:14:59 Step 7/23 : RUN go mod download 03:14:59 ---> Using cache 03:14:59 ---> 5a2eb8ae4964 03:14:59 Step 8/23 : COPY . . 03:14:59 ---> Using cache 03:14:59 ---> 0c957a6f8c57 03:14:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:14:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:14:59 ---> 3c871dce9da9 03:14:59 Step 3/23 : WORKDIR /edgex-go 03:14:59 ---> Using cache 03:14:59 ---> 6178e2399105 03:14:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:59 ---> Using cache 03:14:59 ---> 7a35c68edcac 03:14:59 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:15:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:15:02 ---> Running in 47333e0a00d3 03:15:02 ---> Running in 59f206d238dc 03:15:02 ---> Running in d87199723ac9 03:15:02 ---> 37957ff108cd 03:15:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:15:03 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 03:15:03 ---> Running in 89ec775405a1 03:15:04 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 03:15:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:15: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 03:15:04 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 03:15:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:15:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:15:05 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 03:15:05 go: downloading github.com/stretchr/testify v1.7.0 03:15:06 go: downloading github.com/davecgh/go-spew v1.1.1 03:15:06 go: downloading github.com/pmezard/go-difflib v1.0.0 03:15:06 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:15:07 OK: 217 MiB in 51 packages 03:15:08 Removing intermediate container d87199723ac9 03:15:08 ---> 3f31bfdd13fb 03:15:08 Step 6/23 : COPY go.mod . 03:15:08 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 03:15:08 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:15:08 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:15:09 ---> c2df510d7efa 03:15:09 Step 7/23 : RUN go mod download 03:15:09 ---> Running in d25e3f8cca1f 03:15:10 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 03:15:11 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 03:15:11 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 03:15:13 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 03:15:14 Removing intermediate container d25e3f8cca1f 03:15:14 ---> 38f6fc853f7e 03:15:14 Step 8/23 : COPY . . 03:15:15 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 03:15:15 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:15:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:15:17 go: downloading github.com/lib/pq v1.10.0 03:15:19 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:15:19 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:15:19 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:15:19 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:15:19 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:15:19 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:15:19 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:15:19 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:15:19 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:15:19 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:15:19 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:15:19 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:15:19 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:15:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:15:19 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:15:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:15:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:15:19 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 03:15:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:15:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:15:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:15:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:15:19 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:15:19 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:15:19 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:15:23 Building static-packages 03:15:23 + snapcraftctl build 03:15:26 Building version 03:15:26 + snapcraftctl build 03:15:28 Staging config-common 03:15:28 + snapcraftctl stage 03:15:29 Skipping stage go-build-helper (already ran) 03:15:29 Staging edgex-go 03:15:29 + snapcraftctl stage 03:15:31 Staging static-packages 03:15:31 + snapcraftctl stage 03:15:32 Staging version 03:15:32 + snapcraftctl stage 03:15:33 Priming config-common 03:15:33 + snapcraftctl prime 03:15:34 Priming go-build-helper 03:15:34 + snapcraftctl prime 03:15:35 Priming edgex-go 03:15:35 + snapcraftctl prime 03:15:36 ---> 8bf86710fae1 03:15:36 Step 9/23 : RUN make cmd/core-data/core-data 03:15:36 ---> Running in 58cb11beeef7 03:15:36 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 03:15:36 Priming static-packages 03:15:36 + snapcraftctl prime 03:15:40 Priming version 03:15:40 + snapcraftctl prime 03:15:40 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] } 03:16:23 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 03:16:41 Removing intermediate container 89ec775405a1 03:16:41 ---> d7e528c4fbde 03:16:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:16:41 Removing intermediate container 47333e0a00d3 03:16:41 ---> fa3dbe0bf4d8 03:16:41 03:16:41 Step 10/21 : FROM alpine:3.12 03:16:41 ---> d10569e2745f 03:16:41 Step 11/21 : RUN apk add --update --no-cache curl 03:16:41 ---> Running in 10c45d591d61 03:16:41 ---> Running in 352b18a20e66 03:16:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:16:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:42 (1/4) Installing ca-certificates (20191127-r4) 03:16:42 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:16:42 (3/4) Installing libcurl (7.69.1-r3) 03:16:42 (4/4) Installing curl (7.69.1-r3) 03:16:42 Executing busybox-1.31.1-r19.trigger 03:16:42 Executing ca-certificates-20191127-r4.trigger 03:16:43 OK: 7 MiB in 18 packages 03:16:45 Removing intermediate container 352b18a20e66 03:16:45 ---> 638b1a968475 03:16:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:16:45 ---> Running in 9dd8ebdac4e3 03:16:46 Removing intermediate container 9dd8ebdac4e3 03:16:46 ---> 28948bdf4b86 03:16:46 Step 13/21 : WORKDIR /edgex 03:16:46 ---> Running in 8549af5142fb 03:16:47 Removing intermediate container 10c45d591d61 03:16:47 ---> 9f266ecce159 03:16:47 03:16:47 Step 11/26 : FROM docker:20.10.0 03:16:47 20.10.0: Pulling from library/docker 03:16:47 Removing intermediate container 8549af5142fb 03:16:47 ---> 73bf30cc70c0 03:16:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:16:49 ---> 077de440576c 03:16:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:16:54 ---> 8f72fd464201 03:16:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:16:56 ---> eb77b67a8e76 03:16:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:16:56 ---> Running in 4072ad1cd560 03:16:57 Removing intermediate container 4072ad1cd560 03:16:57 ---> 78adda3db70a 03:16:57 Step 18/21 : CMD ["--init=true"] 03:16:57 ---> Running in 48fd3b40c968 03:16:59 Removing intermediate container 48fd3b40c968 03:16:59 ---> 991048c85398 03:16:59 Step 19/21 : LABEL arch=arm64 03:16:59 ---> Running in dcb38a82371b 03:17:01 Removing intermediate container dcb38a82371b 03:17:01 ---> b2383a6f3653 03:17:01 Step 20/21 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:17:01 ---> Running in db83673f3f6b 03:17:02 Removing intermediate container db83673f3f6b 03:17:02 ---> e94a86c73c9a 03:17:02 Step 21/21 : LABEL version=0.0.0 03:17:03 ---> Running in 1c40460456fb 03:17:03 Removing intermediate container 59f206d238dc 03:17:03 ---> 4e22b2503d48 03:17:03 03:17:03 Step 10/23 : FROM alpine:3.12 03:17:03 ---> d10569e2745f 03:17:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:17:03 ---> Using cache 03:17:03 ---> adcd568426f7 03:17:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:17:03 ---> Using cache 03:17:03 ---> 8c0b1cdd4596 03:17:03 Step 13/23 : ENV APP_PORT=48081 03:17:03 Removing intermediate container 1c40460456fb 03:17:03 ---> d3da32b3bd93 03:17:03 03:17:03 ---> Running in 5e271c8f2eec 03:17:04 Successfully built d3da32b3bd93 03:17:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:17:05  Building docker-security-proxy-setup-go ... done Removing intermediate container 5e271c8f2eec 03:17:05 ---> 6b5491d28d9b 03:17:05 Step 14/23 : EXPOSE $APP_PORT 03:17:05 ---> Running in 510bd089af34 03:17:06 Removing intermediate container 510bd089af34 03:17:06 ---> 287fb3323b2a 03:17:06 Step 15/23 : WORKDIR / 03:17:06 ---> Running in a893e5ef275a 03:17:06 Removing intermediate container a893e5ef275a 03:17:06 ---> 0cbbd2687227 03:17:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:17:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:17:07 Status: Downloaded newer image for docker:20.10.0 03:17:07 ---> eeaf43b92773 03:17:07 Step 12/26 : RUN apk add --no-cache bash 03:17:07 ---> 4574961ff197 03:17:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:17:08 ---> Running in b8ab21d61ab3 03:17:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:17:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:17:10 ---> fba87f81aa0d 03:17:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:17:10 (1/2) Installing readline (8.0.4-r0) 03:17:10 (2/2) Installing bash (5.0.17-r0) 03:17:10 Executing bash-5.0.17-r0.post-install 03:17:10 Executing busybox-1.31.1-r19.trigger 03:17:10 OK: 12 MiB in 22 packages 03:17:11 ---> e1aa1ad48007 03:17:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:17:11 ---> Running in af56076376b8 03:17:11 Removing intermediate container af56076376b8 03:17:11 ---> 9b6d14982a01 03:17:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:17:11 ---> Running in 52337b480703 03:17:12 Removing intermediate container b8ab21d61ab3 03:17:12 ---> 63b7ea8a29ec 03:17:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:17:12 Removing intermediate container 52337b480703 03:17:12 ---> b9f2481fe1c8 03:17:12 Step 21/23 : LABEL arch=arm64 03:17:12 ---> Running in b94d4df691b2 03:17:12 ---> Running in b5112264519e 03:17:12 Removing intermediate container b94d4df691b2 03:17:12 ---> 90d0d9c24831 03:17:12 Step 14/26 : ENV APP_PORT=48090 03:17:13 Removing intermediate container b5112264519e 03:17:13 ---> 1a32bafa4ec8 03:17:13 Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:17:13 ---> Running in 54305ded8f18 03:17:13 ---> Running in 91b0d3b7a5c8 03:17:13 Removing intermediate container 54305ded8f18 03:17:13 ---> b784517211a3 03:17:13 Step 15/26 : EXPOSE $APP_PORT 03:17:14 Removing intermediate container 91b0d3b7a5c8 03:17:14 ---> 2eb465b99537 03:17:14 Step 23/23 : LABEL version=0.0.0 03:17:14 ---> Running in 41dde63e8b2c 03:17:14 ---> Running in 8bedadc84e6f 03:17:14 Removing intermediate container 41dde63e8b2c 03:17:14 ---> dd013a6d4027 03:17:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:17:14 Removing intermediate container 8bedadc84e6f 03:17:14 ---> 39afca4432bd 03:17:14 03:17:15 Successfully built 39afca4432bd 03:17:15 Successfully tagged docker-core-metadata-go-arm64:latest 03:17:16  Building docker-core-metadata-go ... done  ---> df2797327ec9 03:17:16 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:17:17 ---> c23098eaf266 03:17:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:17:18 ---> b15bcb85e4fc 03:17:18 Step 19/26 : RUN apk --no-cache add py3-pip 03:17:18 ---> Running in 3e7bf868cfbe 03:17:18 Removing intermediate container 58cb11beeef7 03:17:18 ---> 93560844c3e0 03:17:18 03:17:18 Step 10/23 : FROM alpine:3.12 03:17:18 ---> d10569e2745f 03:17:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:17:19 ---> Running in 40374531cc18 03:17:19 Removing intermediate container 40374531cc18 03:17:19 ---> 74899d87a896 03:17:19 Step 12/23 : ENV APP_PORT=48080 03:17:19 ---> Running in 787901d9da43 03:17:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:17:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:17:20 Removing intermediate container 787901d9da43 03:17:20 ---> a0c7ee38f70e 03:17:20 Step 13/23 : EXPOSE $APP_PORT 03:17:20 ---> Running in 63bfdbee0b70 03:17:20 (1/33) Installing libbz2 (1.0.8-r1) 03:17:20 Removing intermediate container 63bfdbee0b70 03:17:20 ---> 2fa01508ad9c 03:17:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:20 (2/33) Installing expat (2.2.9-r1) 03:17:20 (3/33) Installing libffi (3.3-r2) 03:17:20 (4/33) Installing gdbm (1.13-r1) 03:17:20 (5/33) Installing xz-libs (5.2.5-r0) 03:17:20 (6/33) Installing sqlite-libs (3.32.1-r0) 03:17:20 (7/33) Installing python3 (3.8.8-r0) 03:17:21 ---> Running in b0dac072406a 03:17:23 (8/33) Installing py3-appdirs (1.4.4-r1) 03:17:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:17:23 (10/33) Installing py3-parsing (2.4.7-r0) 03:17:23 (11/33) Installing py3-six (1.15.0-r0) 03:17:23 (12/33) Installing py3-packaging (20.4-r0) 03:17:23 (13/33) Installing py3-setuptools (47.0.0-r0) 03:17:23 (14/33) Installing py3-chardet (3.0.4-r4) 03:17:23 (15/33) Installing py3-idna (2.9-r0) 03:17:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:17:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:17:23 (18/33) Installing py3-requests (2.23.0-r0) 03:17:23 (19/33) Installing py3-msgpack (1.0.0-r0) 03:17:23 (20/33) Installing py3-lockfile (0.12.2-r3) 03:17:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:17:23 (22/33) Installing py3-colorama (0.4.3-r0) 03:17:23 (23/33) Installing py3-distlib (0.3.0-r0) 03:17:23 (24/33) Installing py3-distro (1.5.0-r1) 03:17:23 (25/33) Installing py3-webencodings (0.5.1-r3) 03:17:23 (26/33) Installing py3-html5lib (1.0.1-r4) 03:17:23 (27/33) Installing py3-pytoml (0.1.21-r0) 03:17:23 (28/33) Installing py3-pep517 (0.8.2-r0) 03:17:23 (29/33) Installing py3-progress (1.5-r0) 03:17:23 (30/33) Installing py3-toml (0.10.1-r0) 03:17:23 (31/33) Installing py3-retrying (1.3.3-r0) 03:17:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:17:23 (33/33) Installing py3-pip (20.1.1-r0) 03:17:23 Executing busybox-1.31.1-r19.trigger 03:17:23 OK: 71 MiB in 55 packages 03:17:24 Removing intermediate container b0dac072406a 03:17:24 ---> 6ae70067b753 03:17:24 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:17:24 ---> Running in 0a297eee2e37 03:17:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:17:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:17:27 (1/6) Installing dumb-init (1.2.2-r1) 03:17:27 (2/6) Installing libgcc (9.3.0-r2) 03:17:27 (3/6) Installing libsodium (1.0.18-r0) 03:17:27 (4/6) Installing libstdc++ (9.3.0-r2) 03:17:28 (5/6) Installing libzmq (4.3.3-r0) 03:17:28 (6/6) Installing zeromq (4.3.3-r0) 03:17:28 Executing busybox-1.31.1-r19.trigger 03:17:28 OK: 8 MiB in 20 packages 03:17:29 Removing intermediate container 3e7bf868cfbe 03:17:29 ---> f1a3d804d1d8 03:17:29 Step 20/26 : RUN pip install docker-compose==1.23.2 03:17:30 ---> Running in f22ff1128df5 03:17:30 Removing intermediate container 0a297eee2e37 03:17:30 ---> fb6b19847cc1 03:17:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:17:31 ---> 3143b69c1c49 03:17:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:17:32 ---> 0b1824c93791 03:17:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:17:33 ---> ee3b95840ef5 03:17:33 Step 19/23 : ENTRYPOINT ["/core-data"] 03:17:33 ---> Running in f861d8a2d2a8 03:17:34 Removing intermediate container f861d8a2d2a8 03:17:34 ---> 68ff7c080ab6 03:17:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:17:34 ---> Running in e752a2cedc93 03:17:34 Removing intermediate container e752a2cedc93 03:17:34 ---> ee2de04a0896 03:17:34 Step 21/23 : LABEL arch=arm64 03:17:34 ---> Running in 782749e31253 03:17:35 Removing intermediate container 782749e31253 03:17:35 ---> 4fe08c5edc73 03:17:35 Step 22/23 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:17:35 ---> Running in 3622c25f1cde 03:17:35 Removing intermediate container 3622c25f1cde 03:17:35 ---> 4295b71fd8d4 03:17:35 Step 23/23 : LABEL version=0.0.0 03:17:36 ---> Running in b901c5105aec 03:17:36 Collecting docker-compose==1.23.2 03:17:36 Removing intermediate container b901c5105aec 03:17:36 ---> baf02d4076c4 03:17:36 03:17:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:17:37 Successfully built baf02d4076c4 03:17:37 Successfully tagged docker-core-data-go-arm64:latest 03:17:38  Building docker-core-data-go ... done Collecting PyYAML<4,>=3.10 03:17:38 Downloading PyYAML-3.13.tar.gz (270 kB) 03:17:42 Collecting jsonschema<3,>=2.5.1 03:17:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:17:42 Collecting cached-property<2,>=1.2.0 03:17:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:17:43 Collecting texttable<0.10,>=0.9.0 03:17:43 Downloading texttable-0.9.1.tar.gz (11 kB) 03:17:46 Collecting docker<4.0,>=3.6.0 03:17:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:17:47 Collecting websocket-client<1.0,>=0.32.0 03:17:47 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:17:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:17:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:17:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:17:49 Collecting docopt<0.7,>=0.6.1 03:17:49 Downloading docopt-0.6.2.tar.gz (25 kB) 03:17:51 Collecting dockerpty<0.5,>=0.4.1 03:17:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:17:54 Collecting docker-pycreds>=0.4.0 03:17:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:17:54 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) 03:17:54 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) 03:17:55 Collecting urllib3<1.25,>=1.21.1 03:17:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:17:55 Collecting idna<2.8,>=2.5 03:17:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:17:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:17:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:17:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:17:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:17:56 Installing collected packages: PyYAML, jsonschema, cached-property, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, docopt, dockerpty, docker-compose 03:17:56 Running setup.py install for PyYAML: started 03:17:59 Running setup.py install for PyYAML: finished with status 'done' 03:18:00 Running setup.py install for texttable: started 03:18:02 Running setup.py install for texttable: finished with status 'done' 03:18:02 Attempting uninstall: urllib3 03:18:02 Found existing installation: urllib3 1.25.9 03:18:02 Uninstalling urllib3-1.25.9: 03:18:02 Successfully uninstalled urllib3-1.25.9 03:18:03 Attempting uninstall: idna 03:18:03 Found existing installation: idna 2.9 03:18:03 Uninstalling idna-2.9: 03:18:03 Successfully uninstalled idna-2.9 03:18:04 Attempting uninstall: requests 03:18:04 Found existing installation: requests 2.23.0 03:18:04 Uninstalling requests-2.23.0: 03:18:04 Successfully uninstalled requests-2.23.0 03:18:06 Running setup.py install for docopt: started 03:18:08 Running setup.py install for docopt: finished with status 'done' 03:18:08 Running setup.py install for dockerpty: started 03:18:10 Running setup.py install for dockerpty: finished with status 'done' 03:18:11 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.58.0 03:18:14 Removing intermediate container f22ff1128df5 03:18:14 ---> c41200d97125 03:18:14 Step 21/26 : RUN apk --no-cache add curl 03:18:14 ---> Running in 07607f5f659c 03:18:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:18:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:18:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:18:16 (2/3) Installing libcurl (7.69.1-r3) 03:18:16 (3/3) Installing curl (7.69.1-r3) 03:18:16 Executing busybox-1.31.1-r19.trigger 03:18:16 OK: 72 MiB in 58 packages 03:18:17 Removing intermediate container 07607f5f659c 03:18:17 ---> 5e532672ca61 03:18:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:18:17 ---> Running in a6f984bf973b 03:18:17 Removing intermediate container a6f984bf973b 03:18:17 ---> e8facb533ffa 03:18:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:18:18 ---> Running in cc5efdf4e641 03:18:18 Removing intermediate container cc5efdf4e641 03:18:18 ---> 245d3439d070 03:18:18 Step 24/26 : LABEL arch=arm64 03:18:18 ---> Running in 6fb7af4c78b5 03:18:19 Removing intermediate container 6fb7af4c78b5 03:18:19 ---> 749f2aea8126 03:18:19 Step 25/26 : LABEL git_sha=b01feec7e67ee0e1d566ea78b207656183399b3c 03:18:19 ---> Running in 41cd4d80de45 03:18:19 Removing intermediate container 41cd4d80de45 03:18:19 ---> ce0e635788f4 03:18:19 Step 26/26 : LABEL version=0.0.0 03:18:19 ---> Running in f0b0334c8de0 03:18:20 Removing intermediate container f0b0334c8de0 03:18:20 ---> e11e563f77d5 03:18:20 03:18:20 Successfully built e11e563f77d5 03:18:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:18:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 03:18:21 $ docker stop --time=1 ad615e9ebd9bd80bcedc46ed8d3bbca0d84e0b5cef551ce778be8b87c317527e 03:18:23 $ docker rm -f ad615e9ebd9bd80bcedc46ed8d3bbca0d84e0b5cef551ce778be8b87c317527e [Pipeline] // withDockerContainer [Pipeline] sh 03:18:24 + docker images 03:18:24 + grep docker 03:18:24 docker-sys-mgmt-agent-go-arm64 latest e11e563f77d5 4 seconds ago 300MB 03:18:24 docker-core-data-go-arm64 latest baf02d4076c4 48 seconds ago 21.3MB 03:18:24 docker-core-metadata-go-arm64 latest 39afca4432bd About a minute ago 17.9MB 03:18:24 docker-security-proxy-setup-go-arm64 latest d3da32b3bd93 About a minute ago 23.4MB 03:18:24 docker-security-bootstrapper-go-arm64 latest 0b2ac6ded2a2 3 minutes ago 17.8MB 03:18:24 docker-support-notifications-go-arm64 latest 1b48015d78bc 4 minutes ago 16.9MB 03:18:24 docker-support-scheduler-go-arm64 latest 09e7214f7fb5 4 minutes ago 16.3MB 03:18:24 docker-core-command-go-arm64 latest 681135e2ba6f 4 minutes ago 16.2MB 03:18:24 docker-security-secretstore-setup-go-arm64 latest 2d891ca36d60 4 minutes ago 23.7MB 03:18:24 docker 20.10.0 eeaf43b92773 3 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 03:18:25 ---> job-cost.sh 03:18:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-QD5w 03:19:12 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:20:48 lf-activate-venv(): INFO: Adding /tmp/venv-QD5w/bin to PATH 03:20:48 INFO: No Stack... 03:20:48 INFO: Retrieving Pricing Info for: lf-standard-4 03:20:48 INFO: Archiving Costs [Pipeline] sh 03:20:49 + cat /w/workspace/edgex-go/15/archives/cost.csv 03:20:49 + cut -d, -f6 [Pipeline] lock 03:20:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-15-stack-cost] 03:20:49 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-15-stack-cost] did not exist. Created. 03:20:49 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:20:49 + echo total: 0.20999999344348907 [Pipeline] stash 03:20:50 Stashed 1 file(s) [Pipeline] } 03:20:50 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-15-stack-cost] [Pipeline] // lock [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 03:20:51 provisioning config files... 03:20:51 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/15@tmp/config168749620663492566tmp [Pipeline] { [Pipeline] sh 03:20:52 + set +x 03:20:52 + curl -s https://codecov.io/bash 03:20:52 + bash -s -- 03:20:52 03:20:52 _____ _ 03:20:52 / ____| | | 03:20:52 | | ___ __| | ___ ___ _____ __ 03:20:52 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:20:52 | |___| (_) | (_| | __/ (_| (_) \ V / 03:20:52 \_____\___/ \__,_|\___|\___\___/ \_/ 03:20:52 Bash-20210309-2b87ace 03:20:52 03:20:52 03:20:52 ==> git version 2.24.3 found 03:20:52 ==> 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 03:20:52 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:20:52 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:20:52 ==> Jenkins CI detected. 03:20:52 project root: . 03:20:52 --> token set from env 03:20:52 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:20:52 ==> Running gcov in . (disable via -X gcov) 03:20:52 ==> Python coveragepy not found 03:20:52 ==> Searching for coverage reports in: 03:20:52 + . 03:20:52 -> Found 1 reports 03:20:52 ==> Detecting git/mercurial file structure 03:20:52 ==> Reading reports 03:20:52 + ./coverage.out bytes=650607 03:20:52 ==> Appending adjustments 03:20:52 https://docs.codecov.io/docs/fixing-reports 03:20:56 + Found adjustments 03:20:56 ==> Gzipping contents 03:20:56 96K /tmp/codecov.f85Toj.gz 03:20:56 ==> Uploading reports 03:20:56 url: https://codecov.io 03:20:56 query: branch=PR-3234&commit=b01feec7e67ee0e1d566ea78b207656183399b3c&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 03:20:56 -> Pinging Codecov 03:20:56 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=b01feec7e67ee0e1d566ea78b207656183399b3c&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F15%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 03:20:56 -> Uploading to 03:20:56 https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/b01feec7e67ee0e1d566ea78b207656183399b3c/a991a7e5-5400-4a9b-8a5e-c12cc5821a2c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T032056Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6265cdcc1f0d68af373b8618a67ce8135257a88e58f03452d8b926b134450b70 03:20:56 % Total % Received % Xferd Average Speed Time Time Time Current 03:20:56 Dload Upload Total Spent Left Speed 03:20:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94926 0 0 100 94926 0 169k --:--:-- --:--:-- --:--:-- 169k 03:20:57 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/b01feec7e67ee0e1d566ea78b207656183399b3c [Pipeline] } 03:20:57 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] { (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 03:20:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:20:59 ---> package-listing.sh 03:20:59 ++ facter osfamily 03:20:59 ++ tr '[:upper:]' '[:lower:]' 03:20:59 + OS_FAMILY=redhat 03:20:59 + workspace=/w/workspace/edgex-go/15 03:20:59 + START_PACKAGES=/tmp/packages_start.txt 03:20:59 + END_PACKAGES=/tmp/packages_end.txt 03:20:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:20:59 + PACKAGES=/tmp/packages_start.txt 03:20:59 + '[' /w/workspace/edgex-go/15 ']' 03:20:59 + PACKAGES=/tmp/packages_end.txt 03:20:59 + case "${OS_FAMILY}" in 03:20:59 + rpm -qa 03:20:59 + sort 03:21:04 + '[' -f /tmp/packages_start.txt ']' 03:21:04 + '[' -f /tmp/packages_end.txt ']' 03:21:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:21:04 + '[' /w/workspace/edgex-go/15 ']' 03:21:04 + mkdir -p /w/workspace/edgex-go/15/archives/ 03:21:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/15/archives/ [Pipeline] echo 03:21:04 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/15/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:21:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:21:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:21:05 03:21:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:21:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:21:05 alpine: Pulling from edgex-lftools-log-publisher 03:21:05 df20fa9351a1: Pulling fs layer 03:21:05 36b3adc4ff6f: Pulling fs layer 03:21:05 8ad3a11d3b57: Pulling fs layer 03:21:05 46f8f816bc3b: Pulling fs layer 03:21:05 93b61091891f: Pulling fs layer 03:21:05 93b9cdb0e59b: Pulling fs layer 03:21:05 5e14af77c1be: Pulling fs layer 03:21:05 01666e4c0597: Pulling fs layer 03:21:05 aa168da1d23b: Pulling fs layer 03:21:05 46f8f816bc3b: Waiting 03:21:05 93b9cdb0e59b: Waiting 03:21:05 5e14af77c1be: Waiting 03:21:05 93b61091891f: Waiting 03:21:05 01666e4c0597: Waiting 03:21:05 aa168da1d23b: Waiting 03:21:05 36b3adc4ff6f: Download complete 03:21:05 46f8f816bc3b: Verifying Checksum 03:21:05 46f8f816bc3b: Download complete 03:21:05 df20fa9351a1: Download complete 03:21:06 93b9cdb0e59b: Verifying Checksum 03:21:06 93b9cdb0e59b: Download complete 03:21:06 5e14af77c1be: Download complete 03:21:06 93b61091891f: Verifying Checksum 03:21:06 93b61091891f: Download complete 03:21:06 01666e4c0597: Verifying Checksum 03:21:06 01666e4c0597: Download complete 03:21:06 8ad3a11d3b57: Verifying Checksum 03:21:06 8ad3a11d3b57: Download complete 03:21:06 df20fa9351a1: Pull complete 03:21:06 36b3adc4ff6f: Pull complete 03:21:08 aa168da1d23b: Verifying Checksum 03:21:08 aa168da1d23b: Download complete 03:21:09 8ad3a11d3b57: Pull complete 03:21:09 46f8f816bc3b: Pull complete 03:21:10 93b61091891f: Pull complete 03:21:10 93b9cdb0e59b: Pull complete 03:21:10 5e14af77c1be: Pull complete 03:21:10 01666e4c0597: Pull complete 03:21:18 aa168da1d23b: Pull complete 03:21:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:21:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:21:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:21:19 prd-centos7-docker-4c-2g-29916 does not seem to be running inside a container 03:21:19 $ 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/15/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/15 -v /w/workspace/edgex-go/15:/w/workspace/edgex-go/15:rw,z -v /w/workspace/edgex-go/15@tmp:/w/workspace/edgex-go/15@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:21:22 $ docker top d7330cd2932b9633c96695b4a9eff7eed23822522ff782cae0937105bc86594f -eo pid,comm [Pipeline] { [Pipeline] sh 03:21:23 + touch /tmp/pre-build-complete [Pipeline] sh 03:21:23 + mkdir -p /var/log/sa [Pipeline] sh 03:21:23 + ls /var/log/sa-host 03:21:23 + sadf -c /var/log/sa-host/sa16 03:21:23 file_magic: OK 03:21:23 HZ: Using current value: 100 03:21:23 file_header: OK 03:21:23 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 03:21:23 Statistics: 03:21:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:21:23 File successfully converted to sysstat format version 12.2.1 03:21:23 + sadf -c /var/log/sa-host/sa23 03:21:23 file_magic: OK 03:21:23 HZ: Using current value: 100 03:21:23 file_header: OK 03:21:23 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 03:21:23 Statistics: 03:21:23 Hnuu...uuuununununu... 03:21:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:21:24 provisioning config files... 03:21:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/15@tmp/config8817835972903652317tmp [Pipeline] { [Pipeline] echo 03:21:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:21:24 ---> create-netrc.sh [Pipeline] } 03:21:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:21:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:21:24 ---> python-tools-install.sh [Pipeline] echo 03:21:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:21:25 ---> sudo-logs.sh 03:21:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:21:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:21:25 ---> job-cost.sh 03:21:25 lf-activate-venv: SKIPPING 03:21:25 DEBUG: total: 0.20999999344348907 03:21:25 INFO: Retrieving Stack Cost... 03:21:26 INFO: Retrieving Pricing Info for: v1-standard-2 03:21:27 INFO: Archiving Costs [Pipeline] echo 03:21:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:21:27 ---> logs-deploy.sh 03:21:27 lf-activate-venv: SKIPPING 03:21:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/15 03:21:27 INFO: archiving workspace using pattern(s): 03:21:28 Archives upload complete. 03:21:29 INFO: archiving logs to Nexus