Pull request #3273 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from ade5e898d90a447c3bfe3754f0d765a7c97984ef+eeaee6b271c5c15927b412df7054cf7482e76680 (bbff79960bdd923b0e34a7487b414e3348f90539) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-30902’ Running on prd-centos7-docker-4c-2g-30904 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit eeaee6b271c5c15927b412df7054cf7482e76680 into PR head commit ade5e898d90a447c3bfe3754f0d765a7c97984ef Merge succeeded, producing ade5e898d90a447c3bfe3754f0d765a7c97984ef Checking out Revision ade5e898d90a447c3bfe3754f0d765a7c97984ef (PR-3273) > 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/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ade5e898d90a447c3bfe3754f0d765a7c97984ef # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge eeaee6b271c5c15927b412df7054cf7482e76680 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ade5e898d90a447c3bfe3754f0d765a7c97984ef # timeout=10 Commit message: "feat(security): Implementation for adding ACL policies and roles" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:44:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk cd633e6669e9f1222a11bc357d10fa64ef307468 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:44:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:44:42 ========================================================= 18:44:42 EdgeX Global Pipelines Version Info 18:44:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:44:45 ------------------- 18:44:45 stable info: 18:44:45 ------------------- 18:44:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:44:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:44:45 Message: update stable to v1.0.186 18:44:46 ------------------- 18:44:46 experimental info: 18:44:46 ------------------- 18:44:46 Commited By: **** collab-it+edgex@linuxfoundation.org 18:44:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:44:46 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:44:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:44:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3273 [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3273 [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3273 [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ade5e898d90a447c3bfe3754f0d765a7c97984ef [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ade5e89 [Pipeline] echo 18:44:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:44:50 provisioning config files... 18:44:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2712884400426570339tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:44:50 ---> docker-login.sh 18:44:50 nexus3.edgexfoundry.org:10001 18:44:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:52 Configure a credential helper to remove this warning. See 18:44:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:52 18:44:52 Login Succeeded 18:44:52 nexus3.edgexfoundry.org:10002 18:44:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:53 Configure a credential helper to remove this warning. See 18:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:53 18:44:53 Login Succeeded 18:44:53 nexus3.edgexfoundry.org:10003 18:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:53 Configure a credential helper to remove this warning. See 18:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:53 18:44:53 Login Succeeded 18:44:53 nexus3.edgexfoundry.org:10004 18:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:54 Configure a credential helper to remove this warning. See 18:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:54 18:44:54 Login Succeeded 18:44:54 docker.io 18:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:44:55 Configure a credential helper to remove this warning. See 18:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:44:55 18:44:55 Login Succeeded 18:44:55 ---> docker-login.sh ends [Pipeline] } 18:44:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:55 ++ 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 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/core-command/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo core-command,cmd/core-command/Dockerfile 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/core-data/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo core-data,cmd/core-data/Dockerfile 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/core-metadata/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo core-metadata,cmd/core-metadata/Dockerfile 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/security-bootstrapper/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/security-proxy-setup/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/support-notifications/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo support-notifications,cmd/support-notifications/Dockerfile 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/support-scheduler/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:44:55 + for file in '`ls cmd/**/Dockerfile`' 18:44:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:44:55 ++ cut -d/ -f2 18:44:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:44:56 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 18:44:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:57 18:44:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:44:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:44:57 latest: Pulling from edgex-devops/git-semver 18:44:57 31603596830f: Pulling fs layer 18:44:57 2a8b12db71e7: Pulling fs layer 18:44:57 6ca5941a6612: Pulling fs layer 18:44:57 ecc8261a40a4: Pulling fs layer 18:44:57 ecc8261a40a4: Waiting 18:44:57 2a8b12db71e7: Verifying Checksum 18:44:57 2a8b12db71e7: Download complete 18:44:57 31603596830f: Verifying Checksum 18:44:57 31603596830f: Download complete 18:44:58 ecc8261a40a4: Verifying Checksum 18:44:58 ecc8261a40a4: Download complete 18:44:58 6ca5941a6612: Verifying Checksum 18:44:58 6ca5941a6612: Download complete 18:44:58 31603596830f: Pull complete 18:44:58 2a8b12db71e7: Pull complete 18:45:03 6ca5941a6612: Pull complete 18:45:04 ecc8261a40a4: Pull complete 18:45:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:45:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:45:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:45:04 prd-centos7-docker-4c-2g-30904 does not seem to be running inside a container 18:45:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:45:08 $ docker top e1aa09a027ae937b7160a9518cbe0fd7931cd4baec78fcb6712cbc8f5cac0918 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:45:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:09 [ssh-agent] Looking for ssh-agent implementation... 18:45:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:10 $ docker exec e1aa09a027ae937b7160a9518cbe0fd7931cd4baec78fcb6712cbc8f5cac0918 ssh-agent 18:45:10 SSH_AUTH_SOCK=/tmp/ssh-QazcKau6w9Zn/agent.11 18:45:10 SSH_AGENT_PID=17 18:45:10 Running ssh-add (command line suppressed) 18:45:11 Identity added: /w/workspace/edgex-go/6@tmp/private_key_3104633530564096652.key (/w/workspace/edgex-go/6@tmp/private_key_3104633530564096652.key) 18:45:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:11 + git tag --points-at HEAD [Pipeline] } 18:45:12 $ docker exec --env ******** --env ******** e1aa09a027ae937b7160a9518cbe0fd7931cd4baec78fcb6712cbc8f5cac0918 ssh-agent -k 18:45:12 unset SSH_AUTH_SOCK; 18:45:12 unset SSH_AGENT_PID; 18:45:12 echo Agent pid 17 killed; 18:45:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:45:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:45:12 [ssh-agent] Looking for ssh-agent implementation... 18:45:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:45:13 $ docker exec e1aa09a027ae937b7160a9518cbe0fd7931cd4baec78fcb6712cbc8f5cac0918 ssh-agent 18:45:14 SSH_AUTH_SOCK=/tmp/ssh-S6BV8KjowbtX/agent.45 18:45:14 SSH_AGENT_PID=50 18:45:14 Running ssh-add (command line suppressed) 18:45:14 Identity added: /w/workspace/edgex-go/6@tmp/private_key_235614972548341534.key (/w/workspace/edgex-go/6@tmp/private_key_235614972548341534.key) 18:45:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:45:14 + git semver init 18:45:14 # -> Open(): unable to determine branch for HEAD 18:45:14 # $GIT_DIR = /w/workspace/edgex-go/6/.git 18:45:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 18:45:14 # $SEMVER_REMOTE_NAME = origin 18:45:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:45:14 # $SEMVER_USER_NAME = edgex-jenkins 18:45:14 # $SEMVER_BRANCH = PR-3273 18:45:14 # $SEMVER_TEMP = /tmp/semver-524661484 18:45:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:45:49 # '/tmp/semver-524661484' -> '/w/workspace/edgex-go/6/.semver' 18:45:49 # -> Force: false 18:45:49 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 18:45:49 $ docker exec --env ******** --env ******** e1aa09a027ae937b7160a9518cbe0fd7931cd4baec78fcb6712cbc8f5cac0918 ssh-agent -k 18:45:49 unset SSH_AUTH_SOCK; 18:45:49 unset SSH_AGENT_PID; 18:45:49 echo Agent pid 50 killed; 18:45:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:45:50 + git semver [Pipeline] } 18:45:50 $ docker stop --time=1 e1aa09a027ae937b7160a9518cbe0fd7931cd4baec78fcb6712cbc8f5cac0918 18:45:53 $ docker rm -f e1aa09a027ae937b7160a9518cbe0fd7931cd4baec78fcb6712cbc8f5cac0918 [Pipeline] // withDockerContainer [Pipeline] sh 18:45:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:45:55 Stashed 1 file(s) [Pipeline] echo 18:45:55 [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 18:45:56 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:45:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:45:56 + sudo service docker restart 18:45:56 + true 18:45:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:45:58 ========================================================= 18:45:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:45:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:45:58 + 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 . 18:46:07 Sending build context to Docker daemon 328.7MB 18:46:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:46:07 Step 2/6 : FROM ${BASE} 18:46:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:46:07 188c0c94c7c5: Pulling fs layer 18:46:07 0ef7d3d256c8: Pulling fs layer 18:46:07 de9db76c5a1d: Pulling fs layer 18:46:07 bca2f99d35d6: Pulling fs layer 18:46:07 93359f2a8cfa: Pulling fs layer 18:46:07 7c6f9722023f: Pulling fs layer 18:46:07 a35cf1a2eb13: Pulling fs layer 18:46:07 bca2f99d35d6: Waiting 18:46:07 a35cf1a2eb13: Waiting 18:46:07 7c6f9722023f: Waiting 18:46:07 de9db76c5a1d: Download complete 18:46:07 0ef7d3d256c8: Verifying Checksum 18:46:07 0ef7d3d256c8: Download complete 18:46:07 7c6f9722023f: Verifying Checksum 18:46:07 7c6f9722023f: Download complete 18:46:07 188c0c94c7c5: Verifying Checksum 18:46:07 188c0c94c7c5: Download complete 18:46:08 188c0c94c7c5: Pull complete 18:46:08 0ef7d3d256c8: Pull complete 18:46:09 de9db76c5a1d: Pull complete 18:46:10 a35cf1a2eb13: Verifying Checksum 18:46:10 a35cf1a2eb13: Download complete 18:46:10 Still waiting to schedule task 18:46:10 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:46:11 bca2f99d35d6: Verifying Checksum 18:46:11 bca2f99d35d6: Download complete 18:46:24 bca2f99d35d6: Pull complete 18:46:24 93359f2a8cfa: Pull complete 18:46:24 7c6f9722023f: Pull complete 18:46:30 a35cf1a2eb13: Pull complete 18:46:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:46:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:46:30 ---> a62c8e92a672 18:46:30 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:46:31 ---> Running in 14ba98560bad 18:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:46:35 (1/12) Installing libmagic (5.38-r0) 18:46:35 (2/12) Installing file (5.38-r0) 18:46:35 (3/12) Installing libc-dev (0.7.2-r3) 18:46:35 (4/12) Installing g++ (9.3.0-r2) 18:46:38 (5/12) Installing fortify-headers (1.1-r0) 18:46:38 (6/12) Installing patch (2.7.6-r6) 18:46:38 (7/12) Installing build-base (0.5-r2) 18:46:38 (8/12) Installing libsodium (1.0.18-r0) 18:46:38 (9/12) Installing pkgconf (1.7.2-r0) 18:46:38 (10/12) Installing libsodium-dev (1.0.18-r0) 18:46:38 (11/12) Installing libzmq (4.3.3-r0) 18:46:38 (12/12) Installing zeromq-dev (4.3.3-r0) 18:46:39 Executing busybox-1.31.1-r19.trigger 18:46:39 OK: 233 MiB in 51 packages 18:46:42 Removing intermediate container 14ba98560bad 18:46:42 ---> 3c39f2296e5e 18:46:42 Step 4/6 : WORKDIR /edgex-go 18:46:43 ---> Running in 992ac7996a3b 18:46:43 Removing intermediate container 992ac7996a3b 18:46:43 ---> 1776ba8c4cb8 18:46:43 Step 5/6 : COPY go.mod . 18:46:44 ---> 522829973ee6 18:46:44 Step 6/6 : RUN go mod download 18:46:44 ---> Running in 1966a639eb84 18:47:17 Removing intermediate container 1966a639eb84 18:47:17 ---> def628ee2e5f 18:47:17 Successfully built def628ee2e5f 18:47:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:47:17 + docker inspect -f . ci-base-image-x86_64 18:47:17 . [Pipeline] withDockerContainer 18:47:18 prd-centos7-docker-4c-2g-30904 does not seem to be running inside a container 18:47:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:47:20 $ docker top 85fdb9155b0ef7ffb248e0b4198b22d488e96a0cef2945b59e2c1cc4e47bae40 -eo pid,comm [Pipeline] { [Pipeline] sh 18:47:20 + go version 18:47:21 go version go1.15.5 linux/amd64 [Pipeline] } 18:47:21 $ docker stop --time=1 85fdb9155b0ef7ffb248e0b4198b22d488e96a0cef2945b59e2c1cc4e47bae40 18:47:23 $ docker rm -f 85fdb9155b0ef7ffb248e0b4198b22d488e96a0cef2945b59e2c1cc4e47bae40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:47:24 + docker inspect -f . ci-base-image-x86_64 18:47:24 . [Pipeline] withDockerContainer 18:47:25 prd-centos7-docker-4c-2g-30904 does not seem to be running inside a container 18:47:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:47:27 $ docker top 2fea58bd899100552fed3e6a6a5577fb823ab114f083e08fc86366997f2dff85 -eo pid,comm [Pipeline] { [Pipeline] echo 18:47:27 ========================================================= 18:47:27 [edgeXBuildGoParallel] Running Tests and Build... 18:47:27 ========================================================= [Pipeline] sh 18:47:27 + make test 18:47:27 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:47:56 ? github.com/edgexfoundry/edgex-go [no test files] 18:48:46 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:49:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:49:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:49:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:49:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:49:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:49:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:49:11 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:49:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:49:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:49:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:49:20 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:49:20 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:49:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.412s coverage: 45.9% of statements 18:49:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:49:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:49:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:49:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:49:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:49:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:49:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.222s coverage: 19.8% of statements 18:49:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.152s coverage: 100.0% of statements 18:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.348s coverage: 27.1% of statements 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:49:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.137s coverage: 71.3% of statements 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:49:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.635s coverage: 82.9% of statements 18:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:49:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.171s coverage: 78.9% of statements 18:49:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.195s coverage: 28.6% of statements 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.087s coverage: 100.0% of statements 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.144s coverage: 86.7% of statements 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.262s coverage: 97.5% of statements 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:49:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.157s coverage: 78.3% of statements 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:49:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:49:44 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30905 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { [Pipeline] ws 18:49:44 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.718s coverage: 92.8% of statements 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.130s coverage: 58.8% of statements 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 0.1% of statements 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:49:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.143s coverage: 79.5% of statements 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements 18:49:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.124s coverage: 87.5% of statements 18:49:50 using credential edgex-jenkins-ssh 18:49:50 Cloning the remote Git repository 18:49:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:49:51 > git init /w/workspace/edgex-go/6 # timeout=10 18:49:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:49:51 > git --version # timeout=10 18:49:51 > git --version # 'git version 2.17.1' 18:49:51 using GIT_SSH to set credentials SSH Credentials for GitHub 18:49:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:49:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.072s coverage: 94.4% of statements 18:49:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.145s coverage: 44.8% of statements 18:50:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.660s coverage: 81.7% of statements 18:50:07 Merging remotes/origin/master commit eeaee6b271c5c15927b412df7054cf7482e76680 into PR head commit ade5e898d90a447c3bfe3754f0d765a7c97984ef 18:50:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:50:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:50:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:50:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:50:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:07 > git config core.sparsecheckout # timeout=10 18:50:07 > git checkout -f ade5e898d90a447c3bfe3754f0d765a7c97984ef # timeout=10 18:50:08 > git remote # timeout=10 18:50:08 > git config --get remote.origin.url # timeout=10 18:50:08 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:08 > git merge eeaee6b271c5c15927b412df7054cf7482e76680 # timeout=10 18:50:08 Merge succeeded, producing ade5e898d90a447c3bfe3754f0d765a7c97984ef 18:50:08 Checking out Revision ade5e898d90a447c3bfe3754f0d765a7c97984ef (PR-3273) 18:50:08 > git rev-parse HEAD^{commit} # timeout=10 18:50:08 > git config core.sparsecheckout # timeout=10 18:50:08 > git checkout -f ade5e898d90a447c3bfe3754f0d765a7c97984ef # timeout=10 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.229s coverage: 92.9% of statements 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.373s coverage: 87.2% of statements 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.140s coverage: 100.0% of statements 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.637s coverage: 75.5% of statements 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.052s coverage: 80.8% of statements 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.200s coverage: 87.2% of statements 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.6% of statements 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.6% of statements 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.351s coverage: 64.4% of statements 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:50:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.145s coverage: 100.0% of statements 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.161s coverage: 73.7% of statements 18:50:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.082s coverage: 100.0% of statements 18:50:12 Commit message: "feat(security): Implementation for adding ACL policies and roles" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:50:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:50:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.634s coverage: 69.0% of statements 18:50:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:50:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:50:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:50:15 + sudo service docker restart 18:50:15 + true 18:50:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 38.4% of statements 18:50:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:50:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:50:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.202s coverage: 89.5% of statements 18:50:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:50:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.067s coverage: 84.8% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:50:17 provisioning config files... 18:50:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7481805075509495931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:50:17 ---> docker-login.sh 18:50:17 nexus3.edgexfoundry.org:10001 18:50:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:18 Configure a credential helper to remove this warning. See 18:50:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:18 18:50:18 Login Succeeded 18:50:18 nexus3.edgexfoundry.org:10002 18:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:19 Configure a credential helper to remove this warning. See 18:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:19 18:50:19 Login Succeeded 18:50:19 nexus3.edgexfoundry.org:10003 18:50:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.214s coverage: 47.0% of statements 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:50:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:50:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.227s coverage: 100.0% of statements 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:50:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.289s coverage: 87.1% of statements 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:50:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:50:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:19 Configure a credential helper to remove this warning. See 18:50:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:19 18:50:19 Login Succeeded 18:50:19 nexus3.edgexfoundry.org:10004 18:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:20 Configure a credential helper to remove this warning. See 18:50:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:20 18:50:20 Login Succeeded 18:50:20 docker.io 18:50:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:50:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:50:21 Configure a credential helper to remove this warning. See 18:50:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:50:21 18:50:21 Login Succeeded 18:50:21 ---> docker-login.sh ends [Pipeline] } 18:50:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:50:21 ========================================================= 18:50:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:50:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:50:22 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:50:24 Sending build context to Docker daemon 166.9MB 18:50:24 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:50:24 Step 2/6 : FROM ${BASE} 18:50:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:50:24 5f621e34cdf4: Pulling fs layer 18:50:24 a4357932f1b6: Pulling fs layer 18:50:24 18c013af1878: Pulling fs layer 18:50:24 00ac8860ef70: Pulling fs layer 18:50:24 63d7cb157983: Pulling fs layer 18:50:24 b116817d02f9: Pulling fs layer 18:50:24 745a02a5169b: Pulling fs layer 18:50:24 63d7cb157983: Waiting 18:50:24 b116817d02f9: Waiting 18:50:24 00ac8860ef70: Waiting 18:50:24 18c013af1878: Verifying Checksum 18:50:24 18c013af1878: Download complete 18:50:24 a4357932f1b6: Download complete 18:50:24 63d7cb157983: Download complete 18:50:24 b116817d02f9: Download complete 18:50:24 5f621e34cdf4: Verifying Checksum 18:50:24 5f621e34cdf4: Download complete 18:50:25 5f621e34cdf4: Pull complete 18:50:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.123s coverage: 29.1% of statements 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:50:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.258s coverage: 99.0% of statements 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:50:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.134s coverage: 100.0% of statements 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:50:25 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.384s coverage: 96.5% of statements 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:50:25 ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:50:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:50:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.142s coverage: 87.9% of statements 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:50:25 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:50:26 a4357932f1b6: Pull complete 18:50:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 18:50:26 18c013af1878: Pull complete 18:50:26 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements 18:50:27 745a02a5169b: Verifying Checksum 18:50:27 745a02a5169b: Download complete 18:50:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.172s coverage: 100.0% of statements 18:50:28 00ac8860ef70: Verifying Checksum 18:50:28 00ac8860ef70: Download complete 18:50:28 GO111MODULE=on go vet ./... 18:50:38 00ac8860ef70: Pull complete 18:50:38 63d7cb157983: Pull complete 18:50:38 b116817d02f9: Pull complete 18:50:41 745a02a5169b: Pull complete 18:50:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:50:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:50:41 ---> b7e6874047d6 18:50:41 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 18:50:46 ---> Running in aaa2e9bd9829 18:50:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:50:48 (1/12) Installing libmagic (5.38-r0) 18:50:48 (2/12) Installing file (5.38-r0) 18:50:48 (3/12) Installing libc-dev (0.7.2-r3) 18:50:48 (4/12) Installing g++ (9.3.0-r2) 18:50:52 (5/12) Installing fortify-headers (1.1-r0) 18:50:52 (6/12) Installing patch (2.7.6-r6) 18:50:53 (7/12) Installing build-base (0.5-r2) 18:50:53 (8/12) Installing libsodium (1.0.18-r0) 18:50:53 (9/12) Installing pkgconf (1.7.2-r0) 18:50:53 (10/12) Installing libsodium-dev (1.0.18-r0) 18:50:53 (11/12) Installing libzmq (4.3.3-r0) 18:50:53 (12/12) Installing zeromq-dev (4.3.3-r0) 18:50:53 Executing busybox-1.31.1-r19.trigger 18:50:53 OK: 217 MiB in 51 packages 18:50:58 Removing intermediate container aaa2e9bd9829 18:50:58 ---> b32e7889ea4e 18:50:58 Step 4/6 : WORKDIR /edgex-go 18:50:58 ---> Running in f9916124a5b3 18:50:58 Removing intermediate container f9916124a5b3 18:50:58 ---> 43056a3c11ba 18:50:58 Step 5/6 : COPY go.mod . 18:50:58 ---> 90b143840b9d 18:50:58 Step 6/6 : RUN go mod download 18:50:59 ---> Running in e19b7b22541d 18:51:25 Removing intermediate container e19b7b22541d 18:51:25 ---> b039343fc0ec 18:51:25 Successfully built b039343fc0ec 18:51:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:51:26 + docker inspect -f . ci-base-image-arm64 18:51:26 . [Pipeline] withDockerContainer 18:51:26 prd-ubuntu18.04-docker-arm64-4c-16g-30905 does not seem to be running inside a container 18:51:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:51:28 $ docker top 5d782a5077acee9c745c7e1f000e100c2059ef9c7da859acee4bad644f02dbaf -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:29 + go version 18:51:29 go version go1.15.5 linux/arm64 [Pipeline] } 18:51:29 $ docker stop --time=1 5d782a5077acee9c745c7e1f000e100c2059ef9c7da859acee4bad644f02dbaf 18:51:31 $ docker rm -f 5d782a5077acee9c745c7e1f000e100c2059ef9c7da859acee4bad644f02dbaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:32 + docker inspect -f . ci-base-image-arm64 18:51:32 . [Pipeline] withDockerContainer 18:51:32 prd-ubuntu18.04-docker-arm64-4c-16g-30905 does not seem to be running inside a container 18:51:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:51:34 $ docker top 885af878ce5fa047ef4b3b4814e0d9209877001ddce33e30730668974d410f69 -eo pid,comm [Pipeline] { [Pipeline] echo 18:51:34 ========================================================= 18:51:34 [edgeXBuildGoParallel] Running Tests and Build... 18:51:34 ========================================================= [Pipeline] sh 18:51:35 + make test 18:51:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:51:51 gofmt -l . 18:51:51 [ "`gofmt -l .`" = "" ] 18:51:53 ./bin/test-go-mod-tidy.sh 18:51:55 ./bin/test-attribution-txt.sh [Pipeline] sh 18:51:57 + ls -al . 18:51:57 total 772 18:51:57 drwxrwxr-x 10 1001 1001 4096 Mar 22 18:51 . 18:51:57 drwxr-xr-x 4 root root 28 Mar 22 18:47 .. 18:51:57 -rw-rw-r-- 1 1001 1001 11 Mar 22 18:44 .dockerignore 18:51:57 drwxrwxr-x 8 1001 1001 179 Mar 22 18:44 .git 18:51:57 drwxrwxr-x 3 1001 1001 125 Mar 22 18:44 .github 18:51:57 -rw-rw-r-- 1 1001 1001 818 Mar 22 18:44 .gitignore 18:51:57 drwx------ 3 1001 1001 60 Mar 22 18:45 .semver 18:51:57 -rw-rw-r-- 1 1001 1001 166 Mar 22 18:44 .sonarcloud.properties 18:51:57 -rw-rw-r-- 1 1001 1001 8607 Mar 22 18:44 Attribution.txt 18:51:57 -rw-rw-r-- 1 1001 1001 3804 Mar 22 18:44 CONTRIBUTING.md 18:51:57 -rw-rw-r-- 1 1001 1001 931 Mar 22 18:44 Dockerfile.build 18:51:57 -rw-rw-r-- 1 1001 1001 863 Mar 22 18:44 Jenkinsfile 18:51:57 -rw-rw-r-- 1 1001 1001 10775 Mar 22 18:44 LICENSE 18:51:57 -rw-rw-r-- 1 1001 1001 5774 Mar 22 18:44 Makefile 18:51:57 -rw-rw-r-- 1 1001 1001 6548 Mar 22 18:44 README.md 18:51:57 -rw-rw-r-- 1 1001 1001 6755 Mar 22 18:44 SECURITY.md 18:51:57 -rw-rw-r-- 1 1001 1001 5 Mar 22 18:45 VERSION 18:51:57 -rw-rw-r-- 1 1001 1001 4131 Mar 22 18:44 ZMQWindows.md 18:51:57 drwxrwxr-x 2 1001 1001 117 Mar 22 18:44 bin 18:51:57 drwxrwxr-x 14 1001 1001 4096 Mar 22 18:44 cmd 18:51:57 -rw-r--r-- 1 root root 659965 Mar 22 18:50 coverage.out 18:51:57 -rw-r--r-- 1 root root 1055 Mar 22 18:51 go.mod 18:51:57 -rw-r--r-- 1 root root 22209 Mar 22 18:51 go.sum 18:51:57 drwxrwxr-x 8 1001 1001 127 Mar 22 18:44 internal 18:51:57 drwxrwxr-x 4 1001 1001 26 Mar 22 18:44 openapi 18:51:57 drwxrwxr-x 4 1001 1001 71 Mar 22 18:44 snap 18:51:57 -rw-rw-r-- 1 1001 1001 168 Mar 22 18:44 version.go [Pipeline] sh 18:51:57 ? github.com/edgexfoundry/edgex-go [no test files] 18:51:57 + '[' -e coverage.out ] 18:51:57 + chown 1001:1001 coverage.out [Pipeline] stash 18:51:58 Stashed 1 file(s) [Pipeline] sh 18:51:58 + make build 18:51:58 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 18:52:05 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 18:52:33 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 18:52:33 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 18:52:39 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 18:52:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:52:44 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:52:48 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 18:52:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:52:55 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 18:52:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:52:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:53:00 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 18:53:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:53:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:53:06 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 18:53:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:53:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:53:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:53:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:53:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:53:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:53:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] } 18:53:15 $ docker stop --time=1 2fea58bd899100552fed3e6a6a5577fb823ab114f083e08fc86366997f2dff85 18:53:18 $ docker rm -f 2fea58bd899100552fed3e6a6a5577fb823ab114f083e08fc86366997f2dff85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 18:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.320s coverage: 45.9% of statements 18:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:53:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.134s coverage: 19.8% of statements 18:53:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.312s coverage: 100.0% of statements [Pipeline] isUnix [Pipeline] sh 18:53:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:53:23 18:53:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:53:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:53:24 latest: Pulling from edgex-devops/edgex-compose 18:53:24 cbdbe7a5bc2a: Pulling fs layer 18:53:24 ca9280d653b3: Pulling fs layer 18:53:24 7e9c9ca2126c: Pulling fs layer 18:53:24 cbdbe7a5bc2a: Verifying Checksum 18:53:24 cbdbe7a5bc2a: Download complete 18:53:25 cbdbe7a5bc2a: Pull complete 18:53:25 ca9280d653b3: Verifying Checksum 18:53:25 ca9280d653b3: Download complete 18:53:27 7e9c9ca2126c: Verifying Checksum 18:53:27 7e9c9ca2126c: Download complete 18:53:27 ca9280d653b3: Pull complete 18:53:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.588s coverage: 27.1% of statements 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:53:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:53:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.103s coverage: 100.0% of statements 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:53:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 71.3% of statements 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:53:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:53:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.478s coverage: 82.9% of statements 18:53:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:53:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:53:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.146s coverage: 78.9% of statements 18:53:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:53:43 7e9c9ca2126c: Pull complete 18:53:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:53:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:53:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.130s coverage: 28.6% of statements 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.145s coverage: 100.0% of statements 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.301s coverage: 86.7% of statements 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.404s coverage: 97.5% of statements 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:53:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:53:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:53:43 prd-centos7-docker-4c-2g-30904 does not seem to be running inside a container 18:53:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:53:46 $ docker top a4dfae871c18506b1a6044c5ebdd622efcb7d45efd437366c0d3ab32afaf79ad -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:47 + docker-compose build --help 18:53:47 + grep parallel 18:53:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.245s coverage: 92.8% of statements 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:53:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:53:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.118s coverage: 47.1% of statements 18:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.140s coverage: 79.5% of statements 18:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 18:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.128s coverage: 96.3% of statements 18:53:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.080s coverage: 87.5% of statements 18:53:49 --parallel Build images in parallel. [Pipeline] } 18:53:49 $ docker stop --time=1 a4dfae871c18506b1a6044c5ebdd622efcb7d45efd437366c0d3ab32afaf79ad 18:53:50 $ docker rm -f a4dfae871c18506b1a6044c5ebdd622efcb7d45efd437366c0d3ab32afaf79ad [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:53:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:53:51 . [Pipeline] withDockerContainer 18:53:52 prd-centos7-docker-4c-2g-30904 does not seem to be running inside a container 18:53:52 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:53:53 $ docker top 238f606ff79dc98d3ed3dc9e539a90936a6274bb15eef22b39b5037d7aa69845 -eo pid,comm [Pipeline] { [Pipeline] sh 18:53:53 + docker-compose -f ./docker-compose-build.yml build --parallel 18:53:55 Building docker-core-command-go ... 18:53:55 Building docker-core-data-go ... 18:53:55 Building docker-core-metadata-go ... 18:53:55 Building docker-security-bootstrapper-go ... 18:53:55 Building docker-security-proxy-setup-go ... 18:53:55 Building docker-security-secretstore-setup-go ... 18:53:55 Building docker-support-notifications-go ... 18:53:55 Building docker-support-scheduler-go ... 18:53:55 Building docker-sys-mgmt-agent-go ... 18:53:55 Building docker-security-bootstrapper-go 18:53:55 Building docker-core-metadata-go 18:53:55 Building docker-core-command-go 18:53:55 Building docker-sys-mgmt-agent-go 18:53:55 Building docker-security-secretstore-setup-go 18:54:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements 18:54:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.049s coverage: 44.8% of statements 18:54:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.309s coverage: 81.7% of statements 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.120s coverage: 92.9% of statements 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 77.8% of statements 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.8% of statements 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.170s coverage: 84.6% of statements 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.6% of statements 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.558s coverage: 64.4% of statements 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:54:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 18:54:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 18:54:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 18:54:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements 18:54:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.811s coverage: 69.0% of statements 18:54:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:54:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:54:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:54:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.325s coverage: 38.4% of statements 18:54:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:54:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:54:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.146s coverage: 89.5% of statements 18:54:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:54:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.094s coverage: 84.8% of statements 18:54:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.514s coverage: 47.0% of statements 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:54:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:54:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:54:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.446s coverage: 87.1% of statements 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:54:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.181s coverage: 29.1% of statements 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.246s coverage: 99.0% of statements 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.213s coverage: 96.5% of statements 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.089s coverage: 100.0% of statements 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:54:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 18:54:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:54:39 GO111MODULE=on go vet ./... 18:55:35 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:55:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:55:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:55:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:55:35 ---> def628ee2e5f 18:55:35 Step 3/31 : WORKDIR /edgex-go 18:55:35 ---> def628ee2e5f 18:55:35 Step 3/24 : WORKDIR /edgex-go 18:55:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:55:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:55:35 ---> def628ee2e5f 18:55:35 Step 3/23 : WORKDIR /edgex-go 18:55:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:55:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:55:35 ---> def628ee2e5f 18:55:35 Step 3/23 : WORKDIR /edgex-go 18:55:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:55:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:55:35 ---> def628ee2e5f 18:55:35 Step 3/26 : WORKDIR /edgex-go 18:55:35 ---> Running in f25eecfe43c4 18:55:35 ---> Running in fb64a2c5062a 18:55:35 ---> Running in 66260acdecde 18:55:35 ---> Running in 8c014f3b21ab 18:55:35 ---> Running in 0c1eb3714203 18:55:35 Removing intermediate container f25eecfe43c4 18:55:35 ---> a8adf50d30cd 18:55:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:55:35 Removing intermediate container 8c014f3b21ab 18:55:35 ---> 87c058885368 18:55:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:55:35 Removing intermediate container 66260acdecde 18:55:35 ---> 07ef7f3c6f55 18:55:35 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:55:35 Removing intermediate container 0c1eb3714203 18:55:35 ---> 00a39b6645f4 18:55:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:55:35 Removing intermediate container fb64a2c5062a 18:55:35 ---> 051085f2c9da 18:55:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:55:35 ---> Running in 28ecdd8c37fe 18:55:35 ---> Running in 234392d09630 18:55:35 ---> Running in ab807d9629ec 18:55:35 ---> Running in a56fff39583b 18:55:35 ---> Running in 40ece8107e27 18:55:36 Removing intermediate container 40ece8107e27 18:55:36 ---> 5bec09f8287b 18:55:36 Step 5/23 : RUN apk add --update --no-cache make git 18:55:36 ---> Running in d86b6f83cd13 18:55:37 Removing intermediate container a56fff39583b 18:55:37 ---> aa874b603c51 18:55:37 Step 5/26 : RUN apk add --update --no-cache make bash git 18:55:37 Removing intermediate container 234392d09630 18:55:37 ---> 25eb48ef37f2 18:55:37 Step 5/31 : RUN apk add --update --no-cache make git 18:55:37 Removing intermediate container ab807d9629ec 18:55:37 ---> 5996635c980e 18:55:37 Step 5/23 : RUN apk add --update --no-cache make git 18:55:37 ---> Running in 8fbba342dd3a 18:55:37 ---> Running in d323df7e78cf 18:55:37 Removing intermediate container 28ecdd8c37fe 18:55:37 ---> 226a7f1f512f 18:55:37 Step 5/24 : RUN apk add --update --no-cache make git 18:55:37 ---> Running in 32a3f309a93e 18:55:37 ---> Running in b8850b78c1ad 18:55:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:39 OK: 233 MiB in 51 packages 18:55:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:55:39 OK: 233 MiB in 51 packages 18:55:39 OK: 233 MiB in 51 packages 18:55:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:55:40 OK: 233 MiB in 51 packages 18:55:40 OK: 233 MiB in 51 packages 18:55:40 Removing intermediate container d86b6f83cd13 18:55:40 ---> bc4cc11685ff 18:55:40 Step 6/23 : COPY go.mod . 18:55:41 Removing intermediate container d323df7e78cf 18:55:41 ---> 860f2aa43870 18:55:41 Step 6/26 : COPY go.mod . 18:55:41 ---> fd105fc78fc2 18:55:41 Step 7/23 : RUN go mod download 18:55:42 Removing intermediate container 8fbba342dd3a 18:55:42 ---> 01c179ac5768 18:55:42 Step 6/31 : COPY go.mod . 18:55:42 ---> Running in 929da149e01b 18:55:43 Removing intermediate container b8850b78c1ad 18:55:43 ---> 73d7b3a13ba4 18:55:43 Step 6/24 : COPY go.mod . 18:55:43 ---> 9799816bd16e 18:55:43 Step 7/26 : RUN go mod download 18:55:43 Removing intermediate container 32a3f309a93e 18:55:43 ---> 9e6c4843e256 18:55:43 Step 6/23 : COPY go.mod . 18:55:43 ---> 66ea61c5c206 18:55:43 Step 7/31 : RUN go mod download 18:55:44 ---> Running in c5c093c95734 18:55:44 ---> Running in d28edb8399f2 18:55:44 ---> 7cbb6fd32376 18:55:44 Step 7/24 : RUN go mod download 18:55:44 ---> 2fa981b6a294 18:55:44 Step 7/23 : RUN go mod download 18:55:44 ---> Running in 8a5fcd94f2db 18:55:45 ---> Running in 95b06254b708 18:55:50 Removing intermediate container 929da149e01b 18:55:50 ---> 072d2e2322c9 18:55:50 Step 8/23 : COPY . . 18:55:50 Removing intermediate container c5c093c95734 18:55:50 ---> a61a094bcc63 18:55:50 Step 8/26 : COPY . . 18:55:50 Removing intermediate container 95b06254b708 18:55:50 ---> 689bd6747060 18:55:50 Step 8/23 : COPY . . 18:55:50 Removing intermediate container d28edb8399f2 18:55:50 ---> 9eaced42fb84 18:55:50 Step 8/31 : COPY . . 18:55:51 Removing intermediate container 8a5fcd94f2db 18:55:51 ---> 5485e8b206e0 18:55:51 Step 8/24 : COPY . . 18:56:01 gofmt -l . 18:56:01 [ "`gofmt -l .`" = "" ] 18:56:01 ./bin/test-go-mod-tidy.sh 18:56:01 ./bin/test-attribution-txt.sh [Pipeline] sh 18:56:02 + ls -al . 18:56:02 total 800 18:56:02 drwxrwxr-x 9 1001 1001 4096 Mar 22 18:56 . 18:56:02 drwxr-xr-x 4 root root 4096 Mar 22 18:51 .. 18:56:02 -rw-rw-r-- 1 1001 1001 11 Mar 22 18:50 .dockerignore 18:56:02 drwxrwxr-x 8 1001 1001 4096 Mar 22 18:50 .git 18:56:02 drwxrwxr-x 3 1001 1001 4096 Mar 22 18:50 .github 18:56:02 -rw-rw-r-- 1 1001 1001 818 Mar 22 18:50 .gitignore 18:56:02 -rw-rw-r-- 1 1001 1001 166 Mar 22 18:50 .sonarcloud.properties 18:56:02 -rw-rw-r-- 1 1001 1001 8607 Mar 22 18:50 Attribution.txt 18:56:02 -rw-rw-r-- 1 1001 1001 3804 Mar 22 18:50 CONTRIBUTING.md 18:56:02 -rw-rw-r-- 1 1001 1001 931 Mar 22 18:50 Dockerfile.build 18:56:02 -rw-rw-r-- 1 1001 1001 863 Mar 22 18:50 Jenkinsfile 18:56:02 -rw-rw-r-- 1 1001 1001 10775 Mar 22 18:50 LICENSE 18:56:02 -rw-rw-r-- 1 1001 1001 5774 Mar 22 18:50 Makefile 18:56:02 -rw-rw-r-- 1 1001 1001 6548 Mar 22 18:50 README.md 18:56:02 -rw-rw-r-- 1 1001 1001 6755 Mar 22 18:50 SECURITY.md 18:56:02 -rw-rw-r-- 1 1001 1001 5 Mar 22 18:45 VERSION 18:56:02 -rw-rw-r-- 1 1001 1001 4131 Mar 22 18:50 ZMQWindows.md 18:56:02 drwxrwxr-x 2 1001 1001 4096 Mar 22 18:50 bin 18:56:02 drwxrwxr-x 14 1001 1001 4096 Mar 22 18:50 cmd 18:56:02 -rw-r--r-- 1 root root 659965 Mar 22 18:54 coverage.out 18:56:02 -rw-r--r-- 1 root root 1055 Mar 22 18:55 go.mod 18:56:02 -rw-r--r-- 1 root root 22209 Mar 22 18:55 go.sum 18:56:02 drwxrwxr-x 8 1001 1001 4096 Mar 22 18:50 internal 18:56:02 drwxrwxr-x 4 1001 1001 4096 Mar 22 18:50 openapi 18:56:02 drwxrwxr-x 4 1001 1001 4096 Mar 22 18:50 snap 18:56:02 -rw-rw-r-- 1 1001 1001 168 Mar 22 18:50 version.go [Pipeline] sh 18:56:02 + '[' -e coverage.out ] 18:56:02 + chown 1001:1001 coverage.out [Pipeline] stash 18:56:03 Warning: overwriting stash ‘coverage-report’ 18:56:04 Stashed 1 file(s) [Pipeline] sh 18:56:04 + make build 18:56:04 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 18:56:15 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 18:56:41 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 18:56:45 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 18:56:52 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 18:56:53 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 18:56:58 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 18:57:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:57:07 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 18:57:12 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 18:57:16 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 18:57:21 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] } 18:57:27 $ docker stop --time=1 885af878ce5fa047ef4b3b4814e0d9209877001ddce33e30730668974d410f69 18:57:30 ---> a6c147dd2acf 18:57:30 ---> 48aa826b4862 18:57:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:57:30 ---> 9810b95283b9 18:57:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:57:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:57:30 ---> c24a60bf981d 18:57:30 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:57:30 ---> 78ae0849d7a2 18:57:30 Step 9/23 : RUN make cmd/core-command/core-command 18:57:30 ---> Running in c1450c52cf83 18:57:30 ---> Running in 742b40fb9760 18:57:30 ---> Running in c9a9e9c1859e 18:57:30 ---> Running in 00c823197a22 18:57:30 ---> Running in 6e6eb95bfa95 18:57:30 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 18:57:30 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 18:57:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:57:30 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 18:57:30 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 18:57:30 $ docker rm -f 885af878ce5fa047ef4b3b4814e0d9209877001ddce33e30730668974d410f69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:57:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:57:32 18:57:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:57:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:57:33 latest: Pulling from edgex-devops/edgex-compose-arm64 18:57:33 29e5d40040c1: Pulling fs layer 18:57:33 1ce36da41761: Pulling fs layer 18:57:33 25b303627fd3: Pulling fs layer 18:57:33 29e5d40040c1: Verifying Checksum 18:57:33 29e5d40040c1: Download complete 18:57:34 1ce36da41761: Verifying Checksum 18:57:34 1ce36da41761: Download complete 18:57:34 29e5d40040c1: Pull complete 18:57:36 25b303627fd3: Verifying Checksum 18:57:36 25b303627fd3: Download complete 18:57:36 1ce36da41761: Pull complete 18:57:46 25b303627fd3: Pull complete 18:57:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:57:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:57:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:57:46 prd-ubuntu18.04-docker-arm64-4c-16g-30905 does not seem to be running inside a container 18:57:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:57:49 $ docker top 75c6ac2e6b40c6d67599c1e7f33d5db0d93404da736b30731c6f63ff4f6bfb1e -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:50 + docker-compose build --help 18:57:50 + grep parallel 18:57:54 --parallel Build images in parallel. [Pipeline] } 18:57:54 $ docker stop --time=1 75c6ac2e6b40c6d67599c1e7f33d5db0d93404da736b30731c6f63ff4f6bfb1e 18:57:56 $ docker rm -f 75c6ac2e6b40c6d67599c1e7f33d5db0d93404da736b30731c6f63ff4f6bfb1e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:57:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:57:57 . [Pipeline] withDockerContainer 18:57:57 prd-ubuntu18.04-docker-arm64-4c-16g-30905 does not seem to be running inside a container 18:57:57 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:57:59 $ docker top d579b12635d77626b0b758104d5fbe1aa5d17df9ff902ff6fde82895c6c56e6f -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:00 + docker-compose -f ./docker-compose-build.yml build --parallel 18:58:04 Building docker-core-command-go ... 18:58:04 Building docker-core-data-go ... 18:58:04 Building docker-core-metadata-go ... 18:58:04 Building docker-security-bootstrapper-go ... 18:58:04 Building docker-security-proxy-setup-go ... 18:58:04 Building docker-security-secretstore-setup-go ... 18:58:04 Building docker-support-notifications-go ... 18:58:04 Building docker-support-scheduler-go ... 18:58:04 Building docker-sys-mgmt-agent-go ... 18:58:04 Building docker-security-bootstrapper-go 18:58:04 Building docker-core-metadata-go 18:58:04 Building docker-core-command-go 18:58:04 Building docker-security-secretstore-setup-go 18:58:04 Building docker-sys-mgmt-agent-go 18:58:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:58:44 Removing intermediate container 00c823197a22 18:58:44 ---> f9e52d56faec 18:58:44 18:58:44 Step 10/31 : FROM alpine:3.12 18:58:44 3.12: Pulling from library/alpine 18:58:44 Removing intermediate container 6e6eb95bfa95 18:58:44 ---> f71346dd2988 18:58:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:58:45 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:58:45 Status: Downloaded newer image for alpine:3.12 18:58:45 ---> 88dd2752d2ea 18:58:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:58:45 ---> Running in 64cdfc0e25c4 18:58:46 Removing intermediate container 742b40fb9760 18:58:46 ---> 1acd56fe8e97 18:58:46 18:58:46 Step 10/23 : FROM alpine:3.12 18:58:46 ---> 88dd2752d2ea 18:58:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:58:46 Removing intermediate container c1450c52cf83 18:58:46 ---> 906f49d4c9df 18:58:46 18:58:46 Step 10/24 : FROM alpine:3.12 18:58:46 ---> 88dd2752d2ea 18:58:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:58:46 ---> Running in d0f500c456b8 18:58:46 ---> Running in 463dc6845b0f 18:58:46 ---> Running in a7a142027cef 18:58:46 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 18:58:47 Removing intermediate container d0f500c456b8 18:58:47 ---> bb7402572439 18:58:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:49 (1/1) Installing dumb-init (1.2.2-r1) 18:58:49 Executing busybox-1.31.1-r19.trigger 18:58:49 OK: 6 MiB in 15 packages 18:58:49 ---> Running in dc4f828e4434 18:58:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:49 (1/5) Installing ca-certificates (20191127-r4) 18:58:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:58:49 (3/5) Installing libcurl (7.69.1-r3) 18:58:49 (4/5) Installing curl (7.69.1-r3) 18:58:49 (5/5) Installing dumb-init (1.2.2-r1) 18:58:49 Removing intermediate container c9a9e9c1859e 18:58:49 ---> 527d48c62a9e 18:58:49 18:58:49 Step 10/23 : FROM alpine:3.12 18:58:49 ---> 88dd2752d2ea 18:58:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:58:49 Executing busybox-1.31.1-r19.trigger 18:58:49 Executing ca-certificates-20191127-r4.trigger 18:58:49 OK: 7 MiB in 19 packages 18:58:50 ---> Running in abba6e279ce6 18:58:51 Removing intermediate container 64cdfc0e25c4 18:58:51 ---> ce4f2223db5a 18:58:51 18:58:51 Step 11/26 : FROM docker:20.10.0 18:58:51 20.10.0: Pulling from library/docker 18:58:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:51 Removing intermediate container 463dc6845b0f 18:58:51 ---> e0c210e3fcc1 18:58:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:58:51 (1/2) Installing dumb-init (1.2.2-r1) 18:58:51 (2/2) Installing su-exec (0.2-r1) 18:58:51 Executing busybox-1.31.1-r19.trigger 18:58:51 OK: 6 MiB in 16 packages 18:58:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:58:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:58:53 (1/1) Installing dumb-init (1.2.2-r1) 18:58:53 Executing busybox-1.31.1-r19.trigger 18:58:53 OK: 6 MiB in 15 packages 18:58:53 ---> Running in 5648b13d3652 18:58:53 Removing intermediate container a7a142027cef 18:58:53 ---> 84fa33d1801d 18:58:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:58:53 Removing intermediate container 5648b13d3652 18:58:53 ---> b87c222c3db6 18:58:53 Step 13/23 : ENV APP_PORT=48082 18:58:54 ---> Running in 65d01fc1bc96 18:58:54 ---> Running in bb25e10518fa 18:58:54 Removing intermediate container dc4f828e4434 18:58:54 ---> 371994af6d1a 18:58:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:58:54 ---> Running in a692cc6c6e6e 18:58:54 Removing intermediate container 65d01fc1bc96 18:58:54 ---> e75e929d2418 18:58:54 Step 13/24 : WORKDIR / 18:58:55 Removing intermediate container bb25e10518fa 18:58:55 ---> 9833877dd18a 18:58:55 Step 14/23 : EXPOSE $APP_PORT 18:58:55 Removing intermediate container abba6e279ce6 18:58:55 ---> 202a6056b55d 18:58:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:58:55 ---> Running in dcdd7019b44e 18:58:55 ---> Running in be5dbdb95cbe 18:58:55 ---> Running in 9eb2c67253a4 18:58:55 Removing intermediate container a692cc6c6e6e 18:58:55 ---> dcd0e504167f 18:58:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:58:56 ---> Running in 24c9eda4cf5b 18:58:56 Removing intermediate container dcdd7019b44e 18:58:56 ---> 9819cca1f6e3 18:58:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:58:56 Removing intermediate container be5dbdb95cbe 18:58:56 ---> 80d10cc2df4f 18:58:56 Step 15/23 : WORKDIR / 18:58:56 Removing intermediate container 9eb2c67253a4 18:58:56 ---> 7ab768598805 18:58:56 Step 13/23 : ENV APP_PORT=48081 18:58:56 Removing intermediate container 24c9eda4cf5b 18:58:56 ---> 84e391e4b13d 18:58:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:58:56 ---> Running in 8932cdd481a1 18:58:56 ---> Running in 31835d6d8fbc 18:58:56 ---> Running in 4c02d39e271c 18:58:57 ---> e805d3b40e32 18:58:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:58:57 Removing intermediate container 31835d6d8fbc 18:58:57 ---> dc08baccce61 18:58:57 Step 14/23 : EXPOSE $APP_PORT 18:58:57 Removing intermediate container 8932cdd481a1 18:58:57 ---> ceb79b2361b4 18:58:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:58:57 ---> Running in 2614e2311892 18:58:58 ---> a3b8b0553b73 18:58:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:58:58 Removing intermediate container 2614e2311892 18:58:58 ---> 6f5a169f16a8 18:58:58 Step 15/23 : WORKDIR / 18:58:58 ---> 8de957c4de0e 18:58:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:58:58 ---> Running in ecd9c1589cda 18:58:59 ---> 40fe4aa6f073 18:58:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:58:59 Removing intermediate container ecd9c1589cda 18:58:59 ---> 9bf52c4a32f2 18:58:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:00 ---> 6280ee252c6d 18:59:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:59:01 Removing intermediate container 4c02d39e271c 18:59:01 ---> f1544c3195fd 18:59:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:59:01 ---> e9a06bf24de0 18:59:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:59:01 ---> 506ee1c24193 18:59:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:59:01 ---> Running in 14790b8855db 18:59:01 ---> 698ba30ffdfa 18:59:01 Step 19/23 : ENTRYPOINT ["/core-command"] 18:59:01 ---> Running in 89c3d3da9ce5 18:59:02 Removing intermediate container 14790b8855db 18:59:02 ---> 427e64b4bfb6 18:59:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:59:03 Removing intermediate container 89c3d3da9ce5 18:59:03 ---> ba0b4f87795e 18:59:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:03 ---> 5afd2dc4e2a3 18:59:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:59:03 ---> Running in d7b283c962a9 18:59:03 ---> 3d9a3ef11aab 18:59:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:59:03 ---> 1eee577e4072 18:59:03 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:59:04 ---> Running in 49b1971686f6 18:59:04 Removing intermediate container d7b283c962a9 18:59:04 ---> 9f2cf1b5aad0 18:59:04 Step 21/23 : LABEL arch=x86_64 18:59:04 ---> ba8b3f9f18a7 18:59:04 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/ 18:59:04 ---> Running in f8ec9a3ac282 18:59:05 ---> Running in 40b73d76667a 18:59:05 ---> 9299a7148531 18:59:05 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:59:05 ---> Running in 66a0634fcf35 18:59:05 Removing intermediate container f8ec9a3ac282 18:59:05 ---> 079867b797dc 18:59:05 Step 22/23 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 18:59:05 ---> Running in 89c501f270db 18:59:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:59:06 Status: Downloaded newer image for docker:20.10.0 18:59:06 ---> aefe523efa57 18:59:06 Step 12/26 : RUN apk add --no-cache bash 18:59:06 Removing intermediate container 66a0634fcf35 18:59:06 ---> 0434c2f5756f 18:59:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:59:06 ---> Running in 2e6e8ad03d02 18:59:06 ---> Running in 66e66f48bb33 18:59:06 Removing intermediate container 89c501f270db 18:59:06 ---> 6e02e14f60b4 18:59:06 Step 23/23 : LABEL version=0.0.0 18:59:06 ---> Running in 6001d84b8321 18:59:06 Removing intermediate container 49b1971686f6 18:59:06 ---> 795f5a27b105 18:59:06 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:59:07 Removing intermediate container 66e66f48bb33 18:59:07 ---> 86e33482a4a7 18:59:07 Step 21/23 : LABEL arch=x86_64 18:59:07 ---> Running in cc94bbec8203 18:59:07 Removing intermediate container 6001d84b8321 18:59:07 ---> 94a1879e108b 18:59:07 18:59:07 ---> 1050c4ae9498 18:59:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:59:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:07 (1/2) Installing readline (8.0.4-r0) 18:59:07 (2/2) Installing bash (5.0.17-r0) 18:59:07 Removing intermediate container cc94bbec8203 18:59:07 ---> 9f2adec5505a 18:59:07 Step 22/23 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 18:59:07 Executing bash-5.0.17-r0.post-install 18:59:07 Executing busybox-1.31.1-r19.trigger 18:59:07 Removing intermediate container 40b73d76667a 18:59:07 ---> 496581014923 18:59:07 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:59:07 OK: 12 MiB in 22 packages 18:59:08 ---> Running in 19dc2a7e5721 18:59:08 ---> Running in 27745bbb7f5c 18:59:08 Successfully built 94a1879e108b 18:59:08 Successfully tagged docker-core-command-go:latest 18:59:08 Building docker-core-data-go 18:59:08  Building docker-core-command-go ... done  ---> 7383fe356a7f 18:59:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:59:08 Removing intermediate container 19dc2a7e5721 18:59:08 ---> 475ec9a1efa9 18:59:08 Step 23/23 : LABEL version=0.0.0 18:59:08 Removing intermediate container 27745bbb7f5c 18:59:08 ---> fd3799c9251b 18:59:08 Step 22/24 : LABEL arch=x86_64 18:59:08 ---> Running in 6df9d427a4df 18:59:08 ---> Running in 441dce1488b6 18:59:09 Removing intermediate container 2e6e8ad03d02 18:59:09 ---> 4f6929f9ec28 18:59:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:59:09 ---> a712cbef834c 18:59:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:59:09 Removing intermediate container 6df9d427a4df 18:59:09 ---> cf8ad20d9d24 18:59:09 18:59:09 ---> Running in 1bd01783a6b5 18:59:09 Removing intermediate container 441dce1488b6 18:59:09 ---> e454a3e4a27b 18:59:09 Step 23/24 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 18:59:09 ---> Running in a38727f2cf7e 18:59:09 Successfully built cf8ad20d9d24 18:59:09 Successfully tagged docker-core-metadata-go:latest 18:59:09  Building docker-core-metadata-go ... done Building docker-support-notifications-go 18:59:09 ---> 22bc79b54995 18:59:09 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:59:10 Removing intermediate container 1bd01783a6b5 18:59:10 ---> 07f5c52b6ccf 18:59:10 Step 14/26 : ENV APP_PORT=48090 18:59:10 Removing intermediate container a38727f2cf7e 18:59:10 ---> 459078f061f1 18:59:10 Step 24/24 : LABEL version=0.0.0 18:59:10 ---> Running in dd6f612c3fc9 18:59:12 ---> Running in ad5588b5e6bb 18:59:12 ---> 54140e5cc36c 18:59:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:59:13 Removing intermediate container dd6f612c3fc9 18:59:13 ---> 29c797dd1336 18:59:13 Step 15/26 : EXPOSE $APP_PORT 18:59:13 Removing intermediate container ad5588b5e6bb 18:59:13 ---> 01c3b0c374bb 18:59:13 18:59:13 ---> Running in 3fa9be70946b 18:59:13 ---> Running in 7f37c8d15151 18:59:14 Successfully built 01c3b0c374bb 18:59:15 Successfully tagged docker-security-secretstore-setup-go:latest 18:59:15  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 18:59:15 Removing intermediate container 3fa9be70946b 18:59:15 ---> 79f1f8c28976 18:59:15 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:59:15 Removing intermediate container 7f37c8d15151 18:59:15 ---> 09277f9ea85b 18:59:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:59:20 ---> 59679ce9bf3a 18:59:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:59:20 ---> 5852e440ae86 18:59:20 Step 26/31 : RUN chmod +x /entrypoint.sh 18:59:21 ---> Running in f4281207ad42 18:59:21 ---> 77ec441047e4 18:59:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:59:23 ---> e2a33417c989 18:59:23 Step 19/26 : RUN apk --no-cache add py3-pip 18:59:23 ---> Running in 69b6d09ec82b 18:59:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:59:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:59:26 (1/33) Installing libbz2 (1.0.8-r1) 18:59:26 (2/33) Installing expat (2.2.9-r1) 18:59:26 (3/33) Installing libffi (3.3-r2) 18:59:26 (4/33) Installing gdbm (1.13-r1) 18:59:26 (5/33) Installing xz-libs (5.2.5-r0) 18:59:26 (6/33) Installing sqlite-libs (3.32.1-r0) 18:59:26 (7/33) Installing python3 (3.8.8-r0) 18:59:26 Removing intermediate container f4281207ad42 18:59:26 ---> 11d3d5d7b17a 18:59:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:59:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:59:26 ---> b039343fc0ec 18:59:26 Step 3/23 : WORKDIR /edgex-go 18:59:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:59:26 ---> b039343fc0ec 18:59:26 Step 3/24 : WORKDIR /edgex-go 18:59:26 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:26 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:59:26 ---> b039343fc0ec 18:59:26 Step 3/26 : WORKDIR /edgex-go 18:59:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:59:26 ---> b039343fc0ec 18:59:26 Step 3/23 : WORKDIR /edgex-go 18:59:26 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:59:26 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:59:26 ---> b039343fc0ec 18:59:26 Step 3/31 : WORKDIR /edgex-go 18:59:26 ---> Running in f13a079b9085 18:59:26 ---> Running in d807d2a0f369 18:59:26 ---> Running in b71de1afc6eb 18:59:26 ---> Running in 4fb3805d7463 18:59:26 ---> Running in da4070f6e053 18:59:26 Removing intermediate container b71de1afc6eb 18:59:26 ---> 6e22cdf68afd 18:59:26 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:26 Removing intermediate container 4fb3805d7463 18:59:26 ---> 6ff567261a25 18:59:26 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:26 Removing intermediate container f13a079b9085 18:59:26 ---> a28fd138e2a6 18:59:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:26 Removing intermediate container d807d2a0f369 18:59:26 ---> 448744202998 18:59:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:26 Removing intermediate container da4070f6e053 18:59:26 ---> 9d8e685840b3 18:59:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:59:26 ---> Running in 27c1e7bb5ba5 18:59:26 ---> Running in 6b114196723d 18:59:26 ---> Running in 8a5b7a5a11ac 18:59:26 ---> Running in 5b5386a53987 18:59:26 ---> Running in ca317ee8c565 18:59:26 Removing intermediate container 27c1e7bb5ba5 18:59:26 ---> e9f9a022ca7c 18:59:26 Step 5/26 : RUN apk add --update --no-cache make bash git 18:59:26 ---> Running in 2cccf400c370 18:59:26 Removing intermediate container 6b114196723d 18:59:26 ---> 0cfe7685f43c 18:59:26 Step 5/24 : RUN apk add --update --no-cache make git 18:59:26 Removing intermediate container 8a5b7a5a11ac 18:59:26 ---> 7d77309a7e4e 18:59:26 Step 5/31 : RUN apk add --update --no-cache make git 18:59:26 ---> Running in 2d7aa50f0f49 18:59:26 ---> Running in cedc4184d1a8 18:59:26 Removing intermediate container ca317ee8c565 18:59:26 ---> dcbae60510cf 18:59:26 Step 5/23 : RUN apk add --update --no-cache make git 18:59:26 Removing intermediate container 5b5386a53987 18:59:26 ---> 9230e517d6bb 18:59:26 Step 5/23 : RUN apk add --update --no-cache make git 18:59:26 ---> Running in 95c5c8de2e18 18:59:26 ---> Running in 809d35f53dbe 18:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:59:26 OK: 217 MiB in 51 packages 18:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:27 OK: 217 MiB in 51 packages 18:59:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:59:27 OK: 217 MiB in 51 packages 18:59:28 OK: 217 MiB in 51 packages 18:59:28 OK: 217 MiB in 51 packages 18:59:28 ---> Running in c5c4a9b3be92 18:59:28 Removing intermediate container 2cccf400c370 18:59:28 ---> d429ee8778ba 18:59:28 Step 6/26 : COPY go.mod . 18:59:28 (8/33) Installing py3-appdirs (1.4.4-r1) 18:59:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:59:28 (10/33) Installing py3-parsing (2.4.7-r0) 18:59:28 (11/33) Installing py3-six (1.15.0-r0) 18:59:28 (12/33) Installing py3-packaging (20.4-r0) 18:59:29 Removing intermediate container 2d7aa50f0f49 18:59:29 ---> e20726da5075 18:59:29 Step 6/24 : COPY go.mod . 18:59:29 ---> 366bab44f7e4 18:59:29 Step 7/26 : RUN go mod download 18:59:29 Removing intermediate container 95c5c8de2e18 18:59:29 ---> 5965a86a1d0b 18:59:29 Step 6/23 : COPY go.mod . 18:59:29 (13/33) Installing py3-setuptools (47.0.0-r0) 18:59:29 (14/33) Installing py3-chardet (3.0.4-r4) 18:59:30 ---> Running in ef234e04cbd5 18:59:30 Removing intermediate container cedc4184d1a8 18:59:30 ---> 8cba7325bd32 18:59:30 Step 6/31 : COPY go.mod . 18:59:30 ---> 98e3303861fa 18:59:30 Step 7/24 : RUN go mod download 18:59:30 (15/33) Installing py3-idna (2.9-r0) 18:59:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:59:30 Removing intermediate container c5c4a9b3be92 18:59:30 ---> e7aeb4c5ea14 18:59:30 Step 28/31 : CMD ["gate"] 18:59:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:59:30 ---> Running in 9fa2e9fc09cb 18:59:30 (18/33) Installing py3-requests (2.23.0-r0) 18:59:30 (19/33) Installing py3-msgpack (1.0.0-r0) 18:59:30 (20/33) Installing py3-lockfile (0.12.2-r3) 18:59:30 Removing intermediate container 809d35f53dbe 18:59:30 ---> d0f4f39a7a06 18:59:30 Step 6/23 : COPY go.mod . 18:59:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:59:30 ---> 06b80d72d962 18:59:30 Step 7/23 : RUN go mod download 18:59:31 (22/33) Installing py3-colorama (0.4.3-r0) 18:59:31 ---> Running in 3876dfab7046 18:59:31 (23/33) Installing py3-distlib (0.3.0-r0) 18:59:31 ---> Running in 2bc47ffa4d65 18:59:31 ---> 0e22cc32878c 18:59:31 Step 7/31 : RUN go mod download 18:59:31 (24/33) Installing py3-distro (1.5.0-r1) 18:59:31 (25/33) Installing py3-webencodings (0.5.1-r3) 18:59:31 (26/33) Installing py3-html5lib (1.0.1-r4) 18:59:31 ---> Running in 29f4597538a5 18:59:31 ---> f584b6ceb42c 18:59:31 Step 7/23 : RUN go mod download 18:59:31 ---> Running in 09deab3ac2a7 18:59:32 (27/33) Installing py3-pytoml (0.1.21-r0) 18:59:32 (28/33) Installing py3-pep517 (0.8.2-r0) 18:59:32 (29/33) Installing py3-progress (1.5-r0) 18:59:32 (30/33) Installing py3-toml (0.10.1-r0) 18:59:33 (31/33) Installing py3-retrying (1.3.3-r0) 18:59:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:59:33 (33/33) Installing py3-pip (20.1.1-r0) 18:59:34 Removing intermediate container ef234e04cbd5 18:59:34 ---> d10b7523636d 18:59:34 Step 8/26 : COPY . . 18:59:34 Removing intermediate container 3876dfab7046 18:59:34 ---> a4dddf8fa985 18:59:34 Step 29/31 : LABEL arch=x86_64 18:59:34 Executing busybox-1.31.1-r19.trigger 18:59:34 Removing intermediate container 9fa2e9fc09cb 18:59:34 ---> fc07ecb930b1 18:59:34 Step 8/24 : COPY . . 18:59:34 OK: 71 MiB in 55 packages 18:59:35 Removing intermediate container 2bc47ffa4d65 18:59:35 ---> 32f204b55827 18:59:35 Step 8/23 : COPY . . 18:59:36 Removing intermediate container 29f4597538a5 18:59:36 ---> 4847ed809012 18:59:36 Step 8/31 : COPY . . 18:59:36 ---> Running in 57e5601f9681 18:59:38 Removing intermediate container 57e5601f9681 18:59:38 ---> 2387befd059b 18:59:38 Step 30/31 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 18:59:38 Removing intermediate container 09deab3ac2a7 18:59:38 ---> 6841a2546081 18:59:38 Step 8/23 : COPY . . 18:59:39 ---> Running in eedea7670fc6 18:59:44 Removing intermediate container eedea7670fc6 18:59:44 ---> bd37f4249ce6 18:59:44 Step 31/31 : LABEL version=0.0.0 18:59:45 ---> Running in 487030a64518 18:59:48 Removing intermediate container 487030a64518 18:59:48 ---> 7ab823e1b76e 18:59:48 18:59:50 Successfully built 7ab823e1b76e 18:59:51 Successfully tagged docker-security-bootstrapper-go:latest 18:59:51 Building docker-support-scheduler-go 19:00:00 ---> b96b7c0a3eb6 19:00:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:00:00 ---> Running in 2b428558a98f 19:00:00 ---> 9ba7cf680b9b 19:00:00 Step 9/23 : RUN make cmd/core-command/core-command 19:00:00 ---> bacfcafe54c8 19:00:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:00:00 ---> e30350eab105 19:00:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:00:00 ---> 5249fa0faefb 19:00:00 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:00:00 ---> Running in 674604ae1402 19:00:00 ---> Running in e5ca9f3e9f10 19:00:00 ---> Running in a4036aa67c1e 19:00:00 ---> Running in 8e7daf6e4846 19:00:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:00:02 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 19:00:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:00:03 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 19:00:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:00:06  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:06 ---> def628ee2e5f 19:00:06 Step 3/23 : WORKDIR /edgex-go 19:00:06 ---> Using cache 19:00:06 ---> 051085f2c9da 19:00:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:06 ---> Using cache 19:00:06 ---> 5bec09f8287b 19:00:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:00:06 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:06 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:00:06 ---> def628ee2e5f 19:00:06 Step 3/21 : WORKDIR /edgex-go 19:00:06 ---> Using cache 19:00:06 ---> 051085f2c9da 19:00:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:06 ---> Using cache 19:00:06 ---> 5bec09f8287b 19:00:06 Step 5/21 : RUN apk add --update --no-cache make git 19:00:06 ---> Using cache 19:00:06 ---> bc4cc11685ff 19:00:06 Step 6/21 : COPY go.mod . 19:00:06 ---> Using cache 19:00:06 ---> fd105fc78fc2 19:00:06 Step 7/21 : RUN go mod download 19:00:06 ---> Using cache 19:00:06 ---> 072d2e2322c9 19:00:06 Step 8/21 : COPY . . 19:00:06 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:06 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:06 ---> def628ee2e5f 19:00:06 Step 3/22 : WORKDIR /edgex-go 19:00:06 ---> Using cache 19:00:06 ---> 051085f2c9da 19:00:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:06 ---> Using cache 19:00:06 ---> 5bec09f8287b 19:00:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:00:07 ---> Using cache 19:00:07 ---> c24a60bf981d 19:00:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:00:07 ---> Running in 7563f62a7e82 19:00:07 ---> Running in a7778116c9e6 19:00:07 ---> Running in 9eea34697b80 19:00:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:00:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:00:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:00:14 OK: 233 MiB in 51 packages 19:00:14 OK: 233 MiB in 51 packages 19:00:17 Removing intermediate container a7778116c9e6 19:00:17 ---> 1451c000e81f 19:00:17 Step 6/23 : COPY go.mod . 19:00:17 Removing intermediate container 9eea34697b80 19:00:17 ---> 207af1fda8c9 19:00:17 Step 6/22 : COPY go.mod . 19:00:19 ---> a85a099fd50d 19:00:19 Step 7/22 : RUN go mod download 19:00:20 ---> e7d0a818f6b5 19:00:20 Step 7/23 : RUN go mod download 19:00:22 ---> Running in 13db7fdbca4f 19:00:22 ---> Running in 04991cf33822 19:00:41 Removing intermediate container 04991cf33822 19:00:41 ---> c3e06df49f0c 19:00:41 Step 8/22 : COPY . . 19:00:41 Removing intermediate container 13db7fdbca4f 19:00:41 ---> 02234b48cd23 19:00:41 Step 8/23 : COPY . . 19:00:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:52 ---> def628ee2e5f 19:00:52 Step 3/22 : WORKDIR /edgex-go 19:00:52 ---> Using cache 19:00:52 ---> 051085f2c9da 19:00:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:52 ---> Using cache 19:00:52 ---> 5bec09f8287b 19:00:52 Step 5/22 : RUN apk add --update --no-cache make git 19:00:52 ---> Using cache 19:00:52 ---> bc4cc11685ff 19:00:52 Step 6/22 : COPY go.mod . 19:00:52 ---> Using cache 19:00:52 ---> fd105fc78fc2 19:00:52 Step 7/22 : RUN go mod download 19:00:52 ---> Using cache 19:00:52 ---> 072d2e2322c9 19:00:52 Step 8/22 : COPY . . 19:00:52 ---> Using cache 19:00:52 ---> c24a60bf981d 19:00:52 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:00:56 ---> Running in d418855024db 19:01:05 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 19:01:06 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 19:01:14 Removing intermediate container 69b6d09ec82b 19:01:14 ---> 9c470336b85e 19:01:14 Step 20/26 : RUN pip install docker-compose==1.23.2 19:01:16 ---> Running in 9aa4c40eb9cc 19:01:25 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 19:01:43 Removing intermediate container 8e7daf6e4846 19:01:43 ---> b7049e9fcfb1 19:01:43 19:01:43 Step 10/24 : FROM alpine:3.12 19:01:43 3.12: Pulling from library/alpine 19:01:46 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:01:46 Status: Downloaded newer image for alpine:3.12 19:01:46 ---> d10569e2745f 19:01:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:01:46 ---> Running in a9ea56853667 19:01:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:01:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:01:49 Removing intermediate container 2b428558a98f 19:01:49 ---> 8dd21ef86a57 19:01:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:01:49 (1/5) Installing ca-certificates (20191127-r4) 19:01:49 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:01:49 (3/5) Installing libcurl (7.69.1-r3) 19:01:49 (4/5) Installing curl (7.69.1-r3) 19:01:49 (5/5) Installing dumb-init (1.2.2-r1) 19:01:49 Executing busybox-1.31.1-r19.trigger 19:01:49 Executing ca-certificates-20191127-r4.trigger 19:01:50 OK: 7 MiB in 19 packages 19:01:50 ---> Running in 68bebd0a1a5b 19:01:51 Removing intermediate container a4036aa67c1e 19:01:51 ---> 026d313bdfd0 19:01:51 19:01:51 Step 10/31 : FROM alpine:3.12 19:01:51 ---> d10569e2745f 19:01:51 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:01:51 ---> Running in 4d7d19023741 19:01:52 Removing intermediate container 4d7d19023741 19:01:52 ---> ff2ac0d3e885 19:01:52 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:01:52 ---> Running in 5608c6d9bf23 19:01:53 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 19:01:53 Removing intermediate container a9ea56853667 19:01:53 ---> 82d94cf74ef8 19:01:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:01:54 ---> Running in 8f081f6e4a51 19:01:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:01:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:01:55 Removing intermediate container 8f081f6e4a51 19:01:55 ---> 8fe2db353527 19:01:55 Step 13/24 : WORKDIR / 19:01:56 (1/2) Installing dumb-init (1.2.2-r1) 19:01:56 (2/2) Installing su-exec (0.2-r1) 19:01:56 Executing busybox-1.31.1-r19.trigger 19:01:56 OK: 5 MiB in 16 packages 19:01:56 ---> Running in 7f9fa2fa6769 19:01:57 Collecting docker-compose==1.23.2 19:01:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:01:57 Removing intermediate container 7563f62a7e82 19:01:57 ---> 7a951967f8d0 19:01:57 19:01:57 Step 10/21 : FROM alpine:3.12 19:01:57 ---> 88dd2752d2ea 19:01:57 Step 11/21 : RUN apk add --update --no-cache curl 19:01:57 Collecting jsonschema<3,>=2.5.1 19:01:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:01:57 Removing intermediate container e5ca9f3e9f10 19:01:57 ---> 71653c5dae2e 19:01:57 19:01:57 Step 10/23 : FROM alpine:3.12 19:01:57 ---> d10569e2745f 19:01:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:01:57 Removing intermediate container 7f9fa2fa6769 19:01:57 ---> 4fb1363579f3 19:01:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:01:57 ---> Running in 681af9a8f27e 19:01:58 Collecting websocket-client<1.0,>=0.32.0 19:01:58 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:01:58 Removing intermediate container 5608c6d9bf23 19:01:58 ---> a4d42b52c658 19:01:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:01:58 Removing intermediate container 68bebd0a1a5b 19:01:58 ---> ab6cc6fb9c9e 19:01:58 19:01:58 Step 11/26 : FROM docker:20.10.0 19:01:58 20.10.0: Pulling from library/docker 19:01:58 ---> Running in 5e3614ca416f 19:01:59 ---> 268947ec1155 19:01:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:01:59 ---> Running in a42ae1c2dd21 19:01:59 Collecting PyYAML<4,>=3.10 19:01:59 Downloading PyYAML-3.13.tar.gz (270 kB) 19:01:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:01:59 Removing intermediate container 5e3614ca416f 19:01:59 ---> 4e9afb6781a2 19:01:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:01:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:00 ---> Running in 719fe2fed655 19:02:00 (1/1) Installing dumb-init (1.2.2-r1) 19:02:00 Executing busybox-1.31.1-r19.trigger 19:02:00 OK: 5 MiB in 15 packages 19:02:01 ---> 227cbda36b58 19:02:01 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:02:02 Removing intermediate container 719fe2fed655 19:02:02 ---> f4d9cd6781dc 19:02:02 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:02:03 ---> Running in 598d0efe95bd 19:02:03 ---> 31730026dc63 19:02:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:02:03 Removing intermediate container 681af9a8f27e 19:02:03 ---> abba104c96ee 19:02:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:02:04 ---> Running in 029c1bfc52df 19:02:05 Removing intermediate container 029c1bfc52df 19:02:05 ---> 657b852d95f7 19:02:05 Step 13/23 : ENV APP_PORT=48082 19:02:05 ---> Running in e0179e74dfb2 19:02:05 ---> 59361f99a754 19:02:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:02:06 Removing intermediate container e0179e74dfb2 19:02:06 ---> 9b6398907bf5 19:02:06 Step 14/23 : EXPOSE $APP_PORT 19:02:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:07 ---> Running in 4c3506a5202f 19:02:07 Removing intermediate container 598d0efe95bd 19:02:07 ---> 0b01e791c5ba 19:02:07 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:02:07 (1/4) Installing ca-certificates (20191127-r4) 19:02:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:02:07 (3/4) Installing libcurl (7.69.1-r3) 19:02:07 (4/4) Installing curl (7.69.1-r3) 19:02:07 Executing busybox-1.31.1-r19.trigger 19:02:07 ---> e4ef20c768ef 19:02:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:02:08 ---> Running in c1d455a59339 19:02:08 Removing intermediate container 4c3506a5202f 19:02:08 ---> 15619e74c833 19:02:08 Step 15/23 : WORKDIR / 19:02:08 Removing intermediate container 674604ae1402 19:02:08 ---> 85ea676e775a 19:02:08 19:02:08 Step 10/23 : FROM alpine:3.12 19:02:08 ---> d10569e2745f 19:02:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:02:08 ---> Using cache 19:02:08 ---> abba104c96ee 19:02:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:02:08 ---> Using cache 19:02:08 ---> 657b852d95f7 19:02:08 Step 13/23 : ENV APP_PORT=48081 19:02:08 ---> Running in b17060c199da 19:02:08 ---> Running in 2efe047b7c7b 19:02:08 Removing intermediate container c1d455a59339 19:02:08 ---> c4841367a87b 19:02:08 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:02:09 Executing ca-certificates-20191127-r4.trigger 19:02:09 ---> e93843270854 19:02:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:02:09 OK: 7 MiB in 18 packages 19:02:09 ---> Running in 5a276b4ebcc6 19:02:10 Removing intermediate container b17060c199da 19:02:10 ---> e6ca8efab4c3 19:02:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:10 Removing intermediate container 2efe047b7c7b 19:02:10 ---> bcaa36777214 19:02:10 Step 14/23 : EXPOSE $APP_PORT 19:02:10 ---> 9c23b1af38b6 19:02:10 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:02:10 ---> Running in ba6bd96415f7 19:02:10 ---> Running in a0b5b563ecc1 19:02:11 ---> c26986d97a74 19:02:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:02:11 Removing intermediate container ba6bd96415f7 19:02:11 ---> 4d9580a74400 19:02:11 Step 15/23 : WORKDIR / 19:02:11 ---> Running in 8b07339d70ce 19:02:12 Removing intermediate container 8b07339d70ce 19:02:12 ---> 78f4627b89d7 19:02:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:12 Collecting cached-property<2,>=1.2.0 19:02:12 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:02:12 Collecting docker<4.0,>=3.6.0 19:02:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:02:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:02:13 Collecting texttable<0.10,>=0.9.0 19:02:13 Downloading texttable-0.9.1.tar.gz (11 kB) 19:02:13 Removing intermediate container 5a276b4ebcc6 19:02:13 ---> 98fa91062309 19:02:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:02:13 ---> 8b8749435e3a 19:02:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:02:13 ---> Running in 698a426c6ea0 19:02:13 Removing intermediate container a0b5b563ecc1 19:02:13 ---> 1ba202e8b296 19:02:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:13 ---> c6c9aebf96d8 19:02:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:02:14 Removing intermediate container 698a426c6ea0 19:02:14 ---> 2b65307c28d4 19:02:14 Step 22/24 : LABEL arch=arm64 19:02:14 Collecting dockerpty<0.5,>=0.4.1 19:02:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:02:14 ---> Running in ea07a9922e4b 19:02:14 ---> 8ff2b9e3bc85 19:02:14 Step 19/23 : ENTRYPOINT ["/core-command"] 19:02:15 ---> Running in 8113bf9f5a0d 19:02:15 ---> 00082c2aad38 19:02:15 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:02:15 Removing intermediate container ea07a9922e4b 19:02:15 ---> 4ba072a3df1a 19:02:15 Step 23/24 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:02:15 ---> Running in 2f7cec8459d7 19:02:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:02:15 Status: Downloaded newer image for docker:20.10.0 19:02:15 ---> eeaf43b92773 19:02:15 Step 12/26 : RUN apk add --no-cache bash 19:02:15 Removing intermediate container 8113bf9f5a0d 19:02:15 ---> b5d3cd3c6f53 19:02:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:15 ---> 324bca8c3b02 19:02:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:02:15 ---> Running in 2f2090c7e6b2 19:02:16 ---> Running in 45f1c7f77ae8 19:02:16 Removing intermediate container 2f7cec8459d7 19:02:16 ---> b8125f2a2dd4 19:02:16 Step 24/24 : LABEL version=0.0.0 19:02:16 Removing intermediate container a42ae1c2dd21 19:02:16 ---> b753ebd41e11 19:02:16 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:02:16 ---> 6d836442614e 19:02:16 Step 9/23 : RUN make cmd/core-data/core-data 19:02:16 ---> Running in 42da0e5a16b9 19:02:16 ---> a4a184394715 19:02:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:02:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:02:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:02:16 Removing intermediate container 45f1c7f77ae8 19:02:16 ---> a968d27d80a0 19:02:16 Step 21/23 : LABEL arch=arm64 19:02:16 ---> Running in 5911a728ae21 19:02:16 ---> Running in aedd71dcd4a7 19:02:16 ---> Running in 48d8f9c9bf68 19:02:16 Collecting docopt<0.7,>=0.6.1 19:02:17 ---> bebe5850514b 19:02:17 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:02:17 ---> Running in 89f25dca7c09 19:02:17 Downloading docopt-0.6.2.tar.gz (25 kB) 19:02:17 Removing intermediate container 42da0e5a16b9 19:02:17 ---> 06c8c0e1ca63 19:02:17 19:02:17 ---> ce94a0faa932 19:02:17 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:02:17 ---> Running in d36cbf39af6d 19:02:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:17 Removing intermediate container 89f25dca7c09 19:02:17 ---> 6b98dfd4913c 19:02:17 Step 22/23 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:02:17 Successfully built 06c8c0e1ca63 19:02:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:02:17  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 19:02:17 ---> 44f5d4125a35 19:02:17 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:02:18 ---> Running in 4684597b9c59 19:02:18 (1/2) Installing readline (8.0.4-r0) 19:02:18 (2/2) Installing bash (5.0.17-r0) 19:02:18 Removing intermediate container d36cbf39af6d 19:02:18 ---> 6184a2ee52f8 19:02:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:18 Executing bash-5.0.17-r0.post-install 19:02:18 Executing busybox-1.31.1-r19.trigger 19:02:18 OK: 12 MiB in 22 packages 19:02:18 ---> Running in e3e60610b90a 19:02:18 Removing intermediate container 4684597b9c59 19:02:18 ---> 32a9712c05f1 19:02:18 Step 23/23 : LABEL version=0.0.0 19:02:18 Removing intermediate container 5911a728ae21 19:02:18 ---> 29cf1773fac3 19:02:18 Step 13/21 : WORKDIR /edgex 19:02:18 Collecting docker-pycreds>=0.4.0 19:02:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:02:19 ---> 88edbc07b9db 19:02:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:02:19 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 19:02:19 ---> Running in cf39f7383ed4 19:02:19 Removing intermediate container e3e60610b90a 19:02:19 ---> 50f4bcfc7ac8 19:02:19 Step 21/23 : LABEL arch=arm64 19:02:19 ---> Running in ae80a77cc3a4 19:02:19 Collecting urllib3<1.25,>=1.21.1 19:02:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:02:19 ---> Running in f1153fd79e05 19:02:20 Removing intermediate container cf39f7383ed4 19:02:20 ---> c368c70938cd 19:02:20 19:02:20 Collecting idna<2.8,>=2.5 19:02:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:02:20 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) 19:02:20 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) 19:02:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:02:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:02:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:02:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:02:20 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 19:02:20 Successfully built c368c70938cd 19:02:20 ---> 1ccd9407a9c5 19:02:20 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:02:20 Successfully tagged docker-core-command-go-arm64:latest 19:02:20  Building docker-core-command-go ... done Building docker-support-notifications-go 19:02:20 Removing intermediate container 2f2090c7e6b2 19:02:20 ---> 27876ada4728 19:02:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:02:20 Removing intermediate container f1153fd79e05 19:02:20 ---> f48b460f9081 19:02:20 Step 22/23 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:02:20 ---> Running in 4cdd74201956 19:02:21 Removing intermediate container ae80a77cc3a4 19:02:21 ---> cd326dd94836 19:02:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:02:21 Removing intermediate container d418855024db 19:02:21 ---> cf35fb880775 19:02:21 19:02:21 Step 10/22 : FROM alpine:3.12 19:02:21 ---> 88dd2752d2ea 19:02:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:02:21 Installing collected packages: jsonschema, websocket-client, PyYAML, cached-property, urllib3, idna, requests, docker-pycreds, docker, texttable, dockerpty, docopt, docker-compose 19:02:21 ---> Using cache 19:02:21 ---> 202a6056b55d 19:02:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:02:21 ---> Running in 5d9a50b910ae 19:02:21 ---> Running in 7383cb19dde8 19:02:21 ---> Using cache 19:02:21 ---> 7ab768598805 19:02:21 Step 13/22 : ENV APP_PORT=48085 19:02:21 Removing intermediate container 4cdd74201956 19:02:21 ---> 45e0aa6a10ac 19:02:21 Step 14/26 : ENV APP_PORT=48090 19:02:21 ---> Running in 4106012ae32a 19:02:22 Removing intermediate container 7383cb19dde8 19:02:22 ---> efc1669c23c9 19:02:22 Step 23/23 : LABEL version=0.0.0 19:02:22 Removing intermediate container 5d9a50b910ae 19:02:22 ---> 3449216c47fd 19:02:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:02:22 ---> Running in 024618e0b84e 19:02:22 Running setup.py install for PyYAML: started 19:02:22 Removing intermediate container 4106012ae32a 19:02:22 ---> c859f294e63e 19:02:22 Step 15/26 : EXPOSE $APP_PORT 19:02:22 ---> Running in fe2c22259f95 19:02:23 ---> 80d6e88543c5 19:02:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:02:23 ---> Running in 287e968b3829 19:02:23 Removing intermediate container fe2c22259f95 19:02:23 ---> 11b9930570a4 19:02:23 ---> 33b8443a47ae 19:02:23 Step 26/31 : RUN chmod +x /entrypoint.sh 19:02:23 19:02:23 Removing intermediate container 024618e0b84e 19:02:23 ---> c4430d752abe 19:02:23 Step 14/22 : EXPOSE $APP_PORT 19:02:23 Successfully built 11b9930570a4 19:02:23 Successfully tagged docker-core-metadata-go-arm64:latest 19:02:23  Building docker-core-metadata-go ... done Building docker-support-scheduler-go 19:02:23 ---> Running in c0f62971973d 19:02:23 Removing intermediate container 287e968b3829 19:02:23 ---> 35e74c3ad187 19:02:23 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:02:23 ---> Running in b3414bd4b62c 19:02:25 Removing intermediate container b3414bd4b62c 19:02:25 ---> 5b9275e9bd5b 19:02:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:02:25 Running setup.py install for PyYAML: finished with status 'done' 19:02:25 ---> 2f3c1325bba8 19:02:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:02:25 ---> bdcdf58a32e0 19:02:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:02:26 Attempting uninstall: urllib3 19:02:26 Found existing installation: urllib3 1.25.9 19:02:26 Uninstalling urllib3-1.25.9: 19:02:26 ---> 30cb56726cde 19:02:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:02:27 Removing intermediate container c0f62971973d 19:02:27 ---> 9827265d3e32 19:02:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:02:27 Successfully uninstalled urllib3-1.25.9 19:02:28 ---> Running in 40f2cc505525 19:02:28 ---> 6135713ebad3 19:02:28 Step 19/26 : RUN apk --no-cache add py3-pip 19:02:28 ---> 127bdffd0bb6 19:02:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:02:28 Removing intermediate container 40f2cc505525 19:02:28 ---> 2e9565fba11a 19:02:28 Step 28/31 : CMD ["gate"] 19:02:28 ---> Running in b0d509847688 19:02:29 Attempting uninstall: idna 19:02:29 Found existing installation: idna 2.9 19:02:29 Uninstalling idna-2.9: 19:02:29 ---> Running in 6de92998f258 19:02:29 Successfully uninstalled idna-2.9 19:02:29 Removing intermediate container 6de92998f258 19:02:29 ---> 5cef8895332b 19:02:29 Step 29/31 : LABEL arch=arm64 19:02:30 ---> 3c9f56cc21f6 19:02:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:02:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:30 ---> Running in 5c62622a0190 19:02:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:30 Attempting uninstall: requests 19:02:30 Found existing installation: requests 2.23.0 19:02:30 Uninstalling requests-2.23.0: 19:02:30 ---> Running in 4a540f54bf5c 19:02:30 Successfully uninstalled requests-2.23.0 19:02:30 ---> 6ed7355cb506 19:02:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:02:30 Removing intermediate container 5c62622a0190 19:02:30 ---> 9d16df29f738 19:02:30 Step 30/31 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:02:30 (1/33) Installing libbz2 (1.0.8-r1) 19:02:30 (2/33) Installing expat (2.2.9-r1) 19:02:30 (3/33) Installing libffi (3.3-r2) 19:02:30 (4/33) Installing gdbm (1.13-r1) 19:02:30 (5/33) Installing xz-libs (5.2.5-r0) 19:02:30 (6/33) Installing sqlite-libs (3.32.1-r0) 19:02:30 (7/33) Installing python3 (3.8.8-r0) 19:02:31 Removing intermediate container 4a540f54bf5c 19:02:31 ---> 023fa4527752 19:02:31 Step 18/21 : CMD ["--init=true"] 19:02:31 ---> Running in 5aa7bc289da2 19:02:32 Running setup.py install for texttable: started 19:02:32 ---> Running in 28f32d7a68b8 19:02:32 ---> b7048a4d7842 19:02:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:02:32 Removing intermediate container 5aa7bc289da2 19:02:32 ---> 4957b3f65167 19:02:32 Step 31/31 : LABEL version=0.0.0 19:02:32 ---> Running in 7a3be1af610d 19:02:33 Removing intermediate container 28f32d7a68b8 19:02:33 ---> f89759bdc301 19:02:33 Step 19/21 : LABEL arch=x86_64 19:02:33 (8/33) Installing py3-appdirs (1.4.4-r1) 19:02:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:02:33 (10/33) Installing py3-parsing (2.4.7-r0) 19:02:33 (11/33) Installing py3-six (1.15.0-r0) 19:02:33 (12/33) Installing py3-packaging (20.4-r0) 19:02:33 (13/33) Installing py3-setuptools (47.0.0-r0) 19:02:33 (14/33) Installing py3-chardet (3.0.4-r4) 19:02:33 (15/33) Installing py3-idna (2.9-r0) 19:02:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:02:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:02:33 (18/33) Installing py3-requests (2.23.0-r0) 19:02:33 (19/33) Installing py3-msgpack (1.0.0-r0) 19:02:33 (20/33) Installing py3-lockfile (0.12.2-r3) 19:02:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:02:33 (22/33) Installing py3-colorama (0.4.3-r0) 19:02:33 (23/33) Installing py3-distlib (0.3.0-r0) 19:02:33 ---> Running in 65b7adccd2d9 19:02:33 (24/33) Installing py3-distro (1.5.0-r1) 19:02:33 (25/33) Installing py3-webencodings (0.5.1-r3) 19:02:33 (26/33) Installing py3-html5lib (1.0.1-r4) 19:02:33 (27/33) Installing py3-pytoml (0.1.21-r0) 19:02:33 (28/33) Installing py3-pep517 (0.8.2-r0) 19:02:33 (29/33) Installing py3-progress (1.5-r0) 19:02:33 (30/33) Installing py3-toml (0.10.1-r0) 19:02:33 (31/33) Installing py3-retrying (1.3.3-r0) 19:02:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:02:33 (33/33) Installing py3-pip (20.1.1-r0) 19:02:33 ---> Running in cabd9b3a222e 19:02:33 Running setup.py install for texttable: finished with status 'done' 19:02:34 Executing busybox-1.31.1-r19.trigger 19:02:34 OK: 71 MiB in 55 packages 19:02:34 Running setup.py install for dockerpty: started 19:02:34 Removing intermediate container 7a3be1af610d 19:02:34 ---> 17f19c17b14c 19:02:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:34 Removing intermediate container 65b7adccd2d9 19:02:34 ---> fa2a7c14e1ff 19:02:34 19:02:34 ---> Running in eebd296c7d9a 19:02:34 Removing intermediate container cabd9b3a222e 19:02:34 ---> ade63a5bd07c 19:02:34 Step 20/21 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:02:34 Successfully built fa2a7c14e1ff 19:02:34 ---> Running in 7a215c5647d3 19:02:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:02:35  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 19:02:35 Removing intermediate container eebd296c7d9a 19:02:35 ---> 60304564d18b 19:02:35 Step 20/22 : LABEL arch=x86_64 19:02:35 Running setup.py install for dockerpty: finished with status 'done' 19:02:35 Running setup.py install for docopt: started 19:02:35 ---> Running in c55c7e1d2f9d 19:02:35 Removing intermediate container 7a215c5647d3 19:02:35 ---> afce01aaa774 19:02:35 Step 21/21 : LABEL version=0.0.0 19:02:36 ---> Running in 52d78cef6fda 19:02:36 Removing intermediate container c55c7e1d2f9d 19:02:36 ---> dc1de4b030a0 19:02:36 Step 21/22 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:02:36 Removing intermediate container 52d78cef6fda 19:02:36 ---> 0206a5d09710 19:02:36 19:02:36 ---> Running in 7d1fb6ea1f6a 19:02:36 Running setup.py install for docopt: finished with status 'done' 19:02:39 Removing intermediate container 7d1fb6ea1f6a 19:02:39 ---> dfc196602880 19:02:39 Step 22/22 : LABEL version=0.0.0 19:02:39 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 19:02:40 Successfully built 0206a5d09710 19:02:40 ---> Running in 57a8e94017ba 19:02:40 Successfully tagged docker-security-proxy-setup-go:latest 19:02:41 Removing intermediate container b0d509847688 19:02:41 ---> e553be0bd683 19:02:41 Step 20/26 : RUN pip install docker-compose==1.23.2 19:02:41 ---> Running in efbb7c966063 19:02:42  Building docker-security-proxy-setup-go ... done Removing intermediate container 57a8e94017ba 19:02:42 ---> 47b38ba4f532 19:02:42 19:02:43 Successfully built 47b38ba4f532 19:02:44 Successfully tagged docker-support-scheduler-go:latest 19:02:47 Collecting docker-compose==1.23.2 19:02:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:02:47 Collecting dockerpty<0.5,>=0.4.1 19:02:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:02:49  Building docker-support-scheduler-go ... done Removing intermediate container 9aa4c40eb9cc 19:02:49 ---> 64583ad88d8d 19:02:49 Step 21/26 : RUN apk --no-cache add curl 19:02:50 Collecting jsonschema<3,>=2.5.1 19:02:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:02:51 Collecting docker<4.0,>=3.6.0 19:02:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:02:51 ---> Running in 69d6b4e79288 19:02:51 Collecting texttable<0.10,>=0.9.0 19:02:51 Downloading texttable-0.9.1.tar.gz (11 kB) 19:02:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:53 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:02:53 (2/3) Installing libcurl (7.69.1-r3) 19:02:53 (3/3) Installing curl (7.69.1-r3) 19:02:54 Executing busybox-1.31.1-r19.trigger 19:02:54 OK: 72 MiB in 58 packages 19:02:54 Collecting cached-property<2,>=1.2.0 19:02:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:02:55 Collecting PyYAML<4,>=3.10 19:02:55 Downloading PyYAML-3.13.tar.gz (270 kB) 19:02:57 Removing intermediate container 69d6b4e79288 19:02:57 ---> d81b235675e8 19:02:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:02:57 ---> Running in e0dd0e5f8b97 19:02:57 Removing intermediate container e0dd0e5f8b97 19:02:57 ---> fb953c41c8c1 19:02:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:58 ---> Running in 4a087600514a 19:02:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:02:59 Removing intermediate container 4a087600514a 19:02:59 ---> bb658cffec68 19:02:59 Step 24/26 : LABEL arch=x86_64 19:02:59 ---> Running in bf3181dca376 19:02:59 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:02:59 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:02:59 Removing intermediate container bf3181dca376 19:02:59 ---> 1210dda2a5a1 19:02:59 Step 25/26 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:03:00 ---> Running in 37b055e7f9b1 19:03:00 Removing intermediate container 37b055e7f9b1 19:03:00 ---> cca46c8e0006 19:03:00 Step 26/26 : LABEL version=0.0.0 19:03:00 Collecting websocket-client<1.0,>=0.32.0 19:03:00 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:03:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:03:00 ---> b039343fc0ec 19:03:00 Step 3/23 : WORKDIR /edgex-go 19:03:00 ---> Using cache 19:03:00 ---> 9d8e685840b3 19:03:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:00 ---> Using cache 19:03:00 ---> dcbae60510cf 19:03:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:03:01 ---> Running in 1492d6cde528 19:03:01 Collecting docopt<0.7,>=0.6.1 19:03:01 Downloading docopt-0.6.2.tar.gz (25 kB) 19:03:02 Removing intermediate container 1492d6cde528 19:03:02 ---> d03b8fcd5157 19:03:02 19:03:04 Successfully built d03b8fcd5157 19:03:04 Successfully tagged docker-sys-mgmt-agent-go:latest 19:03:04 ---> Running in c54649ffd60e 19:03:04 Collecting docker-pycreds>=0.4.0 19:03:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:03:05 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) 19:03:05 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) 19:03:05 Collecting urllib3<1.25,>=1.21.1 19:03:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:03:06 Collecting idna<2.8,>=2.5 19:03:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:03:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:03:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:03:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:03:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:03:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:03:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:03:07 ---> b039343fc0ec 19:03:07 Step 3/22 : WORKDIR /edgex-go 19:03:07 ---> Using cache 19:03:07 ---> 9d8e685840b3 19:03:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:07 ---> Using cache 19:03:07 ---> dcbae60510cf 19:03:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:03:07 Installing collected packages: dockerpty, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, PyYAML, docopt, docker-compose 19:03:07 Running setup.py install for dockerpty: started 19:03:08 OK: 217 MiB in 51 packages 19:03:08 ---> Running in 18ef704b3125 19:03:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:03:09 ---> b039343fc0ec 19:03:09 Step 3/22 : WORKDIR /edgex-go 19:03:09 ---> Using cache 19:03:09 ---> 9d8e685840b3 19:03:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:09 ---> Using cache 19:03:09 ---> dcbae60510cf 19:03:09 Step 5/22 : RUN apk add --update --no-cache make git 19:03:09 ---> Using cache 19:03:09 ---> 5965a86a1d0b 19:03:09 Step 6/22 : COPY go.mod . 19:03:09 ---> Using cache 19:03:09 ---> 06b80d72d962 19:03:09 Step 7/22 : RUN go mod download 19:03:09 ---> Using cache 19:03:09 ---> 32f204b55827 19:03:09 Step 8/22 : COPY . . 19:03:09 ---> Using cache 19:03:09 ---> e30350eab105 19:03:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:03:10 Running setup.py install for dockerpty: finished with status 'done' 19:03:10 ---> Running in 2b4c89ec9edd 19:03:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:03:10 Removing intermediate container c54649ffd60e 19:03:10 ---> 44bd6b38e89f 19:03:10 Step 6/23 : COPY go.mod . 19:03:11 Attempting uninstall: urllib3 19:03:11 Found existing installation: urllib3 1.25.9 19:03:11 Uninstalling urllib3-1.25.9: 19:03:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:03:11 Successfully uninstalled urllib3-1.25.9 19:03:12 OK: 217 MiB in 51 packages 19:03:12 ---> 0e0d795ef23c 19:03:12 Step 7/23 : RUN go mod download 19:03:12 Attempting uninstall: idna 19:03:12 Found existing installation: idna 2.9 19:03:12 Uninstalling idna-2.9: 19:03:13 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 19:03:13 Successfully uninstalled idna-2.9 19:03:13  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 48d8f9c9bf68 19:03:13 ---> 30680bc58ea7 19:03:13 19:03:13 Step 10/22 : FROM alpine:3.12 19:03:13 ---> 88dd2752d2ea 19:03:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:03:13 ---> Running in c7be3cc06749 19:03:13 ---> Running in 34c33fc79d04 19:03:13 Attempting uninstall: requests 19:03:13 Found existing installation: requests 2.23.0 19:03:13 Uninstalling requests-2.23.0: 19:03:13 Successfully uninstalled requests-2.23.0 19:03:14 Removing intermediate container 18ef704b3125 19:03:14 ---> 6ebc8277ed31 19:03:14 Step 6/22 : COPY go.mod . 19:03:15 Running setup.py install for texttable: started 19:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:15 (1/2) Installing ca-certificates (20191127-r4) 19:03:16 (2/2) Installing dumb-init (1.2.2-r1) 19:03:16 Executing busybox-1.31.1-r19.trigger 19:03:16 Executing ca-certificates-20191127-r4.trigger 19:03:16 OK: 6 MiB in 16 packages 19:03:16 ---> b21aaa26bcff 19:03:16 Step 7/22 : RUN go mod download 19:03:16 ---> Running in 1e9ff1e98252 19:03:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:03:17 ---> b039343fc0ec 19:03:17 Step 3/21 : WORKDIR /edgex-go 19:03:17 ---> Using cache 19:03:17 ---> 9d8e685840b3 19:03:17 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:17 ---> Using cache 19:03:17 ---> dcbae60510cf 19:03:17 Step 5/21 : RUN apk add --update --no-cache make git 19:03:17 ---> Using cache 19:03:17 ---> 5965a86a1d0b 19:03:17 Step 6/21 : COPY go.mod . 19:03:17 ---> Using cache 19:03:17 ---> 06b80d72d962 19:03:17 Step 7/21 : RUN go mod download 19:03:17 ---> Using cache 19:03:17 ---> 32f204b55827 19:03:17 Step 8/21 : COPY . . 19:03:17 ---> Using cache 19:03:17 ---> e30350eab105 19:03:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:03:17 ---> Running in 66c419a50a76 19:03:18 Running setup.py install for texttable: finished with status 'done' 19:03:18 Running setup.py install for PyYAML: started 19:03:18 Removing intermediate container 34c33fc79d04 19:03:18 ---> 798bf3f1ca10 19:03:18 Step 8/23 : COPY . . 19:03:19 Removing intermediate container aedd71dcd4a7 19:03:19 ---> dca98c1a37d3 19:03:19 19:03:19 Step 10/23 : FROM alpine:3.12 19:03:19 ---> 88dd2752d2ea 19:03:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:03:19 ---> Running in 730d5c421f7d 19:03:19 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 19:03:20 Removing intermediate container c7be3cc06749 19:03:20 ---> 8809d8f18af8 19:03:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:03:20 Removing intermediate container 730d5c421f7d 19:03:20 ---> 636668324beb 19:03:20 Step 12/23 : ENV APP_PORT=48080 19:03:20 ---> Running in d820a9bca355 19:03:20 ---> Running in 81ffa1b252b7 19:03:20 Removing intermediate container d820a9bca355 19:03:20 ---> 01c3340e43e2 19:03:20 Step 13/22 : ENV APP_PORT=48060 19:03:21 Removing intermediate container 81ffa1b252b7 19:03:21 ---> 07e330ae9856 19:03:21 Step 13/23 : EXPOSE $APP_PORT 19:03:21 ---> Running in 838ab9151472 19:03:21 ---> Running in 150ca8cf6c8f 19:03:21 Running setup.py install for PyYAML: finished with status 'done' 19:03:21 Running setup.py install for docopt: started 19:03:22 Removing intermediate container 838ab9151472 19:03:22 ---> ea8409928991 19:03:22 Step 14/22 : EXPOSE $APP_PORT 19:03:22 ---> Running in 494b4cbf01f5 19:03:22 Removing intermediate container 150ca8cf6c8f 19:03:22 ---> f232b0d245eb 19:03:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:22 ---> Running in a3caeb8df66c 19:03:22 Removing intermediate container 494b4cbf01f5 19:03:22 ---> 2683018b6c07 19:03:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:23 Removing intermediate container 1e9ff1e98252 19:03:23 ---> 642ba2bafdb7 19:03:23 Step 8/22 : COPY . . 19:03:24 ---> 0b1bf1a1300d 19:03:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:03:24 Running setup.py install for docopt: finished with status 'done' 19:03:26 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 19:03:26 ---> 9a72b0c5187e 19:03:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:03:26 Removing intermediate container a3caeb8df66c 19:03:26 ---> fb19bfa1a02b 19:03:26 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:03:26 ---> Running in ebbae47c345e 19:03:26 ---> cb59846eaad8 19:03:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:03:27 ---> Running in 0eddf062df4a 19:03:28 Removing intermediate container 0eddf062df4a 19:03:28 ---> 21f9e0533a31 19:03:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:28 ---> Running in e9805ba5c62b 19:03:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:29 Removing intermediate container e9805ba5c62b 19:03:29 ---> 56fe04929d1a 19:03:29 Step 20/22 : LABEL arch=x86_64 19:03:29 ---> Running in e101480c50f3 19:03:29 Removing intermediate container e101480c50f3 19:03:29 ---> cfb0ae219852 19:03:29 Step 21/22 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:03:29 ---> Running in ee71b2fbc554 19:03:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:30 Removing intermediate container ee71b2fbc554 19:03:30 ---> 07251db0be62 19:03:30 Step 22/22 : LABEL version=0.0.0 19:03:30 ---> Running in 8f3dd05b9ab8 19:03:30 (1/6) Installing dumb-init (1.2.2-r1) 19:03:30 Removing intermediate container 8f3dd05b9ab8 19:03:30 ---> e7bd45b6c85f 19:03:30 19:03:30 (2/6) Installing libgcc (9.3.0-r2) 19:03:30 (3/6) Installing libsodium (1.0.18-r0) 19:03:30 (4/6) Installing libstdc++ (9.3.0-r2) 19:03:30 (5/6) Installing libzmq (4.3.3-r0) 19:03:31 (6/6) Installing zeromq (4.3.3-r0) 19:03:31 Successfully built e7bd45b6c85f 19:03:31 Successfully tagged docker-support-notifications-go:latest 19:03:31  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger 19:03:31 OK: 8 MiB in 20 packages 19:03:32 Removing intermediate container ebbae47c345e 19:03:32 ---> 9387d73cc57a 19:03:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:33 ---> 8226cbda5025 19:03:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:03:35 ---> 61f01970dadb 19:03:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:03:35 ---> 1b464a945e74 19:03:35 Step 19/23 : ENTRYPOINT ["/core-data"] 19:03:35 ---> Running in 3a54938d8df9 19:03:35 Removing intermediate container 3a54938d8df9 19:03:35 ---> ad58ca6c47df 19:03:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:35 ---> Running in 92743ed73797 19:03:35 Removing intermediate container 92743ed73797 19:03:35 ---> 16c040f64c4c 19:03:35 Step 21/23 : LABEL arch=x86_64 19:03:36 ---> Running in 49e386d02973 19:03:36 Removing intermediate container efbb7c966063 19:03:36 ---> 3a44ca7ec480 19:03:36 Step 21/26 : RUN apk --no-cache add curl 19:03:36 Removing intermediate container 49e386d02973 19:03:36 ---> e747afe8d4bd 19:03:36 Step 22/23 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:03:36 ---> Running in 954374f1167e 19:03:36 Removing intermediate container 954374f1167e 19:03:36 ---> 9a0257b3a04e 19:03:36 Step 23/23 : LABEL version=0.0.0 19:03:36 ---> Running in 77a35d85bd41 19:03:36 ---> Running in ae6c8b4b9598 19:03:37 Removing intermediate container ae6c8b4b9598 19:03:37 ---> c088be9addc7 19:03:37 19:03:38 Successfully built c088be9addc7 19:03:38 Successfully tagged docker-core-data-go:latest 19:03:39  Building docker-core-data-go ... done  [Pipeline] } 19:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:03:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:03:39 $ docker stop --time=1 238f606ff79dc98d3ed3dc9e539a90936a6274bb15eef22b39b5037d7aa69845 19:03:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:03:40 (2/3) Installing libcurl (7.69.1-r3) 19:03:40 (3/3) Installing curl (7.69.1-r3) 19:03:40 Executing busybox-1.31.1-r19.trigger 19:03:40 OK: 72 MiB in 58 packages 19:03:42 $ docker rm -f 238f606ff79dc98d3ed3dc9e539a90936a6274bb15eef22b39b5037d7aa69845 [Pipeline] // withDockerContainer [Pipeline] sh 19:03:43 + docker images 19:03:43 + grep docker 19:03:44 Removing intermediate container 77a35d85bd41 19:03:44 ---> 69184dc08223 19:03:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:03:44 ---> Running in e4c1d042169c 19:03:45 docker-core-data-go latest c088be9addc7 8 seconds ago 22.6MB 19:03:45 docker-support-notifications-go latest e7bd45b6c85f 15 seconds ago 17.9MB 19:03:45 docker-sys-mgmt-agent-go latest d03b8fcd5157 44 seconds ago 313MB 19:03:45 docker-support-scheduler-go latest 47b38ba4f532 About a minute ago 17.3MB 19:03:45 docker-security-proxy-setup-go latest 0206a5d09710 About a minute ago 24.7MB 19:03:45 docker-security-bootstrapper-go latest 7ab823e1b76e 3 minutes ago 18.8MB 19:03:45 docker-security-secretstore-setup-go latest 01c3b0c374bb 4 minutes ago 24.9MB 19:03:45 docker-core-metadata-go latest cf8ad20d9d24 4 minutes ago 19.1MB 19:03:45 docker-core-command-go latest 94a1879e108b 4 minutes ago 17.3MB 19:03:45 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } 19:03:45 Removing intermediate container e4c1d042169c 19:03:45 ---> 68a5c578a860 19:03:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles 19:03:46 ---> Running in ab59aa5ce7d8 19:03:46 ---> 8ebf1850800f 19:03:46 Step 9/23 : RUN make cmd/core-data/core-data [Pipeline] node 19:03:46 ---> Running in 8184211ff510 19:03:47 Removing intermediate container ab59aa5ce7d8 19:03:47 ---> 7211d151421d 19:03:47 Step 24/26 : LABEL arch=arm64 19:03:47 ---> Running in 3a6e6ce56e76 19:03:48 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 19:03:49 Removing intermediate container 3a6e6ce56e76 19:03:49 ---> eca3e1f769fe 19:03:49 Step 25/26 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:03:49 ---> Running in 47942383fcf7 19:03:50 Removing intermediate container 47942383fcf7 19:03:50 ---> 36cf33181e4b 19:03:50 Step 26/26 : LABEL version=0.0.0 19:03:50 ---> Running in e3da5a902cba 19:03:51 Removing intermediate container e3da5a902cba 19:03:51 ---> 2a37e97a6c48 19:03:51 19:03:52 ---> 04ddaf041e8c 19:03:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:03:52 Successfully built 2a37e97a6c48 19:03:52 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:03:52  Building docker-sys-mgmt-agent-go ... done  ---> Running in 0e08b183a1d9 19:03:54 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 19:04:01 Still waiting to schedule task 19:04:01 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:04:33 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 19:04:44 Removing intermediate container 66c419a50a76 19:04:44 ---> 59f086f5b8c2 19:04:44 19:04:44 Step 10/21 : FROM alpine:3.12 19:04:44 ---> d10569e2745f 19:04:44 Step 11/21 : RUN apk add --update --no-cache curl 19:04:44 ---> Running in 206c0bb8a57b 19:04:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:04:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:04:47 (1/4) Installing ca-certificates (20191127-r4) 19:04:48 Running on prd-ubuntu18.04-docker-8c-8g-30907 in /w/workspace/edgexfoundry_edgex-go_PR-3273 [Pipeline] { 19:04:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:04:48 (3/4) Installing libcurl (7.69.1-r3) 19:04:48 (4/4) Installing curl (7.69.1-r3) 19:04:48 Executing busybox-1.31.1-r19.trigger 19:04:48 Executing ca-certificates-20191127-r4.trigger [Pipeline] ws 19:04:48 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 19:04:48 OK: 7 MiB in 18 packages 19:04:50 using credential edgex-jenkins-ssh 19:04:50 Removing intermediate container 2b4c89ec9edd 19:04:50 ---> ef2bcbce5137 19:04:50 19:04:50 Step 10/22 : FROM alpine:3.12 19:04:50 ---> d10569e2745f 19:04:50 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:04:50 ---> Using cache 19:04:50 ---> abba104c96ee 19:04:50 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:04:50 ---> Using cache 19:04:50 ---> 657b852d95f7 19:04:50 Step 13/22 : ENV APP_PORT=48085 19:04:50 ---> Running in ee35057d5308 19:04:50 Cloning the remote Git repository 19:04:51 Removing intermediate container ee35057d5308 19:04:51 ---> 8b5aebcb9692 19:04:51 Step 14/22 : EXPOSE $APP_PORT 19:04:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:04:50 > git init /w/workspace/edgex-go/6 # timeout=10 19:04:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:04:50 > git --version # timeout=10 19:04:50 > git --version # 'git version 2.17.1' 19:04:50 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:04:51 ---> Running in 0e1ab4c52b9e 19:04:51 Removing intermediate container 206c0bb8a57b 19:04:51 ---> 459b4df32b95 19:04:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:04:51 ---> Running in 54ecd677f88c 19:04:52 Removing intermediate container 0e1ab4c52b9e 19:04:52 ---> 16ff565d7755 19:04:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:04:52 Removing intermediate container 54ecd677f88c 19:04:52 ---> 9e7ef0a7968f 19:04:52 Step 13/21 : WORKDIR /edgex 19:04:52 ---> Running in 29c8a56d29bf 19:04:53 ---> e49d74d88b96 19:04:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:04:53 Removing intermediate container 29c8a56d29bf 19:04:53 ---> b1c181dac3bd 19:04:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:04:55 ---> f1c5379ee0a7 19:04:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:04:55 ---> bd2c9d3bf40a 19:04:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:04:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:04:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:04:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:04:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:04:56 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3273/head:refs/remotes/origin/PR-3273 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:04:57 Merging remotes/origin/master commit eeaee6b271c5c15927b412df7054cf7482e76680 into PR head commit ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:04:57 Merge succeeded, producing ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:04:57 Checking out Revision ade5e898d90a447c3bfe3754f0d765a7c97984ef (PR-3273) 19:04:57 ---> bf219d17f328 19:04:57 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:04:57 ---> a7a0a33b850e 19:04:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:04:57 ---> Running in 4280dc37a2c8 19:04:57 > git config core.sparsecheckout # timeout=10 19:04:57 > git checkout -f ade5e898d90a447c3bfe3754f0d765a7c97984ef # timeout=10 19:04:57 > git remote # timeout=10 19:04:57 > git config --get remote.origin.url # timeout=10 19:04:57 using GIT_SSH to set credentials SSH Credentials for GitHub 19:04:57 > git merge eeaee6b271c5c15927b412df7054cf7482e76680 # timeout=10 19:04:57 > git rev-parse HEAD^{commit} # timeout=10 19:04:57 > git config core.sparsecheckout # timeout=10 19:04:57 > git checkout -f ade5e898d90a447c3bfe3754f0d765a7c97984ef # timeout=10 19:04:58 Removing intermediate container 4280dc37a2c8 19:04:58 ---> f5c5253bcec0 19:04:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:59 ---> Running in d8b526057d98 19:04:59 ---> a005f02e94b1 19:04:59 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:04:59 ---> Running in a727c28045e3 19:04:59 Removing intermediate container d8b526057d98 19:04:59 ---> 06578fc17897 19:04:59 Step 20/22 : LABEL arch=arm64 19:05:00 ---> Running in ef901741f40c 19:05:00 Removing intermediate container a727c28045e3 19:05:00 ---> e899ade81eec 19:05:00 Step 18/21 : CMD ["--init=true"] 19:05:00 ---> Running in 601cad299b62 19:05:00 Removing intermediate container ef901741f40c 19:05:00 ---> c53a54141629 19:05:00 Step 21/22 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:05:00 ---> Running in e4013f469976 19:05:01 Commit message: "feat(security): Implementation for adding ACL policies and roles" 19:05:01 Removing intermediate container 601cad299b62 19:05:01 ---> 4af2bb4cebf8 19:05:01 Step 19/21 : LABEL arch=arm64 19:05:01 ---> Running in 05275a3e76fa [Pipeline] withEnv [Pipeline] { 19:05:01 Removing intermediate container e4013f469976 19:05:01 ---> 37441bf5fe33 19:05:01 Step 22/22 : LABEL version=0.0.0 [Pipeline] libraryResource [Pipeline] sh 19:05:02 ---> Running in f1e288c81711 19:05:02 Removing intermediate container 05275a3e76fa 19:05:02 ---> 40c46d68ebbf 19:05:02 Step 20/21 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:05:02 + echo snap-build.sh 19:05:02 snap-build.sh 19:05:02 + SNAP_BASE_DIR=. 19:05:02 + '[' '!' -z /w/workspace/edgex-go/6 ']' 19:05:02 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 19:05:02 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 19:05:02 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 19:05:02 + cd /w/workspace/edgex-go/6 19:05:02 + sudo apt-get remove -qy --purge lxd lxd-client 19:05:02 Reading package lists... 19:05:02 Building dependency tree... 19:05:02 Reading state information... 19:05:02 ---> Running in 54b89ed606c2 19:05:02 Removing intermediate container f1e288c81711 19:05:02 ---> 0428fbff46c6 19:05:02 19:05:02 The following packages were automatically installed and are no longer required: 19:05:02 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:05:02 uidmap xdelta3 19:05:02 Use 'sudo apt autoremove' to remove them. 19:05:02 The following packages will be REMOVED: 19:05:02 lxd* lxd-client* 19:05:03 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:05:03 After this operation, 31.7 MB disk space will be freed. 19:05:03 Removing intermediate container 54b89ed606c2 19:05:03 ---> 5251f5f75541 19:05:03 Step 21/21 : LABEL version=0.0.0 19:05:03 Successfully built 0428fbff46c6 19:05:03 Successfully tagged docker-support-scheduler-go-arm64:latest 19:05:03  Building docker-support-scheduler-go ... done  ---> Running in 3968bc79a5f5 19:05:04 Removing intermediate container 3968bc79a5f5 19:05:04 ---> 30c46ee6ee89 19:05:04 19:05:04 (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.) 19:05:04 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:05:04 Successfully built 30c46ee6ee89 19:05:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:05:05 Removing lxd dnsmasq configuration 19:05:05 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:05:05 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:05:06 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:05:06 (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.) 19:05:06 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:05:08 Processing triggers for systemd (237-3ubuntu10.42) ... 19:05:08 Processing triggers for ureadahead (0.100.0-21) ... 19:05:09 + sudo snap remove --purge lxd 19:05:09 snap "lxd" is not installed 19:05:09 + sudo groupadd --force --system lxd 19:05:09 ++ whoami 19:05:09 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:05:09 + newgrp - lxd 19:05:09 + sudo snap install lxd 19:05:19 2021-03-22T19:05:16Z INFO Waiting for automatic snapd restart... 19:05:19  Building docker-security-proxy-setup-go ... done Removing intermediate container 0e08b183a1d9 19:05:19 ---> fa1c58b979e0 19:05:19 19:05:19 Step 10/22 : FROM alpine:3.12 19:05:19 ---> d10569e2745f 19:05:19 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:05:19 ---> Running in 90b0e2ca3408 19:05:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:20 (1/2) Installing ca-certificates (20191127-r4) 19:05:20 (2/2) Installing dumb-init (1.2.2-r1) 19:05:20 Executing busybox-1.31.1-r19.trigger 19:05:20 Executing ca-certificates-20191127-r4.trigger 19:05:20 OK: 6 MiB in 16 packages 19:05:22 Removing intermediate container 90b0e2ca3408 19:05:22 ---> c3ae536a73e1 19:05:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:05:23 ---> Running in 38bf3c981d8a 19:05:23 Removing intermediate container 38bf3c981d8a 19:05:23 ---> acad5601d431 19:05:23 Step 13/22 : ENV APP_PORT=48060 19:05:24 ---> Running in 6af874d12384 19:05:25 Removing intermediate container 6af874d12384 19:05:25 ---> 114bff865d47 19:05:25 Step 14/22 : EXPOSE $APP_PORT 19:05:25 ---> Running in d8a6a15e2d9f 19:05:25 Removing intermediate container 8184211ff510 19:05:25 ---> 788a11690eea 19:05:25 19:05:25 Step 10/23 : FROM alpine:3.12 19:05:25 ---> d10569e2745f 19:05:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:05:25 Removing intermediate container d8a6a15e2d9f 19:05:25 ---> c8bac5a76138 19:05:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:05:25 ---> Running in e52d28699823 19:05:26 Removing intermediate container e52d28699823 19:05:26 ---> 63f18e9650cf 19:05:26 Step 12/23 : ENV APP_PORT=48080 19:05:26 ---> Running in 07169ade4cc0 19:05:26 ---> e3f9ea0558be 19:05:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:05:26 Removing intermediate container 07169ade4cc0 19:05:26 ---> a200c3983c3a 19:05:26 Step 13/23 : EXPOSE $APP_PORT 19:05:26 ---> Running in deab9f1a8ab6 19:05:27 Removing intermediate container deab9f1a8ab6 19:05:27 ---> 37efbe5844c5 19:05:27 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:27 ---> Running in 286ecbae9191 19:05:27 ---> 9b66405494bb 19:05:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:05:28 ---> a1b64e069531 19:05:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:05:29 ---> Running in 3fcf0ebd354c 19:05:29 Removing intermediate container 3fcf0ebd354c 19:05:29 ---> af2e9b6a7ddc 19:05:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:05:29 ---> Running in 03437ab3d24b 19:05:30 Removing intermediate container 03437ab3d24b 19:05:30 ---> 6c0b3c0412a9 19:05:30 Step 20/22 : LABEL arch=arm64 19:05:30 ---> Running in a5d8aa7920f5 19:05:30 Removing intermediate container 286ecbae9191 19:05:30 ---> dc1a324c1933 19:05:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:05:30 ---> Running in 60c9efef5907 19:05:30 Removing intermediate container a5d8aa7920f5 19:05:30 ---> 378e9e935882 19:05:30 Step 21/22 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:05:31 ---> Running in 8aec9546072c 19:05:31 Removing intermediate container 8aec9546072c 19:05:31 ---> 98c4406f3c35 19:05:31 Step 22/22 : LABEL version=0.0.0 19:05:31 ---> Running in f6e63e4e1216 19:05:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:05:32 lxd 4.12 from Canonical* installed 19:05:32 + sudo lxd init --auto 19:05:32 Removing intermediate container f6e63e4e1216 19:05:32 ---> 1dfbbb3360be 19:05:32 19:05:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:05:32 Successfully built 1dfbbb3360be 19:05:32 Successfully tagged docker-support-notifications-go-arm64:latest 19:05:33  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 19:05:33 (2/6) Installing libgcc (9.3.0-r2) 19:05:33 (3/6) Installing libsodium (1.0.18-r0) 19:05:33 (4/6) Installing libstdc++ (9.3.0-r2) 19:05:34 (5/6) Installing libzmq (4.3.3-r0) 19:05:34 (6/6) Installing zeromq (4.3.3-r0) 19:05:34 Executing busybox-1.31.1-r19.trigger 19:05:34 OK: 8 MiB in 20 packages 19:05:35 Removing intermediate container 60c9efef5907 19:05:35 ---> 38095766cff6 19:05:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:05:36 ---> 588b5713a950 19:05:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:05:37 ---> c3124920c5d9 19:05:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:05:38 ---> 72fa75627f5a 19:05:38 Step 19/23 : ENTRYPOINT ["/core-data"] 19:05:38 ---> Running in b819f6c048d1 19:05:38 Removing intermediate container b819f6c048d1 19:05:38 ---> 1b61ad7df426 19:05:38 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:05:38 ---> Running in 106e0a67a87e 19:05:39 Removing intermediate container 106e0a67a87e 19:05:39 ---> cb91e4461e33 19:05:39 Step 21/23 : LABEL arch=arm64 19:05:39 ---> Running in b29859b25978 19:05:40 Removing intermediate container b29859b25978 19:05:40 ---> a83ddb90505a 19:05:40 Step 22/23 : LABEL git_sha=ade5e898d90a447c3bfe3754f0d765a7c97984ef 19:05:40 ---> Running in b6340a774c63 19:05:40 Removing intermediate container b6340a774c63 19:05:40 ---> 0a490fd6cbef 19:05:40 Step 23/23 : LABEL version=0.0.0 19:05:40 ---> Running in f24c84e3f197 19:05:41 Removing intermediate container f24c84e3f197 19:05:41 ---> 743e8ad16a8a 19:05:41 19:05:41 Successfully built 743e8ad16a8a 19:05:41 Successfully tagged docker-core-data-go-arm64:latest 19:05:41  Building docker-core-data-go ... done  [Pipeline] } 19:05:41 $ docker stop --time=1 d579b12635d77626b0b758104d5fbe1aa5d17df9ff902ff6fde82895c6c56e6f 19:05:42 + sudo snap install --classic snapcraft 19:05:43 $ docker rm -f d579b12635d77626b0b758104d5fbe1aa5d17df9ff902ff6fde82895c6c56e6f [Pipeline] // withDockerContainer [Pipeline] sh 19:05:44 + + dockergrep images docker 19:05:44 19:05:44 docker-core-data-go-arm64 latest 743e8ad16a8a 4 seconds ago 21.3MB 19:05:44 docker-support-notifications-go-arm64 latest 1dfbbb3360be 13 seconds ago 16.9MB 19:05:44 docker-security-proxy-setup-go-arm64 latest 30c46ee6ee89 41 seconds ago 23.4MB 19:05:44 docker-support-scheduler-go-arm64 latest 0428fbff46c6 42 seconds ago 16.3MB 19:05:44 docker-sys-mgmt-agent-go-arm64 latest 2a37e97a6c48 About a minute ago 300MB 19:05:44 docker-security-bootstrapper-go-arm64 latest fa2a7c14e1ff 3 minutes ago 17.8MB 19:05:44 docker-core-metadata-go-arm64 latest 11b9930570a4 3 minutes ago 17.9MB 19:05:44 docker-core-command-go-arm64 latest c368c70938cd 3 minutes ago 16.3MB 19:05:44 docker-security-secretstore-setup-go-arm64 latest 06c8c0e1ca63 3 minutes ago 23.7MB 19:05:44 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 19:05:46 ---> job-cost.sh 19:05:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-WoAP 19:05:46 snapcraft 4.5.4 from Canonical* installed 19:05:46 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 19:05:46 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 19:05:46 % Total % Received % Xferd Average Speed Time Time Time Current 19:05:46 Dload Upload Total Spent Left Speed 19:05:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3918 0 --:--:-- --:--:-- --:--:-- 3918 19:05:46 100 3325k 100 3325k 0 0 8569k 0 --:--:-- --:--:-- --:--:-- 8569k 19:05:46 ./yq_linux_amd64 19:05:46 + sudo snapcraft prime --use-lxd 19:05:47 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:05: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: 19:05:47 - README.md 19:05:47 19:05:47 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:05:48 Launching a container. 19:06:00 Waiting for container to be ready 19:06:00 To start your first instance, try: lxc launch ubuntu:18.04 19:06:00 19:06:03 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:06:03 Waiting for network to be ready... 19:06:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:06:04 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:06:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 19:06:04 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:06:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:06:05 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:06:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 19:06:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:06:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:06:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 19:06:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 19:06:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 19:06:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:06:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:06:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:06:05 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:06:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:06:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 19:06:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:06:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 19:06:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 19:06:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:06:05 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:06:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 19:06:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 19:06:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 19:06:05 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 19:06:08 Fetched 24.1 MB in 4s (5547 kB/s) 19:06:09 Reading package lists... 19:06:09 Reading package lists... 19:06:09 Building dependency tree... 19:06:09 Reading state information... 19:06:09 The following additional packages will be installed: 19:06:09 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:06:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:06:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:06:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:06:09 Suggested packages: 19:06:09 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:06:09 Recommended packages: 19:06:09 gnupg libsasl2-modules 19:06:09 The following NEW packages will be installed: 19:06:09 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:06:09 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:06:09 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:06:09 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:06:09 The following packages will be upgraded: 19:06:09 gpg gpg-agent gpgconf libudev1 19:06:09 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:06:09 Need to get 3530 kB of archives. 19:06:09 After this operation, 13.3 MB of additional disk space will be used. 19:06:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:06:09 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:06:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:06:09 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:06:09 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 19:06:10 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 19:06:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:06:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:06:10 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:06:10 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:06:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:06:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:06:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:06:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:06:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:06:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:06:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:06:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:06:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:06:10 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:06:10 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:06:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:06:10 debconf: delaying package configuration, since apt-utils is not installed 19:06:10 Fetched 3530 kB in 1s (3476 kB/s) 19:06:10 (Reading database ... 12511 files and directories currently installed.) 19:06:10 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 19:06:11 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:06:11 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 19:06:11 Selecting previously unselected package udev. 19:06:11 (Reading database ... 12511 files and directories currently installed.) 19:06:11 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 19:06:11 Unpacking udev (237-3ubuntu10.45) ... 19:06:11 Selecting previously unselected package libfuse2:amd64. 19:06:11 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:06:11 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:06:11 Selecting previously unselected package fuse. 19:06:11 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:06:11 Unpacking fuse (2.9.7-1ubuntu1) ... 19:06:11 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:06:12 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:06:12 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:06:12 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:06:12 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:06:12 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:06:12 Selecting previously unselected package libksba8:amd64. 19:06:12 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:06:12 Unpacking libksba8:amd64 (1.3.5-2) ... 19:06:12 Selecting previously unselected package libroken18-heimdal:amd64. 19:06:12 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:12 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:12 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:06:12 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:12 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:12 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:06:12 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:12 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:12 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:06:12 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:12 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:12 Selecting previously unselected package libwind0-heimdal:amd64. 19:06:12 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:12 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:13 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:06:13 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:13 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:13 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:06:13 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:13 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:13 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:06:13 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:13 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:13 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:06:13 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:06:13 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:13 Selecting previously unselected package libsasl2-modules-db:amd64. 19:06:13 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:06:13 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:06:13 Selecting previously unselected package libsasl2-2:amd64. 19:06:13 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:06:13 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:06:13 Selecting previously unselected package libldap-common. 19:06:13 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:06:13 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:06:13 Selecting previously unselected package libldap-2.4-2:amd64. 19:06:13 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:06:13 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:06:13 Selecting previously unselected package dirmngr. 19:06:13 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:06:13 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:06:13 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:06:13 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:06:14 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:06:14 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:06:14 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:06:14 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:06:14 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:14 Setting up libksba8:amd64 (1.3.5-2) ... 19:06:14 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:06:14 Setting up udev (237-3ubuntu10.45) ... 19:06:14 invoke-rc.d: policy-rc.d denied execution of start. 19:06:14 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:14 Processing triggers for systemd (237-3ubuntu10) ... 19:06:14 Setting up fuse (2.9.7-1ubuntu1) ... 19:06:14 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:06:14 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:14 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:14 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:14 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:14 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:15 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:15 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:06:15 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:06:15 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:06:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:06:15 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:06:15 settings in the [Install] section, and DefaultInstance for template units). 19:06:15 This means they are not meant to be enabled using systemctl. 19:06:15 Possible reasons for having this kind of units are: 19:06:15 1) A unit may be statically enabled by being symlinked from another unit's 19:06:15 .wants/ or .requires/ directory. 19:06:15 2) A unit's purpose may be to act as a helper for some other unit which has 19:06:15 a requirement dependency on it. 19:06:15 3) A unit may be started when needed via activation (socket, path, timer, 19:06:15 D-Bus, udev, scripted systemctl call, ...). 19:06:15 4) In case of template units, the unit is meant to be enabled with some 19:06:15 instance name specified. 19:06:16 Reading package lists... 19:06:16 Building dependency tree... 19:06:16 Reading state information... 19:06:16 The following additional packages will be installed: 19:06:16 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:06:16 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:06:16 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:06:16 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:06:16 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:06:16 Suggested packages: 19:06:16 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:06:16 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:06:16 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:06:16 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:06:16 systemd-container policykit-1 19:06:16 Recommended packages: 19:06:16 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:06:16 The following NEW packages will be installed: 19:06:16 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:06:16 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:06:16 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:06:16 multiarch-support openssh-client python3 python3-minimal python3.6 19:06:16 python3.6-minimal snapd squashfs-tools sudo 19:06:16 The following packages will be upgraded: 19:06:16 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:06:16 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:06:16 Need to get 35.2 MB of archives. 19:06:16 After this operation, 141 MB of additional disk space will be used. 19:06:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:06:16 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 19:06:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:06:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 19:06:17 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 19:06:17 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:06:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:06:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:06:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:06:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:06:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:06:17 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:06:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:06:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:06:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:06:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:06:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:06:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:06:17 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:06:17 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:06:17 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:06:17 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:06:17 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:06:17 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:06:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:06:17 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:06:17 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:06:17 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:06:17 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:06:17 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:06:19 debconf: delaying package configuration, since apt-utils is not installed 19:06:19 Fetched 35.2 MB in 2s (15.0 MB/s) 19:06:19 (Reading database ... 12757 files and directories currently installed.) 19:06:19 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 19:06:19 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:06:19 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 19:06:19 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:06:20 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 19:06:20 (Reading database ... 12757 files and directories currently installed.) 19:06:20 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:06:20 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:06:20 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:06:20 (Reading database ... 12757 files and directories currently installed.) 19:06:20 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:06:20 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:06:22 Setting up apt (1.6.12ubuntu0.2) ... 19:06:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:06:22 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:06:22 (Reading database ... 12764 files and directories currently installed.) 19:06:22 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:06:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:06:23 Selecting previously unselected package libpython3.6-minimal:amd64. 19:06:23 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:06:23 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:06:23 Selecting previously unselected package libexpat1:amd64. 19:06:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:06:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:06:23 Selecting previously unselected package python3.6-minimal. 19:06:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:06:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:06:23 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 19:06:23 Checking for services that may need to be restarted...done. 19:06:23 Checking for services that may need to be restarted...done. 19:06:23 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:06:23 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:06:23 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:06:24 Selecting previously unselected package python3-minimal. 19:06:24 (Reading database ... 13012 files and directories currently installed.) 19:06:24 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:06:24 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:06:24 Selecting previously unselected package mime-support. 19:06:24 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:06:24 Unpacking mime-support (3.60ubuntu1) ... 19:06:24 Selecting previously unselected package libmpdec2:amd64. 19:06:24 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:06:24 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:06:24 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:06:24 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:06:24 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:06:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:06:25 Selecting previously unselected package python3.6. 19:06:25 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:06:25 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:06:25 Selecting previously unselected package libpython3-stdlib:amd64. 19:06:25 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:06:25 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:06:25 Setting up python3-minimal (3.6.7-1~18.04) ... 19:06:25 Selecting previously unselected package python3. 19:06:25 (Reading database ... 13442 files and directories currently installed.) 19:06:25 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:06:25 Unpacking python3 (3.6.7-1~18.04) ... 19:06:25 Selecting previously unselected package multiarch-support. 19:06:25 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:06:25 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:06:25 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:06:25 Selecting previously unselected package liblzo2-2:amd64. 19:06:25 (Reading database ... 13479 files and directories currently installed.) 19:06:25 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:06:25 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:06:26 Selecting previously unselected package libbsd0:amd64. 19:06:26 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:06:26 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:06:26 Selecting previously unselected package sudo. 19:06:26 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:06:26 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:06:26 Selecting previously unselected package apparmor. 19:06:26 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:06:26 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:06:26 Selecting previously unselected package libedit2:amd64. 19:06:26 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:06:26 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:06:26 Selecting previously unselected package libkrb5support0:amd64. 19:06:26 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:06:26 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:06:26 Selecting previously unselected package libk5crypto3:amd64. 19:06:26 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:06:26 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:06:26 Selecting previously unselected package libkeyutils1:amd64. 19:06:26 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:06:26 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:06:26 Selecting previously unselected package libkrb5-3:amd64. 19:06:26 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:06:26 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:06:26 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:06:26 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:06:26 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:06:27 Selecting previously unselected package libssl1.0.0:amd64. 19:06:27 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:06:27 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:06:27 Selecting previously unselected package openssh-client. 19:06:27 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:06:27 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:06:27 Selecting previously unselected package squashfs-tools. 19:06:27 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:06:27 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:06:27 Selecting previously unselected package snapd. 19:06:27 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:06:27 Unpacking snapd (2.48.3+18.04) ... 19:06:29 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:06:29 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:06:29 Setting up mime-support (3.60ubuntu1) ... 19:06:29 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:06:29 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:06:30 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:06:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:06:30 Setting up systemd (237-3ubuntu10.45) ... 19:06:30 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:06:30 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:06:30 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:06:30 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:06:30 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:06:30 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:06:30 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:06:31 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:06:31 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:06:31 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:06:31 Setting up python3 (3.6.7-1~18.04) ... 19:06:31 running python rtupdate hooks for python3.6... 19:06:31 running python post-rtupdate hooks for python3.6... 19:06:31 Setting up apparmor (2.12-4ubuntu5.1) ... 19:06:33 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:06:33 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:06:33 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:06:33 Setting up snapd (2.48.3+18.04) ... 19:06:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:06:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:06:33 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:06:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:06:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:06:34 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:06:34 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:06:34 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:06:34 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:06:35 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:06:35 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 19:06:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:06:35 Processing triggers for systemd (237-3ubuntu10.45) ... 19:06:36 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 19:06:36 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:06:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:06:37 Reading package lists... 19:06:37 Reading package lists... 19:06:38 Building dependency tree... 19:06:38 Reading state information... 19:06:38 Calculating upgrade... 19:06:38 The following packages will be upgraded: 19:06:38 advancecomp base-files bash binutils binutils-common 19:06:38 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:06:38 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:06:38 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:06:38 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:06:38 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:06:38 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:06:38 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:06:38 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:06:38 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:06:38 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:06:38 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:06:38 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:06:38 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:06:38 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:06:38 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:06:38 Need to get 63.8 MB of archives. 19:06:38 After this operation, 5207 kB of additional disk space will be used. 19:06:38 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] 19:06:38 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:06:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:06:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:06:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:06:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:06:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:06:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:06:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:06:38 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:06:38 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:06:38 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:06:38 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:06:38 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:06:38 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:06:38 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:06:38 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:06:38 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:06:38 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:06:38 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:06:38 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:06:38 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:06:38 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:06:38 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:06:38 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:06:38 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:06:38 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:06:38 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:06:38 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:06:38 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:06:38 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:06:38 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:06:38 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:06:38 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:06:38 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:06:38 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 19:06:38 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:06:38 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:06:38 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:06:38 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 19:06:39 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:06:39 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:06:39 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:06:39 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:06:39 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:06:39 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:06:39 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:06:39 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] 19:06:39 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:06:39 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:06:39 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:06:39 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:06:39 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:06:39 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:06:39 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:06:39 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:06:39 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:06:39 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:06:39 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:06:39 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:06:39 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:06:39 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:06:39 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:06:39 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:06:39 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:06:39 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:06:39 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:06:39 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:06:39 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:06:39 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:06:39 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:06:39 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:06:39 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:06:39 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:06:39 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:06:39 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:06:39 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:06:39 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:06:40 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:06:40 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:06:40 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:06:40 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] 19:06:40 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:06:40 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 19:06:40 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] 19:06:40 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:06:40 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:06:40 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:06:40 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:06:40 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:06:40 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:06:40 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:06:40 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] 19:06:40 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:06:40 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:06:40 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:06:40 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:06:40 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:06:40 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:06:40 debconf: delaying package configuration, since apt-utils is not installed 19:06:40 Fetched 63.8 MB in 2s (31.9 MB/s) 19:06:40 (Reading database ... 13912 files and directories currently installed.) 19:06:40 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:06:40 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:06:41 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:06:41 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:06:41 Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... 19:06:41 Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... 19:06:42 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:42 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:42 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:42 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:42 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:42 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:42 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:42 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:42 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:42 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:42 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:42 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:43 (Reading database ... 13911 files and directories currently installed.) 19:06:43 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:43 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:06:43 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:06:43 (Reading database ... 13911 files and directories currently installed.) 19:06:43 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:43 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:43 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:43 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:43 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:06:43 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:06:43 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:06:44 (Reading database ... 13911 files and directories currently installed.) 19:06:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:06:44 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:06:44 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:06:45 (Reading database ... 13911 files and directories currently installed.) 19:06:45 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:06:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:06:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:06:45 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:06:45 Setting up base-files (10.1ubuntu2.10) ... 19:06:45 Installing new version of config file /etc/issue ... 19:06:45 Installing new version of config file /etc/issue.net ... 19:06:45 Installing new version of config file /etc/lsb-release ... 19:06:45 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:06:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:06:45 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:06:45 Removing obsolete conffile /etc/default/motd-news ... 19:06:45 (Reading database ... 13912 files and directories currently installed.) 19:06:45 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:06:46 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:06:46 Setting up bash (4.4.18-2ubuntu1.2) ... 19:06:46 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 19:06:46 (Reading database ... 13912 files and directories currently installed.) 19:06:46 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:46 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:06:46 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:06:46 (Reading database ... 13912 files and directories currently installed.) 19:06:46 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:06:46 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:06:46 Setting up tar (1.29b-2ubuntu0.2) ... 19:06:46 (Reading database ... 13912 files and directories currently installed.) 19:06:46 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:06:46 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:06:47 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:06:47 (Reading database ... 13912 files and directories currently installed.) 19:06:47 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:06:47 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:06:47 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:06:47 (Reading database ... 13912 files and directories currently installed.) 19:06:47 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:06:47 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:06:47 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:06:47 (Reading database ... 13912 files and directories currently installed.) 19:06:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:06:47 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:06:48 Setting up grep (3.1-2build1) ... 19:06:48 (Reading database ... 13912 files and directories currently installed.) 19:06:48 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:06:48 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:06:48 Setting up login (1:4.5-1ubuntu2) ... 19:06:48 (Reading database ... 13912 files and directories currently installed.) 19:06:48 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:06:48 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:06:48 (Reading database ... 13912 files and directories currently installed.) 19:06:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:06:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:06:49 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:06:49 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:06:49 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:06:49 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:06:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:06:50 (Reading database ... 13912 files and directories currently installed.) 19:06:50 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:06:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:06:51 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:06:51 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:06:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:06:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:06:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:06:51 (Reading database ... 13912 files and directories currently installed.) 19:06:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:06:51 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:06:51 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:06:51 (Reading database ... 13912 files and directories currently installed.) 19:06:51 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:51 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:51 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:52 (Reading database ... 13912 files and directories currently installed.) 19:06:52 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:52 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:52 (Reading database ... 13912 files and directories currently installed.) 19:06:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:52 (Reading database ... 13912 files and directories currently installed.) 19:06:52 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:52 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:52 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:52 (Reading database ... 13912 files and directories currently installed.) 19:06:52 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:06:52 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:52 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:06:52 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:52 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:06:53 (Reading database ... 13912 files and directories currently installed.) 19:06:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:06:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:06:53 (Reading database ... 13912 files and directories currently installed.) 19:06:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:53 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:06:53 (Reading database ... 13912 files and directories currently installed.) 19:06:53 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:53 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:53 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:06:53 (Reading database ... 13912 files and directories currently installed.) 19:06:53 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:53 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:54 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:06:54 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:06:54 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:06:55 (Reading database ... 13912 files and directories currently installed.) 19:06:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:06:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:06:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:06:55 (Reading database ... 13912 files and directories currently installed.) 19:06:55 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:06:55 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:06:55 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:06:55 (Reading database ... 13914 files and directories currently installed.) 19:06:55 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:06:55 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:06:55 Setting up debconf (1.5.66ubuntu1) ... 19:06:56 (Reading database ... 13914 files and directories currently installed.) 19:06:56 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:06:56 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:06:56 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:06:56 (Reading database ... 13914 files and directories currently installed.) 19:06:56 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:06:56 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:06:56 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:06:56 (Reading database ... 13914 files and directories currently installed.) 19:06:56 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:06:56 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:06:56 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:06:56 (Reading database ... 13914 files and directories currently installed.) 19:06:56 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:06:56 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:06:56 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:06:57 (Reading database ... 13914 files and directories currently installed.) 19:06:57 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:06:57 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:06:57 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:06:57 (Reading database ... 13914 files and directories currently installed.) 19:06:57 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:06:57 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:06:57 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 19:06:57 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 19:06:57 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:06:57 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:06:57 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:06:57 (Reading database ... 13914 files and directories currently installed.) 19:06:57 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:06:57 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:06:58 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:06:58 (Reading database ... 13914 files and directories currently installed.) 19:06:58 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:06:58 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:06:58 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:06:58 (Reading database ... 13914 files and directories currently installed.) 19:06:58 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:06:58 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:06:58 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:06:59 (Reading database ... 13914 files and directories currently installed.) 19:06:59 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 19:06:59 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 19:06:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 19:06:59 (Reading database ... 13914 files and directories currently installed.) 19:06:59 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:06:59 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:06:59 Setting up passwd (1:4.5-1ubuntu2) ... 19:06:59 (Reading database ... 13914 files and directories currently installed.) 19:06:59 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:06:59 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:06:59 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:07:00 (Reading database ... 13914 files and directories currently installed.) 19:07:00 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:07:00 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:07:00 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:07:00 (Reading database ... 13914 files and directories currently installed.) 19:07:00 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:07:00 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:07:00 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:07:00 (Reading database ... 13914 files and directories currently installed.) 19:07:00 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:07:00 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:07:00 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:07:00 (Reading database ... 13914 files and directories currently installed.) 19:07:00 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:07:00 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:07:00 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:07:01 (Reading database ... 13914 files and directories currently installed.) 19:07:01 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:07:01 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:07:01 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:07:01 (Reading database ... 13914 files and directories currently installed.) 19:07:01 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:07:01 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:07:01 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:07:01 (Reading database ... 13915 files and directories currently installed.) 19:07:01 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:07:01 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:07:01 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:07:01 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:07:01 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:07:01 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:07:02 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:07:02 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:07:02 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:07:02 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:07:02 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:07:02 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:07:02 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:07:02 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:07:02 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:07:02 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:07:02 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:07:02 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:07:03 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:07:03 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:07:03 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:07:03 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:07:03 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:07:03 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:07:04 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:07:04 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:07:04 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:07:04 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:07:04 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:07:04 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:07:05 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:07:05 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:07:05 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:07:05 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:07:05 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:07:05 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:07:05 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:05 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:05 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:05 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:05 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:05 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:06 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:06 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:07 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:07 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:08 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:08 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:09 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:09 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:10 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:07:10 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:07:10 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:07:10 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:07:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:07:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:07:10 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:07:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:07:10 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:07:10 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:07:10 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:07:10 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:07:10 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:07:10 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:07:10 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:07:10 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:07:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:07:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:07:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:07:11 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:07:11 19:07:11 Current default time zone: 'Etc/UTC' 19:07:11 Local time is now: Mon Mar 22 19:07:11 UTC 2021. 19:07:11 Universal Time is now: Mon Mar 22 19:07:11 UTC 2021. 19:07:11 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:07:11 19:07:11 Setting up systemd-sysv (237-3ubuntu10.45) ... 19:07:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:11 Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... 19:07:11 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:07:11 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:07:11 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:07:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:07:11 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:07:11 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:07:11 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:07:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:11 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:07:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:07:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:07:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:12 Setting up patch (2.7.6-2ubuntu1.1) ... 19:07:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:07:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:07:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 19:07:12 Installing new version of config file /etc/ssl/openssl.cnf ... 19:07:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:07:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:07:12 Setting up ca-certificates (20210119~18.04.1) ... 19:07:14 Updating certificates in /etc/ssl/certs... 19:07:15 23 added, 27 removed; done. 19:07:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:07:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:07:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:07:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:07:15 Setting up pkgbinarymangler (138.18.04.1) ... 19:07:15 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:07:15 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:07:15 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:07:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:07:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:07:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:07:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:07:15 Setting up perl (5.26.1-6ubuntu0.5) ... 19:07:15 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:07:15 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:07:15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:07:15 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:07:15 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:07:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:07:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:07:16 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:07:16 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:07:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:07:16 Processing triggers for systemd (237-3ubuntu10.45) ... 19:07:16 Processing triggers for mime-support (3.60ubuntu1) ... 19:07:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:07:16 Updating certificates in /etc/ssl/certs... 19:07:16 0 added, 0 removed; done. 19:07:16 Running hooks in /etc/ca-certificates/update.d... 19:07:16 done. 19:07:17 Reading package lists... 19:07:17 Building dependency tree... 19:07:17 Reading state information... 19:07:17 The following NEW packages will be installed: 19:07:17 apt-transport-https 19:07:17 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:07:17 Need to get 1696 B of archives. 19:07:17 After this operation, 153 kB of additional disk space will be used. 19:07:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:07:17 debconf: delaying package configuration, since apt-utils is not installed 19:07:17 Fetched 1696 B in 0s (26.7 kB/s) 19:07:17 Selecting previously unselected package apt-transport-https. 19:07:17 (Reading database ... 13920 files and directories currently installed.) 19:07:17 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:07:17 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:07:17 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:07:18 Waiting for network to be ready... 19:07:24 2021-03-22T19:07:21Z INFO Waiting for automatic snapd restart... 19:07:24 snapd 2.49 from Canonical* installed 19:07:25 "snapd" switched to the "latest/stable" channel 19:07:25 19:07:28 core18 20210128 from Canonical* installed 19:07:28 "core18" switched to the "latest/stable" channel 19:07:28 19:07:32 snapcraft 4.5.4 from Canonical* installed 19:07:32 "snapcraft" switched to the "latest/stable" channel 19:07:32 19:07:36 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: 19:07:36 - README.md 19:07:36 19:07:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:07:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:07:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:07:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:07:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:07:44 Reading package lists... 19:07:44 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 19:07:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:07:51 Reading package lists... 19:07:51 Building dependency tree... 19:07:51 Reading state information... 19:07:51 Suggested packages: 19:07:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:07:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:07:51 Recommended packages: 19:07:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:07:51 The following NEW packages will be installed: 19:07:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:07:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:07:51 pkg-config zip 19:07:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:07:51 Need to get 7657 kB of archives. 19:07:51 After this operation, 43.8 MB of additional disk space will be used. 19:07:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 19:07:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:07:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:07:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 19:07:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 19:07:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:07:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:07:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:07:51 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:07:51 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:07:51 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:07:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:07:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:07:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:07:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:07:51 debconf: delaying package configuration, since apt-utils is not installed 19:07:51 Fetched 7657 kB in 1s (9478 kB/s) 19:07:52 Selecting previously unselected package libglib2.0-0:amd64. 19:07:52 (Reading database ... 13924 files and directories currently installed.) 19:07:52 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 19:07:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:07:52 Selecting previously unselected package libpsl5:amd64. 19:07:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:07:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:07:52 Selecting previously unselected package libnghttp2-14:amd64. 19:07:52 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:07:52 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:07:52 Selecting previously unselected package librtmp1:amd64. 19:07:52 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:07:52 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:07:52 Selecting previously unselected package libcurl3-gnutls:amd64. 19:07:52 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:07:52 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:07:52 Selecting previously unselected package liberror-perl. 19:07:52 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:07:52 Unpacking liberror-perl (0.17025-1) ... 19:07:53 Selecting previously unselected package git-man. 19:07:53 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 19:07:53 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 19:07:53 Selecting previously unselected package git. 19:07:53 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 19:07:53 Unpacking git (1:2.17.1-1ubuntu0.8) ... 19:07:53 Selecting previously unselected package libnorm1:amd64. 19:07:53 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:07:53 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:07:53 Selecting previously unselected package libpgm-5.2-0:amd64. 19:07:53 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:07:53 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:07:53 Selecting previously unselected package libsodium23:amd64. 19:07:53 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:07:53 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:07:54 Selecting previously unselected package libzmq5:amd64. 19:07:54 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:07:54 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:07:54 Selecting previously unselected package libzmq3-dev:amd64. 19:07:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:07:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:07:54 Selecting previously unselected package pkg-config. 19:07:54 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:07:54 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:07:54 Selecting previously unselected package zip. 19:07:54 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:07:54 Unpacking zip (3.0-11build1) ... 19:07:54 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:07:54 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 19:07:54 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:07:54 Setting up liberror-perl (0.17025-1) ... 19:07:54 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:07:54 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 19:07:54 No schema files found: doing nothing. 19:07:54 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:07:54 Setting up zip (3.0-11build1) ... 19:07:54 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:07:54 Setting up libsodium23:amd64 (1.0.16-2) ... 19:07:54 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:07:55 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:07:55 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:07:55 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:07:55 Setting up git (1:2.17.1-1ubuntu0.8) ... 19:07:55 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:08:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:08:01 lf-activate-venv(): INFO: Adding /tmp/venv-WoAP/bin to PATH 19:08:01 INFO: No Stack... 19:08:01 INFO: Retrieving Pricing Info for: lf-standard-4 19:08:01 INFO: Archiving Costs [Pipeline] sh 19:08:01 git set to automatically installed. 19:08:01 git-man set to automatically installed. 19:08:01 libcurl3-gnutls set to automatically installed. 19:08:01 liberror-perl set to automatically installed. 19:08:01 libglib2.0-0 set to automatically installed. 19:08:01 libnghttp2-14 set to automatically installed. 19:08:01 libnorm1 set to automatically installed. 19:08:01 libpgm-5.2-0 set to automatically installed. 19:08:01 libpsl5 set to automatically installed. 19:08:01 librtmp1 set to automatically installed. 19:08:01 libsodium23 set to automatically installed. 19:08:01 libzmq3-dev set to automatically installed. 19:08:01 libzmq5 set to automatically installed. 19:08:01 pkg-config set to automatically installed. 19:08:01 zip set to automatically installed. 19:08:02 + cat+ /w/workspace/edgex-go/6/archives/cost.csv 19:08:02 cut -d, -f6 [Pipeline] lock 19:08:02 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3273-6-stack-cost] 19:08:02 Resource [jenkins-edgexfoundry-edgex-go-PR-3273-6-stack-cost] did not exist. Created. 19:08:02 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3273-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:08:02 + echo total: 0.20999999344348907 [Pipeline] stash 19:08:03 Stashed 1 file(s) [Pipeline] } 19:08:03 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3273-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:08:03 snapd is not logged in, snap install commands will use sudo 19:08:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:08:10 snap "core18" has no updates available 19:08:13 snapd is not logged in, snap install commands will use sudo 19:08:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:08:32 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 19:08:32 Pulling go-build-helper 19:08:32 + snapcraftctl pull 19:08:33 'app-service-config' has dependencies that need to be staged: go-build-helper 19:08:33 Skipping pull go-build-helper (already ran) 19:08:33 Building go-build-helper 19:08:33 + snapcraftctl build 19:08:35 Staging go-build-helper 19:08:35 + snapcraftctl stage 19:08:45 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:08:45 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:08:45 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:08:45 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1610 kB] 19:08:45 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:08:45 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:08:45 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [307 kB] 19:08:45 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:08:45 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:08:45 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [257 kB] 19:08:45 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [33.6 kB] 19:08:45 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1115 kB] 19:08:45 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:08:45 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:08:45 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:08:45 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:08:45 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:08:45 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 19:08:45 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:08:45 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1950 kB] 19:08:45 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] 19:08:45 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:08:45 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:08:45 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] 19:08:45 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.2 kB] 19:08:45 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] 19:08:45 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 19:08:45 Fetched 24.1 MB in 0s (0 B/s) 19:08:45 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:08:45 Fetched 224 kB in 0s (0 B/s) 19:08:45 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:08:45 Fetched 157 kB in 0s (0 B/s) 19:08:45 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:08:45 Fetched 221 kB in 0s (0 B/s) 19:08:45 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:08:45 Fetched 143 kB in 0s (0 B/s) 19:08:45 Pulling app-service-config 19:08:45 + snapcraftctl pull 19:08:46 Cloning into '/root/parts/app-service-config/src'... 19:08:46 Pulling config-common 19:08:46 + snapcraftctl pull 19:08:51 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:08:51 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:08:51 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:08:51 Fetched 0 B in 0s (0 B/s) 19:08:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:08:51 Fetched 0 B in 0s (0 B/s) 19:08:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:08:51 Fetched 0 B in 0s (0 B/s) 19:08:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:08:51 Fetched 0 B in 0s (0 B/s) 19:08:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:08:51 Fetched 0 B in 0s (0 B/s) 19:08:51 Pulling edgex-go 19:08:51 + snapcraftctl pull 19:09:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 19:09:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:09:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:09:13 Fetched 0 B in 0s (0 B/s) 19:09:13 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:09:13 Fetched 96.5 kB in 0s (0 B/s) 19:09:13 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:09:13 Fetched 279 kB in 0s (0 B/s) 19:09:13 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:09:13 Fetched 122 kB in 0s (0 B/s) 19:09:13 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:09:13 Fetched 77.8 kB in 0s (0 B/s) 19:09:13 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:09:13 Fetched 8848 B in 0s (0 B/s) 19:09:13 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:09:13 Fetched 47.8 kB in 0s (0 B/s) 19:09:13 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:09:13 Fetched 45.6 kB in 0s (0 B/s) 19:09:13 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:09:13 Fetched 15.0 kB in 0s (0 B/s) 19:09:13 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:09:13 Fetched 214 kB in 0s (0 B/s) 19:09:13 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:09:13 Fetched 154 kB in 0s (0 B/s) 19:09:13 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:09:13 Fetched 50.6 kB in 0s (0 B/s) 19:09:13 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:09:13 Fetched 14.8 kB in 0s (0 B/s) 19:09:13 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:09:13 Fetched 41.8 kB in 0s (0 B/s) 19:09:13 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:09:13 Fetched 499 kB in 0s (0 B/s) 19:09:13 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:09:13 Fetched 111 kB in 0s (0 B/s) 19:09:13 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:09:13 Fetched 240 kB in 0s (0 B/s) 19:09:13 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:09:13 Fetched 29.3 kB in 0s (0 B/s) 19:09:13 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:09:13 Fetched 85.5 kB in 0s (0 B/s) 19:09:13 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:09:13 Fetched 24.5 kB in 0s (0 B/s) 19:09:13 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:09:13 Fetched 49.2 kB in 0s (0 B/s) 19:09:13 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:09:13 Fetched 54.2 kB in 0s (0 B/s) 19:09:13 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:09:13 Fetched 30.8 kB in 0s (0 B/s) 19:09:13 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:09:13 Fetched 15.8 kB in 0s (0 B/s) 19:09:13 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:09:13 Fetched 85.9 kB in 0s (0 B/s) 19:09:13 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:09:13 Fetched 8720 B in 0s (0 B/s) 19:09:13 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:09:13 Fetched 137 kB in 0s (0 B/s) 19:09:13 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:09:13 Fetched 119 kB in 0s (0 B/s) 19:09:13 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:09:13 Fetched 109 kB in 0s (0 B/s) 19:09:13 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:09:13 Fetched 11.1 kB in 0s (0 B/s) 19:09:13 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:09:13 Fetched 645 kB in 0s (0 B/s) 19:09:13 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:09:13 Fetched 41.3 kB in 0s (0 B/s) 19:09:13 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:09:13 Fetched 17.9 kB in 0s (0 B/s) 19:09:13 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:09:13 Fetched 368 kB in 0s (0 B/s) 19:09:13 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:09:13 Fetched 187 kB in 0s (0 B/s) 19:09:13 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:09:13 Fetched 175 kB in 0s (0 B/s) 19:09:13 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:09:13 Fetched 206 kB in 0s (0 B/s) 19:09:13 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 19:09:13 Fetched 1301 kB in 0s (0 B/s) 19:09:13 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:09:13 Fetched 36.2 kB in 0s (0 B/s) 19:09:13 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:09:13 Fetched 159 kB in 0s (0 B/s) 19:09:13 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:09:13 Fetched 107 kB in 0s (0 B/s) 19:09:13 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:09:13 Fetched 48.7 kB in 0s (0 B/s) 19:09:13 Pulling static-packages 19:09:13 + snapcraftctl pull 19:09:13 Pulling version 19:09:13 + cd /root/project 19:09:13 + [ -f VERSION ] 19:09:13 + PROJECT_VERSION=local-dev 19:09:13 + git rev-parse --short HEAD 19:09:13 + GIT_REVISION=ade5e898 19:09:13 + snapcraftctl set-version local-dev 19:09:14 Skipping build go-build-helper (already ran) 19:09:14 Building app-service-config 19:09:14 + make build 19:09:14 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 19:09:16 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.31 19:09:16 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 19:09:16 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.54 19:09:16 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:09:16 go: downloading github.com/google/uuid v1.2.0 19:09:16 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 19:09:16 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:09:16 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 19:09:16 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:09:16 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 19:09:16 go: downloading github.com/leodido/go-urn v1.2.0 19:09:17 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:09:17 go: downloading github.com/go-playground/universal-translator v0.17.0 19:09:17 go: downloading github.com/BurntSushi/toml v0.3.1 19:09:17 go: downloading github.com/pelletier/go-toml v1.2.0 19:09:17 go: downloading github.com/x448/float16 v0.8.4 19:09:17 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:09:17 go: downloading github.com/go-playground/locales v0.13.0 19:09:17 go: downloading github.com/hashicorp/consul/api v1.8.1 19:09:17 go: downloading github.com/go-kit/kit v0.8.0 19:09:17 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:09:17 go: downloading github.com/gorilla/mux v1.8.0 19:09:17 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:09:17 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:09:17 go: downloading github.com/hashicorp/serf v0.9.5 19:09:17 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:09:18 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:09:18 go: downloading github.com/pebbe/zmq4 v1.2.5 19:09:18 go: downloading github.com/mattn/go-isatty v0.0.12 19:09:18 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 19:09:18 go: downloading github.com/fatih/color v1.9.0 19:09:18 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:09:18 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:09:18 go: downloading github.com/mattn/go-colorable v0.1.6 19:09:18 go: downloading github.com/mitchellh/copystructure v1.0.0 19:09:18 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 19:09:18 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:09:18 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:09:18 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:09:18 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:09:18 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:09:18 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:09:18 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:09:28 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 19:09:28 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 19:09:28 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 19:09:28 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 19:09:28 Building config-common 19:09:28 + snapcraftctl build 19:09:31 Building edgex-go 19:09:31 + cd /root/parts/edgex-go/src 19:09:31 + make build 19:09:31 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 19:09:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 19:09:31 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:09:31 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 19:09:31 go: downloading github.com/pkg/errors v0.8.1 19:09:31 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 19:09:31 go: downloading github.com/imdario/mergo v0.3.12 19:09:31 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 19:09:31 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 19:09:31 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 19:09:31 go: downloading github.com/gorilla/websocket v1.4.2 19:09:35 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 19:09:35 go: downloading gopkg.in/yaml.v2 v2.4.0 19:09:42 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 19:09:43 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 19:09:44 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 19:09:45 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 19:09:45 go: downloading github.com/stretchr/testify v1.7.0 19:09:45 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:09:45 go: downloading github.com/davecgh/go-spew v1.1.1 19:09:45 go: downloading github.com/pmezard/go-difflib v1.0.0 19:09:47 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 19:09:47 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:09:48 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:09:49 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 19:09: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 19:09:51 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 19:09:52 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 19:09:53 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 19:09:54 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:09:55 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 19:09:55 go: downloading github.com/lib/pq v1.9.0 19:09:58 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:09:58 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:09:58 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:09:58 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:09:58 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:09:58 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:09:58 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:09:58 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:09:58 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:09:58 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:09:58 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:09:58 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:09:58 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:09:58 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:09:58 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:09:58 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:09:58 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:09:58 + 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 19:09:58 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:09:58 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:09:58 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 19:09:58 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:09:58 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:09:58 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:09:58 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:09:58 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:10:00 Building static-packages 19:10:00 + snapcraftctl build 19:10:02 Building version 19:10:02 + snapcraftctl build 19:10:05 Skipping stage go-build-helper (already ran) 19:10:05 Staging app-service-config 19:10:05 + snapcraftctl stage 19:10:06 Staging config-common 19:10:06 + snapcraftctl stage 19:10:07 Staging edgex-go 19:10:07 + snapcraftctl stage 19:10:07 Staging static-packages 19:10:07 + snapcraftctl stage 19:10:08 Staging version 19:10:08 + snapcraftctl stage 19:10:09 Priming go-build-helper 19:10:09 + snapcraftctl prime 19:10:10 Priming app-service-config 19:10:10 + snapcraftctl prime 19:10:12 Priming config-common 19:10:12 + snapcraftctl prime 19:10:13 Priming edgex-go 19:10:13 + snapcraftctl prime 19:10:14 Priming static-packages 19:10:14 + snapcraftctl prime 19:10:17 Priming version 19:10:17 + snapcraftctl prime 19:10:17 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:10:21 provisioning config files... 19:10:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config2714329727610499068tmp [Pipeline] { [Pipeline] sh 19:10:22 + set +x 19:10:22 + curl -s https://codecov.io/bash 19:10:22 + bash -s -- 19:10:22 19:10:22 _____ _ 19:10:22 / ____| | | 19:10:22 | | ___ __| | ___ ___ _____ __ 19:10:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:10:22 | |___| (_) | (_| | __/ (_| (_) \ V / 19:10:22 \_____\___/ \__,_|\___|\___\___/ \_/ 19:10:22 Bash-20210309-2b87ace 19:10:22 19:10:22 19:10:23 ==> git version 2.24.3 found 19:10:23 ==> 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 19:10:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:10:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:10:23 ==> Jenkins CI detected. 19:10:23 project root: . 19:10:23 --> token set from env 19:10:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:10:23 ==> Running gcov in . (disable via -X gcov) 19:10:23 ==> Python coveragepy not found 19:10:23 ==> Searching for coverage reports in: 19:10:23 + . 19:10:23 -> Found 1 reports 19:10:23 ==> Detecting git/mercurial file structure 19:10:23 ==> Reading reports 19:10:23 + ./coverage.out bytes=659965 19:10:23 ==> Appending adjustments 19:10:23 https://docs.codecov.io/docs/fixing-reports 19:10:32 + Found adjustments 19:10:32 ==> Gzipping contents 19:10:32 96K /tmp/codecov.sWEL4S.gz 19:10:32 ==> Uploading reports 19:10:32 url: https://codecov.io 19:10:32 query: branch=PR-3273&commit=ade5e898d90a447c3bfe3754f0d765a7c97984ef&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= 19:10:32 -> Pinging Codecov 19:10:32 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3273&commit=ade5e898d90a447c3bfe3754f0d765a7c97984ef&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3273%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3273&job=&cmd_args= 19:10:32 -> Uploading to 19:10:32 https://storage.googleapis.com/codecov/v4/raw/2021-03-22/00271124DB129430A58F1EEE437C3FCB/ade5e898d90a447c3bfe3754f0d765a7c97984ef/452c1645-0d41-410a-aa60-059bc1d53fa2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210322%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210322T191032Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e4775b90d48124dbc84483f7d52dce5fe4c1a05794bf7174b997d0f1b2f7ee2d 19:10:32 % Total % Received % Xferd Average Speed Time Time Time Current 19:10:32 Dload Upload Total Spent Left Speed 19:10:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95862 0 0 100 95862 0 168k --:--:-- --:--:-- --:--:-- 169k 19:10:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/ade5e898d90a447c3bfe3754f0d765a7c97984ef [Pipeline] } 19:10:32 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 19:10:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:10:36 ---> package-listing.sh 19:10:36 ++ tr '[:upper:]' '[:lower:]' 19:10:36 ++ facter osfamily 19:10:36 + OS_FAMILY=redhat 19:10:36 + workspace=/w/workspace/edgex-go/6 19:10:36 + START_PACKAGES=/tmp/packages_start.txt 19:10:36 + END_PACKAGES=/tmp/packages_end.txt 19:10:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:10:36 + PACKAGES=/tmp/packages_start.txt 19:10:36 + '[' /w/workspace/edgex-go/6 ']' 19:10:36 + PACKAGES=/tmp/packages_end.txt 19:10:36 + case "${OS_FAMILY}" in 19:10:36 + rpm -qa 19:10:36 + sort 19:10:43 + '[' -f /tmp/packages_start.txt ']' 19:10:43 + '[' -f /tmp/packages_end.txt ']' 19:10:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:10:43 + '[' /w/workspace/edgex-go/6 ']' 19:10:43 + mkdir -p /w/workspace/edgex-go/6/archives/ 19:10:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 19:10:43 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:10:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:10:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:10:45 19:10:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:10:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:10:46 alpine: Pulling from edgex-lftools-log-publisher 19:10:46 df20fa9351a1: Pulling fs layer 19:10:46 36b3adc4ff6f: Pulling fs layer 19:10:46 8ad3a11d3b57: Pulling fs layer 19:10:46 46f8f816bc3b: Pulling fs layer 19:10:46 93b61091891f: Pulling fs layer 19:10:46 93b9cdb0e59b: Pulling fs layer 19:10:46 5e14af77c1be: Pulling fs layer 19:10:46 01666e4c0597: Pulling fs layer 19:10:46 aa168da1d23b: Pulling fs layer 19:10:46 46f8f816bc3b: Waiting 19:10:46 93b61091891f: Waiting 19:10:46 93b9cdb0e59b: Waiting 19:10:46 5e14af77c1be: Waiting 19:10:46 aa168da1d23b: Waiting 19:10:46 01666e4c0597: Waiting 19:10:46 36b3adc4ff6f: Verifying Checksum 19:10:46 36b3adc4ff6f: Download complete 19:10:46 46f8f816bc3b: Verifying Checksum 19:10:46 46f8f816bc3b: Download complete 19:10:46 df20fa9351a1: Verifying Checksum 19:10:46 df20fa9351a1: Download complete 19:10:46 93b9cdb0e59b: Verifying Checksum 19:10:46 93b9cdb0e59b: Download complete 19:10:46 5e14af77c1be: Verifying Checksum 19:10:46 5e14af77c1be: Download complete 19:10:46 93b61091891f: Download complete 19:10:46 01666e4c0597: Verifying Checksum 19:10:46 01666e4c0597: Download complete 19:10:47 df20fa9351a1: Pull complete 19:10:47 8ad3a11d3b57: Verifying Checksum 19:10:47 8ad3a11d3b57: Download complete 19:10:47 36b3adc4ff6f: Pull complete 19:10:50 8ad3a11d3b57: Pull complete 19:10:50 46f8f816bc3b: Pull complete 19:10:52 aa168da1d23b: Verifying Checksum 19:10:52 aa168da1d23b: Download complete 19:10:53 93b61091891f: Pull complete 19:10:54 93b9cdb0e59b: Pull complete 19:10:54 5e14af77c1be: Pull complete 19:10:54 01666e4c0597: Pull complete 19:11:13 aa168da1d23b: Pull complete 19:11:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:11:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:11:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:11:13 prd-centos7-docker-4c-2g-30904 does not seem to be running inside a container 19:11:15 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:11:20 $ docker top 154d5dd441ffab1f5b06fe4637d75a61dc8414eda4465f8bc4b5aeb39a7d974c -eo pid,comm [Pipeline] { [Pipeline] sh 19:11:21 + touch /tmp/pre-build-complete [Pipeline] sh 19:11:21 + mkdir -p /var/log/sa [Pipeline] sh 19:11:22 + ls /var/log/sa-host 19:11:22 + sadf -c /var/log/sa-host/sa22 19:11:22 file_magic: OK 19:11:22 HZ: Using current value: 100 19:11:22 file_header: OK 19:11:22 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 19:11:22 Statistics: 19:11:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:11:22 File successfully converted to sysstat format version 12.2.1 19:11:22 + sadf -c /var/log/sa-host/sa23 19:11:22 file_magic: OK 19:11:22 HZ: Using current value: 100 19:11:22 file_header: OK 19:11:22 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 19:11:22 Statistics: 19:11:22 Hnuu...uuuununununu... 19:11:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:11:22 provisioning config files... 19:11:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config6063435627273980077tmp [Pipeline] { [Pipeline] echo 19:11:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:11:23 ---> create-netrc.sh [Pipeline] } 19:11:23 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:11:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:11:24 ---> python-tools-install.sh [Pipeline] echo 19:11:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:11:24 ---> sudo-logs.sh 19:11:24 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:11:24 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:11:25 ---> job-cost.sh 19:11:25 lf-activate-venv: SKIPPING 19:11:25 DEBUG: total: 0.20999999344348907 19:11:25 INFO: Retrieving Stack Cost... 19:11:26 INFO: Retrieving Pricing Info for: v1-standard-2 19:11:26 INFO: Archiving Costs [Pipeline] echo 19:11:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:11:27 ---> logs-deploy.sh 19:11:27 lf-activate-venv: SKIPPING 19:11:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3273/6 19:11:27 INFO: archiving workspace using pattern(s): 19:11:30 Archives upload complete. 19:11:30 INFO: archiving logs to Nexus