Pull request #3400 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 15b4cda8edfe04c49a924740942c605a4276935b rather than 96086116948ca23ac3f4c7454cd233267f47702e Obtained Jenkinsfile from 15b4cda8edfe04c49a924740942c605a4276935b 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2070 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 15b4cda8edfe04c49a924740942c605a4276935b into PR head commit 96086116948ca23ac3f4c7454cd233267f47702e Merge succeeded, producing 96086116948ca23ac3f4c7454cd233267f47702e Checking out Revision 96086116948ca23ac3f4c7454cd233267f47702e (PR-3400) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # 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 15b4cda8edfe04c49a924740942c605a4276935b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 Commit message: "Merge branch 'master' into issue-3399" > git rev-list --no-walk 0055aad0321a4746da23e2717adefdd0532a5973 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:09:46 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:09:46 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:09:46 ========================================================= 18:09:46 EdgeX Global Pipelines Version Info 18:09:46 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:09:48 ------------------- 18:09:48 stable info: 18:09:48 ------------------- 18:09:48 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:09:48 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:09:48 Message: update stable to v1.0.186 18:09:49 ------------------- 18:09:49 experimental info: 18:09:49 ------------------- 18:09:49 Commited By: **** collab-it+edgex@linuxfoundation.org 18:09:49 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 18:09:49 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3400 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3400 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3400 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 96086116948ca23ac3f4c7454cd233267f47702e [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9608611 [Pipeline] echo 18:09:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:09:50 provisioning config files... 18:09:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2249145976225542254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:09:51 ---> docker-login.sh 18:09:51 nexus3.edgexfoundry.org:10001 18:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:52 Configure a credential helper to remove this warning. See 18:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:52 18:09:52 Login Succeeded 18:09:52 nexus3.edgexfoundry.org:10002 18:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:52 Configure a credential helper to remove this warning. See 18:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:52 18:09:52 Login Succeeded 18:09:52 nexus3.edgexfoundry.org:10003 18:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:53 Configure a credential helper to remove this warning. See 18:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:53 18:09:53 Login Succeeded 18:09:53 nexus3.edgexfoundry.org:10004 18:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:53 Configure a credential helper to remove this warning. See 18:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:53 18:09:53 Login Succeeded 18:09:53 docker.io 18:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:09:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:09:54 Configure a credential helper to remove this warning. See 18:09:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:09:54 18:09:54 Login Succeeded 18:09:54 ---> docker-login.sh ends [Pipeline] } 18:09:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:09:54 ++ 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:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ dirname cmd/core-command/Dockerfile 18:09:54 ++ cut -d/ -f2 18:09:54 + echo core-command,cmd/core-command/Dockerfile 18:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ dirname cmd/core-data/Dockerfile 18:09:54 ++ cut -d/ -f2 18:09:54 + echo core-data,cmd/core-data/Dockerfile 18:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ dirname cmd/core-metadata/Dockerfile 18:09:54 ++ cut -d/ -f2 18:09:54 + echo core-metadata,cmd/core-metadata/Dockerfile 18:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ dirname cmd/security-bootstrapper/Dockerfile 18:09:54 ++ cut -d/ -f2 18:09:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ cut -d/ -f2 18:09:54 ++ dirname cmd/security-proxy-setup/Dockerfile 18:09:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:09:54 ++ cut -d/ -f2 18:09:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ cut -d/ -f2 18:09:54 ++ dirname cmd/support-notifications/Dockerfile 18:09:54 + echo support-notifications,cmd/support-notifications/Dockerfile 18:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ dirname cmd/support-scheduler/Dockerfile 18:09:54 ++ cut -d/ -f2 18:09:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:09:54 + for file in '`ls cmd/**/Dockerfile`' 18:09:54 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:09:54 ++ cut -d/ -f2 18:09:54 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:09:54 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:09:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:56 18:09:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:09:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:09:56 latest: Pulling from edgex-devops/git-semver 18:09:56 31603596830f: Pulling fs layer 18:09:56 2a8b12db71e7: Pulling fs layer 18:09:56 6ca5941a6612: Pulling fs layer 18:09:56 ecc8261a40a4: Pulling fs layer 18:09:56 ecc8261a40a4: Waiting 18:09:56 2a8b12db71e7: Verifying Checksum 18:09:56 2a8b12db71e7: Download complete 18:09:56 31603596830f: Verifying Checksum 18:09:56 31603596830f: Download complete 18:09:57 ecc8261a40a4: Verifying Checksum 18:09:57 ecc8261a40a4: Download complete 18:09:57 6ca5941a6612: Verifying Checksum 18:09:57 6ca5941a6612: Download complete 18:09:57 31603596830f: Pull complete 18:09:58 2a8b12db71e7: Pull complete 18:09:59 6ca5941a6612: Pull complete 18:10:00 ecc8261a40a4: Pull complete 18:10:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:10:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:10:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:10:00 prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container 18:10:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:10:05 $ docker top 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:10:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:10:05 [ssh-agent] Looking for ssh-agent implementation... 18:10:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:10:06 $ docker exec 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 ssh-agent 18:10:07 SSH_AUTH_SOCK=/tmp/ssh-NJRTeb3pyVbX/agent.11 18:10:07 SSH_AGENT_PID=16 18:10:07 Running ssh-add (command line suppressed) 18:10:07 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5955748008443597359.key (/w/workspace/edgex-go/5@tmp/private_key_5955748008443597359.key) 18:10:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:10:07 + git tag --points-at HEAD [Pipeline] } 18:10:08 $ docker exec --env ******** --env ******** 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 ssh-agent -k 18:10:08 unset SSH_AUTH_SOCK; 18:10:08 unset SSH_AGENT_PID; 18:10:08 echo Agent pid 16 killed; 18:10:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:10:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:10:08 [ssh-agent] Looking for ssh-agent implementation... 18:10:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:10:08 $ docker exec 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 ssh-agent 18:10:09 SSH_AUTH_SOCK=/tmp/ssh-OTMywHnWfdkN/agent.45 18:10:09 SSH_AGENT_PID=50 18:10:09 Running ssh-add (command line suppressed) 18:10:09 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7640583672115126991.key (/w/workspace/edgex-go/5@tmp/private_key_7640583672115126991.key) 18:10:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:10:09 + git semver init 18:10:10 # -> Open(): unable to determine branch for HEAD 18:10:10 # $GIT_DIR = /w/workspace/edgex-go/5/.git 18:10:10 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 18:10:10 # $SEMVER_REMOTE_NAME = origin 18:10:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:10:10 # $SEMVER_USER_NAME = edgex-jenkins 18:10:10 # $SEMVER_BRANCH = PR-3400 18:10:10 # $SEMVER_TEMP = /tmp/semver-938938428 18:10:10 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:10:49 # '/tmp/semver-938938428' -> '/w/workspace/edgex-go/5/.semver' 18:10:49 # -> Force: false 18:10:49 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 18:10:49 $ docker exec --env ******** --env ******** 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 ssh-agent -k 18:10:50 unset SSH_AUTH_SOCK; 18:10:50 unset SSH_AGENT_PID; 18:10:50 echo Agent pid 50 killed; 18:10:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:10:51 + git semver [Pipeline] } 18:10:51 $ docker stop --time=1 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 18:10:54 $ docker rm -f 739ae9fc99bd2d86d5faccd6ba41a53d041052f055f71a02fe53ef3463582fc0 [Pipeline] // withDockerContainer [Pipeline] sh 18:10:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:10:56 Stashed 1 file(s) [Pipeline] echo 18:10:56 [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:10:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:10:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:10:57 + sudo service docker restart 18:10:57 + true 18:10:57 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:10:58 ========================================================= 18:10:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:10:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:10:59 + 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:11:08 Sending build context to Docker daemon 329.7MB 18:11:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:11:08 Step 2/6 : FROM ${BASE} 18:11:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:11:08 188c0c94c7c5: Pulling fs layer 18:11:08 0ef7d3d256c8: Pulling fs layer 18:11:08 de9db76c5a1d: Pulling fs layer 18:11:08 bca2f99d35d6: Pulling fs layer 18:11:08 93359f2a8cfa: Pulling fs layer 18:11:08 7c6f9722023f: Pulling fs layer 18:11:08 a35cf1a2eb13: Pulling fs layer 18:11:08 93359f2a8cfa: Waiting 18:11:08 7c6f9722023f: Waiting 18:11:08 a35cf1a2eb13: Waiting 18:11:08 bca2f99d35d6: Waiting 18:11:08 de9db76c5a1d: Verifying Checksum 18:11:08 de9db76c5a1d: Download complete 18:11:08 0ef7d3d256c8: Download complete 18:11:08 93359f2a8cfa: Verifying Checksum 18:11:08 93359f2a8cfa: Download complete 18:11:08 7c6f9722023f: Verifying Checksum 18:11:08 7c6f9722023f: Download complete 18:11:08 188c0c94c7c5: Verifying Checksum 18:11:08 188c0c94c7c5: Download complete 18:11:09 188c0c94c7c5: Pull complete 18:11:10 0ef7d3d256c8: Pull complete 18:11:10 de9db76c5a1d: Pull complete 18:11:11 Still waiting to schedule task 18:11:11 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:11:12 a35cf1a2eb13: Verifying Checksum 18:11:12 a35cf1a2eb13: Download complete 18:11:13 bca2f99d35d6: Verifying Checksum 18:11:13 bca2f99d35d6: Download complete 18:11:28 bca2f99d35d6: Pull complete 18:11:28 93359f2a8cfa: Pull complete 18:11:28 7c6f9722023f: Pull complete 18:11:37 a35cf1a2eb13: Pull complete 18:11:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:11:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:11:37 ---> a62c8e92a672 18:11:37 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:11:38 ---> Running in 28197a8acb48 18:11:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:11:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:11:42 (1/12) Installing libmagic (5.38-r0) 18:11:42 (2/12) Installing file (5.38-r0) 18:11:42 (3/12) Installing libc-dev (0.7.2-r3) 18:11:42 (4/12) Installing g++ (9.3.0-r2) 18:11:51 (5/12) Installing fortify-headers (1.1-r0) 18:11:51 (6/12) Installing patch (2.7.6-r6) 18:11:51 (7/12) Installing build-base (0.5-r2) 18:11:51 (8/12) Installing libsodium (1.0.18-r0) 18:11:51 (9/12) Installing pkgconf (1.7.2-r0) 18:11:51 (10/12) Installing libsodium-dev (1.0.18-r0) 18:11:51 (11/12) Installing libzmq (4.3.3-r0) 18:11:51 (12/12) Installing zeromq-dev (4.3.3-r0) 18:11:52 Executing busybox-1.31.1-r19.trigger 18:11:52 OK: 233 MiB in 51 packages 18:11:59 Removing intermediate container 28197a8acb48 18:11:59 ---> 6d6ebaf73fa4 18:11:59 Step 4/6 : WORKDIR /edgex-go 18:11:59 ---> Running in 2a89c986e5ca 18:11:59 Removing intermediate container 2a89c986e5ca 18:11:59 ---> 1dfd9c77a197 18:11:59 Step 5/6 : COPY go.mod . 18:12:00 ---> 2f443ce9fd70 18:12:00 Step 6/6 : RUN go mod download 18:12:00 ---> Running in 2285361ba7fa 18:12:48 Removing intermediate container 2285361ba7fa 18:12:48 ---> 36de16189448 18:12:48 Successfully built 36de16189448 18:12:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:12:49 + docker inspect -f . ci-base-image-x86_64 18:12:49 . [Pipeline] withDockerContainer 18:12:49 prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container 18:12:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:12:51 $ docker top e0660c4d2297487d2998130ee9ac538df5b5aca916bda981f9043e5b215d5295 -eo pid,comm [Pipeline] { [Pipeline] sh 18:12:52 + go version 18:12:52 go version go1.15.5 linux/amd64 [Pipeline] } 18:12:52 $ docker stop --time=1 e0660c4d2297487d2998130ee9ac538df5b5aca916bda981f9043e5b215d5295 18:12:56 $ docker rm -f e0660c4d2297487d2998130ee9ac538df5b5aca916bda981f9043e5b215d5295 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:12:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2071 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { 18:12:57 + docker inspect -f . ci-base-image-x86_64 18:12:57 . [Pipeline] ws 18:12:57 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] withDockerContainer 18:12:57 prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container 18:12:57 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:12:58 $ docker top 54bcfc21ddf78f2e94093adaec0d31afe35efffe7981954b63011db8c5b9e876 -eo pid,comm [Pipeline] { [Pipeline] checkout [Pipeline] echo 18:12:59 ========================================================= 18:12:59 [edgeXBuildGoParallel] Running Tests and Build... 18:12:59 ========================================================= [Pipeline] sh 18:13:00 + make test 18:13:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:13:04 using credential edgex-jenkins-ssh 18:13:04 Cloning the remote Git repository 18:13:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:13:04 > git init /w/workspace/edgex-go/5 # timeout=10 18:13:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:13:04 > git --version # timeout=10 18:13:04 > git --version # 'git version 2.17.1' 18:13:04 using GIT_SSH to set credentials SSH Credentials for GitHub 18:13:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:13:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:13:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:13:21 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:13:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:13:21 using GIT_SSH to set credentials SSH Credentials for GitHub 18:13:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:13:22 Merging remotes/origin/master commit 15b4cda8edfe04c49a924740942c605a4276935b into PR head commit 96086116948ca23ac3f4c7454cd233267f47702e 18:13:22 Merge succeeded, producing 96086116948ca23ac3f4c7454cd233267f47702e 18:13:22 Checking out Revision 96086116948ca23ac3f4c7454cd233267f47702e (PR-3400) 18:13:22 > git config core.sparsecheckout # timeout=10 18:13:22 > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 18:13:22 > git remote # timeout=10 18:13:22 > git config --get remote.origin.url # timeout=10 18:13:22 using GIT_SSH to set credentials SSH Credentials for GitHub 18:13:22 > git merge 15b4cda8edfe04c49a924740942c605a4276935b # timeout=10 18:13:22 > git rev-parse HEAD^{commit} # timeout=10 18:13:22 > git config core.sparsecheckout # timeout=10 18:13:22 > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 18:13:26 Commit message: "Merge branch 'master' into issue-3399" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:13:28 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:13:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:13:29 + sudo service docker restart 18:13:29 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:13:31 provisioning config files... 18:13:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7629326381381666710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:13:32 ---> docker-login.sh 18:13:32 nexus3.edgexfoundry.org:10001 18:13:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:33 Configure a credential helper to remove this warning. See 18:13:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:33 18:13:33 Login Succeeded 18:13:33 nexus3.edgexfoundry.org:10002 18:13:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:34 Configure a credential helper to remove this warning. See 18:13:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:34 18:13:34 Login Succeeded 18:13:34 nexus3.edgexfoundry.org:10003 18:13:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:34 Configure a credential helper to remove this warning. See 18:13:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:34 18:13:34 Login Succeeded 18:13:34 nexus3.edgexfoundry.org:10004 18:13:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:34 Configure a credential helper to remove this warning. See 18:13:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:34 18:13:34 Login Succeeded 18:13:34 docker.io 18:13:35 ? github.com/edgexfoundry/edgex-go [no test files] 18:13:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:13:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:13:35 Configure a credential helper to remove this warning. See 18:13:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:13:35 18:13:35 Login Succeeded 18:13:35 ---> docker-login.sh ends [Pipeline] } 18:13:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:13:36 ========================================================= 18:13:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:13:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:13:36 + 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:13:39 Sending build context to Docker daemon 167.4MB 18:13:39 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:13:39 Step 2/6 : FROM ${BASE} 18:13:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:13:39 5f621e34cdf4: Pulling fs layer 18:13:39 a4357932f1b6: Pulling fs layer 18:13:39 18c013af1878: Pulling fs layer 18:13:39 00ac8860ef70: Pulling fs layer 18:13:39 63d7cb157983: Pulling fs layer 18:13:39 b116817d02f9: Pulling fs layer 18:13:39 745a02a5169b: Pulling fs layer 18:13:39 00ac8860ef70: Waiting 18:13:39 63d7cb157983: Waiting 18:13:39 b116817d02f9: Waiting 18:13:39 745a02a5169b: Waiting 18:13:39 18c013af1878: Verifying Checksum 18:13:39 18c013af1878: Download complete 18:13:39 a4357932f1b6: Download complete 18:13:39 63d7cb157983: Verifying Checksum 18:13:39 63d7cb157983: Download complete 18:13:39 b116817d02f9: Verifying Checksum 18:13:39 b116817d02f9: Download complete 18:13:39 5f621e34cdf4: Verifying Checksum 18:13:39 5f621e34cdf4: Download complete 18:13:39 5f621e34cdf4: Pull complete 18:13:40 a4357932f1b6: Pull complete 18:13:40 18c013af1878: Pull complete 18:13:41 745a02a5169b: Verifying Checksum 18:13:41 745a02a5169b: Download complete 18:13:42 00ac8860ef70: Verifying Checksum 18:13:42 00ac8860ef70: Download complete 18:13:52 00ac8860ef70: Pull complete 18:13:52 63d7cb157983: Pull complete 18:13:53 b116817d02f9: Pull complete 18:13:57 745a02a5169b: Pull complete 18:13:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:13:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:13:57 ---> b7e6874047d6 18:13:57 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:14:00 ---> Running in 5b86be4d4a03 18:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:14:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:14:02 (1/12) Installing libmagic (5.38-r0) 18:14:03 (2/12) Installing file (5.38-r0) 18:14:03 (3/12) Installing libc-dev (0.7.2-r3) 18:14:03 (4/12) Installing g++ (9.3.0-r2) 18:14:07 (5/12) Installing fortify-headers (1.1-r0) 18:14:07 (6/12) Installing patch (2.7.6-r6) 18:14:07 (7/12) Installing build-base (0.5-r2) 18:14:07 (8/12) Installing libsodium (1.0.18-r0) 18:14:07 (9/12) Installing pkgconf (1.7.2-r0) 18:14:07 (10/12) Installing libsodium-dev (1.0.18-r0) 18:14:07 (11/12) Installing libzmq (4.3.3-r0) 18:14:07 (12/12) Installing zeromq-dev (4.3.3-r0) 18:14:07 Executing busybox-1.31.1-r19.trigger 18:14:07 OK: 217 MiB in 51 packages 18:14:12 Removing intermediate container 5b86be4d4a03 18:14:12 ---> 158f1007c577 18:14:12 Step 4/6 : WORKDIR /edgex-go 18:14:12 ---> Running in 699b3cef34e8 18:14:12 Removing intermediate container 699b3cef34e8 18:14:12 ---> c496f26aed97 18:14:12 Step 5/6 : COPY go.mod . 18:14:12 ---> 790b7ee43831 18:14:12 Step 6/6 : RUN go mod download 18:14:13 ---> Running in c2a2a3a6a98c 18:14:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:14:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:14:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:14:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:14:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:14:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:14:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:14:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:14:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:14:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:14:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.242s coverage: 45.9% of statements 18:14:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:14:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:14:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:14:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:14:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:14:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:14:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.096s coverage: 19.8% of statements 18:14:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.236s coverage: 100.0% of statements 18:14:39 Removing intermediate container c2a2a3a6a98c 18:14:39 ---> d08b2488b9fe 18:14:39 Successfully built d08b2488b9fe 18:14:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:14:40 + docker inspect -f . ci-base-image-arm64 18:14:40 . [Pipeline] withDockerContainer 18:14:40 prd-ubuntu18.04-docker-arm64-4c-16g-2071 does not seem to be running inside a container 18:14:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:14:42 $ docker top 8111106677fb97f243855a4df834ceaf9e17dea94248c51bd91b97286859cac4 -eo pid,comm [Pipeline] { [Pipeline] sh 18:14:43 + go version 18:14:43 go version go1.15.5 linux/arm64 [Pipeline] } 18:14:43 $ docker stop --time=1 8111106677fb97f243855a4df834ceaf9e17dea94248c51bd91b97286859cac4 18:14:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.479s coverage: 27.1% of statements 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:14:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.130s coverage: 100.0% of statements 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:14:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.177s coverage: 100.0% of statements 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:14:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:14:45 $ docker rm -f 8111106677fb97f243855a4df834ceaf9e17dea94248c51bd91b97286859cac4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:14:45 + docker inspect -f . ci-base-image-arm64 18:14:45 . [Pipeline] withDockerContainer 18:14:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.133s coverage: 71.3% of statements 18:14:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:14:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:14:46 prd-ubuntu18.04-docker-arm64-4c-16g-2071 does not seem to be running inside a container 18:14:46 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:14:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.415s coverage: 87.7% of statements 18:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:14:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.119s coverage: 78.9% of statements 18:14:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:14:47 $ docker top 1ec2a21f5684189674f76e55ff74b90b78ba2bbf46ccddb7be69b92e514d8f3e -eo pid,comm [Pipeline] { [Pipeline] echo 18:14:48 ========================================================= 18:14:48 [edgeXBuildGoParallel] Running Tests and Build... 18:14:48 ========================================================= [Pipeline] sh 18:14:48 + make test 18:14:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:14:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.250s coverage: 28.6% of statements 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:14:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.258s coverage: 100.0% of statements 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:14:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.107s coverage: 100.0% of statements 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:14:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.768s coverage: 86.7% of statements 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:14:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.347s coverage: 97.5% of statements 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:14:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.132s coverage: 78.3% of statements 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:14:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.705s coverage: 95.1% of statements 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.152s coverage: 58.8% of statements 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.125s coverage: 0.9% of statements 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:14:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.210s coverage: 47.1% of statements 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.124s coverage: 79.5% of statements 18:14:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.106s coverage: 94.1% of statements 18:15:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.144s coverage: 96.3% of statements 18:15:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.189s coverage: 87.5% of statements 18:15:10 ? github.com/edgexfoundry/edgex-go [no test files] 18:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.215s coverage: 94.4% of statements 18:15:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.164s coverage: 44.8% of statements 18:15:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.574s coverage: 81.8% of statements 18:15:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.325s coverage: 92.9% of statements 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 77.8% of statements 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.195s coverage: 87.2% of statements 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.073s coverage: 100.0% of statements 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 75.5% of statements 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.114s coverage: 80.8% of statements 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.585s coverage: 87.2% of statements 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.101s coverage: 84.6% of statements 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.481s coverage: 91.6% of statements 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.435s coverage: 64.4% of statements 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:15:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.100s coverage: 100.0% of statements 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.071s coverage: 91.3% of statements 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements 18:15:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.107s coverage: 100.0% of statements 18:15:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 69.0% of statements 18:15:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:15:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:15:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:15:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.252s coverage: 38.4% of statements 18:15:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:15:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:15:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements 18:15:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:15:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.133s coverage: 84.8% of statements 18:15:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.0% of statements 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:15:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:15:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.153s coverage: 100.0% of statements 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:15:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.138s coverage: 9.6% of statements 18:15:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:15:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.243s coverage: 92.6% of statements 18:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:15:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:15:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.468s coverage: 28.7% of statements 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:15:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.094s coverage: 99.0% of statements 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:15:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:15:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.178s coverage: 64.6% of statements 18:15:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:15:41 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.222s coverage: 97.6% of statements 18:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:15:41 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:15:41 ok github.com/edgexfoundry/edgex-go/internal/system 0.080s coverage: 0.0% of statements 18:15:41 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:15:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements 18:15:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:15:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:15:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:15:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:15:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.154s coverage: 87.9% of statements 18:15:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:15:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:15:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 18:15:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.100s coverage: 28.1% of statements 18:15:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.071s coverage: 100.0% of statements 18:15:45 GO111MODULE=on go vet ./... 18:16:07 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:16:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:16:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:16:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:16:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:16:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:16:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:16:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:16:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:16:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:16:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:16:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:16:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:16:35 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.336s coverage: 45.9% of statements 18:16:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:16:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:16:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:16:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:16:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:16:35 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:16:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements 18:16:35 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.209s coverage: 100.0% of statements 18:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.559s coverage: 27.1% of statements 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.210s coverage: 100.0% of statements 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.163s coverage: 100.0% of statements 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.287s coverage: 71.3% of statements 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:16:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.490s coverage: 87.7% of statements 18:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:16:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.152s coverage: 78.9% of statements 18:16:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:16:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:16:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.248s coverage: 100.0% of statements 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:16:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:16:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.458s coverage: 86.7% of statements 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:16:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:16:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.214s coverage: 78.3% of statements 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:16:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:17:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.216s coverage: 95.1% of statements 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:17:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.111s coverage: 58.8% of statements 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:17:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.9% of statements 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:17:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.147s coverage: 47.1% of statements 18:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.148s coverage: 79.5% of statements 18:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.181s coverage: 94.1% of statements 18:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.181s coverage: 96.3% of statements 18:17:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.143s coverage: 87.5% of statements 18:17:08 gofmt -l . 18:17:08 [ "`gofmt -l .`" = "" ] 18:17:09 ./bin/test-go-mod-tidy.sh 18:17:11 ./bin/test-attribution-txt.sh [Pipeline] sh 18:17:14 + ls -al . 18:17:14 total 800 18:17:14 drwxrwxr-x 10 1001 1001 4096 Apr 27 18:17 . 18:17:14 drwxr-xr-x 4 root root 28 Apr 27 18:12 .. 18:17:14 -rw-rw-r-- 1 1001 1001 11 Apr 27 18:09 .dockerignore 18:17:14 drwxrwxr-x 8 1001 1001 179 Apr 27 18:09 .git 18:17:14 drwxrwxr-x 3 1001 1001 125 Apr 27 18:09 .github 18:17:14 -rw-rw-r-- 1 1001 1001 818 Apr 27 18:09 .gitignore 18:17:14 drwx------ 3 1001 1001 60 Apr 27 18:10 .semver 18:17:14 -rw-rw-r-- 1 1001 1001 166 Apr 27 18:09 .sonarcloud.properties 18:17:14 -rw-rw-r-- 1 1001 1001 8609 Apr 27 18:09 Attribution.txt 18:17:14 -rw-rw-r-- 1 1001 1001 3804 Apr 27 18:09 CONTRIBUTING.md 18:17:14 -rw-rw-r-- 1 1001 1001 931 Apr 27 18:09 Dockerfile.build 18:17:14 -rw-rw-r-- 1 1001 1001 863 Apr 27 18:09 Jenkinsfile 18:17:14 -rw-rw-r-- 1 1001 1001 10775 Apr 27 18:09 LICENSE 18:17:14 -rw-rw-r-- 1 1001 1001 5774 Apr 27 18:09 Makefile 18:17:14 -rw-rw-r-- 1 1001 1001 7978 Apr 27 18:09 README.md 18:17:14 -rw-rw-r-- 1 1001 1001 6755 Apr 27 18:09 SECURITY.md 18:17:14 -rw-rw-r-- 1 1001 1001 5 Apr 27 18:10 VERSION 18:17:14 -rw-rw-r-- 1 1001 1001 4131 Apr 27 18:09 ZMQWindows.md 18:17:14 drwxrwxr-x 2 1001 1001 117 Apr 27 18:09 bin 18:17:14 drwxrwxr-x 14 1001 1001 4096 Apr 27 18:09 cmd 18:17:14 -rw-r--r-- 1 root root 689628 Apr 27 18:15 coverage.out 18:17:14 -rw-r--r-- 1 root root 1060 Apr 27 18:17 go.mod 18:17:14 -rw-r--r-- 1 root root 22420 Apr 27 18:17 go.sum 18:17:14 drwxrwxr-x 8 1001 1001 127 Apr 27 18:09 internal 18:17:14 drwxrwxr-x 4 1001 1001 26 Apr 27 18:09 openapi 18:17:14 drwxrwxr-x 4 1001 1001 71 Apr 27 18:09 snap 18:17:14 -rw-rw-r-- 1 1001 1001 168 Apr 27 18:09 version.go [Pipeline] sh 18:17:15 + '[' -e coverage.out ] 18:17:15 + chown 1001:1001 coverage.out [Pipeline] stash 18:17:15 Stashed 1 file(s) [Pipeline] sh 18:17:16 + make build 18:17:17 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:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.154s coverage: 94.4% of statements 18:17:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements 18:17:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.521s coverage: 81.8% of statements 18:17:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:17:24 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:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.181s coverage: 92.9% of statements 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.108s coverage: 100.0% of statements 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.132s coverage: 80.8% of statements 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.195s coverage: 87.2% of statements 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.204s coverage: 84.6% of statements 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.234s coverage: 91.6% of statements 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.560s coverage: 64.4% of statements 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:17:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 18:17:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements 18:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.085s coverage: 73.7% of statements 18:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements 18:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.978s coverage: 69.0% of statements 18:17:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:17:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:17:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.517s coverage: 38.4% of statements 18:17:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:17:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.152s coverage: 89.5% of statements 18:17:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:17:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 18:17:43 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:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.393s coverage: 47.0% of statements 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.145s coverage: 100.0% of statements 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.130s coverage: 9.6% of statements 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:17:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.461s coverage: 92.6% of statements 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:17:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:17:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.281s coverage: 28.7% of statements 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.164s coverage: 100.0% of statements 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:17:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.150s coverage: 64.6% of statements 18:17:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:17:55 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:17:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.438s coverage: 97.6% of statements 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:17:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:17:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:17:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:17:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:17:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 18:17:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:17:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.107s coverage: 28.1% of statements 18:17:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 18:17:58 GO111MODULE=on go vet ./... 18:18:01 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:18:06 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:18:08 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:18:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:18:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:18:19 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:18:25 $ docker stop --time=1 54bcfc21ddf78f2e94093adaec0d31afe35efffe7981954b63011db8c5b9e876 18:18:29 $ docker rm -f 54bcfc21ddf78f2e94093adaec0d31afe35efffe7981954b63011db8c5b9e876 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:18:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:18:33 18:18:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:18:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:18:34 latest: Pulling from edgex-devops/edgex-compose 18:18:34 cbdbe7a5bc2a: Pulling fs layer 18:18:34 ca9280d653b3: Pulling fs layer 18:18:34 7e9c9ca2126c: Pulling fs layer 18:18:35 cbdbe7a5bc2a: Verifying Checksum 18:18:35 cbdbe7a5bc2a: Download complete 18:18:36 ca9280d653b3: Verifying Checksum 18:18:36 ca9280d653b3: Download complete 18:18:36 cbdbe7a5bc2a: Pull complete 18:18:39 ca9280d653b3: Pull complete 18:18:40 7e9c9ca2126c: Download complete 18:18:52 7e9c9ca2126c: Pull complete 18:18:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:18:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:18:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:18:53 prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container 18:18:53 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:18:55 $ docker top 29a8e09a5e6480b78a05c80821c37f37af08be8f8b4b03d412dbbe6c8fa44bf1 -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:56 + docker-compose build --help 18:18:56 + grep parallel 18:18:57 --parallel Build images in parallel. [Pipeline] } 18:18:57 $ docker stop --time=1 29a8e09a5e6480b78a05c80821c37f37af08be8f8b4b03d412dbbe6c8fa44bf1 18:18:59 $ docker rm -f 29a8e09a5e6480b78a05c80821c37f37af08be8f8b4b03d412dbbe6c8fa44bf1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:18:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:18:59 . [Pipeline] withDockerContainer 18:18:59 prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container 18:18:59 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:19:00 $ docker top 090872fcb2ec4ec57929d79c4b1e25ee392c6cd1fc449ffc6cd07275994afdc6 -eo pid,comm [Pipeline] { [Pipeline] sh 18:19:01 + docker-compose -f ./docker-compose-build.yml build --parallel 18:19:03 Building docker-core-command-go ... 18:19:03 Building docker-core-data-go ... 18:19:03 Building docker-core-metadata-go ... 18:19:03 Building docker-security-bootstrapper-go ... 18:19:03 Building docker-security-proxy-setup-go ... 18:19:03 Building docker-security-secretstore-setup-go ... 18:19:03 Building docker-support-notifications-go ... 18:19:03 Building docker-support-scheduler-go ... 18:19:03 Building docker-sys-mgmt-agent-go ... 18:19:03 Building docker-security-bootstrapper-go 18:19:03 Building docker-support-scheduler-go 18:19:03 Building docker-core-command-go 18:19:03 Building docker-support-notifications-go 18:19:03 Building docker-security-secretstore-setup-go 18:19:20 gofmt -l . 18:19:20 [ "`gofmt -l .`" = "" ] 18:19:20 ./bin/test-go-mod-tidy.sh 18:19:21 ./bin/test-attribution-txt.sh [Pipeline] sh 18:19:23 + ls -al . 18:19:23 total 828 18:19:23 drwxrwxr-x 9 1001 1001 4096 Apr 27 18:19 . 18:19:23 drwxr-xr-x 4 root root 4096 Apr 27 18:14 .. 18:19:23 -rw-rw-r-- 1 1001 1001 11 Apr 27 18:13 .dockerignore 18:19:23 drwxrwxr-x 8 1001 1001 4096 Apr 27 18:13 .git 18:19:23 drwxrwxr-x 3 1001 1001 4096 Apr 27 18:13 .github 18:19:23 -rw-rw-r-- 1 1001 1001 818 Apr 27 18:13 .gitignore 18:19:23 -rw-rw-r-- 1 1001 1001 166 Apr 27 18:13 .sonarcloud.properties 18:19:23 -rw-rw-r-- 1 1001 1001 8609 Apr 27 18:13 Attribution.txt 18:19:23 -rw-rw-r-- 1 1001 1001 3804 Apr 27 18:13 CONTRIBUTING.md 18:19:23 -rw-rw-r-- 1 1001 1001 931 Apr 27 18:13 Dockerfile.build 18:19:23 -rw-rw-r-- 1 1001 1001 863 Apr 27 18:13 Jenkinsfile 18:19:23 -rw-rw-r-- 1 1001 1001 10775 Apr 27 18:13 LICENSE 18:19:23 -rw-rw-r-- 1 1001 1001 5774 Apr 27 18:13 Makefile 18:19:23 -rw-rw-r-- 1 1001 1001 7978 Apr 27 18:13 README.md 18:19:23 -rw-rw-r-- 1 1001 1001 6755 Apr 27 18:13 SECURITY.md 18:19:23 -rw-rw-r-- 1 1001 1001 5 Apr 27 18:10 VERSION 18:19:23 -rw-rw-r-- 1 1001 1001 4131 Apr 27 18:13 ZMQWindows.md 18:19:23 drwxrwxr-x 2 1001 1001 4096 Apr 27 18:13 bin 18:19:23 drwxrwxr-x 14 1001 1001 4096 Apr 27 18:13 cmd 18:19:23 -rw-r--r-- 1 root root 689628 Apr 27 18:17 coverage.out 18:19:23 -rw-r--r-- 1 root root 1060 Apr 27 18:19 go.mod 18:19:23 -rw-r--r-- 1 root root 22420 Apr 27 18:19 go.sum 18:19:23 drwxrwxr-x 8 1001 1001 4096 Apr 27 18:13 internal 18:19:23 drwxrwxr-x 4 1001 1001 4096 Apr 27 18:13 openapi 18:19:23 drwxrwxr-x 4 1001 1001 4096 Apr 27 18:13 snap 18:19:23 -rw-rw-r-- 1 1001 1001 168 Apr 27 18:13 version.go [Pipeline] sh 18:19:24 + '[' -e coverage.out ] 18:19:24 + chown 1001:1001 coverage.out [Pipeline] stash 18:19:24 Warning: overwriting stash ‘coverage-report’ 18:19:25 Stashed 1 file(s) [Pipeline] sh 18:19:26 + make build 18:19:26 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:19:36 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:20: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 18:20:04 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:20:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:20:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:20:18 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:20:23 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:20:27 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:20:32 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:20:35 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:20:39 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:20:46 $ docker stop --time=1 1ec2a21f5684189674f76e55ff74b90b78ba2bbf46ccddb7be69b92e514d8f3e 18:20:49 $ docker rm -f 1ec2a21f5684189674f76e55ff74b90b78ba2bbf46ccddb7be69b92e514d8f3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:20:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:20:50 18:20:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:20:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:20:51 latest: Pulling from edgex-devops/edgex-compose-arm64 18:20:51 29e5d40040c1: Pulling fs layer 18:20:51 1ce36da41761: Pulling fs layer 18:20:51 25b303627fd3: Pulling fs layer 18:20:51 29e5d40040c1: Verifying Checksum 18:20:51 29e5d40040c1: Download complete 18:20:52 29e5d40040c1: Pull complete 18:20:52 1ce36da41761: Download complete 18:20:54 1ce36da41761: Pull complete 18:20:54 25b303627fd3: Verifying Checksum 18:20:54 25b303627fd3: Download complete 18:20:58 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:20:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:20:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:20:58 ---> 36de16189448 18:20:58 Step 3/24 : WORKDIR /edgex-go 18:20:58 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:20:58 ---> 36de16189448 18:20:58 Step 3/31 : WORKDIR /edgex-go 18:20:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:20:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:20:58 ---> 36de16189448 18:20:58 Step 3/22 : WORKDIR /edgex-go 18:20:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:20:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:20:58 ---> 36de16189448 18:20:58 Step 3/22 : WORKDIR /edgex-go 18:20:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:20:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:20:58 ---> 36de16189448 18:20:58 Step 3/23 : WORKDIR /edgex-go 18:20:58 ---> Running in 0e01085d822d 18:20:58 ---> Running in a1c03c094bbf 18:20:58 ---> Running in 10a397ae177c 18:20:58 ---> Running in 01cdfc8622c8 18:20:58 ---> Running in e115f83608f3 18:20:58 Removing intermediate container 0e01085d822d 18:20:58 ---> e13e0ad15cc6 18:20:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:20:58 Removing intermediate container 10a397ae177c 18:20:58 ---> dc6ba4b71353 18:20:58 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:20:58 Removing intermediate container e115f83608f3 18:20:58 ---> 0dbaf9ba5887 18:20:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:20:58 Removing intermediate container a1c03c094bbf 18:20:58 ---> 04ca20c56fee 18:20:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:20:58 ---> Running in 4d4f4baf95c0 18:20:58 Removing intermediate container 01cdfc8622c8 18:20:58 ---> 91b4bc8529ca 18:20:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:20:58 ---> Running in 3b0ac030fb9e 18:20:58 ---> Running in 658e527c426d 18:20:58 ---> Running in 033b9ccd0092 18:20:58 ---> Running in cad80e43973a 18:20:58 Removing intermediate container 658e527c426d 18:20:58 ---> a1f95d92ec61 18:20:58 Step 5/31 : RUN apk add --update --no-cache make git 18:20:58 ---> Running in e6ebceb406a4 18:20:58 Removing intermediate container 4d4f4baf95c0 18:20:58 ---> c203bf29e8dc 18:20:58 Step 5/23 : RUN apk add --update --no-cache make git 18:20:58 Removing intermediate container cad80e43973a 18:20:58 ---> a58c820f53a3 18:20:58 Step 5/24 : RUN apk add --update --no-cache make git 18:20:58 Removing intermediate container 3b0ac030fb9e 18:20:58 ---> d6c56c8d2c48 18:20:58 Step 5/22 : RUN apk add --update --no-cache make git 18:20:58 Removing intermediate container 033b9ccd0092 18:20:58 ---> 6da38aad8c27 18:20:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:20:58 ---> Running in 6bfd823f9c90 18:20:58 ---> Running in ce5b74c66ff3 18:20:58 ---> Running in a7af7b6b9a00 18:20:58 ---> Running in ba7da2f1d3a6 18:20:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:20:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:21:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:00 OK: 233 MiB in 51 packages 18:21:01 OK: 233 MiB in 51 packages 18:21:01 OK: 233 MiB in 51 packages 18:21:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:21:02 OK: 233 MiB in 51 packages 18:21:02 Removing intermediate container ce5b74c66ff3 18:21:02 ---> 4853b2890b83 18:21:02 Step 6/24 : COPY go.mod . 18:21:02 Removing intermediate container a7af7b6b9a00 18:21:02 ---> 96300905f083 18:21:02 Step 6/22 : COPY go.mod . 18:21:02 Removing intermediate container 6bfd823f9c90 18:21:02 ---> 2aa754157043 18:21:02 Step 6/23 : COPY go.mod . 18:21:03 ---> b9fe117b1349 18:21:03 Step 7/24 : RUN go mod download 18:21:03 OK: 233 MiB in 51 packages 18:21:03 ---> Running in 41ce11764d37 18:21:03 ---> 40237da0ca9d 18:21:03 Step 7/22 : RUN go mod download 18:21:03 ---> Running in 1d9cf7e0e272 18:21:03 ---> b7e5d2e30150 18:21:03 Step 7/23 : RUN go mod download 18:21:03 Removing intermediate container e6ebceb406a4 18:21:03 ---> d72986215868 18:21:03 Step 6/31 : COPY go.mod . 18:21:04 25b303627fd3: Pull complete 18:21:04 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:21:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:21:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:21:04 prd-ubuntu18.04-docker-arm64-4c-16g-2071 does not seem to be running inside a container 18:21:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:21:04 ---> Running in 165d49688fdb 18:21:05 ---> 94398f130199 18:21:05 Step 7/31 : RUN go mod download 18:21:06 ---> Running in 526eae271991 18:21:06 Removing intermediate container ba7da2f1d3a6 18:21:06 ---> e65e2afb1a04 18:21:06 Step 6/22 : COPY go.mod . 18:21:07 $ docker top 7beb48b17f1f026704cfbf203429bc15f186ace9f7228bb4a9f01411d93a7158 -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:07 ---> 31d5d077c88d 18:21:07 Step 7/22 : RUN go mod download 18:21:08 ---> Running in 0993f2c7ba65 18:21:08 + + docker-composegrep build parallel --help 18:21:08 18:21:11 --parallel Build images in parallel. [Pipeline] } 18:21:11 $ docker stop --time=1 7beb48b17f1f026704cfbf203429bc15f186ace9f7228bb4a9f01411d93a7158 18:21:12 Removing intermediate container 41ce11764d37 18:21:12 ---> 280fd59461f5 18:21:12 Step 8/24 : COPY . . 18:21:12 Removing intermediate container 165d49688fdb 18:21:12 ---> d2d1aba0c866 18:21:12 Step 8/23 : COPY . . 18:21:12 Removing intermediate container 1d9cf7e0e272 18:21:12 ---> 8e4680fa6de1 18:21:12 Step 8/22 : COPY . . 18:21:13 Removing intermediate container 526eae271991 18:21:13 ---> b6b4c529f54e 18:21:13 Step 8/31 : COPY . . 18:21:13 $ docker rm -f 7beb48b17f1f026704cfbf203429bc15f186ace9f7228bb4a9f01411d93a7158 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:21:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:21:14 . [Pipeline] withDockerContainer 18:21:14 Removing intermediate container 0993f2c7ba65 18:21:14 ---> b64fe315458b 18:21:14 Step 8/22 : COPY . . 18:21:14 prd-ubuntu18.04-docker-arm64-4c-16g-2071 does not seem to be running inside a container 18:21:14 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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:21:16 $ docker top 9d3ca756b7b6d50341f6529c7283daee37be4f259d907432a6370fe747158849 -eo pid,comm [Pipeline] { [Pipeline] sh 18:21:17 + docker-compose -f ./docker-compose-build.yml build --parallel 18:21:21 Building docker-core-command-go ... 18:21:21 Building docker-core-data-go ... 18:21:21 Building docker-core-metadata-go ... 18:21:21 Building docker-security-bootstrapper-go ... 18:21:21 Building docker-security-proxy-setup-go ... 18:21:21 Building docker-security-secretstore-setup-go ... 18:21:21 Building docker-support-notifications-go ... 18:21:21 Building docker-support-scheduler-go ... 18:21:21 Building docker-sys-mgmt-agent-go ... 18:21:21 Building docker-support-scheduler-go 18:21:21 Building docker-core-metadata-go 18:21:21 Building docker-security-secretstore-setup-go 18:21:21 Building docker-sys-mgmt-agent-go 18:21:21 Building docker-support-notifications-go 18:22:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:22:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:22:43 ---> d08b2488b9fe 18:22:43 Step 3/23 : WORKDIR /edgex-go 18:22:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:22:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:22:43 ---> d08b2488b9fe 18:22:43 Step 3/22 : WORKDIR /edgex-go 18:22:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:22:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:22:43 ---> d08b2488b9fe 18:22:43 Step 3/24 : WORKDIR /edgex-go 18:22:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:22:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:22:43 ---> d08b2488b9fe 18:22:43 Step 3/22 : WORKDIR /edgex-go 18:22:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:22:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:22:43 ---> d08b2488b9fe 18:22:43 Step 3/23 : WORKDIR /edgex-go 18:22:43 ---> Running in 0af77dd59513 18:22:43 ---> Running in fabd873ac45d 18:22:43 ---> Running in d2ce8104dcd3 18:22:43 ---> Running in a89a4a3c4e41 18:22:43 ---> Running in ad323c7fb3ec 18:22:43 Removing intermediate container d2ce8104dcd3 18:22:43 ---> 292f1778a323 18:22:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:43 Removing intermediate container 0af77dd59513 18:22:43 ---> c6431b09b3d9 18:22:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:43 Removing intermediate container ad323c7fb3ec 18:22:43 ---> 5a5be281eb03 18:22:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:43 Removing intermediate container a89a4a3c4e41 18:22:43 ---> 34901fc97c7f 18:22:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:43 Removing intermediate container fabd873ac45d 18:22:43 ---> cad05d90f82d 18:22:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:22:43 ---> Running in dc3a31309887 18:22:43 ---> Running in a760f02064a1 18:22:43 ---> Running in 2afe7c278d48 18:22:43 ---> Running in 3d99c80f12c3 18:22:43 ---> Running in 94dcb7b5fe81 18:22:43 Removing intermediate container dc3a31309887 18:22:43 ---> 3459f48410fc 18:22:43 Step 5/24 : RUN apk add --update --no-cache make git 18:22:43 Removing intermediate container a760f02064a1 18:22:43 ---> fb96bd53110c 18:22:43 Step 5/23 : RUN apk add --update --no-cache make bash git 18:22:43 ---> Running in 1a2ef33b8d1b 18:22:43 ---> Running in bea5a938e613 18:22:43 Removing intermediate container 2afe7c278d48 18:22:43 ---> 3dbd3b826a6a 18:22:43 Step 5/23 : RUN apk add --update --no-cache make git 18:22:43 Removing intermediate container 94dcb7b5fe81 18:22:43 ---> e99d2f2f8a13 18:22:43 Step 5/22 : RUN apk add --update --no-cache make git 18:22:43 Removing intermediate container 3d99c80f12c3 18:22:43 ---> ba6f747d8040 18:22:43 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:22:43 ---> Running in 8bf156239fa4 18:22:43 ---> Running in 1fc74894bc77 18:22:43 ---> Running in 4268bbf49091 18:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:22:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:22:45 OK: 217 MiB in 51 packages 18:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:22:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:22:46 OK: 217 MiB in 51 packages 18:22:46 OK: 217 MiB in 51 packages 18:22:46 OK: 217 MiB in 51 packages 18:22:47 OK: 217 MiB in 51 packages 18:22:47 Removing intermediate container 1a2ef33b8d1b 18:22:47 ---> 4b689c835109 18:22:47 Step 6/24 : COPY go.mod . 18:22:47 Removing intermediate container bea5a938e613 18:22:47 ---> 657f6556398f 18:22:47 Step 6/23 : COPY go.mod . 18:22:47 Removing intermediate container 8bf156239fa4 18:22:47 ---> 40b4992d7e27 18:22:47 Step 6/23 : COPY go.mod . 18:22:48 Removing intermediate container 1fc74894bc77 18:22:48 ---> 3ef597e86f1e 18:22:48 Step 6/22 : COPY go.mod . 18:22:48 ---> 498a2ee78bc9 18:22:48 Step 7/24 : RUN go mod download 18:22:48 ---> Running in b38ce7778481 18:22:48 Removing intermediate container 4268bbf49091 18:22:48 ---> d3889307eb9d 18:22:48 Step 6/22 : COPY go.mod . 18:22:49 ---> 76fc6a33c980 18:22:49 Step 7/23 : RUN go mod download 18:22:49 ---> 92ddb22c5a94 18:22:49 Step 7/23 : RUN go mod download 18:22:49 ---> Running in b3d5d570412e 18:22:49 ---> Running in 56e464d82964 18:22:49 ---> a4545a567471 18:22:49 Step 7/22 : RUN go mod download 18:22:49 ---> Running in a135554c3688 18:22:49 ---> 38204592e9fc 18:22:49 Step 7/22 : RUN go mod download 18:22:50 ---> Running in 18c4e502c74e 18:22:52 Removing intermediate container b38ce7778481 18:22:52 ---> a98afd3ca92d 18:22:52 Step 8/24 : COPY . . 18:22:54 Removing intermediate container b3d5d570412e 18:22:54 ---> c9933cbff4e6 18:22:54 Step 8/23 : COPY . . 18:22:54 Removing intermediate container 56e464d82964 18:22:54 ---> e1f5dd9aa47c 18:22:54 Step 8/23 : COPY . . 18:22:55 Removing intermediate container 18c4e502c74e 18:22:55 ---> 88fea84497c9 18:22:55 Step 8/22 : COPY . . 18:22:55 Removing intermediate container a135554c3688 18:22:55 ---> 2c87b40db0a3 18:22:55 Step 8/22 : COPY . . 18:23:21 ---> c1f8008440cb 18:23:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:23:21 ---> f6f92d7fd086 18:23:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:23:21 ---> 2598b6ebbb07 18:23:21 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:23:21 ---> 0d6aa89a60c6 18:23:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:23:21 ---> Running in 36df5f60d1d9 18:23:21 ---> Running in 8729f4c985a6 18:23:21 ---> Running in e65b85f7d9b2 18:23:21 ---> Running in 53b867f37fe5 18:23:21 ---> f99211793006 18:23:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:23:21 ---> Running in d16927dac000 18:23:23 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:23:23 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:23:23 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:23:24 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:23:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:23:57 ---> 498c2f54fd02 18:23:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:23:57 ---> d729174b8b5e 18:23:57 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:23:57 ---> Running in b1efe9a85bbc 18:23:57 ---> Running in ee21825459c6 18:23:57 ---> d7a8f828aba8 18:23:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:23:57 ---> Running in 11228c6e0dff 18:23:57 ---> 6cbb84876abc 18:23:57 Step 9/23 : RUN make cmd/core-command/core-command 18:23:57 ---> Running in ac77cdfb0052 18:23:57 ---> ffe103972b0d 18:23:57 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:23:57 ---> Running in d218f611c59d 18:23:57 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:23:57 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:23:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:23:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:23:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:25:01 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:25:16 Removing intermediate container 36df5f60d1d9 18:25:16 ---> babc0f04e98c 18:25:16 18:25:16 Step 10/24 : FROM alpine:3.12 18:25:16 3.12: Pulling from library/alpine 18:25:18 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:25:18 Status: Downloaded newer image for alpine:3.12 18:25:18 ---> 9852663dfa18 18:25:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:25:19 ---> Running in 1174922a1bcf 18:25:19 Removing intermediate container 53b867f37fe5 18:25:19 ---> ed827274339d 18:25:19 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:25:20 ---> Running in d375b3edeeb7 18:25:21 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:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:25:22 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:25:22 (1/6) Installing ca-certificates (20191127-r4) 18:25:22 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:25:22 (3/6) Installing libcurl (7.76.1-r0) 18:25:22 (4/6) Installing curl (7.76.1-r0) 18:25:22 (5/6) Installing dumb-init (1.2.2-r1) 18:25:22 (6/6) Installing su-exec (0.2-r1) 18:25:22 Executing busybox-1.31.1-r20.trigger 18:25:22 Executing ca-certificates-20191127-r4.trigger 18:25:23 OK: 7 MiB in 20 packages 18:25:24 Removing intermediate container ac77cdfb0052 18:25:24 ---> e743f807cb60 18:25:24 18:25:24 Step 10/23 : FROM alpine:3.12 18:25:24 3.12: Pulling from library/alpine 18:25:24 Removing intermediate container b1efe9a85bbc 18:25:24 ---> 1d5ab8313e13 18:25:24 18:25:24 Step 10/31 : FROM alpine:3.12 18:25:25 3.12: Pulling from library/alpine 18:25:28 Removing intermediate container 1174922a1bcf 18:25:28 ---> 0feac817cfee 18:25:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:25:29 ---> Running in d75d65d59389 18:25:29 Removing intermediate container d375b3edeeb7 18:25:29 ---> 4f5bda331c55 18:25:29 18:25:29 Step 11/23 : FROM docker:20.10.0 18:25:29 20.10.0: Pulling from library/docker 18:25:29 Removing intermediate container e65b85f7d9b2 18:25:29 ---> a00fbeb0ff1c 18:25:29 18:25:29 Step 10/22 : FROM alpine:3.12 18:25:29 ---> 9852663dfa18 18:25:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:25:29 Removing intermediate container 8729f4c985a6 18:25:29 ---> 5220a86c6565 18:25:29 18:25:29 Step 10/22 : FROM alpine:3.12 18:25:29 ---> 9852663dfa18 18:25:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:25:29 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:25:29 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 18:25:29 Status: Downloaded newer image for alpine:3.12 18:25:29 Status: Downloaded newer image for alpine:3.12 18:25:30 ---> 13621d1b12d4 18:25:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:25:30 Removing intermediate container d75d65d59389 18:25:30 ---> 75da488e7331 18:25:30 Step 13/24 : WORKDIR / 18:25:30 ---> Running in 2acdf6cb2908 18:25:30 ---> Running in 0f8986cbcb99 18:25:30 ---> 13621d1b12d4 18:25:30 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:25:30 ---> Running in 6ed7d2f89dd3 18:25:31 Removing intermediate container 11228c6e0dff 18:25:31 ---> fe88376320c2 18:25:31 18:25:31 Step 10/22 : FROM alpine:3.12 18:25:31 ---> 13621d1b12d4 18:25:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:25:31 Removing intermediate container d218f611c59d 18:25:31 ---> e55ff8c70261 18:25:31 18:25:31 Step 10/22 : FROM alpine:3.12 18:25:31 ---> 13621d1b12d4 18:25:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:25:31 ---> Running in d85300c32e88 18:25:31 ---> Running in 70e58a2fb8c1 18:25:32 Removing intermediate container 6ed7d2f89dd3 18:25:32 ---> 1fcc1b8b1dfb 18:25:32 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:25:32 ---> Running in d0dcdad378cb 18:25:32 ---> Running in ce5803a11b29 18:25:32 Removing intermediate container d85300c32e88 18:25:32 ---> f17dbe1e8208 18:25:32 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:25:33 ---> Running in 61bce096a320 18:25:33 Removing intermediate container ee21825459c6 18:25:33 ---> 1fc6f6dc0303 18:25:33 18:25:33 Step 10/24 : FROM alpine:3.12 18:25:33 ---> 13621d1b12d4 18:25:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:25:33 ---> Running in 5d522b71db01 18:25:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:25:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:25:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:25:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:25:34 ---> 526e5f1f8a7a 18:25:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:25:34 (1/2) Installing ca-certificates (20191127-r4) 18:25:34 (1/1) Installing dumb-init (1.2.2-r1) 18:25:34 Executing busybox-1.31.1-r20.trigger 18:25:34 (2/2) Installing dumb-init (1.2.2-r1) 18:25:34 Executing busybox-1.31.1-r20.trigger 18:25:34 OK: 5 MiB in 15 packages 18:25:34 Executing ca-certificates-20191127-r4.trigger 18:25:34 OK: 6 MiB in 16 packages 18:25:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:35 (1/1) Installing dumb-init (1.2.2-r1) 18:25:35 Executing busybox-1.31.1-r20.trigger 18:25:35 OK: 6 MiB in 15 packages 18:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:35 (1/2) Installing ca-certificates (20191127-r4) 18:25:35 (2/2) Installing dumb-init (1.2.2-r1) 18:25:35 Executing busybox-1.31.1-r20.trigger 18:25:35 Executing ca-certificates-20191127-r4.trigger 18:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:35 (1/1) Installing dumb-init (1.2.2-r1) 18:25:35 Executing busybox-1.31.1-r20.trigger 18:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:25:35 OK: 6 MiB in 15 packages 18:25:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:25:36 OK: 6 MiB in 16 packages 18:25:36 (1/6) Installing ca-certificates (20191127-r4) 18:25:36 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:25:36 (3/6) Installing libcurl (7.76.1-r0) 18:25:36 (4/6) Installing curl (7.76.1-r0) 18:25:36 (5/6) Installing dumb-init (1.2.2-r1) 18:25:36 (6/6) Installing su-exec (0.2-r1) 18:25:36 Executing busybox-1.31.1-r20.trigger 18:25:36 (1/2) Installing dumb-init (1.2.2-r1) 18:25:36 (2/2) Installing su-exec (0.2-r1) 18:25:36 Executing ca-certificates-20191127-r4.trigger 18:25:36 Executing busybox-1.31.1-r20.trigger 18:25:36 OK: 6 MiB in 16 packages 18:25:36 OK: 7 MiB in 20 packages 18:25:37 ---> a393311a0b7c 18:25:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:25:37 Removing intermediate container 0f8986cbcb99 18:25:37 ---> 9cd0b2dd1274 18:25:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:25:37 Removing intermediate container d16927dac000 18:25:37 ---> bde7330ec8a1 18:25:37 18:25:37 Step 10/23 : FROM alpine:3.12 18:25:37 ---> 9852663dfa18 18:25:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:25:37 ---> Using cache 18:25:37 ---> 9cd0b2dd1274 18:25:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:25:37 Removing intermediate container 70e58a2fb8c1 18:25:37 ---> 0c7c87b5df01 18:25:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:25:38 ---> Running in 0548ebc3146c 18:25:38 ---> Running in 08d5c8b1da5a 18:25:38 Removing intermediate container d0dcdad378cb 18:25:38 ---> 0d2bba410b86 18:25:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:25:38 Removing intermediate container ce5803a11b29 18:25:38 ---> 87e7cb10e800 18:25:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:25:38 ---> Running in daf3556250dd 18:25:38 Removing intermediate container 2acdf6cb2908 18:25:38 ---> e37f31dff590 18:25:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:25:38 ---> 171d73e36af4 18:25:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:25:39 ---> Running in 3047753e8579 18:25:39 ---> Running in ff7cd6bcf579 18:25:39 Removing intermediate container 61bce096a320 18:25:39 ---> 512c03510464 18:25:39 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:25:39 Removing intermediate container 0548ebc3146c 18:25:39 ---> 040506ea2fa7 18:25:39 Step 13/23 : ENV APP_PORT=48082 18:25:39 ---> Running in 434aeb97a28b 18:25:39 Removing intermediate container 08d5c8b1da5a 18:25:39 ---> 9db8c198fa7b 18:25:39 Step 13/22 : ENV APP_PORT=48085 18:25:39 Removing intermediate container 5d522b71db01 18:25:39 ---> ea7cc8c90566 18:25:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:25:39 ---> Running in 79040415f7d9 18:25:39 ---> Running in e8900d8189cf 18:25:39 Removing intermediate container daf3556250dd 18:25:39 ---> 99e7f13a6a45 18:25:39 Step 13/23 : ENV APP_PORT=48081 18:25:39 ---> Running in d5d754db4cb8 18:25:40 Removing intermediate container 434aeb97a28b 18:25:40 ---> 24bb690b6ad4 18:25:40 Step 13/22 : ENV APP_PORT=48060 18:25:40 Removing intermediate container 3047753e8579 18:25:40 ---> 5bf67ced8138 18:25:40 Step 13/22 : ENV APP_PORT=48060 18:25:40 ---> Running in e2f5489aff93 18:25:40 ---> Running in 2a0726dfc62b 18:25:40 Removing intermediate container e8900d8189cf 18:25:40 ---> 5113cef52e40 18:25:40 Step 14/22 : EXPOSE $APP_PORT 18:25:40 ---> 046251b2f46d 18:25:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:25:40 ---> Running in e1b24005fd21 18:25:40 Removing intermediate container ff7cd6bcf579 18:25:40 ---> 0d34f2cb44e6 18:25:40 Step 13/22 : ENV APP_PORT=48085 18:25:40 ---> Running in d655d9062bb3 18:25:40 ---> Running in 243a20c60ee2 18:25:40 Removing intermediate container e2f5489aff93 18:25:40 ---> b3c829944654 18:25:40 Step 14/23 : EXPOSE $APP_PORT 18:25:41 ---> Running in 3882796e7f61 18:25:41 ---> Running in 8c3baabe5fb9 18:25:41 Removing intermediate container 2a0726dfc62b 18:25:41 ---> 1a840bf37f72 18:25:41 Step 14/22 : EXPOSE $APP_PORT 18:25:41 Removing intermediate container 79040415f7d9 18:25:41 ---> 68cdfc653532 18:25:41 Step 14/23 : EXPOSE $APP_PORT 18:25:41 Removing intermediate container d5d754db4cb8 18:25:41 ---> d6a4681542c7 18:25:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:25:41 Removing intermediate container e1b24005fd21 18:25:41 ---> 5e53cc998269 18:25:41 Step 13/24 : WORKDIR / 18:25:41 ---> Running in 2c582d511b58 18:25:41 ---> Running in ed8bf873e703 18:25:41 ---> Running in 3ff833b4b1d8 18:25:41 ---> Running in 162ef8abf087 18:25:41 Removing intermediate container 243a20c60ee2 18:25:41 ---> b113a57d26a8 18:25:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:42 Removing intermediate container 8c3baabe5fb9 18:25:42 ---> 24811489aaad 18:25:42 Step 15/23 : WORKDIR / 18:25:42 Removing intermediate container 3882796e7f61 18:25:42 ---> 6aeb119bc450 18:25:42 Step 14/22 : EXPOSE $APP_PORT 18:25:42 Removing intermediate container d655d9062bb3 18:25:42 ---> 515f405ff7d8 18:25:42 Step 14/22 : EXPOSE $APP_PORT 18:25:42 ---> Running in f707221565de 18:25:42 ---> Running in 41457a53586f 18:25:42 ---> Running in ebd03ce76843 18:25:42 Removing intermediate container 2c582d511b58 18:25:42 ---> 9323fed853de 18:25:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:42 Removing intermediate container ed8bf873e703 18:25:42 ---> 0c31577ae433 18:25:42 Step 15/23 : WORKDIR / 18:25:42 Removing intermediate container 3ff833b4b1d8 18:25:42 ---> ca72f402ad4d 18:25:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:25:42 Removing intermediate container 162ef8abf087 18:25:42 ---> 5234fc2155a5 18:25:42 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:25:42 ---> Running in f81af7df85f8 18:25:42 ---> Running in cfd940a8c95c 18:25:42 ---> e3f83271f010 18:25:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:25:42 ---> fd05ed003d00 18:25:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:25:42 Removing intermediate container 41457a53586f 18:25:42 ---> 5a5e94bc6ea2 18:25:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:43 Removing intermediate container ebd03ce76843 18:25:43 ---> ba50187f432c 18:25:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:43 ---> e2bf0d28a6f2 18:25:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:25:43 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:25:43 Status: Downloaded newer image for docker:20.10.0 18:25:43 ---> eeaf43b92773 18:25:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:25:43 ---> 7e9ad864aaa8 18:25:43 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:25:43 Removing intermediate container f707221565de 18:25:43 ---> b5cb508cbeac 18:25:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:44 ---> Running in fb71b6fe6cbd 18:25:44 ---> Running in f447a2f836b1 18:25:44 ---> 2e7d6707a5c6 18:25:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:25:44 ---> 2b54f4af09ab 18:25:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:25:44 Removing intermediate container fb71b6fe6cbd 18:25:44 ---> 20cbba6c325b 18:25:44 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:25:44 Removing intermediate container f81af7df85f8 18:25:44 ---> 488fef5c7579 18:25:44 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:44 ---> 944f4f399a9c 18:25:44 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:25:44 ---> Running in 2adc7e92243b 18:25:44 ---> c4533274b145 18:25:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:25:44 ---> d4be0fb9be46 18:25:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:25:45 ---> 3900178e3cf2 18:25:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:25:45 ---> 82bf91d2b185 18:25:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:25:45 ---> a424798b3c03 18:25:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:25:45 ---> 4593109c8721 18:25:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:25:46 ---> Running in 2bf5748adf56 18:25:46 ---> 982c4ca49130 18:25:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:25:46 ---> 30b78e9408eb 18:25:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:25:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:25:46 ---> 3eebb0fa87c7 18:25:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:25:46 Removing intermediate container 2bf5748adf56 18:25:46 ---> 13e6e2061262 18:25:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:25:46 ---> Running in a24b0a45720e 18:25:46 ---> Running in cfa71dcf175d 18:25:47 ---> b1984b0a2193 18:25:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:25:47 ---> 86f15dc79dfe 18:25:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:25:47 ---> 2af1637b1deb 18:25:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:25:47 Removing intermediate container cfd940a8c95c 18:25:47 ---> 56b51633265d 18:25:47 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:25:47 (1/39) Installing readline (8.0.4-r0) 18:25:47 (2/39) Installing bash (5.0.17-r0) 18:25:47 Executing bash-5.0.17-r0.post-install 18:25:47 ---> 53dfe28ae072 18:25:47 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:25:47 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:25:47 (4/39) Installing libcurl (7.76.1-r0) 18:25:47 (5/39) Installing curl (7.76.1-r0) 18:25:47 (6/39) Installing dumb-init (1.2.2-r1) 18:25:47 (7/39) Installing libbz2 (1.0.8-r1) 18:25:47 (8/39) Installing expat (2.2.9-r1) 18:25:47 (9/39) Installing libffi (3.3-r2) 18:25:47 (10/39) Installing gdbm (1.13-r1) 18:25:47 (11/39) Installing xz-libs (5.2.5-r0) 18:25:47 (12/39) Installing sqlite-libs (3.32.1-r0) 18:25:47 (13/39) Installing python3 (3.8.8-r0) 18:25:47 Removing intermediate container cfa71dcf175d 18:25:47 ---> 966e4e3db778 18:25:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:47 Removing intermediate container a24b0a45720e 18:25:47 ---> ee78ed715270 18:25:47 Step 20/22 : LABEL arch=arm64 18:25:47 Removing intermediate container f447a2f836b1 18:25:47 ---> a62452f23f39 18:25:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:25:47 ---> Running in 03be84b96e2c 18:25:47 ---> Running in 4a083fe6d32a 18:25:47 ---> Running in e7b1a7c6325d 18:25:47 ---> Running in 4dac2c31681f 18:25:48 ---> Running in d818f4da61db 18:25:48 Removing intermediate container 03be84b96e2c 18:25:48 ---> 0b04ddd5521f 18:25:48 Step 20/22 : LABEL arch=arm64 18:25:48 Removing intermediate container e7b1a7c6325d 18:25:48 ---> 6035f0f39373 18:25:48 Step 21/22 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:25:49 Removing intermediate container d818f4da61db 18:25:49 ---> dfcb0aad0f91 18:25:49 Step 22/24 : LABEL arch=arm64 18:25:49 Removing intermediate container 4a083fe6d32a 18:25:49 ---> 2c1896452cb3 18:25:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:49 ---> Running in bf89c57e6b5a 18:25:49 ---> 2fcb14d591b3 18:25:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:25:49 ---> a8ddcfd7a86a 18:25:49 Step 19/23 : ENTRYPOINT ["/core-command"] 18:25:49 ---> Running in c6392066b5a5 18:25:49 ---> Running in cbe234121e6b 18:25:49 ---> Running in 55236ffbccb0 18:25:49 ---> Running in 60b0fdf918c0 18:25:49 ---> Running in 89f8ef585d06 18:25:49 Removing intermediate container 4dac2c31681f 18:25:49 ---> fb821635579f 18:25:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:25:49 (14/39) Installing py3-appdirs (1.4.4-r1) 18:25:49 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:25:49 (16/39) Installing py3-parsing (2.4.7-r0) 18:25:49 (17/39) Installing py3-six (1.15.0-r0) 18:25:49 Removing intermediate container bf89c57e6b5a 18:25:49 ---> d03291d61741 18:25:49 Step 21/22 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:25:49 (18/39) Installing py3-packaging (20.4-r0) 18:25:49 ---> 389e0c1666dd 18:25:49 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:25:49 ---> 9b8aafb662ff 18:25:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:25:49 (19/39) Installing py3-setuptools (47.0.0-r0) 18:25:49 (20/39) Installing py3-chardet (3.0.4-r4) 18:25:49 (21/39) Installing py3-idna (2.9-r0) 18:25:49 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:25:49 Removing intermediate container 55236ffbccb0 18:25:49 ---> 83e0e982a539 18:25:49 Step 22/22 : LABEL version=0.0.0 18:25:49 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:25:49 ---> Running in b5b08611968a 18:25:49 Removing intermediate container 60b0fdf918c0 18:25:50 ---> Running in 54e32795dbcf 18:25:50 ---> fdd55a42e47d 18:25:50 Step 23/24 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:25:50 (24/39) Installing py3-requests (2.23.0-r0) 18:25:50 Removing intermediate container 89f8ef585d06 18:25:50 ---> 35ed5cc3e720 18:25:50 Step 21/23 : LABEL arch=arm64 18:25:50 (25/39) Installing py3-msgpack (1.0.0-r0) 18:25:50 (26/39) Installing py3-lockfile (0.12.2-r3) 18:25:50 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:25:50 (28/39) Installing py3-colorama (0.4.3-r0) 18:25:50 (29/39) Installing py3-distlib (0.3.0-r0) 18:25:50 (30/39) Installing py3-distro (1.5.0-r1) 18:25:50 (31/39) Installing py3-webencodings (0.5.1-r3) 18:25:50 (32/39) Installing py3-html5lib (1.0.1-r4) 18:25:50 ---> Running in b452883cb299 18:25:50 Removing intermediate container c6392066b5a5 18:25:50 ---> 232895708b63 18:25:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:50 Removing intermediate container cbe234121e6b 18:25:50 ---> b7aecff40cb2 18:25:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:50 ---> Running in 7d483ac0dacc 18:25:50 (33/39) Installing py3-pytoml (0.1.21-r0) 18:25:50 ---> Running in a48e01bc50a5 18:25:50 (34/39) Installing py3-pep517 (0.8.2-r0) 18:25:50 (35/39) Installing py3-progress (1.5-r0) 18:25:50 (36/39) Installing py3-toml (0.10.1-r0) 18:25:50 (37/39) Installing py3-retrying (1.3.3-r0) 18:25:50 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:25:50 (39/39) Installing py3-pip (20.1.1-r0) 18:25:50 Executing busybox-1.31.1-r19.trigger 18:25:50 OK: 72 MiB in 59 packages 18:25:50 Removing intermediate container b5b08611968a 18:25:50 ---> dd062002f99b 18:25:50 Step 22/22 : LABEL version=0.0.0 18:25:50 Removing intermediate container b452883cb299 18:25:50 ---> 494fc4f9f029 18:25:50 18:25:50 Removing intermediate container 7d483ac0dacc 18:25:50 ---> edb17d4ff807 18:25:50 Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:25:50 ---> Running in e136059873ad 18:25:51 ---> Running in e38b2d2d1cd7 18:25:51 ---> Running in 2991a6a4ac39 18:25:51 Removing intermediate container a48e01bc50a5 18:25:51 ---> a615a6734063 18:25:51 Step 24/24 : LABEL version=0.0.0 18:25:51 Successfully built 494fc4f9f029 18:25:51 ---> Running in 6bdd8933c130 18:25:51 ---> Running in 32a6dd92af7b 18:25:51 Successfully tagged docker-support-scheduler-go-arm64:latest 18:25:51  Building docker-support-scheduler-go ... done Building docker-core-data-go 18:25:51 ---> 7d9316ce0673 18:25:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:25:51 Removing intermediate container 54e32795dbcf 18:25:51 ---> af87e0b03032 18:25:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:25:51 Removing intermediate container e136059873ad 18:25:51 ---> 96802c668341 18:25:51 18:25:51 ---> Running in 84e56f6474fe 18:25:51 ---> Running in fca46249e5ca 18:25:52 Removing intermediate container 6bdd8933c130 18:25:52 ---> 06628e2460e0 18:25:52 Step 23/23 : LABEL version=0.0.0 18:25:52 Removing intermediate container e38b2d2d1cd7 18:25:52 ---> 6d6ab87af210 18:25:52 Step 21/23 : LABEL arch=x86_64 18:25:52 Removing intermediate container 2991a6a4ac39 18:25:52 ---> 8f5e6fffeaa5 18:25:52 Step 20/22 : LABEL arch=x86_64 18:25:52 ---> a7a727f05718 18:25:52 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:25:52 Removing intermediate container 32a6dd92af7b 18:25:52 ---> ed90d197de02 18:25:52 18:25:52 ---> Running in d85951eee6b6 18:25:52 Successfully built 96802c668341 18:25:52 ---> Running in 13d75a30256c 18:25:52 ---> Running in f9e50913b627 18:25:52 Successfully tagged docker-support-notifications-go-arm64:latest 18:25:52 Building docker-security-bootstrapper-go 18:25:52 Removing intermediate container fca46249e5ca 18:25:52 ---> 2ec61197fafa 18:25:52 Step 20/22 : LABEL arch=x86_64 18:25:52  Building docker-support-notifications-go ... done Successfully built ed90d197de02 18:25:52 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:25:52  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 18:25:53 Removing intermediate container d85951eee6b6 18:25:53 ---> 4b8680462a10 18:25:53 18:25:53 Successfully built 4b8680462a10 18:25:53 Successfully tagged docker-core-metadata-go-arm64:latest 18:25:53 Building docker-security-proxy-setup-go 18:25:53 ---> Running in 259c04509e67 18:25:54 Removing intermediate container 13d75a30256c 18:25:54 ---> c2242fc2e091 18:25:54 Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:25:54 Removing intermediate container f9e50913b627 18:25:54 ---> e6e102858b1d 18:25:54 Step 21/22 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:25:54 ---> 4ad5fe4163c4 18:25:54 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:25:54 ---> Running in cc6018e53497 18:25:54 ---> Running in 2ab0b66d0906 18:25:54 ---> Running in 1833e258f009 18:25:55 Removing intermediate container 259c04509e67 18:25:55 ---> f150218160b4 18:25:55 Step 21/22 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:25:55  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 18:25:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:25:56 Collecting cached-property<2,>=1.2.0 18:25:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:25:56 Collecting texttable<0.10,>=0.9.0 18:25:56 Downloading texttable-0.9.1.tar.gz (11 kB) 18:25:56 Removing intermediate container cc6018e53497 18:25:56 ---> 3177c9deb584 18:25:56 Step 23/23 : LABEL version=0.0.0 18:25:57 ---> Running in e8b2e5a8e1bc 18:25:57 Removing intermediate container 2ab0b66d0906 18:25:57 ---> 63ab6320245a 18:25:57 Step 22/22 : LABEL version=0.0.0 18:25:57 ---> Running in b92bb0a0b21e 18:25:57 ---> Running in d6bf7077d17e 18:25:58 Removing intermediate container e8b2e5a8e1bc 18:25:58 ---> dd13bb385863 18:25:58 Step 22/22 : LABEL version=0.0.0 18:25:58 Collecting docker<4.0,>=3.6.0 18:25:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:25:59 Removing intermediate container 84e56f6474fe 18:25:59 ---> e49684d16e5d 18:25:59 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:25:59 Removing intermediate container b92bb0a0b21e 18:25:59 ---> 73f987f9e5a7 18:25:59 18:25:59 Removing intermediate container d6bf7077d17e 18:25:59 ---> b5a9a0b5b155 18:25:59 18:25:59 Collecting dockerpty<0.5,>=0.4.1 18:25:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:26:00 ---> Running in 0752a90ee1aa 18:26:00 Removing intermediate container 1833e258f009 18:26:00 ---> aede569f959c 18:26:00 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:26:01 ---> Running in e30ad1b1ff73 18:26:01 Removing intermediate container 0752a90ee1aa 18:26:01 ---> 8994080a5a19 18:26:01 18:26:01 ---> d0b026f7c285 18:26:01 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:26:01 Successfully built 73f987f9e5a7 18:26:01 Successfully built b5a9a0b5b155 18:26:01 Successfully tagged docker-core-command-go:latest 18:26:01  Building docker-core-command-go ... done Building docker-core-metadata-go 18:26:01 Successfully tagged docker-support-notifications-go:latest 18:26:01  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 18:26:01 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:26:02 Removing intermediate container e30ad1b1ff73 18:26:02 ---> 562ecbdc7392 18:26:02 Step 22/24 : LABEL arch=x86_64 18:26:02 Collecting docopt<0.7,>=0.6.1 18:26:02 Downloading docopt-0.6.2.tar.gz (25 kB) 18:26:02 ---> Running in 7f0d04bffca6 18:26:02 Successfully built 8994080a5a19 18:26:02 Successfully tagged docker-support-scheduler-go:latest 18:26:02 Building docker-core-data-go 18:26:02  Building docker-support-scheduler-go ... done  ---> 51f3c20a6bb6 18:26:02 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:26:03 Removing intermediate container 7f0d04bffca6 18:26:03 ---> 4b5e27a9d9fd 18:26:03 Step 23/24 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:26:04 ---> Running in 1ff5b8af9162 18:26:04 ---> 73c7a95f01bb 18:26:04 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:26:04 Collecting jsonschema<3,>=2.5.1 18:26:04 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:26:04 Removing intermediate container 1ff5b8af9162 18:26:04 ---> 3c44f2790284 18:26:04 Step 24/24 : LABEL version=0.0.0 18:26:05 Collecting websocket-client<1.0,>=0.32.0 18:26:05 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:26:05 ---> Running in 07d107b6fc11 18:26:06 Collecting PyYAML<4,>=3.10 18:26:06 Downloading PyYAML-3.13.tar.gz (270 kB) 18:26:06 ---> bc84ee11d76b 18:26:06 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:26:06 Removing intermediate container 07d107b6fc11 18:26:06 ---> eaca66014197 18:26:06 18:26:06 Successfully built eaca66014197 18:26:07 Successfully tagged docker-security-secretstore-setup-go:latest 18:26:07  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 18:26:08 ---> a85c5839fdce 18:26:08 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:26:08 ---> Running in c65da16997d3 18:26:11 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:26:11 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:26:11 Collecting docker-pycreds>=0.4.0 18:26:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:26:12 Collecting urllib3<1.25,>=1.21.1 18:26:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:26:12 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) 18:26:12 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) 18:26:12 Removing intermediate container c65da16997d3 18:26:12 ---> ddab8f909fa6 18:26:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:26:12 Collecting idna<2.8,>=2.5 18:26:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:26:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:26:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:26:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:26:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:26:13 Installing collected packages: cached-property, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, dockerpty, docopt, jsonschema, PyYAML, docker-compose 18:26:13 Running setup.py install for texttable: started 18:26:14 ---> aa675069e6da 18:26:14 Step 26/31 : RUN chmod +x /entrypoint.sh 18:26:14 ---> Running in 1e889cb7f94a 18:26:15 Running setup.py install for texttable: finished with status 'done' 18:26:15 Attempting uninstall: urllib3 18:26:15 Found existing installation: urllib3 1.25.9 18:26:15 Uninstalling urllib3-1.25.9: 18:26:15 Successfully uninstalled urllib3-1.25.9 18:26:16 Attempting uninstall: idna 18:26:16 Found existing installation: idna 2.9 18:26:16 Uninstalling idna-2.9: 18:26:16 Successfully uninstalled idna-2.9 18:26:17 Attempting uninstall: requests 18:26:17 Found existing installation: requests 2.23.0 18:26:17 Uninstalling requests-2.23.0: 18:26:17 Successfully uninstalled requests-2.23.0 18:26:18 Running setup.py install for dockerpty: started 18:26:21 Running setup.py install for dockerpty: finished with status 'done' 18:26:21 Running setup.py install for docopt: started 18:26:21 Removing intermediate container 1e889cb7f94a 18:26:21 ---> 393cde91954c 18:26:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:26:21 ---> Running in 5e77020da012 18:26:22 Removing intermediate container 5e77020da012 18:26:22 ---> ce0df88d5c1d 18:26:22 Step 28/31 : CMD ["gate"] 18:26:23 Running setup.py install for docopt: finished with status 'done' 18:26:23 ---> Running in 94483ff046d1 18:26:23 Running setup.py install for PyYAML: started 18:26:24 Removing intermediate container 94483ff046d1 18:26:24 ---> f5a503427ae0 18:26:24 Step 29/31 : LABEL arch=x86_64 18:26:25 ---> Running in f978d848c2ee 18:26:26 Running setup.py install for PyYAML: finished with status 'done' 18:26:27 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 18:26:29 Removing intermediate container f978d848c2ee 18:26:29 ---> 3d581ca57b88 18:26:29 Step 30/31 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:26:30 ---> Running in 4fc1e42b317b 18:26:31 Removing intermediate container 4fc1e42b317b 18:26:31 ---> 6891a317c9c5 18:26:31 Step 31/31 : LABEL version=0.0.0 18:26:31 ---> Running in 1cebc4e3f190 18:26:32 Removing intermediate container 1cebc4e3f190 18:26:32 ---> e813644e8a05 18:26:32 18:26:32 Successfully built e813644e8a05 18:26:33 Successfully tagged docker-security-bootstrapper-go:latest 18:26:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:26:45 ---> d08b2488b9fe 18:26:45 Step 3/23 : WORKDIR /edgex-go 18:26:45 ---> Using cache 18:26:45 ---> cad05d90f82d 18:26:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:45 ---> Using cache 18:26:45 ---> e99d2f2f8a13 18:26:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:26:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:26:45 ---> d08b2488b9fe 18:26:45 Step 3/21 : WORKDIR /edgex-go 18:26:45 ---> Using cache 18:26:45 ---> cad05d90f82d 18:26:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:45 ---> Using cache 18:26:45 ---> e99d2f2f8a13 18:26:45 Step 5/21 : RUN apk add --update --no-cache make git 18:26:45 ---> Using cache 18:26:45 ---> d3889307eb9d 18:26:45 Step 6/21 : COPY go.mod . 18:26:45 ---> Using cache 18:26:45 ---> 38204592e9fc 18:26:45 Step 7/21 : RUN go mod download 18:26:45 ---> Using cache 18:26:45 ---> 88fea84497c9 18:26:45 Step 8/21 : COPY . . 18:26:45 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:26:45 ---> d08b2488b9fe 18:26:45 Step 3/31 : WORKDIR /edgex-go 18:26:45 ---> Using cache 18:26:45 ---> cad05d90f82d 18:26:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:45 ---> Using cache 18:26:45 ---> e99d2f2f8a13 18:26:45 Step 5/31 : RUN apk add --update --no-cache make git 18:26:45 ---> Using cache 18:26:45 ---> d3889307eb9d 18:26:45 Step 6/31 : COPY go.mod . 18:26:45 ---> Using cache 18:26:45 ---> 38204592e9fc 18:26:45 Step 7/31 : RUN go mod download 18:26:45 ---> Using cache 18:26:45 ---> 88fea84497c9 18:26:45 Step 8/31 : COPY . . 18:26:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:26:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:26:45 ---> d08b2488b9fe 18:26:45 Step 3/23 : WORKDIR /edgex-go 18:26:45 ---> Using cache 18:26:45 ---> Using cache 18:26:45 ---> cad05d90f82d 18:26:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:45 ---> Using cache 18:26:45 ---> e99d2f2f8a13 18:26:45 Step 5/23 : RUN apk add --update --no-cache make git 18:26:45 ---> 0d6aa89a60c6 18:26:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> Using cache 18:26:45 ---> d3889307eb9d 18:26:45 18:26:45 Step 6/23 : COPY go.mod . 18:26:45 ---> Using cache 18:26:45 ---> 38204592e9fc 18:26:45 Step 7/23 : RUN go mod download 18:26:45 ---> Using cache 18:26:45 ---> 88fea84497c9 18:26:45 Step 8/23 : COPY . . 18:26:45 ---> Using cache 18:26:45 ---> 0d6aa89a60c6 18:26:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:26:46 ---> Using cache 18:26:46 ---> 0d6aa89a60c6 18:26:46 Step 9/23 : RUN make cmd/core-command/core-command 18:26:47 ---> Running in f0340f71fc17 18:26:47 ---> Running in ae2dc3ce4f2a 18:26:47 ---> Running in df984df5604e 18:26:47 ---> Running in 4048b6ae5609 18:26:48 Removing intermediate container 2adc7e92243b 18:26:48 ---> 1b8215b09ab2 18:26:48 Step 14/23 : ENV APP_PORT=48090 18:26:48 ---> Running in 3621e3c3722b 18:26:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:26:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:26: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 18:26:49 Removing intermediate container 3621e3c3722b 18:26:49 ---> 2c120aaeaca0 18:26:49 Step 15/23 : EXPOSE $APP_PORT 18:26:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:26:49 ---> Running in 13abbf1dd615 18:26:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:26:50 Removing intermediate container 13abbf1dd615 18:26:50 ---> c893e54ab544 18:26:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:26:51 OK: 217 MiB in 51 packages 18:26:52 ---> 75de0f2d9e99 18:26:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:26:52 Removing intermediate container ae2dc3ce4f2a 18:26:52 ---> e1430a24e264 18:26:52 Step 6/23 : COPY go.mod . 18:26:53 ---> 62d565276f5d 18:26:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:26:53 ---> 11193a4ec4ab 18:26:53 Step 7/23 : RUN go mod download 18:26:53 ---> Running in 2c38393a1b18 18:26:56 ---> 7e9c63ab6bd2 18:26:56 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:26:56 ---> Running in df0186417f6c 18:26:56 Removing intermediate container df0186417f6c 18:26:56 ---> 1c60dc385608 18:26:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:26:56 ---> Running in 19ee1534df75 18:26:57 Removing intermediate container 19ee1534df75 18:26:57 ---> 5e2505242cd7 18:26:57 Step 21/23 : LABEL arch=arm64 18:26:57 ---> Running in fbbf5b8d6298 18:26:58 Removing intermediate container fbbf5b8d6298 18:26:58 ---> 7d8f3dddc372 18:26:58 Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:26:58 ---> Running in 5320d44374f7 18:26:59 Removing intermediate container 2c38393a1b18 18:26:59 ---> d1072895b4c6 18:26:59 Step 8/23 : COPY . . 18:26:59 Removing intermediate container 5320d44374f7 18:26:59 ---> cc657f6e188c 18:26:59 Step 23/23 : LABEL version=0.0.0 18:26:59 ---> Running in b0586234c15e 18:27:00 Removing intermediate container b0586234c15e 18:27:00 ---> f8b11edbaad2 18:27:00 18:27:02 Successfully built f8b11edbaad2 18:27:02 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:27:20  Building docker-sys-mgmt-agent-go ... done  ---> 5f2909a8bcfe 18:27:20 Step 9/23 : RUN make cmd/core-data/core-data 18:27:20 ---> Running in b03dc16fb9d1 18:27:21  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:27:21 ---> 36de16189448 18:27:21 Step 3/21 : WORKDIR /edgex-go 18:27:21 ---> Using cache 18:27:21 ---> 91b4bc8529ca 18:27:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:21 ---> 36de16189448 18:27:21 Step 3/23 : WORKDIR /edgex-go 18:27:21 ---> Using cache 18:27:21 ---> 91b4bc8529ca 18:27:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:21 ---> Using cache 18:27:21 ---> a58c820f53a3 18:27:21 Step 5/21 : RUN apk add --update --no-cache make git 18:27:21 ---> Using cache 18:27:21 ---> a58c820f53a3 18:27:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:27:21 ---> Using cache 18:27:21 ---> 4853b2890b83 18:27:21 Step 6/21 : COPY go.mod . 18:27:21 ---> Using cache 18:27:21 ---> b9fe117b1349 18:27:21 Step 7/21 : RUN go mod download 18:27:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:21 ---> 36de16189448 18:27:21 Step 3/23 : WORKDIR /edgex-go 18:27:21 ---> Using cache 18:27:21 ---> 91b4bc8529ca 18:27:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:21 ---> Using cache 18:27:21 ---> a58c820f53a3 18:27:21 Step 5/23 : RUN apk add --update --no-cache make bash git 18:27:21 ---> Using cache 18:27:21 ---> 280fd59461f5 18:27:21 Step 8/21 : COPY . . 18:27:21 ---> Using cache 18:27:21 ---> 498c2f54fd02 18:27:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:27:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:21 ---> 36de16189448 18:27:21 Step 3/23 : WORKDIR /edgex-go 18:27:21 ---> Using cache 18:27:21 ---> 91b4bc8529ca 18:27:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:21 ---> Using cache 18:27:21 ---> a58c820f53a3 18:27:21 Step 5/23 : RUN apk add --update --no-cache make git 18:27:21 ---> Using cache 18:27:21 ---> 4853b2890b83 18:27:21 Step 6/23 : COPY go.mod . 18:27:21 ---> Using cache 18:27:21 ---> b9fe117b1349 18:27:21 Step 7/23 : RUN go mod download 18:27:21 ---> Using cache 18:27:21 ---> 280fd59461f5 18:27:21 Step 8/23 : COPY . . 18:27:21 ---> Using cache 18:27:21 ---> 498c2f54fd02 18:27:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:27:21 ---> Running in 88f360a44501 18:27:21 ---> Running in 8b8b68550e47 18:27:21 ---> Running in b46a496fa539 18:27:21 ---> Running in 11bb3e464a58 18:27:22 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:27:23 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:27:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:27:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:25 OK: 233 MiB in 51 packages 18:27:25 OK: 233 MiB in 51 packages 18:27:28 Removing intermediate container 11bb3e464a58 18:27:28 ---> 18e33e0573b1 18:27:28 Step 6/23 : COPY go.mod . 18:27:28 Removing intermediate container b46a496fa539 18:27:28 ---> af286ca8d57a 18:27:28 Step 6/23 : COPY go.mod . 18:27:28 ---> 9800cc3d9c85 18:27:28 Step 7/23 : RUN go mod download 18:27:29 ---> Running in 2c3e09531848 18:27:29 ---> e23e559978af 18:27:29 Step 7/23 : RUN go mod download 18:27:30 ---> Running in 13e6c2bd82d0 18:27:35 Removing intermediate container 2c3e09531848 18:27:35 ---> e9a8c69cf843 18:27:35 Step 8/23 : COPY . . 18:27:35 Removing intermediate container 13e6c2bd82d0 18:27:35 ---> bc486ede3423 18:27:35 Step 8/23 : COPY . . 18:28:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:28:22 Removing intermediate container 4048b6ae5609 18:28:22 ---> 642e063a037f 18:28:22 18:28:22 Step 10/31 : FROM alpine:3.12 18:28:22 ---> 9852663dfa18 18:28:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:28:22 ---> Running in 231c590f32f4 18:28:23 Removing intermediate container 231c590f32f4 18:28:23 ---> d356e2673a3d 18:28:23 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:28:23 ---> Running in 78b7fc9b133a 18:28:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:28:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:26 (1/2) Installing dumb-init (1.2.2-r1) 18:28:26 (2/2) Installing su-exec (0.2-r1) 18:28:26 Executing busybox-1.31.1-r20.trigger 18:28:26 OK: 5 MiB in 16 packages 18:28:28 Removing intermediate container f0340f71fc17 18:28:28 ---> ed0767e28eab 18:28:28 18:28:28 Step 10/21 : FROM alpine:3.12 18:28:28 ---> 9852663dfa18 18:28:28 Step 11/21 : RUN apk add --update --no-cache curl 18:28:28 ---> Running in 3df055f3f358 18:28:29 Removing intermediate container 78b7fc9b133a 18:28:29 ---> d3fe56672e83 18:28:29 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:28:30 ---> Running in d435d39d6aea 18:28:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:31 Removing intermediate container d435d39d6aea 18:28:31 ---> 0aad0bb4487c 18:28:31 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:28:31 ---> Running in 269911af6d90 18:28:31 (1/4) Installing ca-certificates (20191127-r4) 18:28:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:28:31 (3/4) Installing libcurl (7.76.1-r0) 18:28:31 (4/4) Installing curl (7.76.1-r0) 18:28:31 Executing busybox-1.31.1-r20.trigger 18:28:31 Executing ca-certificates-20191127-r4.trigger 18:28:31 Removing intermediate container df984df5604e 18:28:31 ---> fc4c3537b9af 18:28:31 18:28:31 Step 10/23 : FROM alpine:3.12 18:28:31 ---> 9852663dfa18 18:28:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:28:31 ---> Using cache 18:28:31 ---> 9cd0b2dd1274 18:28:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:28:31 ---> Using cache 18:28:31 ---> 99e7f13a6a45 18:28:31 Step 13/23 : ENV APP_PORT=48082 18:28:32 OK: 7 MiB in 18 packages 18:28:32 ---> Running in 225e691e3ea2 18:28:32 Removing intermediate container 269911af6d90 18:28:32 ---> 586894b5b77d 18:28:32 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:28:32 ---> Running in b28fa6f65562 18:28:33 Removing intermediate container 225e691e3ea2 18:28:33 ---> 85e8d2bd69f4 18:28:33 Step 14/23 : EXPOSE $APP_PORT 18:28:33 ---> Running in f9062980d911 18:28:35 Removing intermediate container f9062980d911 18:28:35 ---> b352d4aaeadc 18:28:35 Step 15/23 : WORKDIR / 18:28:35 Removing intermediate container 3df055f3f358 18:28:35 ---> c65385737091 18:28:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:28:35 ---> Running in da12967cc753 18:28:35 ---> Running in cc73ebaf0d80 18:28:36 Removing intermediate container da12967cc753 18:28:36 ---> da35fe4ad3f2 18:28:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:36 Removing intermediate container cc73ebaf0d80 18:28:36 ---> 8a6dcf87a657 18:28:36 Step 13/21 : WORKDIR /edgex 18:28:36 Removing intermediate container b28fa6f65562 18:28:36 ---> 823418000a4b 18:28:36 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:28:36 ---> Running in b6810b5d6815 18:28:36 ---> Running in aa407f79e813 18:28:37 ---> ce39c420d494 18:28:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:28:37 Removing intermediate container b6810b5d6815 18:28:37 ---> 98a56cc95c5c 18:28:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:28:37 Removing intermediate container aa407f79e813 18:28:37 ---> 965c1d3f004a 18:28:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:28:38 ---> 4ef5550012d7 18:28:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:28:39 ---> 784141869cd4 18:28:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:28:39 ---> 8e725c59facb 18:28:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:28:39 ---> Running in dad89c600018 18:28:41 ---> 96616f6a5efb 18:28:41 Step 19/23 : ENTRYPOINT ["/core-command"] 18:28:41 ---> c19b28c32739 18:28:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:28:41 ---> Running in 1595fb09d957 18:28:42 Removing intermediate container 1595fb09d957 18:28:42 ---> 4257b78f16f4 18:28:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:42 ---> Running in 97d32693e6d3 18:28:42 Removing intermediate container 97d32693e6d3 18:28:42 ---> eb5019dd0b5f 18:28:42 Step 21/23 : LABEL arch=arm64 18:28:42 ---> bce82103b4ce 18:28:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:28:43 ---> Running in c4b72d7ac9ff 18:28:43 ---> Running in e225566af797 18:28:43 Removing intermediate container dad89c600018 18:28:43 ---> 69af984b7274 18:28:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:43 Removing intermediate container c4b72d7ac9ff 18:28:43 ---> 9078e79b0da5 18:28:43 Step 18/21 : CMD ["--init=true"] 18:28:43 Removing intermediate container e225566af797 18:28:43 ---> dab2790661b4 18:28:43 Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:28:44 ---> Running in 65c3f95018c9 18:28:44 ---> Running in 7b9b053abfc4 18:28:44 ---> 30fb106de0da 18:28:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:28:44 Removing intermediate container 7b9b053abfc4 18:28:44 ---> 80ee319e89cf 18:28:44 Step 23/23 : LABEL version=0.0.0 18:28:44 Removing intermediate container 65c3f95018c9 18:28:44 ---> 78f091c65d1c 18:28:44 Step 19/21 : LABEL arch=arm64 18:28:44 ---> Running in 986202e7515b 18:28:44 ---> Running in 281ab650202e 18:28:45 Removing intermediate container 986202e7515b 18:28:45 ---> 528b9bf4c38c 18:28:45 18:28:45 ---> e20e710c5654 18:28:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:28:45 Removing intermediate container 281ab650202e 18:28:45 ---> cb37174752a7 18:28:45 Step 20/21 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:28:45 ---> Running in 1c26527b32f3 18:28:46 Successfully built 528b9bf4c38c 18:28:46 Successfully tagged docker-core-command-go-arm64:latest 18:28:46  Building docker-core-command-go ... done Removing intermediate container 1c26527b32f3 18:28:46 ---> 404a1c3a66cb 18:28:46 Step 21/21 : LABEL version=0.0.0 18:28:46 ---> f92f7567d06a 18:28:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:28:46 ---> Running in 512629fd97f9 18:28:47 Removing intermediate container 512629fd97f9 18:28:47 ---> e20012f1ff38 18:28:47 18:28:47 ---> cf6877e926a4 18:28:47 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:28:48 Successfully built e20012f1ff38 18:28:48 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:28:48  Building docker-security-proxy-setup-go ... done  ---> f4104a742ce4 18:28:48 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:28:49 ---> Running in cfcacd13cd6d 18:28:49 Removing intermediate container cfcacd13cd6d 18:28:49 ---> 09d88188fb7c 18:28:49 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:28:50 ---> 5cac28c2b426 18:28:50 Step 26/31 : RUN chmod +x /entrypoint.sh 18:28:50 ---> Running in 60450b10095d 18:28:51 Removing intermediate container 88f360a44501 18:28:51 ---> 31e214cb852a 18:28:51 18:28:51 Step 10/23 : FROM alpine:3.12 18:28:51 ---> 13621d1b12d4 18:28:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:28:51 ---> Using cache 18:28:51 ---> 87e7cb10e800 18:28:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:28:51 ---> Using cache 18:28:51 ---> 0d34f2cb44e6 18:28:51 Step 13/23 : ENV APP_PORT=48081 18:28:53 Removing intermediate container 60450b10095d 18:28:53 ---> c50899c5aab8 18:28:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:28:53 ---> Running in 27390be158d6 18:28:54 Removing intermediate container 27390be158d6 18:28:54 ---> 406c5d33dbb0 18:28:54 Step 28/31 : CMD ["gate"] 18:28:54 ---> Running in 45dd699663a1 18:28:55 Removing intermediate container 45dd699663a1 18:28:55 ---> 7e88a46a7487 18:28:55 Step 29/31 : LABEL arch=arm64 18:28:56 ---> Running in 3050f22ccbc3 18:28:56 ---> Running in f8500ca4ef43 18:28:56 Removing intermediate container b03dc16fb9d1 18:28:56 ---> 5d73b2654673 18:28:56 18:28:56 Step 10/23 : FROM alpine:3.12 18:28:56 ---> 9852663dfa18 18:28:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:28:56 ---> Running in 33ee58255ab8 18:28:56 Removing intermediate container 3050f22ccbc3 18:28:56 ---> 77a5eb0bf37f 18:28:56 Step 30/31 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:28:56 ---> Running in f04f49458142 18:28:57 Removing intermediate container 33ee58255ab8 18:28:57 ---> 56e502d4b9bb 18:28:57 Step 12/23 : ENV APP_PORT=48080 18:28:57 ---> Running in 4f95c1f2f54f 18:28:57 Removing intermediate container f04f49458142 18:28:57 ---> ce08e581c71a 18:28:57 Step 31/31 : LABEL version=0.0.0 18:28:57 ---> Running in 3ee05b7f027d 18:28:57 Removing intermediate container f8500ca4ef43 18:28:57 ---> 93bf2b421ddb 18:28:57 Step 14/23 : EXPOSE $APP_PORT 18:28:58 Removing intermediate container 4f95c1f2f54f 18:28:58 ---> 664969438740 18:28:58 Step 13/23 : EXPOSE $APP_PORT 18:28:58 ---> Running in 3b198e0be0fc 18:28:58 Removing intermediate container 3ee05b7f027d 18:28:58 ---> 6b723ae369a4 18:28:58 18:28:58 ---> Running in 01fc2b08ac5b 18:28:58 Successfully built 6b723ae369a4 18:28:58 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:28:58  Building docker-security-bootstrapper-go ... done Removing intermediate container 3b198e0be0fc 18:28:58 ---> 9721fc032332 18:28:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:58 ---> Running in 8f469daacf2c 18:28:59 Removing intermediate container 8b8b68550e47 18:28:59 ---> c84a6f94fda4 18:28:59 18:28:59 Step 10/21 : FROM alpine:3.12 18:28:59 ---> 13621d1b12d4 18:28:59 Step 11/21 : RUN apk add --update --no-cache curl 18:29:00 Removing intermediate container 8f469daacf2c 18:29:00 ---> 839f59a13242 18:29:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:29:00 ---> Running in d8205c32d93a 18:29:01 ---> Running in 4f45a1eff8ca 18:29:02 Removing intermediate container 01fc2b08ac5b 18:29:02 ---> 8166aa29f727 18:29:02 Step 15/23 : WORKDIR / 18:29:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:29:02 ---> Running in 17baafd9ad18 18:29:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:29:03 (1/6) Installing dumb-init (1.2.2-r1) 18:29:03 (2/6) Installing libgcc (9.3.0-r2) 18:29:03 (3/6) Installing libsodium (1.0.18-r0) 18:29:03 (4/6) Installing libstdc++ (9.3.0-r2) 18:29:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:04 (5/6) Installing libzmq (4.3.3-r0) 18:29:04 (6/6) Installing zeromq (4.3.3-r0) 18:29:04 Executing busybox-1.31.1-r20.trigger 18:29:04 OK: 8 MiB in 20 packages 18:29:04 Removing intermediate container 17baafd9ad18 18:29:04 ---> 4d50ae9be21a 18:29:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:04 (1/4) Installing ca-certificates (20191127-r4) 18:29:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:29:04 (3/4) Installing libcurl (7.76.1-r0) 18:29:04 (4/4) Installing curl (7.76.1-r0) 18:29:04 Executing busybox-1.31.1-r20.trigger 18:29:04 Executing ca-certificates-20191127-r4.trigger 18:29:04 OK: 7 MiB in 18 packages 18:29:05 Removing intermediate container d8205c32d93a 18:29:05 ---> c7067b877266 18:29:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:05 ---> a751671cb436 18:29:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:29:06 ---> 306722eba532 18:29:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:29:06 ---> a30ce1293332 18:29:06 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:29:07 ---> fdfca8824726 18:29:07 Step 9/23 : RUN make cmd/core-data/core-data 18:29:07 ---> 4f654d42141e 18:29:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:29:07 ---> Running in 35211cbe01a0 18:29:08 ---> Running in 5a811cf09697 18:29:08 ---> 5590b37cb3ef 18:29:08 Step 19/23 : ENTRYPOINT ["/core-data"] 18:29:08 ---> Running in d63590fcd77f 18:29:09 Removing intermediate container d63590fcd77f 18:29:09 ---> 8cb44060b522 18:29:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:09 ---> Running in d508b48e341c 18:29:09 Removing intermediate container 4f45a1eff8ca 18:29:09 ---> 2336d92b8832 18:29:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:29:09 ---> Running in 10de7cde886e 18:29:09 ---> 9a7c59f45291 18:29:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:29:09 Removing intermediate container d508b48e341c 18:29:09 ---> ec7a7100dbb8 18:29:09 Step 21/23 : LABEL arch=arm64 18:29:09 ---> Running in f3549941d0c6 18:29:09 Removing intermediate container 10de7cde886e 18:29:09 ---> c8796cfba724 18:29:09 Step 13/21 : WORKDIR /edgex 18:29:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:29:09 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:29:10 Removing intermediate container f3549941d0c6 18:29:10 ---> 3bddd4ce6fb0 18:29:10 Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:29:10 ---> Running in 5144063dd1d8 18:29:10 ---> Running in 8f5af0832500 18:29:10 ---> b1f68b0c76a4 18:29:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:29:10 ---> Running in b955bf6e6202 18:29:10 Removing intermediate container 5144063dd1d8 18:29:10 ---> 8dd84afebff1 18:29:10 Step 23/23 : LABEL version=0.0.0 18:29:10 ---> Running in a88fdf049d35 18:29:11 Removing intermediate container a88fdf049d35 18:29:11 ---> 68b7c2ae8e51 18:29:11 18:29:11 Successfully built 68b7c2ae8e51 18:29:11 Successfully tagged docker-core-data-go-arm64:latest 18:29:11 Removing intermediate container 8f5af0832500 18:29:11 ---> 4842989ae260 18:29:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:29:11 Removing intermediate container b955bf6e6202 18:29:11 ---> 149e4dc08e4e 18:29:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:11 ---> Running in 0dacbf355340 18:29:11  Building docker-core-data-go ... done  [Pipeline] } 18:29:11 $ docker stop --time=1 9d3ca756b7b6d50341f6529c7283daee37be4f259d907432a6370fe747158849 18:29:12 Removing intermediate container 0dacbf355340 18:29:12 ---> 089f18e938cb 18:29:12 Step 21/23 : LABEL arch=x86_64 18:29:12 ---> 0014fbd28ef5 18:29:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:29:13 ---> Running in 4cb151470c23 18:29:13 Removing intermediate container 4cb151470c23 18:29:13 ---> a9fe258f0867 18:29:13 Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:29:13 $ docker rm -f 9d3ca756b7b6d50341f6529c7283daee37be4f259d907432a6370fe747158849 18:29:14 ---> Running in b588f2df08d4 [Pipeline] // withDockerContainer [Pipeline] sh 18:29:14 ---> 82b90d8df3ef 18:29:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:29:14 + grep docker 18:29:14 + docker images 18:29:14 docker-core-data-go-arm64 latest 68b7c2ae8e51 4 seconds ago 21.6MB 18:29:14 docker-security-bootstrapper-go-arm64 latest 6b723ae369a4 16 seconds ago 18.1MB 18:29:14 docker-security-proxy-setup-go-arm64 latest e20012f1ff38 27 seconds ago 24.6MB 18:29:14 docker-core-command-go-arm64 latest 528b9bf4c38c 29 seconds ago 16.5MB 18:29:14 docker-sys-mgmt-agent-go-arm64 latest f8b11edbaad2 2 minutes ago 299MB 18:29:14 docker-core-metadata-go-arm64 latest 4b8680462a10 3 minutes ago 18.1MB 18:29:14 docker-security-secretstore-setup-go-arm64 latest ed90d197de02 3 minutes ago 24.9MB 18:29:14 docker-support-notifications-go-arm64 latest 96802c668341 3 minutes ago 17.1MB 18:29:14 docker-support-scheduler-go-arm64 latest 494fc4f9f029 3 minutes ago 16.6MB 18:29:14 docker 20.10.0 eeaf43b92773 4 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 18:29:15 Removing intermediate container b588f2df08d4 18:29:15 ---> f6f89bec8f5a 18:29:15 Step 23/23 : LABEL version=0.0.0 [Pipeline] libraryResource [Pipeline] sh 18:29:15 ---> job-cost.sh 18:29:15 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-N5vl 18:29:16 ---> Running in 49a513e2267a 18:29:16 ---> 8505e9535b57 18:29:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:29:16 ---> Running in d823a47ad5b7 18:29:17 Removing intermediate container 49a513e2267a 18:29:17 ---> d88111015956 18:29:17 18:29:17 Removing intermediate container d823a47ad5b7 18:29:17 ---> b72af5541476 18:29:17 Step 18/21 : CMD ["--init=true"] 18:29:18 Successfully built d88111015956 18:29:18 ---> Running in 3f2d8fdd24a8 18:29:18 Successfully tagged docker-core-metadata-go:latest 18:29:19  Building docker-core-metadata-go ... done Removing intermediate container 3f2d8fdd24a8 18:29:19 ---> 0174eca89c04 18:29:19 Step 19/21 : LABEL arch=x86_64 18:29:19 ---> Running in 0f7c726757ec 18:29:20 Removing intermediate container 0f7c726757ec 18:29:20 ---> 262c2dde908c 18:29:20 Step 20/21 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:29:20 ---> Running in 8d932880e9b3 18:29:22 Removing intermediate container 8d932880e9b3 18:29:22 ---> 15d1e77cba09 18:29:22 Step 21/21 : LABEL version=0.0.0 18:29:23 ---> Running in 772991f4a9eb 18:29:23 Removing intermediate container 772991f4a9eb 18:29:23 ---> 086e7c059c12 18:29:23 18:29:25 Successfully built 086e7c059c12 18:29:25 Successfully tagged docker-security-proxy-setup-go:latest 18:29:48  Building docker-security-proxy-setup-go ... done Removing intermediate container 35211cbe01a0 18:29:48 ---> 15f3144ec53d 18:29:48 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:29:48 ---> Running in d91d222c055d 18:29:50 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:29:54 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:29:55 Removing intermediate container d91d222c055d 18:29:55 ---> ddadf7abd7c6 18:29:55 18:29:55 Step 11/23 : FROM docker:20.10.0 18:29:55 20.10.0: Pulling from library/docker 18:29:55 Removing intermediate container 5a811cf09697 18:29:55 ---> 57791d3d0853 18:29:55 18:29:55 Step 10/23 : FROM alpine:3.12 18:29:55 ---> 13621d1b12d4 18:29:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:29:56 ---> Running in 5af508cc21d8 18:29:57 Removing intermediate container 5af508cc21d8 18:29:57 ---> 0f8db470b895 18:29:57 Step 12/23 : ENV APP_PORT=48080 18:29:57 ---> Running in 80ef06a77478 18:29:58 Removing intermediate container 80ef06a77478 18:29:58 ---> 7ad916cc725f 18:29:58 Step 13/23 : EXPOSE $APP_PORT 18:29:58 ---> Running in f44dcdd3d426 18:29:59 Removing intermediate container f44dcdd3d426 18:29:59 ---> 23653f8d3b46 18:29:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:59 ---> Running in 145cf7073cc2 18:30:03 Removing intermediate container 145cf7073cc2 18:30:03 ---> 747d0779b15f 18:30:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:30:03 ---> Running in 90079fd7c05f 18:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:06 (1/6) Installing dumb-init (1.2.2-r1) 18:30:06 (2/6) Installing libgcc (9.3.0-r2) 18:30:06 (3/6) Installing libsodium (1.0.18-r0) 18:30:06 (4/6) Installing libstdc++ (9.3.0-r2) 18:30:07 (5/6) Installing libzmq (4.3.3-r0) 18:30:07 (6/6) Installing zeromq (4.3.3-r0) 18:30:07 Executing busybox-1.31.1-r20.trigger 18:30:07 OK: 8 MiB in 20 packages 18:30:10 Removing intermediate container 90079fd7c05f 18:30:10 ---> 17a3802b8ec6 18:30:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:30:11 ---> a512fb3c0b13 18:30:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:30:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:30:12 Status: Downloaded newer image for docker:20.10.0 18:30:12 ---> aefe523efa57 18:30:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:30:12 ---> aa83ff0776d3 18:30:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:30:13 ---> Running in 7ae3e815f53b 18:30:13 Removing intermediate container 7ae3e815f53b 18:30:13 ---> 209b6fc07295 18:30:13 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 18:30:13 ---> f044a38b286a 18:30:13 Step 19/23 : ENTRYPOINT ["/core-data"] 18:30:13 ---> Running in ebbf1d14782c 18:30:13 ---> Running in b98a36cd850a 18:30:13 Removing intermediate container b98a36cd850a 18:30:13 ---> 1dbba878f126 18:30:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:14 ---> Running in 38176939c947 18:30:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:14 Removing intermediate container 38176939c947 18:30:14 ---> 1f8854f5cfaf 18:30:14 Step 21/23 : LABEL arch=x86_64 18:30:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:14 ---> Running in d430f23beb75 18:30:14 (1/39) Installing readline (8.0.4-r0) 18:30:14 (2/39) Installing bash (5.0.17-r0) 18:30:14 Executing bash-5.0.17-r0.post-install 18:30:15 (3/39) Installing nghttp2-libs (1.41.0-r0) 18:30:15 (4/39) Installing libcurl (7.76.1-r0) 18:30:15 (5/39) Installing curl (7.76.1-r0) 18:30:15 (6/39) Installing dumb-init (1.2.2-r1) 18:30:15 (7/39) Installing libbz2 (1.0.8-r1) 18:30:15 (8/39) Installing expat (2.2.9-r1) 18:30:15 (9/39) Installing libffi (3.3-r2) 18:30:15 (10/39) Installing gdbm (1.13-r1) 18:30:15 (11/39) Installing xz-libs (5.2.5-r0) 18:30:15 (12/39) Installing sqlite-libs (3.32.1-r0) 18:30:15 (13/39) Installing python3 (3.8.8-r0) 18:30:15 Removing intermediate container d430f23beb75 18:30:15 ---> 08f17a59956f 18:30:15 Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:30:15 ---> Running in e7e1cfacad00 18:30:18 Removing intermediate container e7e1cfacad00 18:30:18 ---> c6238f2f3538 18:30:18 Step 23/23 : LABEL version=0.0.0 18:30:18 ---> Running in c40569b602fe 18:30:18 (14/39) Installing py3-appdirs (1.4.4-r1) 18:30:18 (15/39) Installing py3-ordered-set (4.0.1-r0) 18:30:18 (16/39) Installing py3-parsing (2.4.7-r0) 18:30:18 (17/39) Installing py3-six (1.15.0-r0) 18:30:18 (18/39) Installing py3-packaging (20.4-r0) 18:30:18 (19/39) Installing py3-setuptools (47.0.0-r0) 18:30:18 (20/39) Installing py3-chardet (3.0.4-r4) 18:30:18 (21/39) Installing py3-idna (2.9-r0) 18:30:18 (22/39) Installing py3-certifi (2020.4.5.1-r0) 18:30:18 (23/39) Installing py3-urllib3 (1.25.9-r0) 18:30:18 (24/39) Installing py3-requests (2.23.0-r0) 18:30:18 (25/39) Installing py3-msgpack (1.0.0-r0) 18:30:18 (26/39) Installing py3-lockfile (0.12.2-r3) 18:30:19 (27/39) Installing py3-cachecontrol (0.12.6-r0) 18:30:19 (28/39) Installing py3-colorama (0.4.3-r0) 18:30:19 Removing intermediate container c40569b602fe 18:30:19 ---> 44def54d140e 18:30:19 18:30:19 (29/39) Installing py3-distlib (0.3.0-r0) 18:30:19 (30/39) Installing py3-distro (1.5.0-r1) 18:30:19 (31/39) Installing py3-webencodings (0.5.1-r3) 18:30:19 (32/39) Installing py3-html5lib (1.0.1-r4) 18:30:19 (33/39) Installing py3-pytoml (0.1.21-r0) 18:30:19 (34/39) Installing py3-pep517 (0.8.2-r0) 18:30:19 (35/39) Installing py3-progress (1.5-r0) 18:30:19 (36/39) Installing py3-toml (0.10.1-r0) 18:30:19 (37/39) Installing py3-retrying (1.3.3-r0) 18:30:19 (38/39) Installing py3-contextlib2 (0.6.0-r0) 18:30:19 (39/39) Installing py3-pip (20.1.1-r0) 18:30:19 Successfully built 44def54d140e 18:30:19 Successfully tagged docker-core-data-go:latest 18:30:19  Building docker-core-data-go ... done Executing busybox-1.31.1-r19.trigger 18:30:19 OK: 72 MiB in 59 packages 18:30:21 Collecting docker-compose==1.23.2 18:30:21 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:30:21 Collecting dockerpty<0.5,>=0.4.1 18:30:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:30:22 Collecting cached-property<2,>=1.2.0 18:30:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:30:22 Collecting jsonschema<3,>=2.5.1 18:30:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:30:23 Collecting docopt<0.7,>=0.6.1 18:30:23 Downloading docopt-0.6.2.tar.gz (25 kB) 18:30:24 Collecting websocket-client<1.0,>=0.32.0 18:30:24 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:30:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:30:24 Collecting docker<4.0,>=3.6.0 18:30:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:30:24 Collecting PyYAML<4,>=3.10 18:30:24 Downloading PyYAML-3.13.tar.gz (270 kB) 18:30:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:30:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:30:26 Collecting texttable<0.10,>=0.9.0 18:30:26 Downloading texttable-0.9.1.tar.gz (11 kB) 18:30:26 Collecting docker-pycreds>=0.4.0 18:30:26 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:30:26 Collecting idna<2.8,>=2.5 18:30:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:30:27 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) 18:30:27 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) 18:30:27 Collecting urllib3<1.25,>=1.21.1 18:30:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:30:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:30:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:30:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:30:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:30:27 Installing collected packages: dockerpty, cached-property, jsonschema, docopt, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, texttable, docker-compose 18:30:27 Running setup.py install for dockerpty: started 18:30:28 Running setup.py install for dockerpty: finished with status 'done' 18:30:28 Running setup.py install for docopt: started 18:30:29 Running setup.py install for docopt: finished with status 'done' 18:30:29 Attempting uninstall: idna 18:30:29 Found existing installation: idna 2.9 18:30:29 Uninstalling idna-2.9: 18:30:29 Successfully uninstalled idna-2.9 18:30:31 Attempting uninstall: urllib3 18:30:31 Found existing installation: urllib3 1.25.9 18:30:31 Uninstalling urllib3-1.25.9: 18:30:31 Successfully uninstalled urllib3-1.25.9 18:30:31 Attempting uninstall: requests 18:30:31 Found existing installation: requests 2.23.0 18:30:31 Uninstalling requests-2.23.0: 18:30:31 Successfully uninstalled requests-2.23.0 18:30:32 Running setup.py install for PyYAML: started 18:30:33 Running setup.py install for PyYAML: finished with status 'done' 18:30:33 Running setup.py install for texttable: started 18:30:34 Running setup.py install for texttable: finished with status 'done' 18:30:34 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 18:30:47 Removing intermediate container ebbf1d14782c 18:30:47 ---> 3d5a5677fb77 18:30:47 Step 14/23 : ENV APP_PORT=48090 18:30:47 ---> Running in f7d3c62645bf 18:30:47 Removing intermediate container f7d3c62645bf 18:30:47 ---> 67aea4bcb5cc 18:30:47 Step 15/23 : EXPOSE $APP_PORT 18:30:47 ---> Running in 86dc6794625d 18:30:47 Removing intermediate container 86dc6794625d 18:30:47 ---> 797ea4d7b1f7 18:30:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:30:47 ---> 11e09952fd2c 18:30:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:30:47 ---> bdf92f844832 18:30:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:30:48 ---> ae0f39bb8f27 18:30:48 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 18:30:48 ---> Running in 9a735d02ebc2 18:30:48 Removing intermediate container 9a735d02ebc2 18:30:48 ---> c1c779518c1b 18:30:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:49 ---> Running in 2091ca1f5b94 18:30:49 Removing intermediate container 2091ca1f5b94 18:30:49 ---> bab160390ad9 18:30:49 Step 21/23 : LABEL arch=x86_64 18:30:49 ---> Running in 20ab153559ee 18:30:50 Removing intermediate container 20ab153559ee 18:30:50 ---> 20287e455bd4 18:30:50 Step 22/23 : LABEL git_sha=96086116948ca23ac3f4c7454cd233267f47702e 18:30:50 ---> Running in 31e95c435393 18:30:51 Removing intermediate container 31e95c435393 18:30:51 ---> 6918f41266e6 18:30:51 Step 23/23 : LABEL version=0.0.0 18:30:51 ---> Running in eaeeeeea7c22 18:30:51 Removing intermediate container eaeeeeea7c22 18:30:51 ---> c5f8f01eb526 18:30:51 18:30:52 Successfully built c5f8f01eb526 18:30:52 Successfully tagged docker-sys-mgmt-agent-go:latest 18:30:53  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:30:53 $ docker stop --time=1 090872fcb2ec4ec57929d79c4b1e25ee392c6cd1fc449ffc6cd07275994afdc6 18:30:55 $ docker rm -f 090872fcb2ec4ec57929d79c4b1e25ee392c6cd1fc449ffc6cd07275994afdc6 [Pipeline] // withDockerContainer [Pipeline] sh 18:30:56 + docker images 18:30:56 + grep docker 18:30:57 docker-sys-mgmt-agent-go latest c5f8f01eb526 6 seconds ago 312MB 18:30:57 docker-core-data-go latest 44def54d140e 39 seconds ago 22.9MB 18:30:57 docker-security-proxy-setup-go latest 086e7c059c12 About a minute ago 26MB 18:30:57 docker-core-metadata-go latest d88111015956 About a minute ago 19.2MB 18:30:57 docker-security-bootstrapper-go latest e813644e8a05 4 minutes ago 19.3MB 18:30:57 docker-security-secretstore-setup-go latest eaca66014197 4 minutes ago 26.3MB 18:30:57 docker-support-scheduler-go latest 8994080a5a19 4 minutes ago 17.7MB 18:30:57 docker-support-notifications-go latest b5a9a0b5b155 4 minutes ago 18.2MB 18:30:57 docker-core-command-go latest 73f987f9e5a7 4 minutes ago 17.5MB 18:30:57 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:31:12 Still waiting to schedule task 18:31:12 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:31:31 lf-activate-venv(): INFO: Adding /tmp/venv-N5vl/bin to PATH 18:31:31 INFO: No Stack... 18:31:31 INFO: Retrieving Pricing Info for: lf-standard-4 18:31:31 INFO: Archiving Costs [Pipeline] sh 18:31:31 + cat /w/workspace/edgex-go/5/archives/cost.csv 18:31:31 + cut -d, -f6 [Pipeline] lock 18:31:31 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3400-5-stack-cost] 18:31:31 Resource [jenkins-edgexfoundry-edgex-go-PR-3400-5-stack-cost] did not exist. Created. 18:31:31 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3400-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:31:32 + echo total: 0.20999999344348907 [Pipeline] stash 18:31:32 Stashed 1 file(s) [Pipeline] } 18:31:32 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3400-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:32:04 Running on prd-ubuntu18.04-docker-8c-8g-2072 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws 18:32:04 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 18:32:06 using credential edgex-jenkins-ssh 18:32:06 Cloning the remote Git repository 18:32:06 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:32:06 > git init /w/workspace/edgex-go/5 # timeout=10 18:32:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:32:06 > git --version # timeout=10 18:32:06 > git --version # 'git version 2.17.1' 18:32:06 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:32:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:32:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:32:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:32:14 Merging remotes/origin/master commit 15b4cda8edfe04c49a924740942c605a4276935b into PR head commit 96086116948ca23ac3f4c7454cd233267f47702e 18:32:14 Merge succeeded, producing 96086116948ca23ac3f4c7454cd233267f47702e 18:32:14 Checking out Revision 96086116948ca23ac3f4c7454cd233267f47702e (PR-3400) 18:32:14 > git config core.sparsecheckout # timeout=10 18:32:14 > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 18:32:14 > git remote # timeout=10 18:32:14 > git config --get remote.origin.url # timeout=10 18:32:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:14 > git merge 15b4cda8edfe04c49a924740942c605a4276935b # timeout=10 18:32:14 > git rev-parse HEAD^{commit} # timeout=10 18:32:14 > git config core.sparsecheckout # timeout=10 18:32:14 > git checkout -f 96086116948ca23ac3f4c7454cd233267f47702e # timeout=10 18:32:18 Commit message: "Merge branch 'master' into issue-3399" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:32:19 + echo snap-build.sh 18:32:19 snap-build.sh 18:32:19 + SNAP_BASE_DIR=. 18:32:19 + '[' '!' -z /w/workspace/edgex-go/5 ']' 18:32:19 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 18:32:19 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 18:32:19 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 18:32:19 + cd /w/workspace/edgex-go/5 18:32:19 + sudo apt-get remove -qy --purge lxd lxd-client 18:32:19 Reading package lists... 18:32:19 Building dependency tree... 18:32:19 Reading state information... 18:32:19 The following packages were automatically installed and are no longer required: 18:32:19 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:32:19 uidmap xdelta3 18:32:19 Use 'sudo apt autoremove' to remove them. 18:32:19 The following packages will be REMOVED: 18:32:19 lxd* lxd-client* 18:32:20 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:32:20 After this operation, 31.7 MB disk space will be freed. 18:32:21 (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.) 18:32:21 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:32:22 Removing lxd dnsmasq configuration 18:32:22 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:32:22 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:32:23 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:32:23 (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.) 18:32:23 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:32:24 Processing triggers for systemd (237-3ubuntu10.42) ... 18:32:24 Processing triggers for ureadahead (0.100.0-21) ... 18:32:25 + sudo snap remove --purge lxd 18:32:26 snap "lxd" is not installed 18:32:26 + sudo groupadd --force --system lxd 18:32:26 ++ whoami 18:32:26 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:32:26 + newgrp - lxd 18:32:26 + sudo snap install lxd 18:32:36 2021-04-27T18:32:33Z INFO Waiting for automatic snapd restart... 18:32:51 lxd 4.13 from Canonical* installed 18:32:51 + sudo lxd init --auto 18:32:57 + sudo snap install --classic snapcraft 18:33:05 snapcraft 4.6.2 from Canonical* installed 18:33:05 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:33:05 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:33:05 % Total % Received % Xferd Average Speed Time Time Time Current 18:33:05 Dload Upload Total Spent Left Speed 18:33:05 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4610 18:33:05 100 3325k 100 3325k 0 0 10.5M 0 --:--:-- --:--:-- --:--:-- 10.5M 18:33:05 ./yq_linux_amd64 18:33:05 + sudo snapcraft prime --use-lxd 18:33:06 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:33:06 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: 18:33:06 - README.md 18:33:06 18:33:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:33:07 Launching a container. 18:33:19 Waiting for container to be ready 18:33:19 To start your first instance, try: lxc launch ubuntu:18.04 18:33:19 18:33:21 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:33:21 Waiting for network to be ready... 18:33:22 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:33:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:33:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:33:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 18:33:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:33:23 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:33:23 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:33:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:33:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:33:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:33:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:33:23 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 18:33:23 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 18:33:23 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:33:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 18:33:23 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 18:33:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 18:33:23 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 18:33:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:33:23 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 18:33:23 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 18:33:23 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 18:33:23 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:33:23 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 18:33:23 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 18:33:23 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 18:33:23 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 18:33:26 Fetched 24.4 MB in 4s (5578 kB/s) 18:33:27 Reading package lists... 18:33:27 Reading package lists... 18:33:27 Building dependency tree... 18:33:27 Reading state information... 18:33:27 The following additional packages will be installed: 18:33:27 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:33:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:33:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:33:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:33:27 Suggested packages: 18:33:27 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:33:27 Recommended packages: 18:33:27 gnupg libsasl2-modules 18:33:27 The following NEW packages will be installed: 18:33:27 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:33:27 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:33:27 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:33:27 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:33:27 The following packages will be upgraded: 18:33:27 gpg gpg-agent gpgconf libudev1 18:33:27 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 18:33:27 Need to get 3529 kB of archives. 18:33:27 After this operation, 13.3 MB of additional disk space will be used. 18:33:27 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] 18:33:27 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 18:33:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:33:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 18:33:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:33:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:33:28 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:33:28 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:33:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:33:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:33:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:33:28 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:33:28 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:33:28 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:33:28 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:33:28 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:33:28 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:33:28 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:33:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:33:28 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:33:28 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:33:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:33:28 debconf: delaying package configuration, since apt-utils is not installed 18:33:28 Fetched 3529 kB in 1s (3109 kB/s) 18:33:28 (Reading database ... 12511 files and directories currently installed.) 18:33:28 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 18:33:28 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:33:29 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 18:33:29 Selecting previously unselected package udev. 18:33:29 (Reading database ... 12511 files and directories currently installed.) 18:33:29 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 18:33:29 Unpacking udev (237-3ubuntu10.46) ... 18:33:29 Selecting previously unselected package libfuse2:amd64. 18:33:29 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:33:29 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:33:29 Selecting previously unselected package fuse. 18:33:29 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:33:29 Unpacking fuse (2.9.7-1ubuntu1) ... 18:33:29 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:33:29 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:33:29 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:33:29 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:33:29 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:33:29 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:33:29 Selecting previously unselected package libksba8:amd64. 18:33:29 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:33:29 Unpacking libksba8:amd64 (1.3.5-2) ... 18:33:30 Selecting previously unselected package libroken18-heimdal:amd64. 18:33:30 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:30 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:30 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:33:30 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:30 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:30 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:33:30 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:30 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:30 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:33:30 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:30 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:30 Selecting previously unselected package libwind0-heimdal:amd64. 18:33:30 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:30 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:30 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:33:30 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:30 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:30 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:33:30 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:30 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:31 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:33:31 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:31 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:31 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:33:31 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:33:31 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:31 Selecting previously unselected package libsasl2-modules-db:amd64. 18:33:31 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:33:31 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:33:31 Selecting previously unselected package libsasl2-2:amd64. 18:33:31 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:33:31 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:33:31 Selecting previously unselected package libldap-common. 18:33:31 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:33:31 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:33:31 Selecting previously unselected package libldap-2.4-2:amd64. 18:33:31 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:33:31 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:33:31 Selecting previously unselected package dirmngr. 18:33:31 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:33:31 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:33:31 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:33:31 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:33:31 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:33:31 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:33:31 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:33:31 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:33:31 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:31 Setting up libksba8:amd64 (1.3.5-2) ... 18:33:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:33:31 Setting up udev (237-3ubuntu10.46) ... 18:33:32 invoke-rc.d: policy-rc.d denied execution of start. 18:33:32 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:32 Processing triggers for systemd (237-3ubuntu10) ... 18:33:32 Setting up fuse (2.9.7-1ubuntu1) ... 18:33:32 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:33:32 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:32 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:32 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:32 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:32 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:32 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:32 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:33:32 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:33:32 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:33:32 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:33:33 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:33:33 settings in the [Install] section, and DefaultInstance for template units). 18:33:33 This means they are not meant to be enabled using systemctl. 18:33:33 Possible reasons for having this kind of units are: 18:33:33 1) A unit may be statically enabled by being symlinked from another unit's 18:33:33 .wants/ or .requires/ directory. 18:33:33 2) A unit's purpose may be to act as a helper for some other unit which has 18:33:33 a requirement dependency on it. 18:33:33 3) A unit may be started when needed via activation (socket, path, timer, 18:33:33 D-Bus, udev, scripted systemctl call, ...). 18:33:33 4) In case of template units, the unit is meant to be enabled with some 18:33:33 instance name specified. 18:33:33 Reading package lists... 18:33:33 Building dependency tree... 18:33:33 Reading state information... 18:33:34 The following additional packages will be installed: 18:33:34 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:33:34 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:33:34 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:33:34 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:33:34 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:33:34 Suggested packages: 18:33:34 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:33:34 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:33:34 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:33:34 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:33:34 systemd-container policykit-1 18:33:34 Recommended packages: 18:33:34 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:33:34 The following NEW packages will be installed: 18:33:34 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:33:34 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:33:34 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:33:34 multiarch-support openssh-client python3 python3-minimal python3.6 18:33:34 python3.6-minimal snapd squashfs-tools sudo 18:33:34 The following packages will be upgraded: 18:33:34 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:33:34 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 18:33:34 Need to get 35.2 MB of archives. 18:33:34 After this operation, 141 MB of additional disk space will be used. 18:33:34 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 18:33:34 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 18:33:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:33:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:33:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:33:34 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 18:33:34 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 18:33:34 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 18:33:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:33:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:33:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:33:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:33:34 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:33:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:33:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:33:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:33:34 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:33:34 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:33:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:33:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:33:34 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:33:34 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:33:34 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:33:34 Get:24 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:33:34 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:33:35 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:33:35 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:33:35 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:33:35 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:33:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 18:33:36 debconf: delaying package configuration, since apt-utils is not installed 18:33:36 Fetched 35.2 MB in 2s (14.6 MB/s) 18:33:36 (Reading database ... 12757 files and directories currently installed.) 18:33:36 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 18:33:36 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:33:37 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 18:33:37 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:33:37 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 18:33:37 (Reading database ... 12757 files and directories currently installed.) 18:33:37 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 18:33:37 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 18:33:37 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 18:33:37 (Reading database ... 12757 files and directories currently installed.) 18:33:37 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 18:33:37 Unpacking apt (1.6.13) over (1.6.1) ... 18:33:38 Setting up apt (1.6.13) ... 18:33:39 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:33:40 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:33:40 (Reading database ... 12764 files and directories currently installed.) 18:33:40 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 18:33:40 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 18:33:40 Selecting previously unselected package libpython3.6-minimal:amd64. 18:33:40 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:33:40 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:33:40 Selecting previously unselected package libexpat1:amd64. 18:33:40 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:33:40 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:33:40 Selecting previously unselected package python3.6-minimal. 18:33:40 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:33:41 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:33:41 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 18:33:41 Checking for services that may need to be restarted...done. 18:33:41 Checking for services that may need to be restarted...done. 18:33:41 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:33:41 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:33:41 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:33:42 Selecting previously unselected package python3-minimal. 18:33:42 (Reading database ... 13012 files and directories currently installed.) 18:33:42 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:33:42 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:33:42 Selecting previously unselected package mime-support. 18:33:42 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:33:42 Unpacking mime-support (3.60ubuntu1) ... 18:33:42 Selecting previously unselected package libmpdec2:amd64. 18:33:42 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:33:42 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:33:42 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:33:42 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:33:42 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:33:42 Selecting previously unselected package python3.6. 18:33:42 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:33:42 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:33:42 Selecting previously unselected package libpython3-stdlib:amd64. 18:33:42 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:33:42 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:33:42 Setting up python3-minimal (3.6.7-1~18.04) ... 18:33:43 Selecting previously unselected package python3. 18:33:43 (Reading database ... 13442 files and directories currently installed.) 18:33:43 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:33:43 Unpacking python3 (3.6.7-1~18.04) ... 18:33:43 Selecting previously unselected package multiarch-support. 18:33:43 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:33:43 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:33:43 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:33:43 Selecting previously unselected package liblzo2-2:amd64. 18:33:43 (Reading database ... 13479 files and directories currently installed.) 18:33:43 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:33:43 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:33:43 Selecting previously unselected package libbsd0:amd64. 18:33:43 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:33:43 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:33:43 Selecting previously unselected package sudo. 18:33:43 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:33:43 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:33:43 Selecting previously unselected package apparmor. 18:33:43 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:33:43 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:33:43 Selecting previously unselected package libedit2:amd64. 18:33:43 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:33:43 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:33:44 Selecting previously unselected package libkrb5support0:amd64. 18:33:44 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:33:44 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:33:44 Selecting previously unselected package libk5crypto3:amd64. 18:33:44 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:33:44 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:33:44 Selecting previously unselected package libkeyutils1:amd64. 18:33:44 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:33:44 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:33:44 Selecting previously unselected package libkrb5-3:amd64. 18:33:44 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:33:44 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:33:44 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:33:44 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:33:44 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:33:44 Selecting previously unselected package libssl1.0.0:amd64. 18:33:44 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:33:44 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:33:44 Selecting previously unselected package openssh-client. 18:33:44 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:33:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:33:45 Selecting previously unselected package squashfs-tools. 18:33:45 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:33:45 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:33:45 Selecting previously unselected package snapd. 18:33:45 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 18:33:45 Unpacking snapd (2.48.3+18.04) ... 18:33:47 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:33:47 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:33:47 Setting up mime-support (3.60ubuntu1) ... 18:33:47 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:33:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:33:47 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:33:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:33:47 Setting up systemd (237-3ubuntu10.46) ... 18:33:47 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:33:47 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:33:48 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:33:48 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:33:48 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:33:48 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:33:48 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:33:48 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:33:48 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:33:48 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:33:48 Setting up python3 (3.6.7-1~18.04) ... 18:33:48 running python rtupdate hooks for python3.6... 18:33:48 running python post-rtupdate hooks for python3.6... 18:33:48 Setting up apparmor (2.12-4ubuntu5.1) ... 18:33:50 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:33:50 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:33:50 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:33:50 Setting up snapd (2.48.3+18.04) ... 18:33:50 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:33:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:33:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:33:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:33:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:33:51 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:33:51 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:33:51 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:33:52 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:33:52 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:33:52 /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' 18:33:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:33:52 Processing triggers for systemd (237-3ubuntu10.46) ... 18:33:53 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:33:53 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:33:53 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:33:54 Reading package lists... 18:33:54 Reading package lists... 18:33:54 Building dependency tree... 18:33:54 Reading state information... 18:33:55 Calculating upgrade... 18:33:55 The following packages will be upgraded: 18:33:55 advancecomp base-files bash binutils binutils-common 18:33:55 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:33:55 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:33:55 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:33:55 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:33:55 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:33:55 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:33:55 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 18:33:55 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 18:33:55 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 18:33:55 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 18:33:55 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 18:33:55 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 18:33:55 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 18:33:55 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:33:55 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:33:55 Need to get 64.0 MB of archives. 18:33:55 After this operation, 5034 kB of additional disk space will be used. 18:33:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 18:33:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:33:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:33:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:33:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:33:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:33:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:33:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:33:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:33:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:33:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:33:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:33:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:33:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:33:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:33:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:33:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:33:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:33:55 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:33:55 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:33:55 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:33:55 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:33:55 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:33:55 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:33:55 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:33:55 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:33:55 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:33:55 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:33:55 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:33:55 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:33:55 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:33:55 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:33:55 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:33:55 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:33:55 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:33:55 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:33:55 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 18:33:55 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 18:33:55 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:33:55 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:33:55 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 18:33:55 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:33:55 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:33:55 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:33:55 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:33:55 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:33:55 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:33:55 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:33:55 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 18:33:55 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:33:55 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:33:55 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:33:55 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:33:55 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:33:55 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:33:55 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:33:55 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:33:56 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:33:56 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:33:56 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:33:56 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:33:56 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:33:56 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:33:56 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:33:56 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:33:56 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:33:56 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:33:56 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:33:56 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:33:56 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:33:56 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:33:56 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:33:56 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:33:56 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:33:56 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:33:56 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:33:56 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:33:56 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:33:56 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:33:56 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:33:56 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:33:56 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:33:56 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:33:56 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:33:56 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 18:33:56 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:33:56 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:33:57 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:33:57 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:33:57 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:33:57 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 18:33:57 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 18:33:57 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:33:57 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:33:57 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:33:57 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:33:57 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:33:57 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:33:57 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:33:57 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:33:57 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:33:57 debconf: delaying package configuration, since apt-utils is not installed 18:33:57 Fetched 64.0 MB in 2s (29.8 MB/s) 18:33:57 (Reading database ... 13912 files and directories currently installed.) 18:33:57 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:33:57 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:33:58 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:33:58 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:33:58 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 18:33:58 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 18:33:59 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:59 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:59 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:59 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:59 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:59 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:33:59 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:33:59 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:34:00 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:34:00 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:34:00 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:34:00 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:34:00 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:34:00 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:34:00 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:00 (Reading database ... 13911 files and directories currently installed.) 18:34:00 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:34:00 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:34:00 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:34:00 (Reading database ... 13911 files and directories currently installed.) 18:34:00 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:34:00 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:34:00 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:34:00 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:34:01 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:34:01 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:34:01 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:01 (Reading database ... 13911 files and directories currently installed.) 18:34:01 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:34:01 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:34:01 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:34:02 (Reading database ... 13911 files and directories currently installed.) 18:34:02 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:34:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:34:02 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:34:02 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:34:02 Setting up base-files (10.1ubuntu2.10) ... 18:34:02 Installing new version of config file /etc/issue ... 18:34:02 Installing new version of config file /etc/issue.net ... 18:34:02 Installing new version of config file /etc/lsb-release ... 18:34:02 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:34:03 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:34:03 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:34:03 Removing obsolete conffile /etc/default/motd-news ... 18:34:03 (Reading database ... 13912 files and directories currently installed.) 18:34:03 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:34:03 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:34:03 Setting up bash (4.4.18-2ubuntu1.2) ... 18:34:03 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 18:34:03 (Reading database ... 13912 files and directories currently installed.) 18:34:03 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:03 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:34:03 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:34:03 (Reading database ... 13912 files and directories currently installed.) 18:34:03 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:34:03 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:34:04 Setting up tar (1.29b-2ubuntu0.2) ... 18:34:04 (Reading database ... 13912 files and directories currently installed.) 18:34:04 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:34:04 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:34:04 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:34:04 (Reading database ... 13912 files and directories currently installed.) 18:34:04 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:34:04 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:34:04 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:34:04 (Reading database ... 13912 files and directories currently installed.) 18:34:04 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:34:04 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:34:04 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:34:05 (Reading database ... 13912 files and directories currently installed.) 18:34:05 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:34:05 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:34:05 Setting up grep (3.1-2build1) ... 18:34:05 (Reading database ... 13912 files and directories currently installed.) 18:34:05 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:34:05 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:34:05 Setting up login (1:4.5-1ubuntu2) ... 18:34:05 (Reading database ... 13912 files and directories currently installed.) 18:34:05 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:34:05 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:34:06 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:34:06 (Reading database ... 13912 files and directories currently installed.) 18:34:06 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:34:06 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:34:06 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:34:06 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:34:06 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:34:06 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:34:07 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:34:07 (Reading database ... 13912 files and directories currently installed.) 18:34:07 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:34:07 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:34:08 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:34:08 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:34:08 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:34:08 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:34:08 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:34:08 (Reading database ... 13912 files and directories currently installed.) 18:34:08 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:34:09 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:34:09 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:34:09 (Reading database ... 13912 files and directories currently installed.) 18:34:09 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:09 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:34:09 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:34:09 (Reading database ... 13912 files and directories currently installed.) 18:34:09 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:09 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:34:09 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:34:09 (Reading database ... 13912 files and directories currently installed.) 18:34:09 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:09 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:34:09 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:34:09 (Reading database ... 13912 files and directories currently installed.) 18:34:09 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:09 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:34:10 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:34:10 (Reading database ... 13912 files and directories currently installed.) 18:34:10 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:34:10 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:34:10 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:34:10 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:34:10 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:34:10 (Reading database ... 13912 files and directories currently installed.) 18:34:10 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:34:10 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:34:10 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:34:10 (Reading database ... 13912 files and directories currently installed.) 18:34:10 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:11 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:34:11 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:34:11 (Reading database ... 13912 files and directories currently installed.) 18:34:11 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:11 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:34:11 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:34:11 (Reading database ... 13912 files and directories currently installed.) 18:34:11 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:11 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:34:11 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:34:12 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:34:12 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:34:12 (Reading database ... 13912 files and directories currently installed.) 18:34:12 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:34:12 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:34:12 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:34:12 (Reading database ... 13912 files and directories currently installed.) 18:34:12 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:34:12 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:34:13 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:34:13 (Reading database ... 13914 files and directories currently installed.) 18:34:13 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:34:13 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:34:13 Setting up debconf (1.5.66ubuntu1) ... 18:34:13 (Reading database ... 13914 files and directories currently installed.) 18:34:13 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:34:13 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:34:13 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:34:13 (Reading database ... 13914 files and directories currently installed.) 18:34:13 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:34:13 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:34:13 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:34:14 (Reading database ... 13914 files and directories currently installed.) 18:34:14 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:34:14 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:34:14 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:34:14 (Reading database ... 13914 files and directories currently installed.) 18:34:14 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:34:14 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:34:14 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:34:14 (Reading database ... 13914 files and directories currently installed.) 18:34:14 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:34:14 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:34:14 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:34:14 (Reading database ... 13914 files and directories currently installed.) 18:34:14 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:34:14 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:34:15 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 18:34:15 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 18:34:15 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:34:15 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:34:15 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:34:15 (Reading database ... 13914 files and directories currently installed.) 18:34:15 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:34:15 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:34:15 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:34:15 (Reading database ... 13914 files and directories currently installed.) 18:34:15 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:34:15 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:34:15 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:34:16 (Reading database ... 13914 files and directories currently installed.) 18:34:16 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:34:16 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:34:16 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:34:16 (Reading database ... 13914 files and directories currently installed.) 18:34:16 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:34:16 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:34:16 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:34:16 (Reading database ... 13914 files and directories currently installed.) 18:34:16 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:34:16 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:34:17 Setting up passwd (1:4.5-1ubuntu2) ... 18:34:17 (Reading database ... 13914 files and directories currently installed.) 18:34:17 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:17 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:34:17 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:34:17 (Reading database ... 13914 files and directories currently installed.) 18:34:17 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 18:34:17 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 18:34:17 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 18:34:17 (Reading database ... 13914 files and directories currently installed.) 18:34:17 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 18:34:17 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 18:34:17 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 18:34:17 (Reading database ... 13914 files and directories currently installed.) 18:34:17 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:34:17 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:34:18 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:34:18 (Reading database ... 13914 files and directories currently installed.) 18:34:18 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:34:18 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:34:18 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:34:18 (Reading database ... 13914 files and directories currently installed.) 18:34:18 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:34:18 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:34:18 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:34:18 (Reading database ... 13914 files and directories currently installed.) 18:34:18 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:34:18 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:34:19 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:34:19 (Reading database ... 13914 files and directories currently installed.) 18:34:19 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 18:34:19 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 18:34:19 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 18:34:19 (Reading database ... 13914 files and directories currently installed.) 18:34:19 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 18:34:19 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 18:34:19 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 18:34:19 (Reading database ... 13915 files and directories currently installed.) 18:34:19 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:34:19 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:34:19 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:34:19 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:34:19 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 18:34:19 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 18:34:20 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:34:20 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:34:20 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:34:20 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:34:20 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:34:20 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:34:20 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:34:20 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:34:20 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:34:20 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:34:20 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:34:20 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:34:21 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:34:21 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:34:21 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:34:21 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:34:21 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:34:21 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:34:22 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:34:22 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:34:22 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:34:22 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:34:22 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:34:22 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:34:22 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:34:23 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:34:23 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:34:23 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:34:23 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:34:23 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:34:23 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:23 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:23 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:23 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:23 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:23 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:23 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:24 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:25 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:25 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:25 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:25 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:26 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:26 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:27 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:27 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:28 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:34:28 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:34:28 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:34:28 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:34:28 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:34:28 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:34:28 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:34:28 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:34:28 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:34:28 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:34:28 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:34:28 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:34:28 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:34:28 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:34:28 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:34:28 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:34:29 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:29 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:34:29 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:29 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:29 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:29 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:34:29 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:34:29 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:34:29 18:34:29 Current default time zone: 'Etc/UTC' 18:34:29 Local time is now: Tue Apr 27 18:34:29 UTC 2021. 18:34:29 Universal Time is now: Tue Apr 27 18:34:29 UTC 2021. 18:34:29 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:34:29 18:34:29 Setting up systemd-sysv (237-3ubuntu10.46) ... 18:34:29 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:29 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 18:34:29 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:34:29 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:34:29 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:34:29 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:34:29 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:34:29 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:34:29 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:34:29 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:29 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:34:29 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:29 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:34:30 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:30 Setting up patch (2.7.6-2ubuntu1.1) ... 18:34:30 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:34:30 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:34:30 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 18:34:30 Installing new version of config file /etc/ssl/openssl.cnf ... 18:34:30 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:34:30 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:34:30 Setting up ca-certificates (20210119~18.04.1) ... 18:34:32 Updating certificates in /etc/ssl/certs... 18:34:33 23 added, 27 removed; done. 18:34:33 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:34:33 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:34:33 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:34:33 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:34:33 Setting up pkgbinarymangler (138.18.04.1) ... 18:34:33 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:33 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:34:33 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:33 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:33 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:33 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:34:33 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:34:33 Setting up perl (5.26.1-6ubuntu0.5) ... 18:34:33 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:34:33 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:34:33 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:34:33 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:34:33 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:34:33 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:34:33 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:34:33 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:34:33 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:34:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:34:33 Processing triggers for systemd (237-3ubuntu10.46) ... 18:34:33 Processing triggers for mime-support (3.60ubuntu1) ... 18:34:33 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:34:33 Updating certificates in /etc/ssl/certs... 18:34:34 0 added, 0 removed; done. 18:34:34 Running hooks in /etc/ca-certificates/update.d... 18:34:34 done. 18:34:34 Reading package lists... 18:34:34 Building dependency tree... 18:34:34 Reading state information... 18:34:35 The following NEW packages will be installed: 18:34:35 apt-transport-https 18:34:35 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:34:35 Need to get 1692 B of archives. 18:34:35 After this operation, 154 kB of additional disk space will be used. 18:34:35 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 18:34:35 debconf: delaying package configuration, since apt-utils is not installed 18:34:35 Fetched 1692 B in 0s (8543 B/s) 18:34:35 Selecting previously unselected package apt-transport-https. 18:34:35 (Reading database ... 13920 files and directories currently installed.) 18:34:35 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 18:34:35 Unpacking apt-transport-https (1.6.13) ... 18:34:35 Setting up apt-transport-https (1.6.13) ... 18:34:35 Waiting for network to be ready... 18:34:42 2021-04-27T18:34:38Z INFO Waiting for automatic snapd restart... 18:34:42 snapd 2.49.2 from Canonical* installed 18:34:42 "snapd" switched to the "latest/stable" channel 18:34:42 18:34:45 core18 20210309 from Canonical* installed 18:34:45 "core18" switched to the "latest/stable" channel 18:34:45 18:34:48 snapcraft 4.6.2 from Canonical* installed 18:34:49 "snapcraft" switched to the "latest/stable" channel 18:34:49 18:34:53 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: 18:34:53 - README.md 18:34:53 18:34:53 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:35:00 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:35:00 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 18:35:00 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:35:00 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:35:00 Reading package lists... 18:35:00 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 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 18:35:07 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:35:07 Reading package lists... 18:35:07 Building dependency tree... 18:35:07 Reading state information... 18:35:07 Suggested packages: 18:35:07 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:35:07 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:35:07 Recommended packages: 18:35:07 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:35:07 The following NEW packages will be installed: 18:35:07 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:35:07 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:35:07 pkg-config zip 18:35:07 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:35:07 Need to get 7663 kB of archives. 18:35:07 After this operation, 43.8 MB of additional disk space will be used. 18:35:07 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:35:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:35:07 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:35:07 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:35:08 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:35:08 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:35:08 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:35:08 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:35:08 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:35:08 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:35:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 18:35:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 18:35:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 18:35:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:35:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:35:08 debconf: delaying package configuration, since apt-utils is not installed 18:35:08 Fetched 7663 kB in 1s (6990 kB/s) 18:35:08 Selecting previously unselected package libglib2.0-0:amd64. 18:35:08 (Reading database ... 13924 files and directories currently installed.) 18:35:08 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:35:08 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:35:08 Selecting previously unselected package libpsl5:amd64. 18:35:09 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:35:09 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:35:09 Selecting previously unselected package libnghttp2-14:amd64. 18:35:09 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:35:09 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:35:09 Selecting previously unselected package librtmp1:amd64. 18:35:09 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:35:09 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:35:09 Selecting previously unselected package libcurl3-gnutls:amd64. 18:35:09 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 18:35:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 18:35:09 Selecting previously unselected package liberror-perl. 18:35:09 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:35:09 Unpacking liberror-perl (0.17025-1) ... 18:35:09 Selecting previously unselected package git-man. 18:35:09 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 18:35:09 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 18:35:09 Selecting previously unselected package git. 18:35:09 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 18:35:09 Unpacking git (1:2.17.1-1ubuntu0.8) ... 18:35:10 Selecting previously unselected package libnorm1:amd64. 18:35:10 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:35:10 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:35:10 Selecting previously unselected package libpgm-5.2-0:amd64. 18:35:10 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:35:10 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:35:10 Selecting previously unselected package libsodium23:amd64. 18:35:10 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:35:10 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:35:10 Selecting previously unselected package libzmq5:amd64. 18:35:10 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:35:10 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:35:10 Selecting previously unselected package libzmq3-dev:amd64. 18:35:10 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:35:10 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:35:11 Selecting previously unselected package pkg-config. 18:35:11 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:35:11 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:35:11 Selecting previously unselected package zip. 18:35:11 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:35:11 Unpacking zip (3.0-11build1) ... 18:35:11 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:35:11 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 18:35:11 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:35:11 Setting up liberror-perl (0.17025-1) ... 18:35:11 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:35:11 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:35:11 No schema files found: doing nothing. 18:35:11 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:35:11 Setting up zip (3.0-11build1) ... 18:35:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:35:11 Setting up libsodium23:amd64 (1.0.16-2) ... 18:35:11 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:35:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:35:11 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 18:35:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:35:11 Setting up git (1:2.17.1-1ubuntu0.8) ... 18:35:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:35:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:35:18 git set to automatically installed. 18:35:18 git-man set to automatically installed. 18:35:18 libcurl3-gnutls set to automatically installed. 18:35:18 liberror-perl set to automatically installed. 18:35:18 libglib2.0-0 set to automatically installed. 18:35:18 libnghttp2-14 set to automatically installed. 18:35:18 libnorm1 set to automatically installed. 18:35:18 libpgm-5.2-0 set to automatically installed. 18:35:18 libpsl5 set to automatically installed. 18:35:18 librtmp1 set to automatically installed. 18:35:18 libsodium23 set to automatically installed. 18:35:18 libzmq3-dev set to automatically installed. 18:35:18 libzmq5 set to automatically installed. 18:35:18 pkg-config set to automatically installed. 18:35:18 zip set to automatically installed. 18:35:20 snapd is not logged in, snap install commands will use sudo 18:35:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:35:26 snap "core18" has no updates available 18:35:27 snapd is not logged in, snap install commands will use sudo 18:35:34 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:35:44 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 18:35:44 Pulling go-build-helper 18:35:45 + snapcraftctl pull 18:35:46 'app-service-config' has dependencies that need to be staged: go-build-helper 18:35:46 Skipping pull go-build-helper (already ran) 18:35:46 Building go-build-helper 18:35:46 + snapcraftctl build 18:35:48 Staging go-build-helper 18:35:48 + snapcraftctl stage 18:35:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:35:58 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:35:58 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:35:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1697 kB] 18:35:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:35:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:35:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:35:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:35:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:35:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:35:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:35:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 18:35:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 18:35:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:35:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 18:35:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 18:35:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 18:35:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 18:35:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:35:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 18:35:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 18:35:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 18:35:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:35:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 18:35:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 18:35:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 18:35:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 18:35:58 Fetched 24.4 MB in 0s (0 B/s) 18:35:58 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:35:58 Fetched 224 kB in 0s (0 B/s) 18:35:58 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:35:58 Fetched 157 kB in 0s (0 B/s) 18:35:58 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:35:58 Fetched 221 kB in 0s (0 B/s) 18:35:58 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:35:58 Fetched 143 kB in 0s (0 B/s) 18:35:58 Pulling app-service-config 18:35:58 + snapcraftctl pull 18:35:58 Cloning into '/root/parts/app-service-config/src'... 18:35:59 Pulling config-common 18:35:59 + snapcraftctl pull 18:36:03 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:36:03 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:36:03 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:36:03 Fetched 0 B in 0s (0 B/s) 18:36:03 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:36:03 Fetched 0 B in 0s (0 B/s) 18:36:03 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:36:03 Fetched 0 B in 0s (0 B/s) 18:36:03 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:36:03 Fetched 0 B in 0s (0 B/s) 18:36:03 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:36:03 Fetched 0 B in 0s (0 B/s) 18:36:03 Pulling edgex-go 18:36:03 + snapcraftctl pull 18:36:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:36:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:36:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:36:25 Fetched 0 B in 0s (0 B/s) 18:36:25 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:36:25 Fetched 96.5 kB in 0s (0 B/s) 18:36:25 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:36:25 Fetched 279 kB in 0s (0 B/s) 18:36:25 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:36:25 Fetched 122 kB in 0s (0 B/s) 18:36:25 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:36:25 Fetched 77.8 kB in 0s (0 B/s) 18:36:25 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:36:25 Fetched 8848 B in 0s (0 B/s) 18:36:25 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:36:25 Fetched 47.8 kB in 0s (0 B/s) 18:36:25 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:36:25 Fetched 45.6 kB in 0s (0 B/s) 18:36:25 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:36:25 Fetched 15.0 kB in 0s (0 B/s) 18:36:25 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 18:36:25 Fetched 219 kB in 0s (0 B/s) 18:36:25 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:36:25 Fetched 154 kB in 0s (0 B/s) 18:36:25 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:36:25 Fetched 50.6 kB in 0s (0 B/s) 18:36:25 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:36:25 Fetched 14.8 kB in 0s (0 B/s) 18:36:25 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:36:25 Fetched 41.8 kB in 0s (0 B/s) 18:36:25 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:36:25 Fetched 499 kB in 0s (0 B/s) 18:36:25 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:36:25 Fetched 111 kB in 0s (0 B/s) 18:36:25 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:36:25 Fetched 240 kB in 0s (0 B/s) 18:36:25 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:36:25 Fetched 29.3 kB in 0s (0 B/s) 18:36:25 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:36:25 Fetched 85.5 kB in 0s (0 B/s) 18:36:25 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:36:25 Fetched 24.5 kB in 0s (0 B/s) 18:36:25 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:36:25 Fetched 49.2 kB in 0s (0 B/s) 18:36:25 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:36:25 Fetched 54.2 kB in 0s (0 B/s) 18:36:25 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:36:25 Fetched 30.8 kB in 0s (0 B/s) 18:36:25 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:36:25 Fetched 15.8 kB in 0s (0 B/s) 18:36:25 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:36:25 Fetched 85.9 kB in 0s (0 B/s) 18:36:25 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:36:25 Fetched 8720 B in 0s (0 B/s) 18:36:25 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 18:36:25 Fetched 137 kB in 0s (0 B/s) 18:36:25 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:36:25 Fetched 119 kB in 0s (0 B/s) 18:36:25 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 18:36:25 Fetched 110 kB in 0s (0 B/s) 18:36:25 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:36:25 Fetched 11.1 kB in 0s (0 B/s) 18:36:25 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:36:25 Fetched 645 kB in 0s (0 B/s) 18:36:25 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:36:25 Fetched 41.3 kB in 0s (0 B/s) 18:36:25 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:36:25 Fetched 17.9 kB in 0s (0 B/s) 18:36:25 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:36:25 Fetched 368 kB in 0s (0 B/s) 18:36:25 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:36:25 Fetched 187 kB in 0s (0 B/s) 18:36:25 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:36:25 Fetched 175 kB in 0s (0 B/s) 18:36:25 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:36:25 Fetched 206 kB in 0s (0 B/s) 18:36:25 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 18:36:25 Fetched 1301 kB in 0s (0 B/s) 18:36:25 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:36:25 Fetched 36.2 kB in 0s (0 B/s) 18:36:25 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 18:36:25 Fetched 159 kB in 0s (0 B/s) 18:36:25 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:36:25 Fetched 107 kB in 0s (0 B/s) 18:36:25 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:36:25 Fetched 48.7 kB in 0s (0 B/s) 18:36:25 Pulling static-packages 18:36:25 + snapcraftctl pull 18:36:25 Pulling version 18:36:25 + cd /root/project 18:36:25 + [ -f VERSION ] 18:36:25 + PROJECT_VERSION=local-dev 18:36:25 + git rev-parse --short HEAD 18:36:25 + GIT_REVISION=96086116 18:36:25 + snapcraftctl set-version local-dev 18:36:25 Skipping build go-build-helper (already ran) 18:36:25 Building app-service-config 18:36:25 + make build 18:36:25 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 18:36:28 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 18:36:28 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 18:36:28 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 18:36:28 go: downloading github.com/google/uuid v1.2.0 18:36:28 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 18:36:28 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:36:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 18:36:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 18:36:29 go: downloading github.com/pelletier/go-toml v1.2.0 18:36:29 go: downloading github.com/BurntSushi/toml v0.3.1 18:36:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:36:29 go: downloading github.com/go-kit/kit v0.8.0 18:36:29 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 18:36:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:36:29 go: downloading github.com/x448/float16 v0.8.4 18:36:29 go: downloading github.com/go-playground/validator/v10 v10.4.1 18:36:29 go: downloading github.com/gorilla/mux v1.8.0 18:36:29 go: downloading github.com/hashicorp/consul/api v1.8.1 18:36:29 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:36:29 go: downloading github.com/mitchellh/copystructure v1.0.0 18:36:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:36:29 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 18:36:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:36:29 go: downloading github.com/go-playground/universal-translator v0.17.0 18:36:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:36:29 go: downloading github.com/hashicorp/serf v0.9.5 18:36:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:36:29 go: downloading github.com/leodido/go-urn v1.2.0 18:36:29 go: downloading github.com/go-playground/locales v0.13.0 18:36:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:36:29 go: downloading github.com/pebbe/zmq4 v1.2.7 18:36:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:36:29 go: downloading github.com/hashicorp/go-hclog v0.12.0 18:36:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 18:36:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:36:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:36:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:36:30 go: downloading github.com/mattn/go-isatty v0.0.12 18:36:30 go: downloading github.com/fatih/color v1.9.0 18:36:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:36:30 go: downloading github.com/gorilla/websocket v1.4.2 18:36:30 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 18:36:30 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 18:36:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:36:30 go: downloading github.com/mattn/go-colorable v0.1.6 18:36:40 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 18:36:40 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 18:36:40 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 18:36:40 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 18:36:40 Building config-common 18:36:40 + snapcraftctl build 18:36:42 Building edgex-go 18:36:42 + cd /root/parts/edgex-go/src 18:36:42 + make build 18:36:42 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:36:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 18:36:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 18:36:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 18:36:43 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:36:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 18:36:43 go: downloading github.com/imdario/mergo v0.3.12 18:36:43 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 18:36:43 go: downloading github.com/pelletier/go-toml v1.9.0 18:36:43 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 18:36:43 go: downloading github.com/go-playground/validator/v10 v10.5.0 18:36:43 go: downloading github.com/pkg/errors v0.8.1 18:36:43 go: downloading golang.org/x/text v0.3.2 18:36:47 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:36:47 go: downloading gopkg.in/yaml.v2 v2.4.0 18:36:53 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:36: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 18:36:56 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:36:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:36:56 go: downloading github.com/stretchr/testify v1.7.0 18:36:56 go: downloading github.com/davecgh/go-spew v1.1.1 18:36:56 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:36:56 go: downloading github.com/pmezard/go-difflib v1.0.0 18:36: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:36:58 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:36:58 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:36:59 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:37:01 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:37:02 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:37:03 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:37:03 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:37:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:37:04 go: downloading github.com/lib/pq v1.10.1 18:37:06 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:37:06 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:37:06 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:37:06 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:37:06 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:37:06 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:37:06 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:37:06 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:37:06 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:37:06 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:37:06 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:37:06 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:37:06 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:37:06 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:37:06 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:37:06 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:37:06 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:37:06 + 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 18:37:06 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:37:06 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:37:06 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 18:37:06 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:37:06 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:37:06 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:37:06 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:37:06 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:37:10 Building static-packages 18:37:10 + snapcraftctl build 18:37:12 Building version 18:37:12 + snapcraftctl build 18:37:13 Skipping stage go-build-helper (already ran) 18:37:13 Staging app-service-config 18:37:13 + snapcraftctl stage 18:37:14 Staging config-common 18:37:14 + snapcraftctl stage 18:37:15 Staging edgex-go 18:37:15 + snapcraftctl stage 18:37:16 Staging static-packages 18:37:16 + snapcraftctl stage 18:37:18 Staging version 18:37:18 + snapcraftctl stage 18:37:19 Priming go-build-helper 18:37:19 + snapcraftctl prime 18:37:19 Priming app-service-config 18:37:19 + snapcraftctl prime 18:37:20 Priming config-common 18:37:20 + snapcraftctl prime 18:37:22 Priming edgex-go 18:37:22 + snapcraftctl prime 18:37:23 Priming static-packages 18:37:23 + snapcraftctl prime 18:37:25 Priming version 18:37:25 + snapcraftctl prime 18:37:26 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 18:37:29 provisioning config files... 18:37:29 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6786852731908171547tmp [Pipeline] { [Pipeline] sh 18:37:30 + set +x 18:37:30 + curl -s https://codecov.io/bash 18:37:30 + bash -s -- 18:37:30 18:37:30 _____ _ 18:37:30 / ____| | | 18:37:30 | | ___ __| | ___ ___ _____ __ 18:37:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:37:30 | |___| (_) | (_| | __/ (_| (_) \ V / 18:37:30 \_____\___/ \__,_|\___|\___\___/ \_/ 18:37:30 Bash-1.0.2 18:37:30 18:37:30 18:37:30 ==> git version 2.24.3 found 18:37:30 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:37:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:37:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:37:30 ==> Jenkins CI detected. 18:37:30 project root: . 18:37:30 --> token set from env 18:37:31 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:37:31 ==> Running gcov in . (disable via -X gcov) 18:37:31 ==> Python coveragepy not found 18:37:31 ==> Searching for coverage reports in: 18:37:31 + . 18:37:31 -> Found 1 reports 18:37:31 ==> Detecting git/mercurial file structure 18:37:31 ==> Reading reports 18:37:31 + ./coverage.out bytes=689628 18:37:31 ==> Appending adjustments 18:37:31 https://docs.codecov.io/docs/fixing-reports 18:37:43 + Found adjustments 18:37:43 ==> Gzipping contents 18:37:43 100K /tmp/codecov.3YGwGI.gz 18:37:43 ==> Uploading reports 18:37:43 url: https://codecov.io 18:37:43 query: branch=PR-3400&commit=96086116948ca23ac3f4c7454cd233267f47702e&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3400%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3400&job=&cmd_args= 18:37:43 -> Pinging Codecov 18:37:43 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3400&commit=96086116948ca23ac3f4c7454cd233267f47702e&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3400%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3400&job=&cmd_args= 18:37:43 -> Uploading to 18:37:43 https://storage.googleapis.com/codecov/v4/raw/2021-04-27/00271124DB129430A58F1EEE437C3FCB/96086116948ca23ac3f4c7454cd233267f47702e/6493abb3-d9ba-49d1-972c-725464bd0b98.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210427T183743Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8119cb2abc42d48d5525ebfb8e9d88b0c8f395846fbf562e2fbb4461e90db906 18:37:43 % Total % Received % Xferd Average Speed Time Time Time Current 18:37:43 Dload Upload Total Spent Left Speed 18:37:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99010 0 0 100 99010 0 134k --:--:-- --:--:-- --:--:-- 134k 18:37:44 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/96086116948ca23ac3f4c7454cd233267f47702e [Pipeline] } 18:37:44 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 18:37:45 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:37:47 ---> package-listing.sh 18:37:47 ++ facter osfamily 18:37:47 ++ tr '[:upper:]' '[:lower:]' 18:37:47 + OS_FAMILY=redhat 18:37:47 + workspace=/w/workspace/edgex-go/5 18:37:47 + START_PACKAGES=/tmp/packages_start.txt 18:37:47 + END_PACKAGES=/tmp/packages_end.txt 18:37:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:37:47 + PACKAGES=/tmp/packages_start.txt 18:37:47 + '[' /w/workspace/edgex-go/5 ']' 18:37:47 + PACKAGES=/tmp/packages_end.txt 18:37:47 + case "${OS_FAMILY}" in 18:37:47 + rpm -qa 18:37:47 + sort 18:38:00 + '[' -f /tmp/packages_start.txt ']' 18:38:00 + '[' -f /tmp/packages_end.txt ']' 18:38:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:38:00 + '[' /w/workspace/edgex-go/5 ']' 18:38:00 + mkdir -p /w/workspace/edgex-go/5/archives/ 18:38:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 18:38:00 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:38:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:38:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:01 18:38:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:38:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:02 alpine: Pulling from edgex-lftools-log-publisher 18:38:02 df20fa9351a1: Pulling fs layer 18:38:02 36b3adc4ff6f: Pulling fs layer 18:38:02 8ad3a11d3b57: Pulling fs layer 18:38:02 46f8f816bc3b: Pulling fs layer 18:38:02 93b61091891f: Pulling fs layer 18:38:02 93b9cdb0e59b: Pulling fs layer 18:38:02 5e14af77c1be: Pulling fs layer 18:38:02 01666e4c0597: Pulling fs layer 18:38:02 aa168da1d23b: Pulling fs layer 18:38:02 93b61091891f: Waiting 18:38:02 93b9cdb0e59b: Waiting 18:38:02 5e14af77c1be: Waiting 18:38:02 01666e4c0597: Waiting 18:38:02 aa168da1d23b: Waiting 18:38:02 46f8f816bc3b: Waiting 18:38:02 36b3adc4ff6f: Verifying Checksum 18:38:02 36b3adc4ff6f: Download complete 18:38:02 46f8f816bc3b: Verifying Checksum 18:38:02 46f8f816bc3b: Download complete 18:38:02 df20fa9351a1: Verifying Checksum 18:38:02 df20fa9351a1: Download complete 18:38:02 93b9cdb0e59b: Verifying Checksum 18:38:02 93b9cdb0e59b: Download complete 18:38:02 5e14af77c1be: Verifying Checksum 18:38:02 5e14af77c1be: Download complete 18:38:02 01666e4c0597: Verifying Checksum 18:38:02 01666e4c0597: Download complete 18:38:03 93b61091891f: Download complete 18:38:04 8ad3a11d3b57: Verifying Checksum 18:38:04 8ad3a11d3b57: Download complete 18:38:05 df20fa9351a1: Pull complete 18:38:06 36b3adc4ff6f: Pull complete 18:38:10 8ad3a11d3b57: Pull complete 18:38:10 46f8f816bc3b: Pull complete 18:38:11 aa168da1d23b: Verifying Checksum 18:38:11 aa168da1d23b: Download complete 18:38:11 93b61091891f: Pull complete 18:38:12 93b9cdb0e59b: Pull complete 18:38:12 5e14af77c1be: Pull complete 18:38:13 01666e4c0597: Pull complete 18:38:41 aa168da1d23b: Pull complete 18:38:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:38:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:38:41 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:38:41 prd-centos7-docker-4c-2g-2070 does not seem to be running inside a container 18:38:41 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:38:47 $ docker top 43d1af45f3b22342220eb15c3fa77e72d02dd2b9d36441fd68190ad7eb3a31b8 -eo pid,comm [Pipeline] { [Pipeline] sh 18:38:48 + touch /tmp/pre-build-complete [Pipeline] sh 18:38:49 + mkdir -p /var/log/sa [Pipeline] sh 18:38:50 + ls /var/log/sa-host 18:38:50 + sadf -c /var/log/sa-host/sa23 18:38:50 file_magic: OK 18:38:50 HZ: Using current value: 100 18:38:50 file_header: OK 18:38:50 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 18:38:50 Statistics: 18:38:50 Hnuu...uuuununununu... 18:38:50 File successfully converted to sysstat format version 12.2.1 18:38:50 + sadf -c /var/log/sa-host/sa27 18:38:50 file_magic: OK 18:38:50 HZ: Using current value: 100 18:38:50 file_header: OK 18:38:50 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 18:38:50 Statistics: 18:38:50 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:38:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:38:51 provisioning config files... 18:38:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config7716297682154450485tmp [Pipeline] { [Pipeline] echo 18:38:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:38:52 ---> create-netrc.sh [Pipeline] } 18:38:52 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:38:52 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:38:52 ---> python-tools-install.sh [Pipeline] echo 18:38:52 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:38:53 ---> sudo-logs.sh 18:38:53 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:38:53 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:38:53 ---> job-cost.sh 18:38:53 lf-activate-venv: SKIPPING 18:38:53 DEBUG: total: 0.20999999344348907 18:38:53 INFO: Retrieving Stack Cost... 18:38:55 INFO: Retrieving Pricing Info for: v1-standard-2 18:38:56 INFO: Archiving Costs [Pipeline] echo 18:38:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:38:57 ---> logs-deploy.sh 18:38:57 lf-activate-venv: SKIPPING 18:38:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3400/5 18:38:57 INFO: archiving workspace using pattern(s): 18:39:02 Archives upload complete. 18:39:02 INFO: archiving logs to Nexus