Pull request #3228 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1+f11e4988ceb8c382fc034555d9d0b35dfdaf49ab (9ab86a079e47c55e78ee8f2e64b0d9b4244ad2d9) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-28739 in /w/workspace/edgexfoundry_edgex-go_PR-3228 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 > 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/3228/head:refs/remotes/origin/PR-3228 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 Checking out Revision 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 (PR-3228) > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # 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 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 Commit message: "Merge branch 'master' into proxy-setup-config" > git rev-list --no-walk 581ae7452407347f2198823b46abb8b0879b19ee # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:43:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:43:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:43:24 ========================================================= 18:43:24 EdgeX Global Pipelines Version Info 18:43:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:43:27 ------------------- 18:43:27 stable info: 18:43:27 ------------------- 18:43:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:43:27 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:43:27 Message: update stable to v1.0.184 18:43:28 ------------------- 18:43:28 experimental info: 18:43:28 ------------------- 18:43:28 Commited By: **** collab-it+edgex@linuxfoundation.org 18:43:28 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:43:28 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:43:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:43:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:43:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:43:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:43:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:43:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:43:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:43:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3228 [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3228 [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3228 [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75b1490 [Pipeline] echo 18:43:30 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:43:31 provisioning config files... 18:43:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config5528458410100889442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:43:31 ---> docker-login.sh 18:43:31 nexus3.edgexfoundry.org:10001 18:43:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:33 Configure a credential helper to remove this warning. See 18:43:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:33 18:43:33 Login Succeeded 18:43:33 nexus3.edgexfoundry.org:10002 18:43:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:33 Configure a credential helper to remove this warning. See 18:43:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:33 18:43:33 Login Succeeded 18:43:33 nexus3.edgexfoundry.org:10003 18:43:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:33 Configure a credential helper to remove this warning. See 18:43:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:33 18:43:33 Login Succeeded 18:43:33 nexus3.edgexfoundry.org:10004 18:43:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:34 Configure a credential helper to remove this warning. See 18:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:34 18:43:34 Login Succeeded 18:43:34 docker.io 18:43:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:43:34 Configure a credential helper to remove this warning. See 18:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:43:34 18:43:34 Login Succeeded 18:43:34 ---> docker-login.sh ends [Pipeline] } 18:43:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:43:35 ++ 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:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/core-command/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo core-command,cmd/core-command/Dockerfile 18:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/core-data/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo core-data,cmd/core-data/Dockerfile 18:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/core-metadata/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo core-metadata,cmd/core-metadata/Dockerfile 18:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/security-bootstrapper/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/security-proxy-setup/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/support-notifications/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo support-notifications,cmd/support-notifications/Dockerfile 18:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/support-scheduler/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:43:35 + for file in '`ls cmd/**/Dockerfile`' 18:43:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:43:35 ++ cut -d/ -f2 18:43:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:43:35 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:43:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:36 18:43:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:43:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:36 latest: Pulling from edgex-devops/git-semver 18:43:36 31603596830f: Pulling fs layer 18:43:36 2a8b12db71e7: Pulling fs layer 18:43:36 6ca5941a6612: Pulling fs layer 18:43:36 ecc8261a40a4: Pulling fs layer 18:43:36 ecc8261a40a4: Waiting 18:43:36 2a8b12db71e7: Verifying Checksum 18:43:36 2a8b12db71e7: Download complete 18:43:36 31603596830f: Verifying Checksum 18:43:36 31603596830f: Download complete 18:43:37 ecc8261a40a4: Verifying Checksum 18:43:37 ecc8261a40a4: Download complete 18:43:37 6ca5941a6612: Verifying Checksum 18:43:37 6ca5941a6612: Download complete 18:43:37 31603596830f: Pull complete 18:43:37 2a8b12db71e7: Pull complete 18:43:39 6ca5941a6612: Pull complete 18:43:40 ecc8261a40a4: Pull complete 18:43:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:43:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:43:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:43:41 prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container 18:43:42 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:43:46 $ docker top 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:43:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:47 [ssh-agent] Looking for ssh-agent implementation... 18:43:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:49 $ docker exec 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f ssh-agent 18:43:49 SSH_AUTH_SOCK=/tmp/ssh-k0rgkIcMIzMH/agent.11 18:43:49 SSH_AGENT_PID=17 18:43:49 Running ssh-add (command line suppressed) 18:43:49 Identity added: /w/workspace/edgex-go/3@tmp/private_key_476013627569563154.key (/w/workspace/edgex-go/3@tmp/private_key_476013627569563154.key) 18:43:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:50 + git tag --points-at HEAD [Pipeline] } 18:43:50 $ docker exec --env ******** --env ******** 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f ssh-agent -k 18:43:51 unset SSH_AUTH_SOCK; 18:43:51 unset SSH_AGENT_PID; 18:43:51 echo Agent pid 17 killed; 18:43:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:43:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:43:51 [ssh-agent] Looking for ssh-agent implementation... 18:43:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:43:52 $ docker exec 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f ssh-agent 18:43:52 SSH_AUTH_SOCK=/tmp/ssh-NZtDUHgKLyfJ/agent.46 18:43:52 SSH_AGENT_PID=51 18:43:52 Running ssh-add (command line suppressed) 18:43:52 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3027688929851264032.key (/w/workspace/edgex-go/3@tmp/private_key_3027688929851264032.key) 18:43:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:43:53 + git semver init 18:43:53 # -> Open(): unable to determine branch for HEAD 18:43:53 # $GIT_DIR = /w/workspace/edgex-go/3/.git 18:43:53 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 18:43:53 # $SEMVER_REMOTE_NAME = origin 18:43:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:43:53 # $SEMVER_USER_NAME = edgex-jenkins 18:43:53 # $SEMVER_BRANCH = PR-3228 18:43:53 # $SEMVER_TEMP = /tmp/semver-229903663 18:43:53 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:44:40 # '/tmp/semver-229903663' -> '/w/workspace/edgex-go/3/.semver' 18:44:40 # -> Force: false 18:44:40 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 18:44:40 $ docker exec --env ******** --env ******** 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f ssh-agent -k 18:44:42 unset SSH_AUTH_SOCK; 18:44:42 unset SSH_AGENT_PID; 18:44:42 echo Agent pid 51 killed; 18:44:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:44:44 + git semver [Pipeline] } 18:44:44 $ docker stop --time=1 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f 18:44:46 $ docker rm -f 2de9a2125ff7ff174efa3c7abd0ef1a5a53b272388fa1901d3139448f083395f [Pipeline] // withDockerContainer [Pipeline] sh 18:44:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:44:49 Stashed 1 file(s) [Pipeline] echo 18:44:49 [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:44:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:44:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:44:51 + true 18:44:51 + sudo service docker restart 18:44:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:44:52 ========================================================= 18:44:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:44:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:44:53 + 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:45:04 Still waiting to schedule task 18:45:04 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:45:05 Sending build context to Docker daemon 328.3MB 18:45:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:45:05 Step 2/6 : FROM ${BASE} 18:45:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:45:05 188c0c94c7c5: Pulling fs layer 18:45:05 0ef7d3d256c8: Pulling fs layer 18:45:05 de9db76c5a1d: Pulling fs layer 18:45:05 bca2f99d35d6: Pulling fs layer 18:45:05 93359f2a8cfa: Pulling fs layer 18:45:05 7c6f9722023f: Pulling fs layer 18:45:05 a35cf1a2eb13: Pulling fs layer 18:45:05 bca2f99d35d6: Waiting 18:45:05 93359f2a8cfa: Waiting 18:45:05 7c6f9722023f: Waiting 18:45:05 a35cf1a2eb13: Waiting 18:45:05 de9db76c5a1d: Verifying Checksum 18:45:05 de9db76c5a1d: Download complete 18:45:05 0ef7d3d256c8: Verifying Checksum 18:45:05 0ef7d3d256c8: Download complete 18:45:05 93359f2a8cfa: Verifying Checksum 18:45:05 93359f2a8cfa: Download complete 18:45:05 7c6f9722023f: Verifying Checksum 18:45:05 7c6f9722023f: Download complete 18:45:05 188c0c94c7c5: Verifying Checksum 18:45:05 188c0c94c7c5: Download complete 18:45:06 188c0c94c7c5: Pull complete 18:45:06 0ef7d3d256c8: Pull complete 18:45:08 de9db76c5a1d: Pull complete 18:45:10 a35cf1a2eb13: Verifying Checksum 18:45:10 a35cf1a2eb13: Download complete 18:45:11 bca2f99d35d6: Verifying Checksum 18:45:11 bca2f99d35d6: Download complete 18:45:27 bca2f99d35d6: Pull complete 18:45:27 93359f2a8cfa: Pull complete 18:45:28 7c6f9722023f: Pull complete 18:45:37 a35cf1a2eb13: Pull complete 18:45:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:45:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:45:37 ---> a62c8e92a672 18:45: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:45:37 ---> Running in ae9c44c56649 18:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:45:40 (1/12) Installing libmagic (5.38-r0) 18:45:40 (2/12) Installing file (5.38-r0) 18:45:40 (3/12) Installing libc-dev (0.7.2-r3) 18:45:40 (4/12) Installing g++ (9.3.0-r2) 18:45:46 (5/12) Installing fortify-headers (1.1-r0) 18:45:46 (6/12) Installing patch (2.7.6-r6) 18:45:46 (7/12) Installing build-base (0.5-r2) 18:45:46 (8/12) Installing libsodium (1.0.18-r0) 18:45:46 (9/12) Installing pkgconf (1.7.2-r0) 18:45:46 (10/12) Installing libsodium-dev (1.0.18-r0) 18:45:46 (11/12) Installing libzmq (4.3.3-r0) 18:45:46 (12/12) Installing zeromq-dev (4.3.3-r0) 18:45:46 Executing busybox-1.31.1-r19.trigger 18:45:46 OK: 233 MiB in 51 packages 18:45:55 Removing intermediate container ae9c44c56649 18:45:55 ---> 304e557ce59f 18:45:55 Step 4/6 : WORKDIR /edgex-go 18:45:55 ---> Running in 3569c638bd4a 18:45:55 Removing intermediate container 3569c638bd4a 18:45:55 ---> 56a533c5f26b 18:45:55 Step 5/6 : COPY go.mod . 18:45:55 ---> 5c01e8dc6d94 18:45:55 Step 6/6 : RUN go mod download 18:45:55 ---> Running in 64ed0c37bbcc 18:46:53 Removing intermediate container 64ed0c37bbcc 18:46:53 ---> 48a24ec47e52 18:46:53 Successfully built 48a24ec47e52 18:46:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:46:55 + docker inspect -f . ci-base-image-x86_64 18:46:56 . [Pipeline] withDockerContainer 18:46:56 prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container 18:46:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:47:01 $ docker top 3b6059bd10f8ab046da7d716d25a63d0027093b94d7e22f357f01a43289c0ff3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:47:03 + go version 18:47:03 go version go1.15.5 linux/amd64 [Pipeline] } 18:47:03 $ docker stop --time=1 3b6059bd10f8ab046da7d716d25a63d0027093b94d7e22f357f01a43289c0ff3 18:47:07 $ docker rm -f 3b6059bd10f8ab046da7d716d25a63d0027093b94d7e22f357f01a43289c0ff3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:47:08 + docker inspect -f . ci-base-image-x86_64 18:47:08 . [Pipeline] withDockerContainer 18:47:09 prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container 18:47:09 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:47:12 $ docker top d36dfca5d2139d4777d39bd7bbd87d04d8f05f178198f9d809a6f46121c98aa8 -eo pid,comm [Pipeline] { [Pipeline] echo 18:47:12 ========================================================= 18:47:12 [edgeXBuildGoParallel] Running Tests and Build... 18:47:12 ========================================================= [Pipeline] sh 18:47:13 + make test 18:47:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:47:53 ? github.com/edgexfoundry/edgex-go [no test files] 18:49:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:49:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:49:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:49:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:49:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:49:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:49:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:49:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:49:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:49:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:49:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:49:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:49:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:49:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 2.908s coverage: 45.9% of statements 18:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:49:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:49:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.534s coverage: 100.0% of statements 18:49:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.996s coverage: 27.1% of statements 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:49:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.724s coverage: 100.0% of statements 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:49:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.299s coverage: 100.0% of statements 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:49:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 66.2% of statements 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:49:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:49:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.973s coverage: 82.4% of statements 18:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:49:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.500s coverage: 28.6% of statements 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.313s coverage: 100.0% of statements 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.381s coverage: 100.0% of statements 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.376s coverage: 86.7% of statements 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:50:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.329s coverage: 78.3% of statements 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:50:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:50:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28747 in /w/workspace/edgexfoundry_edgex-go_PR-3228 [Pipeline] { [Pipeline] ws 18:50:10 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 18:50:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.738s coverage: 92.8% of statements 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:50:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.099s coverage: 58.8% of statements 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:50:13 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.141s coverage: 0.1% of statements 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:50:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:50:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.056s coverage: 47.1% of statements 18:50:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.139s coverage: 79.5% of statements 18:50:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements 18:50:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.183s coverage: 96.3% of statements 18:50:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 18:50:16 using credential edgex-jenkins-ssh 18:50:16 Cloning the remote Git repository 18:50:17 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:50:17 > git init /w/workspace/edgex-go/3 # timeout=10 18:50:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:50:17 > git --version # timeout=10 18:50:17 > git --version # 'git version 2.17.1' 18:50:17 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.126s coverage: 94.4% of statements 18:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.134s coverage: 44.8% of statements 18:50:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.387s coverage: 81.4% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.129s coverage: 92.9% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.038s coverage: 77.8% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.072s coverage: 100.0% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.095s coverage: 75.5% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.8% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.6% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.365s coverage: 62.4% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.049s coverage: 100.0% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.823s coverage: 69.0% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.193s coverage: 38.4% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.140s coverage: 89.5% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.057s coverage: 84.8% of statements 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.0% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.175s coverage: 100.0% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:50:41 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.061s coverage: 100.0% of statements 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:50:41 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:50:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.240s coverage: 88.5% of statements 18:50:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:50:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:50:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:50:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.516s coverage: 29.1% of statements 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:50:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.122s coverage: 99.0% of statements 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:50:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.104s coverage: 100.0% of statements 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:50:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:50:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.119s coverage: 95.6% of statements 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:50:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:50:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:50:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:50:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.050s coverage: 87.9% of statements 18:50:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:50:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:50:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements 18:50:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.041s coverage: 32.1% of statements 18:50:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements 18:50:47 GO111MODULE=on go vet ./... 18:50:48 Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 18:50:49 Merge succeeded, producing 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 18:50:49 Checking out Revision 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 (PR-3228) 18:50:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:50:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:50:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:50:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:50:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3228/head:refs/remotes/origin/PR-3228 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:48 > git config core.sparsecheckout # timeout=10 18:50:48 > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 18:50:49 > git remote # timeout=10 18:50:49 > git config --get remote.origin.url # timeout=10 18:50:49 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:49 > git merge f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 18:50:49 > git rev-parse HEAD^{commit} # timeout=10 18:50:49 > git config core.sparsecheckout # timeout=10 18:50:49 > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 18:50:54 Commit message: "Merge branch 'master' into proxy-setup-config" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:50:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:50:56 + sudo service docker restart 18:50:56 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:50:59 provisioning config files... 18:50:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3977103554833435180tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:50:59 ---> docker-login.sh 18:50:59 nexus3.edgexfoundry.org:10001 18:51:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:01 Configure a credential helper to remove this warning. See 18:51:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:01 18:51:01 Login Succeeded 18:51:01 nexus3.edgexfoundry.org:10002 18:51:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:01 Configure a credential helper to remove this warning. See 18:51:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:01 18:51:01 Login Succeeded 18:51:01 nexus3.edgexfoundry.org:10003 18:51:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:02 Configure a credential helper to remove this warning. See 18:51:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:02 18:51:02 Login Succeeded 18:51:02 nexus3.edgexfoundry.org:10004 18:51:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:03 Configure a credential helper to remove this warning. See 18:51:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:03 18:51:03 Login Succeeded 18:51:03 docker.io 18:51:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:51:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:51:04 Configure a credential helper to remove this warning. See 18:51:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:51:04 18:51:04 Login Succeeded 18:51:04 ---> docker-login.sh ends [Pipeline] } 18:51:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:51:04 ========================================================= 18:51:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:51:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:51:05 + 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:51:07 Sending build context to Docker daemon 166.6MB 18:51:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:51:07 Step 2/6 : FROM ${BASE} 18:51:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:51:07 5f621e34cdf4: Pulling fs layer 18:51:07 a4357932f1b6: Pulling fs layer 18:51:07 18c013af1878: Pulling fs layer 18:51:07 00ac8860ef70: Pulling fs layer 18:51:07 63d7cb157983: Pulling fs layer 18:51:07 b116817d02f9: Pulling fs layer 18:51:07 745a02a5169b: Pulling fs layer 18:51:07 63d7cb157983: Waiting 18:51:07 b116817d02f9: Waiting 18:51:07 745a02a5169b: Waiting 18:51:07 00ac8860ef70: Waiting 18:51:07 18c013af1878: Download complete 18:51:07 a4357932f1b6: Download complete 18:51:07 63d7cb157983: Download complete 18:51:08 b116817d02f9: Verifying Checksum 18:51:08 b116817d02f9: Download complete 18:51:08 5f621e34cdf4: Verifying Checksum 18:51:08 5f621e34cdf4: Download complete 18:51:08 5f621e34cdf4: Pull complete 18:51:09 a4357932f1b6: Pull complete 18:51:09 18c013af1878: Pull complete 18:51:10 745a02a5169b: Verifying Checksum 18:51:10 745a02a5169b: Download complete 18:51:11 00ac8860ef70: Verifying Checksum 18:51:11 00ac8860ef70: Download complete 18:51:22 00ac8860ef70: Pull complete 18:51:22 63d7cb157983: Pull complete 18:51:22 b116817d02f9: Pull complete 18:51:25 745a02a5169b: Pull complete 18:51:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:51:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:51:25 ---> b7e6874047d6 18:51:25 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:51:30 ---> Running in 7490f0dd3c29 18:51:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:32 (1/12) Installing libmagic (5.38-r0) 18:51:32 (2/12) Installing file (5.38-r0) 18:51:32 (3/12) Installing libc-dev (0.7.2-r3) 18:51:32 (4/12) Installing g++ (9.3.0-r2) 18:51:36 (5/12) Installing fortify-headers (1.1-r0) 18:51:36 (6/12) Installing patch (2.7.6-r6) 18:51:36 (7/12) Installing build-base (0.5-r2) 18:51:36 (8/12) Installing libsodium (1.0.18-r0) 18:51:36 (9/12) Installing pkgconf (1.7.2-r0) 18:51:36 (10/12) Installing libsodium-dev (1.0.18-r0) 18:51:36 (11/12) Installing libzmq (4.3.3-r0) 18:51:36 (12/12) Installing zeromq-dev (4.3.3-r0) 18:51:36 Executing busybox-1.31.1-r19.trigger 18:51:36 OK: 217 MiB in 51 packages 18:51:41 Removing intermediate container 7490f0dd3c29 18:51:41 ---> 49796c46cb8f 18:51:41 Step 4/6 : WORKDIR /edgex-go 18:51:41 ---> Running in 68a2fc4081d4 18:51:42 Removing intermediate container 68a2fc4081d4 18:51:42 ---> 0fccc9d20ea8 18:51:42 Step 5/6 : COPY go.mod . 18:51:42 ---> 3048ab8a79a5 18:51:42 Step 6/6 : RUN go mod download 18:51:42 ---> Running in 248be88fbef1 18:52:15 Removing intermediate container 248be88fbef1 18:52:15 ---> 0a307382f0bb 18:52:15 Successfully built 0a307382f0bb 18:52:15 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:52:15 + docker inspect -f . ci-base-image-arm64 18:52:15 . [Pipeline] withDockerContainer 18:52:15 prd-ubuntu18.04-docker-arm64-4c-16g-28747 does not seem to be running inside a container 18:52:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:52:17 $ docker top f2dc10893c690ecd958b3ea6c0e0d55df233304052024a0b68df5b85173644be -eo pid,comm [Pipeline] { [Pipeline] sh 18:52:18 + go version 18:52:18 go version go1.15.5 linux/arm64 [Pipeline] } 18:52:18 $ docker stop --time=1 f2dc10893c690ecd958b3ea6c0e0d55df233304052024a0b68df5b85173644be 18:52:20 $ docker rm -f f2dc10893c690ecd958b3ea6c0e0d55df233304052024a0b68df5b85173644be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:52:21 + docker inspect -f . ci-base-image-arm64 18:52:21 . [Pipeline] withDockerContainer 18:52:22 prd-ubuntu18.04-docker-arm64-4c-16g-28747 does not seem to be running inside a container 18:52:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:52:23 $ docker top 125f13455c49506b410a7844e422c48101bd7c2a41dc748f57c5f5bd826755ee -eo pid,comm [Pipeline] { [Pipeline] echo 18:52:24 ========================================================= 18:52:24 [edgeXBuildGoParallel] Running Tests and Build... 18:52:24 ========================================================= [Pipeline] sh 18:52:24 + make test 18:52:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:52:27 gofmt -l . 18:52:27 [ "`gofmt -l .`" = "" ] 18:52:27 ./bin/test-go-mod-tidy.sh 18:52:27 ./bin/test-attribution-txt.sh [Pipeline] sh 18:52:30 + ls -al . 18:52:30 total 732 18:52:30 drwxrwxr-x 10 1001 1001 4096 Mar 5 18:52 . 18:52:30 drwxr-xr-x 4 root root 28 Mar 5 18:47 .. 18:52:30 -rw-rw-r-- 1 1001 1001 11 Mar 5 18:43 .dockerignore 18:52:30 drwxrwxr-x 8 1001 1001 179 Mar 5 18:43 .git 18:52:30 drwxrwxr-x 3 1001 1001 125 Mar 5 18:43 .github 18:52:30 -rw-rw-r-- 1 1001 1001 818 Mar 5 18:43 .gitignore 18:52:30 drwx------ 3 1001 1001 60 Mar 5 18:44 .semver 18:52:30 -rw-rw-r-- 1 1001 1001 166 Mar 5 18:43 .sonarcloud.properties 18:52:30 -rw-rw-r-- 1 1001 1001 8475 Mar 5 18:43 Attribution.txt 18:52:30 -rw-rw-r-- 1 1001 1001 3804 Mar 5 18:43 CONTRIBUTING.md 18:52:30 -rw-rw-r-- 1 1001 1001 931 Mar 5 18:43 Dockerfile.build 18:52:30 -rw-rw-r-- 1 1001 1001 863 Mar 5 18:43 Jenkinsfile 18:52:30 -rw-rw-r-- 1 1001 1001 10775 Mar 5 18:43 LICENSE 18:52:30 -rw-rw-r-- 1 1001 1001 5774 Mar 5 18:43 Makefile 18:52:30 -rw-rw-r-- 1 1001 1001 6524 Mar 5 18:43 README.md 18:52:30 -rw-rw-r-- 1 1001 1001 6755 Mar 5 18:43 SECURITY.md 18:52:30 -rw-rw-r-- 1 1001 1001 5 Mar 5 18:44 VERSION 18:52:30 -rw-rw-r-- 1 1001 1001 4131 Mar 5 18:43 ZMQWindows.md 18:52:30 drwxrwxr-x 2 1001 1001 117 Mar 5 18:43 bin 18:52:30 drwxrwxr-x 14 1001 1001 4096 Mar 5 18:43 cmd 18:52:30 -rw-r--r-- 1 root root 621194 Mar 5 18:50 coverage.out 18:52:30 -rw-r--r-- 1 root root 1055 Mar 5 18:52 go.mod 18:52:30 -rw-r--r-- 1 root root 21699 Mar 5 18:52 go.sum 18:52:30 drwxrwxr-x 8 1001 1001 127 Mar 5 18:43 internal 18:52:30 drwxrwxr-x 4 1001 1001 26 Mar 5 18:43 openapi 18:52:30 drwxrwxr-x 4 1001 1001 71 Mar 5 18:43 snap 18:52:30 -rw-rw-r-- 1 1001 1001 168 Mar 5 18:43 version.go [Pipeline] sh 18:52:30 + '[' -e coverage.out ] 18:52:30 + chown 1001:1001 coverage.out [Pipeline] stash 18:52:31 Stashed 1 file(s) [Pipeline] sh 18:52:32 + make build 18:52:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:52:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:52:51 ? github.com/edgexfoundry/edgex-go [no test files] 18:53:32 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:53:32 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:53:32 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:53:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:53:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:53:45 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:53:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:53:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:53:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:53:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:53:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:53:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:54:00 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:54:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:54:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:54:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:54:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:54:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:54:03 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:54:04 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:54:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:54:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:54:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] } 18:54:13 $ docker stop --time=1 d36dfca5d2139d4777d39bd7bbd87d04d8f05f178198f9d809a6f46121c98aa8 18:54:17 $ docker rm -f d36dfca5d2139d4777d39bd7bbd87d04d8f05f178198f9d809a6f46121c98aa8 18:54:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 45.9% of statements 18:54:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:54:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:54:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:54:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:54:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:54:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:54:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:54:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:54:23 18:54:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:54:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:54:24 latest: Pulling from edgex-devops/edgex-compose 18:54:24 cbdbe7a5bc2a: Pulling fs layer 18:54:24 ca9280d653b3: Pulling fs layer 18:54:24 7e9c9ca2126c: Pulling fs layer 18:54:24 cbdbe7a5bc2a: Download complete 18:54:25 cbdbe7a5bc2a: Pull complete 18:54:26 ca9280d653b3: Verifying Checksum 18:54:26 ca9280d653b3: Download complete 18:54:26 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.569s coverage: 27.1% of statements 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:54:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:54:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.108s coverage: 100.0% of statements 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:54:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.223s coverage: 66.2% of statements 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:54:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.664s coverage: 82.4% of statements 18:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:54:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:54:29 ca9280d653b3: Pull complete 18:54:29 7e9c9ca2126c: Verifying Checksum 18:54:29 7e9c9ca2126c: Download complete 18:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.097s coverage: 28.6% of statements 18:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.217s coverage: 100.0% of statements 18:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:54:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 18:54:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:54:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.359s coverage: 86.7% of statements 18:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:54:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.435s coverage: 97.5% of statements 18:54:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:54:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements 18:54:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:54:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:54:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:54:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:54:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.280s coverage: 92.8% of statements 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:54:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:54:45 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.192s coverage: 0.1% of statements 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:54:45 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 18:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 79.5% of statements 18:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.079s coverage: 94.1% of statements 18:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 18:54:45 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.058s coverage: 87.5% of statements 18:54:47 7e9c9ca2126c: Pull complete 18:54:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:54:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:54:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:54:48 prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container 18:54:48 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:54:51 $ docker top 1506fb0e73c4e60d22aec0dd45124b477d5b61e7e9af3942dc5789081eb25853 -eo pid,comm [Pipeline] { [Pipeline] sh 18:54:52 + docker-compose build --help 18:54:52 + grep parallel 18:54:56 --parallel Build images in parallel. [Pipeline] } 18:54:56 $ docker stop --time=1 1506fb0e73c4e60d22aec0dd45124b477d5b61e7e9af3942dc5789081eb25853 18:54:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements 18:54:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements 18:54:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.101s coverage: 81.4% of statements 18:54:58 $ docker rm -f 1506fb0e73c4e60d22aec0dd45124b477d5b61e7e9af3942dc5789081eb25853 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:54:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:54:59 . [Pipeline] withDockerContainer 18:54:59 prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container 18:54: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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:55:03 $ docker top e28169d64f6d8380c85a1b02a85a6e82de9a81f9fc44211b51d2103ce56d0cad -eo pid,comm [Pipeline] { [Pipeline] sh 18:55:03 + docker-compose -f ./docker-compose-build.yml build --parallel 18:55:05 Building docker-core-command-go ... 18:55:05 Building docker-core-data-go ... 18:55:05 Building docker-core-metadata-go ... 18:55:05 Building docker-security-bootstrapper-go ... 18:55:05 Building docker-security-proxy-setup-go ... 18:55:05 Building docker-security-secretstore-setup-go ... 18:55:05 Building docker-support-notifications-go ... 18:55:05 Building docker-support-scheduler-go ... 18:55:05 Building docker-sys-mgmt-agent-go ... 18:55:05 Building docker-support-scheduler-go 18:55:05 Building docker-support-notifications-go 18:55:05 Building docker-security-bootstrapper-go 18:55:05 Building docker-security-proxy-setup-go 18:55:05 Building docker-core-data-go 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.119s coverage: 92.9% of statements 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.184s coverage: 91.6% of statements 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.483s coverage: 62.4% of statements 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:55:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 18:55:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 18:55:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.870s coverage: 69.0% of statements 18:55:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:55:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:55:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.474s coverage: 38.4% of statements 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.132s coverage: 89.5% of statements 18:55:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:55:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.080s coverage: 84.8% of statements 18:55:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.437s coverage: 47.0% of statements 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:55:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.165s coverage: 100.0% of statements 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:55:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:55:24 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.374s coverage: 88.5% of statements 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:55:24 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.300s coverage: 29.1% of statements 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:55:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.211s coverage: 95.6% of statements 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:55:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:55:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:55:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.121s coverage: 87.9% of statements 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:55:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:55:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements 18:55:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements 18:55:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 18:55:33 GO111MODULE=on go vet ./... 18:56:55 gofmt -l . 18:56:55 [ "`gofmt -l .`" = "" ] 18:56:55 ./bin/test-go-mod-tidy.sh 18:56:55 ./bin/test-attribution-txt.sh [Pipeline] sh 18:56:56 + ls -al . 18:56:56 total 760 18:56:56 drwxrwxr-x 9 1001 1001 4096 Mar 5 18:56 . 18:56:56 drwxr-xr-x 4 root root 4096 Mar 5 18:52 .. 18:56:56 -rw-rw-r-- 1 1001 1001 11 Mar 5 18:50 .dockerignore 18:56:56 drwxrwxr-x 8 1001 1001 4096 Mar 5 18:50 .git 18:56:56 drwxrwxr-x 3 1001 1001 4096 Mar 5 18:50 .github 18:56:56 -rw-rw-r-- 1 1001 1001 818 Mar 5 18:50 .gitignore 18:56:56 -rw-rw-r-- 1 1001 1001 166 Mar 5 18:50 .sonarcloud.properties 18:56:56 -rw-rw-r-- 1 1001 1001 8475 Mar 5 18:50 Attribution.txt 18:56:56 -rw-rw-r-- 1 1001 1001 3804 Mar 5 18:50 CONTRIBUTING.md 18:56:56 -rw-rw-r-- 1 1001 1001 931 Mar 5 18:50 Dockerfile.build 18:56:56 -rw-rw-r-- 1 1001 1001 863 Mar 5 18:50 Jenkinsfile 18:56:56 -rw-rw-r-- 1 1001 1001 10775 Mar 5 18:50 LICENSE 18:56:56 -rw-rw-r-- 1 1001 1001 5774 Mar 5 18:50 Makefile 18:56:56 -rw-rw-r-- 1 1001 1001 6524 Mar 5 18:50 README.md 18:56:56 -rw-rw-r-- 1 1001 1001 6755 Mar 5 18:50 SECURITY.md 18:56:56 -rw-rw-r-- 1 1001 1001 5 Mar 5 18:44 VERSION 18:56:56 -rw-rw-r-- 1 1001 1001 4131 Mar 5 18:50 ZMQWindows.md 18:56:56 drwxrwxr-x 2 1001 1001 4096 Mar 5 18:50 bin 18:56:56 drwxrwxr-x 14 1001 1001 4096 Mar 5 18:50 cmd 18:56:56 -rw-r--r-- 1 root root 621194 Mar 5 18:55 coverage.out 18:56:56 -rw-r--r-- 1 root root 1055 Mar 5 18:56 go.mod 18:56:56 -rw-r--r-- 1 root root 21699 Mar 5 18:56 go.sum 18:56:56 drwxrwxr-x 8 1001 1001 4096 Mar 5 18:50 internal 18:56:56 drwxrwxr-x 4 1001 1001 4096 Mar 5 18:50 openapi 18:56:56 drwxrwxr-x 4 1001 1001 4096 Mar 5 18:50 snap 18:56:56 -rw-rw-r-- 1 1001 1001 168 Mar 5 18:50 version.go [Pipeline] sh 18:56:56 + '[' -e coverage.out ] 18:56:56 + chown 1001:1001 coverage.out [Pipeline] stash 18:56:57 Warning: overwriting stash ‘coverage-report’ 18:56:58 Stashed 1 file(s) [Pipeline] sh 18:56:58 + make build 18:56:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:57:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:57:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:57:15 ---> 48a24ec47e52 18:57:15 Step 3/23 : WORKDIR /edgex-go 18:57:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:57:15 ---> 48a24ec47e52 18:57:15 Step 3/22 : WORKDIR /edgex-go 18:57:15 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:15 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:57:15 ---> 48a24ec47e52 18:57:15 Step 3/31 : WORKDIR /edgex-go 18:57:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:57:15 ---> 48a24ec47e52 18:57:15 Step 3/21 : WORKDIR /edgex-go 18:57:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:57:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:57:15 ---> 48a24ec47e52 18:57:15 Step 3/22 : WORKDIR /edgex-go 18:57:15 ---> Running in 1043be4fe0e2 18:57:15 ---> Running in e0e6c6be4ddf 18:57:15 ---> Running in 653807925ac7 18:57:15 ---> Running in d39b756cc576 18:57:15 ---> Running in 0c52911680fe 18:57:15 Removing intermediate container 1043be4fe0e2 18:57:15 ---> bf3659666874 18:57:15 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:15 Removing intermediate container d39b756cc576 18:57:15 ---> 4726873ce020 18:57:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:15 Removing intermediate container 0c52911680fe 18:57:15 ---> b4502ba9e017 18:57:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:15 Removing intermediate container e0e6c6be4ddf 18:57:15 ---> 5f35186b4a6a 18:57:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:15 ---> Running in 63b4fe3df7e0 18:57:15 Removing intermediate container 653807925ac7 18:57:15 ---> 49ad4d4af60f 18:57:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:57:15 ---> Running in 22aacc390408 18:57:15 ---> Running in 3d876f0612f3 18:57:15 ---> Running in 42ad91491185 18:57:15 ---> Running in 019f7a2e4259 18:57:15 Removing intermediate container 63b4fe3df7e0 18:57:15 ---> 9dbcccd08900 18:57:15 Step 5/31 : RUN apk add --update --no-cache make git 18:57:15 Removing intermediate container 22aacc390408 18:57:15 ---> 2cabf0aae2be 18:57:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:57:15 ---> Running in 9ff6eec40b54 18:57:15 ---> Running in b9398ce3c927 18:57:15 Removing intermediate container 3d876f0612f3 18:57:15 ---> eb3731073feb 18:57:15 Step 5/21 : RUN apk add --update --no-cache make git 18:57:15 Removing intermediate container 42ad91491185 18:57:15 ---> 6d0798d65e2b 18:57:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:57:15 Removing intermediate container 019f7a2e4259 18:57:15 ---> 0eeb2365f41e 18:57:15 Step 5/22 : RUN apk add --update --no-cache make git 18:57:15 ---> Running in d9c3d1111de1 18:57:16 ---> Running in 7ce1d700d75c 18:57:16 ---> Running in a3dc88b42ff3 18:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:21 OK: 233 MiB in 51 packages 18:57:22 OK: 233 MiB in 51 packages 18:57:23 OK: 233 MiB in 51 packages 18:57:23 OK: 233 MiB in 51 packages 18:57:23 OK: 233 MiB in 51 packages 18:57:25 Removing intermediate container d9c3d1111de1 18:57:25 ---> 50d5c6753215 18:57:25 Step 6/21 : COPY go.mod . 18:57:25 Removing intermediate container a3dc88b42ff3 18:57:25 ---> 1d9c2c97f8a4 18:57:25 Step 6/22 : COPY go.mod . 18:57:25 Removing intermediate container 9ff6eec40b54 18:57:25 ---> 2b407b2b0503 18:57:25 Step 6/23 : COPY go.mod . 18:57:25 Removing intermediate container b9398ce3c927 18:57:25 ---> f57115160714 18:57:25 Step 6/31 : COPY go.mod . 18:57:25 ---> 4d6122c552a5 18:57:25 Step 7/22 : RUN go mod download 18:57:25 Removing intermediate container 7ce1d700d75c 18:57:25 ---> d9b29cc799ca 18:57:25 Step 6/22 : COPY go.mod . 18:57:26 ---> d12e8955d6f1 18:57:26 Step 7/21 : RUN go mod download 18:57:26 ---> Running in c8de3b652186 18:57:26 ---> Running in 94c563c52f14 18:57:26 ---> 31167251c60d 18:57:26 Step 7/23 : RUN go mod download 18:57:26 ---> dcb71f4b7914 18:57:26 Step 7/31 : RUN go mod download 18:57:27 ---> a566c2e26df5 18:57:27 Step 7/22 : RUN go mod download 18:57:28 ---> Running in 7a877ab217f0 18:57:28 ---> Running in 6dac8c5692c0 18:57:28 ---> Running in 1feb84f661de 18:57:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:57:37 Removing intermediate container 7a877ab217f0 18:57:37 ---> f7c910a95fa7 18:57:37 Step 8/31 : COPY . . 18:57:37 Removing intermediate container 6dac8c5692c0 18:57:37 ---> 18481ea95b4c 18:57:37 Step 8/23 : COPY . . 18:57:38 Removing intermediate container 1feb84f661de 18:57:38 ---> e7fd6b052876 18:57:38 Step 8/22 : COPY . . 18:57:38 Removing intermediate container c8de3b652186 18:57:38 ---> d47a11ffc5b6 18:57:38 Step 8/21 : COPY . . 18:57:38 Removing intermediate container 94c563c52f14 18:57:38 ---> 24f438125849 18:57:38 Step 8/22 : COPY . . 18:57:40 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:57:45 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:57:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:57:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:57:57 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:58: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:58:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:58:11 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:58:15 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:58:21 $ docker stop --time=1 125f13455c49506b410a7844e422c48101bd7c2a41dc748f57c5f5bd826755ee 18:58:24 $ docker rm -f 125f13455c49506b410a7844e422c48101bd7c2a41dc748f57c5f5bd826755ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:58:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:58:26 18:58:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:58:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:58:26 latest: Pulling from edgex-devops/edgex-compose-arm64 18:58:26 29e5d40040c1: Pulling fs layer 18:58:26 1ce36da41761: Pulling fs layer 18:58:26 25b303627fd3: Pulling fs layer 18:58:27 29e5d40040c1: Verifying Checksum 18:58:27 29e5d40040c1: Download complete 18:58:27 1ce36da41761: Verifying Checksum 18:58:27 1ce36da41761: Download complete 18:58:27 29e5d40040c1: Pull complete 18:58:29 1ce36da41761: Pull complete 18:58:29 25b303627fd3: Verifying Checksum 18:58:29 25b303627fd3: Download complete 18:58:39 25b303627fd3: Pull complete 18:58:39 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:58:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:58:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:58:39 prd-ubuntu18.04-docker-arm64-4c-16g-28747 does not seem to be running inside a container 18:58:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:58:42 $ docker top e288c32cdd2bf9220b7eec3554023f367c2a33a12a4b48a5d5669c0d6efb979d -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:43 + docker-compose build+ --helpgrep 18:58:43 parallel 18:58:47 --parallel Build images in parallel. [Pipeline] } 18:58:47 $ docker stop --time=1 e288c32cdd2bf9220b7eec3554023f367c2a33a12a4b48a5d5669c0d6efb979d 18:58:49 $ docker rm -f e288c32cdd2bf9220b7eec3554023f367c2a33a12a4b48a5d5669c0d6efb979d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:58:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:58:50 . [Pipeline] withDockerContainer 18:58:50 prd-ubuntu18.04-docker-arm64-4c-16g-28747 does not seem to be running inside a container 18:58:50 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:58:51 $ docker top 138b735a8776fcace819c0b6bcf9aec2c23d684352d7625ebdf27069282fb24d -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:52 + docker-compose -f ./docker-compose-build.yml build --parallel 18:58:57 Building docker-core-command-go ... 18:58:57 Building docker-core-data-go ... 18:58:57 Building docker-core-metadata-go ... 18:58:57 Building docker-security-bootstrapper-go ... 18:58:57 Building docker-security-proxy-setup-go ... 18:58:57 Building docker-security-secretstore-setup-go ... 18:58:57 Building docker-support-notifications-go ... 18:58:57 Building docker-support-scheduler-go ... 18:58:57 Building docker-sys-mgmt-agent-go ... 18:58:57 Building docker-core-data-go 18:58:57 Building docker-support-scheduler-go 18:58:57 Building docker-support-notifications-go 18:58:57 Building docker-security-bootstrapper-go 18:58:57 Building docker-core-command-go 19:00:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:18 ---> 0a307382f0bb 19:00:18 Step 3/23 : WORKDIR /edgex-go 19:00:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:18 ---> 0a307382f0bb 19:00:18 Step 3/22 : WORKDIR /edgex-go 19:00:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:00:18 ---> 0a307382f0bb 19:00:18 Step 3/22 : WORKDIR /edgex-go 19:00:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:00:18 ---> 0a307382f0bb 19:00:18 Step 3/23 : WORKDIR /edgex-go 19:00:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:00:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 19:00:18 ---> 0a307382f0bb 19:00:18 Step 3/31 : WORKDIR /edgex-go 19:00:18 ---> Running in 43bce555c161 19:00:18 ---> Running in 482ab81b0f7c 19:00:18 ---> Running in 3c7055c684e2 19:00:18 ---> Running in 0838a86ae23e 19:00:18 ---> Running in d42311ea0a3d 19:00:18 Removing intermediate container 0838a86ae23e 19:00:18 Removing intermediate container 3c7055c684e2 19:00:18 ---> 5300d162f2ab 19:00:18 ---> 3c6f2474d9d7 19:00:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:18 19:00:18 Removing intermediate container 43bce555c161 19:00:18 ---> d4e895c06a1a 19:00:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:18 Removing intermediate container 482ab81b0f7c 19:00:18 ---> b28bfeace216 19:00:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:18 Removing intermediate container d42311ea0a3d 19:00:18 ---> 321a746656ee 19:00:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:00:18 ---> Running in e5a3aa5697b1 19:00:18 ---> Running in 7b20c2a1b52c 19:00:18 ---> Running in c157ba41b12e 19:00:18 ---> Running in 7d18f2ae2c5b 19:00:18 ---> Running in 20805c0a2483 19:00:18 Removing intermediate container c157ba41b12e 19:00:18 ---> 36bad1cdbc75 19:00:18 Step 5/23 : RUN apk add --update --no-cache make git 19:00:18 ---> Running in e31e523d58a8 19:00:18 Removing intermediate container e5a3aa5697b1 19:00:18 ---> 540e92198ad4 19:00:18 Step 5/22 : RUN apk add --update --no-cache make git 19:00:18 ---> Running in c3cbf3e49e8e 19:00:18 Removing intermediate container 20805c0a2483 19:00:18 ---> 0b5e2344e027 19:00:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:00:18 Removing intermediate container 7d18f2ae2c5b 19:00:18 ---> 7c1e6f554a7b 19:00:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 19:00:18 Removing intermediate container 7b20c2a1b52c 19:00:18 ---> 95d5b2c1debe 19:00:18 Step 5/31 : RUN apk add --update --no-cache make git 19:00:18 ---> Running in 7e5dd906fea8 19:00:18 ---> Running in 55b4f928c0f7 19:00:18 ---> Running in 425fc713c74e 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:18 OK: 217 MiB in 51 packages 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:18 OK: 217 MiB in 51 packages 19:00:18 OK: 217 MiB in 51 packages 19:00:18 OK: 217 MiB in 51 packages 19:00:19 OK: 217 MiB in 51 packages 19:00:19 Removing intermediate container e31e523d58a8 19:00:19 ---> a6f3ce318be7 19:00:19 Step 6/23 : COPY go.mod . 19:00:20 Removing intermediate container c3cbf3e49e8e 19:00:20 ---> 33970a51dde1 19:00:20 Step 6/22 : COPY go.mod . 19:00:20 ---> bc62dfd355df 19:00:20 Step 7/23 : RUN go mod download 19:00:20 ---> Running in 1916a8f1caf7 19:00:20 Removing intermediate container 55b4f928c0f7 19:00:20 ---> 4649640a10fa 19:00:20 Step 6/23 : COPY go.mod . 19:00:20 Removing intermediate container 425fc713c74e 19:00:20 ---> 5843ef46b006 19:00:20 Step 6/31 : COPY go.mod . 19:00:21 Removing intermediate container 7e5dd906fea8 19:00:21 ---> 730c429f2b01 19:00:21 Step 6/22 : COPY go.mod . 19:00:21 ---> 6d9dd46a227e 19:00:21 Step 7/22 : RUN go mod download 19:00:21 ---> Running in 8cfef13ba5d2 19:00:21 ---> 831ec5c447af 19:00:21 Step 7/23 : RUN go mod download 19:00:21 ---> Running in a0a32aa8fbe1 19:00:22 ---> fba22f53a981 19:00:22 Step 7/22 : RUN go mod download 19:00:22 ---> c9ed9a80a9d2 19:00:22 Step 7/31 : RUN go mod download 19:00:22 ---> Running in b5c0b25ea9c3 19:00:22 ---> Running in 373fbc114ef4 19:00:24 Removing intermediate container 1916a8f1caf7 19:00:24 ---> 78c7ab6d114e 19:00:24 Step 8/23 : COPY . . 19:00:25 Removing intermediate container 8cfef13ba5d2 19:00:25 ---> f9882872da89 19:00:25 Step 8/22 : COPY . . 19:00:27 Removing intermediate container a0a32aa8fbe1 19:00:27 ---> 484a49616c7f 19:00:27 Step 8/23 : COPY . . 19:00:28 Removing intermediate container b5c0b25ea9c3 19:00:28 ---> 2314137801f1 19:00:28 Step 8/31 : COPY . . 19:00:28 Removing intermediate container 373fbc114ef4 19:00:28 ---> 858fd8d87a81 19:00:28 Step 8/22 : COPY . . 19:00:55 ---> 151a9f4c3d80 19:00:55 Step 9/23 : RUN make cmd/core-data/core-data 19:00:55 ---> 090c8b5ea72c 19:00:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:00:55 ---> 4250fb1da992 19:00:55 Step 9/23 : RUN make cmd/core-command/core-command 19:00:55 ---> 0cb77f4f5d39 19:00:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:00:55 ---> 18d0fbcf1a97 19:00:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:00:55 ---> Running in 48c8d864d150 19:00:55 ---> Running in a12056cabc8a 19:00:55 ---> Running in dd5117e46f28 19:00:55 ---> Running in 29a9ba1c33b1 19:00:55 ---> Running in f30bb045ba96 19:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:00:55 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:01:18 ---> a33919083d60 19:01:18 ---> 39ea5a0ae27b 19:01:18 Step 9/23 : RUN make cmd/core-data/core-data 19:01:18 ---> 6c683fd92758 19:01:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 19:01:18 ---> d2a75f1d9d50 19:01:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 19:01:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:01:18 ---> 6077112a7429 19:01:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 19:01:18 ---> Running in 8d3104973d0e 19:01:18 ---> Running in 8a90c256496f 19:01:18 ---> Running in 6a651c5b87bf 19:01:18 ---> Running in 0ed173bb91bb 19:01:18 ---> Running in b68026411801 19:01: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 19:01:18 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:01:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:01:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:01:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:02:47 Removing intermediate container f30bb045ba96 19:02:47 ---> f5dd3605f286 19:02:47 19:02:47 Step 10/31 : FROM alpine:3.12 19:02:47 3.12: Pulling from library/alpine 19:02:47 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:02:47 Status: Downloaded newer image for alpine:3.12 19:02:47 ---> d10569e2745f 19:02:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:02:47 ---> Running in 09e1e5ccc1c9 19:02:47 Removing intermediate container 09e1e5ccc1c9 19:02:47 ---> 1783c36ab75f 19:02:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:02:47 ---> Running in 63855b86703c 19:02:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:47 (1/2) Installing dumb-init (1.2.2-r1) 19:02:47 (2/2) Installing su-exec (0.2-r1) 19:02:47 Executing busybox-1.31.1-r19.trigger 19:02:47 OK: 5 MiB in 16 packages 19:02:49 Removing intermediate container 63855b86703c 19:02:49 ---> 510085b91cf8 19:02:49 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:02:50 ---> Running in 7c2747b695a8 19:02:51 Removing intermediate container 7c2747b695a8 19:02:51 ---> eac39c4d7406 19:02:51 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:02:51 ---> Running in 4c9f2b2f9e13 19:02:53 Removing intermediate container 4c9f2b2f9e13 19:02:53 ---> 4007aa7d6693 19:02:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:02:54 ---> Running in 336db9723387 19:02:55 Removing intermediate container dd5117e46f28 19:02:55 ---> f582f29b9362 19:02:55 19:02:55 Step 10/23 : FROM alpine:3.12 19:02:55 ---> d10569e2745f 19:02:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:02:55 ---> Running in 720e47a62296 19:02:55 Removing intermediate container 29a9ba1c33b1 19:02:55 ---> 797f34e2dddb 19:02:55 19:02:55 Step 10/22 : FROM alpine:3.12 19:02:55 ---> d10569e2745f 19:02:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:02:55 Removing intermediate container 48c8d864d150 19:02:55 ---> 14389a28a53b 19:02:55 19:02:55 Step 10/22 : FROM alpine:3.12 19:02:55 ---> d10569e2745f 19:02:55 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:02:56 ---> Running in d0f78620f685 19:02:56 ---> Running in d6abd7540c4f 19:02:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:58 Removing intermediate container 336db9723387 19:02:58 ---> 927e62662fc3 19:02:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:02:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:02:58 ---> Running in 5a0ab067a61d 19:02:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:02:59 (1/1) Installing dumb-init (1.2.2-r1) 19:02:59 Executing busybox-1.31.1-r19.trigger 19:02:59 OK: 5 MiB in 15 packages 19:02:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:02:59 Removing intermediate container 5a0ab067a61d 19:02:59 ---> 62c87c4bb4cd 19:02:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:02:59 (1/1) Installing dumb-init (1.2.2-r1) 19:02:59 Executing busybox-1.31.1-r19.trigger 19:02:59 OK: 5 MiB in 15 packages 19:02:59 (1/2) Installing ca-certificates (20191127-r4) 19:02:59 (2/2) Installing dumb-init (1.2.2-r1) 19:02:59 Executing busybox-1.31.1-r19.trigger 19:02:59 Executing ca-certificates-20191127-r4.trigger 19:03:00 OK: 6 MiB in 16 packages 19:03:00 ---> 0bbf138ffa10 19:03:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:03:01 ---> Running in a1536726478c 19:03:01 Removing intermediate container 720e47a62296 19:03:01 ---> 68f6cb13163a 19:03:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:03:01 ---> Running in 5c6b28fe22e3 19:03:01 Removing intermediate container d6abd7540c4f 19:03:01 ---> c8200fccdefd 19:03:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:03:02 ---> Running in f39c5019f9ee 19:03:02 Removing intermediate container 5c6b28fe22e3 19:03:02 ---> ce1dc9d66506 19:03:02 Step 13/23 : ENV APP_PORT=48082 19:03:02 Removing intermediate container d0f78620f685 19:03:02 ---> 629e6e21e3e2 19:03:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:03:02 ---> Running in 51c10550d453 19:03:03 ---> Running in 8256a2e7a904 19:03:03 Removing intermediate container f39c5019f9ee 19:03:03 ---> 8b905137218c 19:03:03 Step 13/22 : ENV APP_PORT=48085 19:03:03 ---> Running in d5029c08860a 19:03:03 Removing intermediate container 51c10550d453 19:03:03 ---> c8e80efa0cef 19:03:03 Step 14/23 : EXPOSE $APP_PORT 19:03:03 Removing intermediate container 8256a2e7a904 19:03:03 ---> c065b54e127e 19:03:03 Step 13/22 : ENV APP_PORT=48060 19:03:03 ---> Running in 6cd689d7617e 19:03:04 ---> Running in 1983e912bc1e 19:03:04 Removing intermediate container d5029c08860a 19:03:04 ---> 4eeb2978814f 19:03:04 Step 14/22 : EXPOSE $APP_PORT 19:03:04 ---> Running in 0cf42fb0975d 19:03:05 Removing intermediate container 6cd689d7617e 19:03:05 ---> 5927b5fb415a 19:03:05 Step 15/23 : WORKDIR / 19:03:05 Removing intermediate container 1983e912bc1e 19:03:05 ---> 5529bab69baf 19:03:05 Step 14/22 : EXPOSE $APP_PORT 19:03:05 ---> Running in 255a4abca088 19:03:05 Removing intermediate container a1536726478c 19:03:05 ---> 68e85f8962b0 19:03:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:05 ---> Running in ed427e75cec5 19:03:05 Removing intermediate container 0cf42fb0975d 19:03:05 ---> 629c93376417 19:03:05 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:06 Removing intermediate container 255a4abca088 19:03:06 ---> 86f9b6c10dad 19:03:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:07 ---> 1732eb0bbeb1 19:03:07 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:03:07 Removing intermediate container ed427e75cec5 19:03:07 ---> fb6f270644ee 19:03:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:07 ---> a4c4c6091ea3 19:03:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:03:07 Removing intermediate container a12056cabc8a 19:03:07 ---> c8e41bd93970 19:03:07 19:03:07 Step 10/23 : FROM alpine:3.12 19:03:07 ---> d10569e2745f 19:03:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:03:08 ---> 7b04fc2a6bbc 19:03:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:03:08 ---> Running in 6c36980c5d35 19:03:08 ---> 6d45d87c5d92 19:03:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:03:08 ---> c1bc80d91813 19:03:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:03:09 Removing intermediate container 6c36980c5d35 19:03:09 ---> 0376c0b33f55 19:03:09 Step 12/23 : ENV APP_PORT=48080 19:03:09 ---> c41f58c06595 19:03:09 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:03:09 ---> Running in aef0bc32f1de 19:03:09 ---> aa28f1072797 19:03:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:03:10 ---> ce0266c51861 19:03:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:03:10 ---> eea56af27dfc 19:03:10 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:03:10 Removing intermediate container aef0bc32f1de 19:03:10 ---> beb12af3f2f5 19:03:10 Step 13/23 : EXPOSE $APP_PORT 19:03:10 ---> b1636dff07ea 19:03:10 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:03:10 ---> Running in 7f5adb9ce4ce 19:03:10 ---> Running in 2e0200e7c7e5 19:03:10 ---> 1840ee7d6dac 19:03:10 Step 19/23 : ENTRYPOINT ["/core-command"] 19:03:11 ---> Running in cacdf91d3632 19:03:11 Removing intermediate container 7f5adb9ce4ce 19:03:11 ---> 1dfe410ac34c 19:03:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:11 Removing intermediate container 2e0200e7c7e5 19:03:11 ---> 473daca46f06 19:03:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:11 ---> a292af1b81bc 19:03:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:03:11 ---> 9f7147a7cf34 19:03:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:03:11 ---> Running in 795cff6ca89e 19:03:11 ---> Running in 5b52dc84a790 19:03:11 ---> Running in 2d8a31cc1879 19:03:11 Removing intermediate container cacdf91d3632 19:03:11 ---> a4852aff72e0 19:03:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:11 ---> Running in 121915ec3428 19:03:12 Removing intermediate container 795cff6ca89e 19:03:12 ---> 03a1d0b17e19 19:03:12 Step 20/22 : LABEL arch=arm64 19:03:12 Removing intermediate container 2d8a31cc1879 19:03:12 ---> e9bd6a331b44 19:03:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:12 ---> f5d7fd7278cd 19:03:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:03:12 ---> Running in 2bfc71153c09 19:03:12 ---> Running in 10ee0be48e4c 19:03:13 ---> Running in f423d45f1704 19:03:13 Removing intermediate container 121915ec3428 19:03:13 ---> 4bb8222a0f2a 19:03:13 Step 21/23 : LABEL arch=arm64 19:03:13 Removing intermediate container 10ee0be48e4c 19:03:13 ---> ba4533f9da69 19:03:13 Step 20/22 : LABEL arch=arm64 19:03:13 Removing intermediate container 2bfc71153c09 19:03:13 ---> bcb8e70ac6d7 19:03:13 Step 21/22 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:13 ---> Running in 24a02695ea60 19:03:13 ---> Running in fadf23243119 19:03:13 ---> Running in f6dd2247b0b0 19:03:13 Removing intermediate container f423d45f1704 19:03:13 ---> 18acf9385d34 19:03:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:03:14 Removing intermediate container 24a02695ea60 19:03:14 ---> cd0a840598d7 19:03:14 Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:14 ---> Running in 50f9a0f735ac 19:03:14 Removing intermediate container f6dd2247b0b0 19:03:14 ---> 582dff026f50 19:03:14 Step 22/22 : LABEL version=0.0.0 19:03:14 Removing intermediate container fadf23243119 19:03:14 ---> 1baad361c160 19:03:14 Step 21/22 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:14 Removing intermediate container 5b52dc84a790 19:03:14 ---> 423437064b08 19:03:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:03:14 ---> Running in be203cd1b7f7 19:03:14 ---> Running in 063a0a04d8db 19:03:14 ---> Running in 6a7377eb9a52 19:03:15 Removing intermediate container 50f9a0f735ac 19:03:15 ---> b138b95d4bf3 19:03:15 Step 23/23 : LABEL version=0.0.0 ---> f34b4651f1b9 19:03:15 Step 26/31 : RUN chmod +x /entrypoint.sh 19:03:15 19:03:15 ---> Running in f7ddde463d50 19:03:15 ---> Running in 982c20e0208f 19:03:15 Removing intermediate container 063a0a04d8db 19:03:15 ---> f674cd899a26 19:03:15 Step 22/22 : LABEL version=0.0.0 19:03:15 Removing intermediate container be203cd1b7f7 19:03:15 ---> e2899067c78d 19:03:15 19:03:15 ---> Running in 4cb4fc0e26db 19:03:16 Removing intermediate container f7ddde463d50 19:03:16 ---> 2b434569941e 19:03:16 19:03:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:03:16 Successfully built e2899067c78d 19:03:16 Successfully tagged docker-support-scheduler-go-arm64:latest 19:03:16  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 19:03:16 Removing intermediate container 4cb4fc0e26db 19:03:16 Successfully built 2b434569941e 19:03:16 ---> c961b9c77316 19:03:16 19:03:16 Successfully tagged docker-core-command-go-arm64:latest 19:03:16  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 19:03:17 Successfully built c961b9c77316 19:03:17 Successfully tagged docker-support-notifications-go-arm64:latest 19:03:17 Building docker-security-proxy-setup-go 19:03:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:03:18  Building docker-support-notifications-go ... done (1/6) Installing dumb-init (1.2.2-r1) 19:03:18 (2/6) Installing libgcc (9.3.0-r2) 19:03:18 (3/6) Installing libsodium (1.0.18-r0) 19:03:18 (4/6) Installing libstdc++ (9.3.0-r2) 19:03:18 (5/6) Installing libzmq (4.3.3-r0) 19:03:18 Removing intermediate container 982c20e0208f 19:03:18 ---> 2b0a369ad934 19:03:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:03:18 (6/6) Installing zeromq (4.3.3-r0) 19:03:18 Executing busybox-1.31.1-r19.trigger 19:03:18 OK: 8 MiB in 20 packages 19:03:18 ---> Running in 8ed0d95bedb5 19:03:19 Removing intermediate container 8ed0d95bedb5 19:03:19 ---> 76ddbf13bfd8 19:03:19 Step 28/31 : CMD ["gate"] 19:03:19 ---> Running in b59c78019a5b 19:03:19 Removing intermediate container 6a7377eb9a52 19:03:19 ---> 1ae07d804e1c 19:03:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:19 Removing intermediate container 0ed173bb91bb 19:03:19 ---> ccea912fc61c 19:03:19 19:03:19 Step 10/31 : FROM alpine:3.12 19:03:19 3.12: Pulling from library/alpine 19:03:19 Removing intermediate container 6a651c5b87bf 19:03:19 ---> cfd173d7460f 19:03:19 19:03:19 Step 10/22 : FROM alpine:3.12 19:03:19 3.12: Pulling from library/alpine 19:03:19 Removing intermediate container 8d3104973d0e 19:03:19 ---> 7fcd411da213 19:03:19 19:03:19 Step 10/22 : FROM alpine:3.12 19:03:19 3.12: Pulling from library/alpine 19:03:20 Removing intermediate container b59c78019a5b 19:03:20 ---> ff42a36eda86 19:03:20 Step 29/31 : LABEL arch=arm64 19:03:21 ---> Running in 920627d47bbb 19:03:21 ---> 3d97a8540ad8 19:03:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:03:22 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:03:22 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:03:22 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 19:03:22 Status: Image is up to date for alpine:3.12 19:03:22 Status: Downloaded newer image for alpine:3.12 19:03:22 Status: Downloaded newer image for alpine:3.12 19:03:22 ---> 88dd2752d2ea 19:03:22 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 19:03:22 ---> 88dd2752d2ea 19:03:22 Step 11/22 : RUN apk add --update --no-cache dumb-init 19:03:22 ---> 88dd2752d2ea 19:03:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 19:03:22 Removing intermediate container 920627d47bbb 19:03:22 ---> 5b70766d5064 19:03:22 Step 30/31 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:23 Removing intermediate container 8a90c256496f 19:03:23 ---> a3855a345a0e 19:03:23 19:03:23 Step 10/21 : FROM alpine:3.12 19:03:23 ---> 88dd2752d2ea 19:03:23 Step 11/21 : RUN apk add --update --no-cache curl 19:03:24 ---> Running in 4631d869f16f 19:03:24 ---> Running in bc3988c09d7f 19:03:24 ---> Running in 27518589ce65 19:03:24 ---> Running in 0f03d7198733 19:03:24 ---> a78bedec0953 19:03:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:03:25 Removing intermediate container 4631d869f16f 19:03:25 ---> fcfa88add51d 19:03:25 Step 31/31 : LABEL version=0.0.0 19:03:25 ---> 059693deacd4 19:03:25 Step 19/23 : ENTRYPOINT ["/core-data"] 19:03:26 ---> Running in c2b4632e66ca 19:03:26 ---> Running in a86d3dd179f2 19:03:26 ---> Running in 292dc5e5c6a9 19:03:26 Removing intermediate container 27518589ce65 19:03:26 ---> f4ff97a79c07 19:03:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 19:03:27 Removing intermediate container c2b4632e66ca 19:03:27 ---> 3ffc23548c1e 19:03:27 19:03:27 Removing intermediate container 292dc5e5c6a9 19:03:27 ---> a45c3a2d2719 19:03:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:27 ---> Running in acab459293da 19:03:27 Successfully built 3ffc23548c1e 19:03:27 Successfully tagged docker-security-bootstrapper-go-arm64:latest 19:03:27 Building docker-core-metadata-go 19:03:27  Building docker-security-bootstrapper-go ... done  ---> Running in 31eb6491649a 19:03:27 Removing intermediate container 31eb6491649a 19:03:27 ---> c5c3889cebde 19:03:27 Step 21/23 : LABEL arch=arm64 19:03:28 Removing intermediate container b68026411801 19:03:28 ---> 29c70041c7d0 19:03:28 19:03:28 Step 10/23 : FROM alpine:3.12 19:03:28 ---> 88dd2752d2ea 19:03:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:03:28 ---> Running in 137f833c34ec 19:03:28 ---> Running in 57a5ea6164fd 19:03:29 Removing intermediate container 137f833c34ec 19:03:29 ---> ed4ee32d559a 19:03:29 Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:29 ---> Running in 9ef2a08e0f05 19:03:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:29 Removing intermediate container 57a5ea6164fd 19:03:29 ---> 830d2eccc5c8 19:03:29 Step 12/23 : ENV APP_PORT=48080 19:03:30 ---> Running in 7736d1fc88c5 19:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:30 Removing intermediate container 9ef2a08e0f05 19:03:30 ---> cef1357c2b4f 19:03:30 Step 23/23 : LABEL version=0.0.0 19:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:30 (1/1) Installing dumb-init (1.2.2-r1) 19:03:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:30 Executing busybox-1.31.1-r19.trigger 19:03:31 OK: 6 MiB in 15 packages 19:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:31 (1/4) Installing ca-certificates (20191127-r4) 19:03:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:03:31 (3/4) Installing libcurl (7.69.1-r3) 19:03:31 (4/4) Installing curl (7.69.1-r3) 19:03:31 Executing busybox-1.31.1-r19.trigger 19:03:31 Executing ca-certificates-20191127-r4.trigger 19:03:31 (1/2) Installing ca-certificates (20191127-r4) 19:03:31 (1/2) Installing dumb-init (1.2.2-r1) 19:03:31 (2/2) Installing su-exec (0.2-r1) 19:03:31 Executing busybox-1.31.1-r19.trigger 19:03:31 (2/2) Installing dumb-init (1.2.2-r1) 19:03:31 Executing busybox-1.31.1-r19.trigger 19:03:31 OK: 6 MiB in 16 packages 19:03:31 Executing ca-certificates-20191127-r4.trigger 19:03:31 OK: 6 MiB in 16 packages 19:03:31 OK: 7 MiB in 18 packages 19:03:32 ---> Running in a45704822464 19:03:34 Removing intermediate container a45704822464 19:03:34 ---> 80189bc6a746 19:03:34 19:03:34 Successfully built 80189bc6a746 19:03:34 Successfully tagged docker-core-data-go-arm64:latest 19:03:34 Removing intermediate container 7736d1fc88c5 19:03:34 ---> ee1f7ef327d4 19:03:34 Step 13/23 : EXPOSE $APP_PORT 19:03:34 ---> Running in c2608cf74b10 19:03:34 Removing intermediate container c2608cf74b10 19:03:34 ---> 42c67ddbeae6 19:03:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:34 ---> Running in 80ad16b58459 19:03:34 Removing intermediate container bc3988c09d7f 19:03:34 ---> 11f8752071b7 19:03:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:03:34 ---> Running in bad087b370d1 19:03:34 Removing intermediate container acab459293da 19:03:34 ---> f6fdd1e5b537 19:03:34 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 19:03:34 Removing intermediate container 0f03d7198733 19:03:34 ---> 8bd2b0f3a574 19:03:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 19:03:34 Removing intermediate container a86d3dd179f2 19:03:34 ---> b499159f13aa 19:03:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:03:35 ---> Running in f9b6ed0fb52f 19:03:35 ---> Running in 219862feb031 19:03:35 ---> Running in 062f13f1786f 19:03:35 Removing intermediate container bad087b370d1 19:03:35 ---> fa72d993c0e8 19:03:35 Step 13/22 : ENV APP_PORT=48085 19:03:35 ---> Running in 5880f9470a1b 19:03:36 Removing intermediate container f9b6ed0fb52f 19:03:36 ---> 63ad53a5a1c7 19:03:36 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 19:03:36 Removing intermediate container 062f13f1786f 19:03:36 ---> 9afc85320391 19:03:36 Step 13/22 : ENV APP_PORT=48060 19:03:36 Removing intermediate container 219862feb031 19:03:36 ---> e784b7022d83 19:03:36 Step 13/21 : WORKDIR /edgex 19:03:36 ---> Running in 6c4c04f2959a 19:03:37 ---> Running in f88876f018c6 19:03:37 Removing intermediate container 5880f9470a1b 19:03:37 ---> 355d0c88c1a2 19:03:37 Step 14/22 : EXPOSE $APP_PORT 19:03:37 ---> Running in fbf60e24730c 19:03:37 Removing intermediate container 80ad16b58459 19:03:37 ---> 36232335da0b 19:03:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 19:03:37 ---> Running in ca9b3a1f16a9 19:03:37 Removing intermediate container 6c4c04f2959a 19:03:37 ---> 59ed65b2d70a 19:03:37 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 19:03:37 ---> Running in 8b5825848587 19:03:37 Removing intermediate container f88876f018c6 19:03:37 ---> 963b96a66ac9 19:03:37 Step 14/22 : EXPOSE $APP_PORT 19:03:37 ---> Running in b478f41e9a75 19:03:38 Removing intermediate container fbf60e24730c 19:03:38 ---> b022f06c1f37 19:03:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:03:38 Removing intermediate container ca9b3a1f16a9 19:03:38 ---> 60b8b8276ae0 19:03:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:38 ---> Running in f261c8bfeee9 19:03:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:38 Removing intermediate container f261c8bfeee9 19:03:38 ---> 8b7979fa8f4f 19:03:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:38 ---> 3d6cd1134230 19:03:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:03:39 ---> 357f9c57d8fe 19:03:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:03:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:40 (1/6) Installing dumb-init (1.2.2-r1) 19:03:40 (2/6) Installing libgcc (9.3.0-r2) 19:03:41 (3/6) Installing libsodium (1.0.18-r0) 19:03:41 (4/6) Installing libstdc++ (9.3.0-r2) 19:03:41 (5/6) Installing libzmq (4.3.3-r0) 19:03:41 (6/6) Installing zeromq (4.3.3-r0) 19:03:41 ---> 1d02efeae60d 19:03:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:03:41 Executing busybox-1.31.1-r19.trigger 19:03:41 OK: 8 MiB in 20 packages 19:03:41 ---> 33a881c97c0b 19:03:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:03:41 ---> e28174fe56af 19:03:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:03:41 Removing intermediate container b478f41e9a75 19:03:41 ---> 16982f456183 19:03:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 19:03:42 ---> Running in 5bc12444bc4a 19:03:42 ---> adbf03cf4ddd 19:03:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 19:03:42 ---> Running in ced26c91c382 19:03:42 ---> 22e7ef451a1f 19:03:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:03:42 ---> 246b33bd7e77 19:03:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:03:43 Removing intermediate container 5bc12444bc4a 19:03:43 ---> 94764611243e 19:03:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 19:03:43 ---> Running in ec0d5e43c5f1 19:03:43 Removing intermediate container 8b5825848587 19:03:43 ---> 6c532a154c85 19:03:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:43 Removing intermediate container ced26c91c382 19:03:43 ---> c7fee04dcf2d 19:03:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:43 ---> 68f550779ac6 19:03:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 19:03:43 ---> Running in 14561c92561a 19:03:43 ---> Running in 0cd9ef014ad3 19:03:43 ---> 44cd5451c826 19:03:43 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 19:03:43 Removing intermediate container ec0d5e43c5f1 19:03:43 ---> 80a1532824dc 19:03:43 Step 18/21 : CMD ["--init=true"] 19:03:43 ---> 269f158edf0f 19:03:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:03:44 ---> Running in 61a05ece5d5d 19:03:44 ---> Running in f06d9676a47a 19:03:45 Removing intermediate container 14561c92561a 19:03:45 ---> b59d537d3ec5 19:03:45 Step 20/22 : LABEL arch=x86_64 19:03:45 Removing intermediate container 0cd9ef014ad3 19:03:45 ---> 10f493bc8362 19:03:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:45 ---> Running in 83641f8ec12d 19:03:45 Removing intermediate container f06d9676a47a 19:03:45 ---> b3c4198e2fa5 19:03:45 Step 19/21 : LABEL arch=x86_64 19:03:45 ---> 8cec7b9d83f6 19:03:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:03:46 ---> Running in 1765a5c518e0 19:03:46 ---> Running in 55d8454a062d 19:03:46 Removing intermediate container 83641f8ec12d 19:03:46 ---> 0d8b246c3998 19:03:46 Step 21/22 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:46 ---> Running in 4cbb7cbaf411 19:03:47 Removing intermediate container 55d8454a062d 19:03:47 ---> b5a88b0b1a4b 19:03:47 Step 20/21 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:47 Removing intermediate container 1765a5c518e0 19:03:47 ---> 49830a35326d 19:03:47 Step 20/22 : LABEL arch=x86_64 19:03:47 ---> f2284b38b3fc 19:03:47 Step 19/23 : ENTRYPOINT ["/core-data"] 19:03:47 ---> Running in 3d9552511cb0 19:03:47 ---> Running in 8ba8266ddf6e 19:03:47 ---> Running in f508232ecca3 19:03:47 Removing intermediate container 4cbb7cbaf411 19:03:47 ---> a6537e7fa25b 19:03:47 Step 22/22 : LABEL version=0.0.0 19:03:48 ---> Running in 25b8e255045e 19:03:48 Removing intermediate container 3d9552511cb0 19:03:48 ---> 0c31cfd74ba2 19:03:48 Step 21/21 : LABEL version=0.0.0 19:03:48 Removing intermediate container f508232ecca3 19:03:48 ---> 29cfaad5cbe9 19:03:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:03:49 Removing intermediate container 8ba8266ddf6e 19:03:49 ---> ffabf7af3cca 19:03:49 Step 21/22 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:49 ---> Running in 8bcd542c96c1 19:03:49 ---> Running in 288fb47b0bca 19:03:49 ---> Running in 7908f0c17a7d 19:03:49 Removing intermediate container 61a05ece5d5d 19:03:49 ---> 9321941bcc93 19:03:49 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 19:03:49 Removing intermediate container 25b8e255045e 19:03:49 ---> a2ddb180673b 19:03:49 19:03:50 Removing intermediate container 7908f0c17a7d 19:03:50 ---> 530681128ed9 19:03:50 Step 22/22 : LABEL version=0.0.0 19:03:50 Removing intermediate container 8bcd542c96c1 19:03:50 ---> 16c1d9cde506 19:03:50 19:03:50 ---> 953f7c473bf2 19:03:50 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 19:03:50 Removing intermediate container 288fb47b0bca 19:03:50 ---> 7e0aab97b3a0 19:03:50 Step 21/23 : LABEL arch=x86_64 19:03:51 ---> Running in 57652b31f9a8 19:03:54 ---> Running in 942692abee05 19:03:55 ---> d9781390521e 19:03:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 19:03:55 Successfully built a2ddb180673b 19:03:55 Removing intermediate container 57652b31f9a8 19:03:55 ---> d02008f3673c 19:03:55 19:03:55 Successfully built 16c1d9cde506 19:03:55 Successfully tagged docker-support-scheduler-go:latest 19:03:55  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 19:03:55 Successfully tagged docker-security-proxy-setup-go:latest 19:03:55  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 19:03:57 Successfully built d02008f3673c 19:03:59 Removing intermediate container 942692abee05 19:03:59 ---> 1c262e1fb158 19:03:59 Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:03:59 Successfully tagged docker-support-notifications-go:latest 19:03:59 Building docker-sys-mgmt-agent-go 19:03:59  Building docker-support-notifications-go ... done  ---> 88f675d16bce 19:03:59 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 19:03:59 ---> Running in 78506468bf7a 19:04:01 Removing intermediate container 78506468bf7a 19:04:01 ---> 8e0bff0cf76f 19:04:01 Step 23/23 : LABEL version=0.0.0 19:04:01 ---> 5e3732196289 19:04:01 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 19:04:01 ---> Running in bdc55525f5de 19:04:01 Removing intermediate container bdc55525f5de 19:04:01 ---> f94dad0461cd 19:04:01 19:04:01 ---> 8c9b2b799aac 19:04:01 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 19:04:03 Successfully built f94dad0461cd 19:04:04 Successfully tagged docker-core-data-go:latest 19:04:04 Building docker-core-command-go 19:04:04  Building docker-core-data-go ... done  ---> Running in c238ea24739c 19:04:06 Removing intermediate container c238ea24739c 19:04:06 ---> 1ca815517c71 19:04:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 19:04:11 ---> 690acea32021 19:04:11 Step 26/31 : RUN chmod +x /entrypoint.sh 19:04:11 ---> Running in 6e4773425f00 19:04:13  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:13 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:04:13 ---> 0a307382f0bb 19:04:13 Step 3/26 : WORKDIR /edgex-go 19:04:13 ---> Using cache 19:04:13 ---> 321a746656ee 19:04:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:13 ---> Using cache 19:04:13 ---> 0b5e2344e027 19:04:13 Step 5/26 : RUN apk add --update --no-cache make bash git 19:04:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:04:13 ---> 0a307382f0bb 19:04:13 Step 3/21 : WORKDIR /edgex-go 19:04:13 ---> Using cache 19:04:13 ---> 321a746656ee 19:04:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:13 ---> Using cache 19:04:13 ---> 0b5e2344e027 19:04:13 Step 5/21 : RUN apk add --update --no-cache make git 19:04:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:04:13 ---> 0a307382f0bb 19:04:13 Step 3/24 : WORKDIR /edgex-go 19:04:13 ---> Using cache 19:04:13 ---> 321a746656ee 19:04:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:13 ---> Using cache 19:04:13 ---> 0b5e2344e027 19:04:13 Step 5/24 : RUN apk add --update --no-cache make git 19:04:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:04:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:04:13 ---> 0a307382f0bb 19:04:13 Step 3/23 : WORKDIR /edgex-go 19:04:13 ---> Using cache 19:04:13 ---> 321a746656ee 19:04:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:13 ---> Using cache 19:04:13 ---> 0b5e2344e027 19:04:13 Step 5/23 : RUN apk add --update --no-cache make git 19:04:15 ---> Running in 5a83c47fcbc7 19:04:15 ---> Running in b9b91ee9866e 19:04:15 ---> Running in ef9637fe36b9 19:04:15 ---> Running in c44cfd86ad2e 19:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:04:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:04:18 OK: 217 MiB in 51 packages 19:04:18 OK: 217 MiB in 51 packages 19:04:18 OK: 217 MiB in 51 packages 19:04:18 OK: 217 MiB in 51 packages 19:04:20 Removing intermediate container b9b91ee9866e 19:04:20 ---> 9b303b3f29a2 19:04:20 Step 6/24 : COPY go.mod . 19:04:20 Removing intermediate container 5a83c47fcbc7 19:04:20 ---> eb9551a0bef2 19:04:20 Step 6/21 : COPY go.mod . 19:04:20 Removing intermediate container c44cfd86ad2e 19:04:20 ---> d5ba35fe33b2 19:04:20 Step 6/26 : COPY go.mod . 19:04:20 Removing intermediate container ef9637fe36b9 19:04:20 ---> 276ce3f1a560 19:04:20 Step 6/23 : COPY go.mod . 19:04:21 ---> 89f50993902a 19:04:21 Step 7/24 : RUN go mod download 19:04:21 ---> 623b119091a0 19:04:21 Step 7/21 : RUN go mod download 19:04:21 ---> Running in 951a661dba5b 19:04:21 ---> Running in 214fff4ec6d3 19:04:21 ---> 5349fe411854 19:04:21 Step 7/23 : RUN go mod download 19:04:21 ---> 922e5dac2bea 19:04:21 Step 7/26 : RUN go mod download 19:04:21 ---> Running in d7f884365521 19:04:21 ---> Running in ed3d87e7b541 19:04:22 Removing intermediate container 6e4773425f00 19:04:22 ---> e95552bc3580 19:04:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 19:04:22 ---> Running in 56c02cf41314 19:04:25 Removing intermediate container 951a661dba5b 19:04:25 ---> f899670cc188 19:04:25 Step 8/24 : COPY . . 19:04:25 Removing intermediate container 214fff4ec6d3 19:04:25 ---> 8a778d2dcb92 19:04:25 Step 8/21 : COPY . . 19:04:25 Removing intermediate container ed3d87e7b541 19:04:25 ---> 74803800dd0f 19:04:25 Step 8/23 : COPY . . 19:04:25 Removing intermediate container d7f884365521 19:04:25 ---> d3685c5b897b 19:04:25 Step 8/26 : COPY . . 19:04:26 Removing intermediate container 56c02cf41314 19:04:26 ---> 28712ceb53b4 19:04:26 Step 28/31 : CMD ["gate"] 19:04:27 ---> Running in 654cc53fb4cf 19:04:29 Removing intermediate container 654cc53fb4cf 19:04:29 ---> 967a4e70d4e4 19:04:29 Step 29/31 : LABEL arch=x86_64 19:04:30 ---> Running in c0a62b87c4ed 19:04:30 Removing intermediate container c0a62b87c4ed 19:04:30 ---> db2081f7f3dd 19:04:30 Step 30/31 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:04:31 ---> Running in 7ff7089d251b 19:04:32 Removing intermediate container 7ff7089d251b 19:04:32 ---> 2624210cd818 19:04:32 Step 31/31 : LABEL version=0.0.0 19:04:32 ---> Running in 45f320ab0f25 19:04:33 Removing intermediate container 45f320ab0f25 19:04:33 ---> 349cc05deed2 19:04:33 19:04:34 Successfully built 349cc05deed2 19:04:34 Successfully tagged docker-security-bootstrapper-go:latest 19:04:52 ---> 8aec66c5446c 19:04:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:04:52 ---> ae89ff0911f5 19:04:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:04:52 ---> 5063c5e88f46 19:04:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 19:04:52 ---> e515399b1c88 19:04:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:04:52 ---> Running in 3ff98688bc4e 19:04:52 ---> Running in a7e689b73e96 19:04:52 ---> Running in 207cfbc65656 19:04:52 ---> Running in 89f48197528e 19:04:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:04:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:04:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:04:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:05:58  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:05:58 ---> 48a24ec47e52 19:05:58 Step 3/26 : WORKDIR /edgex-go 19:05:58 ---> Using cache 19:05:58 ---> b4502ba9e017 19:05:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:58 ---> Using cache 19:05:58 ---> 2cabf0aae2be 19:05:58 Step 5/26 : RUN apk add --update --no-cache make bash git 19:05:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:05:58 ---> 48a24ec47e52 19:05:58 Step 3/23 : WORKDIR /edgex-go 19:05:58 ---> Using cache 19:05:58 ---> b4502ba9e017 19:05:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:58 ---> Using cache 19:05:58 ---> 2cabf0aae2be 19:05:58 Step 5/23 : RUN apk add --update --no-cache make git 19:05:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:05:58 ---> 48a24ec47e52 19:05:58 Step 3/23 : WORKDIR /edgex-go 19:05:58 ---> Using cache 19:05:58 ---> b4502ba9e017 19:05:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:58 ---> Using cache 19:05:58 ---> 2cabf0aae2be 19:05:58 Step 5/23 : RUN apk add --update --no-cache make git 19:05:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:05:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:05:58 ---> 48a24ec47e52 19:05:58 Step 3/24 : WORKDIR /edgex-go 19:05:58 ---> Using cache 19:05:58 ---> b4502ba9e017 19:05:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:05:58 ---> Using cache 19:05:58 ---> 2cabf0aae2be 19:05:58 Step 5/24 : RUN apk add --update --no-cache make git 19:05:58 ---> Running in bcd0ae0a5a05 19:05:58 ---> Running in d13ef026faad 19:05:58 ---> Running in 60b0951fc826 19:05:58 ---> Running in 69c49ef85ad9 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:05:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:05:58 OK: 233 MiB in 51 packages 19:05:58 OK: 233 MiB in 51 packages 19:05:58 OK: 233 MiB in 51 packages 19:05:58 OK: 233 MiB in 51 packages 19:05:58 Removing intermediate container d13ef026faad 19:05:58 ---> c89cae995f57 19:05:58 Step 6/23 : COPY go.mod . 19:05:58 Removing intermediate container bcd0ae0a5a05 19:05:58 ---> 0f79f13377d8 19:05:58 Step 6/26 : COPY go.mod . 19:05:58 Removing intermediate container 60b0951fc826 19:05:58 ---> 72de818471ee 19:05:58 Step 6/23 : COPY go.mod . 19:05:58 Removing intermediate container 69c49ef85ad9 19:05:58 ---> cf80d4d8a2c6 19:05:58 Step 6/24 : COPY go.mod . 19:05:58 ---> 47212d92fe1c 19:05:58 Step 7/23 : RUN go mod download 19:05:58 ---> 1c7c32d0df55 19:05:58 Step 7/26 : RUN go mod download 19:05:58 ---> 659c0342cf2a 19:05:58 Step 7/23 : RUN go mod download 19:05:58 ---> Running in 58b77d99b1f6 19:05:58 ---> Running in bd80b05cbde6 19:05:58 ---> Running in fc781c112366 19:05:58 ---> 67b55c711abc 19:05:58 Step 7/24 : RUN go mod download 19:05:58 ---> Running in be7b41181dfc 19:06: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 19:06:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:06:07 Removing intermediate container 58b77d99b1f6 19:06:07 ---> c007629a647a 19:06:07 Step 8/26 : COPY . . 19:06:07 Removing intermediate container fc781c112366 19:06:07 ---> 2ac972f0dbf8 19:06:07 Step 8/23 : COPY . . 19:06:08 Removing intermediate container be7b41181dfc 19:06:08 ---> c59b799eb758 19:06:08 Step 8/24 : COPY . . 19:06:08 Removing intermediate container bd80b05cbde6 19:06:08 ---> de24037b3a6a 19:06:08 Step 8/23 : COPY . . 19:06:11 Removing intermediate container 89f48197528e 19:06:11 ---> 06cdfabc918f 19:06:11 19:06:11 Step 10/24 : FROM alpine:3.12 19:06:11 ---> d10569e2745f 19:06:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:06:11 ---> Running in 3afdb5a44ed1 19:06:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:14 (1/5) Installing ca-certificates (20191127-r4) 19:06:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:06:15 (3/5) Installing libcurl (7.69.1-r3) 19:06:15 (4/5) Installing curl (7.69.1-r3) 19:06:15 (5/5) Installing dumb-init (1.2.2-r1) 19:06:15 Executing busybox-1.31.1-r19.trigger 19:06:15 Executing ca-certificates-20191127-r4.trigger 19:06:15 OK: 7 MiB in 19 packages 19:06:15 Removing intermediate container 3ff98688bc4e 19:06:15 ---> 2ebd2d90519a 19:06:15 19:06:15 Step 10/21 : FROM alpine:3.12 19:06:15 ---> d10569e2745f 19:06:15 Step 11/21 : RUN apk add --update --no-cache curl 19:06:16 Removing intermediate container a7e689b73e96 19:06:16 ---> a4bb8050960d 19:06:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:06:16 ---> Running in 98d0ad96a269 19:06:16 ---> Running in 88d22dc0badd 19:06:17 Removing intermediate container 3afdb5a44ed1 19:06:17 ---> 95342605ead9 19:06:17 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:06:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:18 ---> Running in e26ae9140372 19:06:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:06:18 Removing intermediate container e26ae9140372 19:06:18 ---> dfe74a44fb57 19:06:18 Step 13/24 : WORKDIR / 19:06:19 (1/4) Installing ca-certificates (20191127-r4) 19:06:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:06:19 (3/4) Installing libcurl (7.69.1-r3) 19:06:19 (4/4) Installing curl (7.69.1-r3) 19:06:19 Executing busybox-1.31.1-r19.trigger 19:06:19 Executing ca-certificates-20191127-r4.trigger 19:06:19 ---> Running in 0ae830976440 19:06:19 OK: 7 MiB in 18 packages 19:06:19 Removing intermediate container 0ae830976440 19:06:19 ---> 3c762da38c3f 19:06:19 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:06:20 ---> 0b22a10d5a13 19:06:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:06:21 Removing intermediate container 98d0ad96a269 19:06:21 ---> 07961b631c3e 19:06:21 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:06:22 ---> Running in d9b63ab31568 19:06:22 ---> 30f46ee8a6fc 19:06:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:06:22 Removing intermediate container d9b63ab31568 19:06:22 ---> bfa76d4e1460 19:06:22 Step 13/21 : WORKDIR /edgex 19:06:23 ---> Running in dede99d255cf 19:06:23 Removing intermediate container 88d22dc0badd 19:06:23 ---> b2e9b241d1f4 19:06:23 19:06:23 Step 11/26 : FROM docker:20.10.0 19:06:23 20.10.0: Pulling from library/docker 19:06:23 ---> 03f714db30a4 19:06:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:06:23 Removing intermediate container dede99d255cf 19:06:23 ---> ee4b7e06ecc4 19:06:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:06:25 ---> 4cbeec196438 19:06:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:06:25 ---> 986072c76516 19:06:25 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:06:27 ---> c1c67309f90b 19:06:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:06:28 Removing intermediate container 207cfbc65656 19:06:28 ---> 984e536d291d 19:06:28 19:06:28 Step 10/23 : FROM alpine:3.12 19:06:28 ---> d10569e2745f 19:06:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:06:28 ---> Using cache 19:06:28 ---> c8200fccdefd 19:06:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:06:28 ---> Using cache 19:06:28 ---> 8b905137218c 19:06:28 Step 13/23 : ENV APP_PORT=48081 19:06:28 ---> 01321e76ad78 19:06:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:06:28 ---> Running in 1e214798e977 19:06:29 Removing intermediate container 1e214798e977 19:06:29 ---> 6ceae3c749ec 19:06:29 Step 14/23 : EXPOSE $APP_PORT 19:06:29 ---> df32ce449119 19:06:29 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:06:29 ---> Running in e91f65f9fc83 19:06:30 ---> 315997daba67 19:06:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:06:30 ---> Running in 2d5c376ac4b0 19:06:30 ---> Running in f6df205bc834 19:06:31 Removing intermediate container e91f65f9fc83 19:06:31 ---> 1b09f18cc7bd 19:06:31 Step 15/23 : WORKDIR / 19:06:31 ---> Running in c36c3356df36 19:06:31 Removing intermediate container f6df205bc834 19:06:31 ---> e8852a2e0fac 19:06:31 Step 18/21 : CMD ["--init=true"] 19:06:32 ---> Running in f6dfca8cc3ba 19:06:32 Removing intermediate container c36c3356df36 19:06:32 ---> 794ea36c6eb6 19:06:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:06:33 Removing intermediate container f6dfca8cc3ba 19:06:33 ---> 20022eb31ce1 19:06:33 Step 19/21 : LABEL arch=arm64 19:06:33 ---> Running in 6e8a5f7ab8f9 19:06:34 Removing intermediate container 2d5c376ac4b0 19:06:34 ---> db851645b91e 19:06:34 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:06:34 ---> 5885a47092f1 19:06:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:06:34 ---> Running in 6a3c0b001dd3 19:06:34 Removing intermediate container 6e8a5f7ab8f9 19:06:34 ---> a1bcf23199e3 19:06:34 Step 20/21 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:06:35 ---> Running in d2c4d8ed21b0 19:06:35 Removing intermediate container 6a3c0b001dd3 19:06:35 ---> 63ec17e6f0aa 19:06:35 Step 22/24 : LABEL arch=arm64 19:06:35 ---> Running in 94c7e453be85 19:06:35 ---> 1dc1d3e16abc 19:06:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:06:35 Removing intermediate container d2c4d8ed21b0 19:06:35 ---> c1a6ba4ac2ee 19:06:35 Step 21/21 : LABEL version=0.0.0 19:06:35 ---> Running in a74bff6bcc98 19:06:36 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:06:36 Status: Downloaded newer image for docker:20.10.0 19:06:36 ---> eeaf43b92773 19:06:36 Step 12/26 : RUN apk add --no-cache bash 19:06:36 Removing intermediate container 94c7e453be85 19:06:36 ---> 43cb0bea1c94 19:06:36 Step 23/24 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:06:36 ---> Running in 1ca38ea1f941 19:06:36 ---> Running in 015c39292609 19:06:36 Removing intermediate container a74bff6bcc98 19:06:36 ---> 642eb68147a1 19:06:36 19:06:36 ---> 1e7b952ad6ca 19:06:36 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:06:37 ---> Running in 38f5c88300ac 19:06:37 Removing intermediate container 1ca38ea1f941 19:06:37 ---> 621f588750fc 19:06:37 Step 24/24 : LABEL version=0.0.0 19:06:37 Successfully built 642eb68147a1 19:06:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:06:37  Building docker-security-proxy-setup-go ... done  ---> Running in ddac96a7ac03 19:06:37 Removing intermediate container 38f5c88300ac 19:06:37 ---> ef17f26bc4c7 19:06:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:06:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:37 ---> Running in dc4cf5a4e044 19:06:37 Removing intermediate container ddac96a7ac03 19:06:37 ---> 1c932d0fd698 19:06:37 19:06:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:38 Successfully built 1c932d0fd698 19:06:38 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:06:38  Building docker-security-secretstore-setup-go ... done Removing intermediate container dc4cf5a4e044 19:06:38 ---> e64a745cd361 19:06:38 Step 21/23 : LABEL arch=arm64 19:06:38 (1/2) Installing readline (8.0.4-r0) 19:06:38 (2/2) Installing bash (5.0.17-r0) 19:06:38 ---> Running in f1a0ae35359a 19:06:38 Executing bash-5.0.17-r0.post-install 19:06:38 Executing busybox-1.31.1-r19.trigger 19:06:38 OK: 12 MiB in 22 packages 19:06:39 Removing intermediate container f1a0ae35359a 19:06:39 ---> 9630eab4cb16 19:06:39 Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:06:39 ---> Running in 6a9661caad38 19:06:39 Removing intermediate container 6a9661caad38 19:06:39 ---> d8f1b96b03d8 19:06:39 Step 23/23 : LABEL version=0.0.0 19:06:40 ---> Running in a1b83160b871 19:06:40 Removing intermediate container 015c39292609 19:06:40 ---> 42cdc32e0bdc 19:06:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:06:40 ---> Running in f868bcdad4e2 19:06:40 Removing intermediate container a1b83160b871 19:06:40 ---> 76dd00a44357 19:06:40 19:06:41 Removing intermediate container f868bcdad4e2 19:06:41 ---> 82e152718d0d 19:06:41 Step 14/26 : ENV APP_PORT=48090 19:06:41 Successfully built 76dd00a44357 19:06:41 Successfully tagged docker-core-metadata-go-arm64:latest 19:06:41  Building docker-core-metadata-go ... done  ---> Running in 081faf291fd3 19:06:41 Removing intermediate container 081faf291fd3 19:06:41 ---> 111272ce7d21 19:06:41 Step 15/26 : EXPOSE $APP_PORT 19:06:41 ---> Running in 61bd7286fc95 19:06:42 Removing intermediate container 61bd7286fc95 19:06:42 ---> e974b6707a07 19:06:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:06:43 ---> fec7842a5ae0 19:06:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:06:43 ---> 6cfe52607154 19:06:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:06:44 ---> 44597e67a958 19:06:44 Step 19/26 : RUN apk --no-cache add py3-pip 19:06:44 ---> Running in acc84b8e636b 19:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:06:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:06:46 (1/33) Installing libbz2 (1.0.8-r1) 19:06:46 (2/33) Installing expat (2.2.9-r1) 19:06:46 (3/33) Installing libffi (3.3-r2) 19:06:46 (4/33) Installing gdbm (1.13-r1) 19:06:46 (5/33) Installing xz-libs (5.2.5-r0) 19:06:46 (6/33) Installing sqlite-libs (3.32.1-r0) 19:06:46 (7/33) Installing python3 (3.8.5-r1) 19:06:48 (8/33) Installing py3-appdirs (1.4.4-r1) 19:06:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:06:48 (10/33) Installing py3-parsing (2.4.7-r0) 19:06:48 (11/33) Installing py3-six (1.15.0-r0) 19:06:48 (12/33) Installing py3-packaging (20.4-r0) 19:06:48 (13/33) Installing py3-setuptools (47.0.0-r0) 19:06:48 (14/33) Installing py3-chardet (3.0.4-r4) 19:06:48 (15/33) Installing py3-idna (2.9-r0) 19:06:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:06:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:06:48 (18/33) Installing py3-requests (2.23.0-r0) 19:06:48 (19/33) Installing py3-msgpack (1.0.0-r0) 19:06:48 (20/33) Installing py3-lockfile (0.12.2-r3) 19:06:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:06:48 (22/33) Installing py3-colorama (0.4.3-r0) 19:06:48 (23/33) Installing py3-distlib (0.3.0-r0) 19:06:48 (24/33) Installing py3-distro (1.5.0-r1) 19:06:48 (25/33) Installing py3-webencodings (0.5.1-r3) 19:06:48 (26/33) Installing py3-html5lib (1.0.1-r4) 19:06:48 (27/33) Installing py3-pytoml (0.1.21-r0) 19:06:48 (28/33) Installing py3-pep517 (0.8.2-r0) 19:06:48 (29/33) Installing py3-progress (1.5-r0) 19:06:48 (30/33) Installing py3-toml (0.10.1-r0) 19:06:48 (31/33) Installing py3-retrying (1.3.3-r0) 19:06:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:06:49 (33/33) Installing py3-pip (20.1.1-r0) 19:06:49 Executing busybox-1.31.1-r19.trigger 19:06:49 OK: 71 MiB in 55 packages 19:06:55 Removing intermediate container acc84b8e636b 19:06:55 ---> d0da40ed66a8 19:06:55 Step 20/26 : RUN pip install docker-compose==1.23.2 19:06:55 ---> Running in 29dff325c401 19:07:00 Collecting docker-compose==1.23.2 19:07:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:07:01 Collecting dockerpty<0.5,>=0.4.1 19:07:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:07:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:07:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:07:04 Collecting texttable<0.10,>=0.9.0 19:07:04 Downloading texttable-0.9.1.tar.gz (11 kB) 19:07:06 Collecting websocket-client<1.0,>=0.32.0 19:07:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:07:07 Collecting PyYAML<4,>=3.10 19:07:07 Downloading PyYAML-3.13.tar.gz (270 kB) 19:07:10 Collecting jsonschema<3,>=2.5.1 19:07:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:07:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:07:10 Collecting docker<4.0,>=3.6.0 19:07:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:07:11 Collecting docopt<0.7,>=0.6.1 19:07:11 Downloading docopt-0.6.2.tar.gz (25 kB) 19:07:13 Collecting cached-property<2,>=1.2.0 19:07:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:07:13 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:07:14 Collecting urllib3<1.25,>=1.21.1 19:07:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:07:14 Collecting idna<2.8,>=2.5 19:07:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:07:14 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:07:14 Collecting docker-pycreds>=0.4.0 19:07:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:07:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:07:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:07:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:07:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:07:15 Installing collected packages: dockerpty, urllib3, idna, requests, texttable, websocket-client, PyYAML, jsonschema, docker-pycreds, docker, docopt, cached-property, docker-compose 19:07:15 Running setup.py install for dockerpty: started 19:07:17 Running setup.py install for dockerpty: finished with status 'done' 19:07:17 Attempting uninstall: urllib3 19:07:17 Found existing installation: urllib3 1.25.9 19:07:17 Uninstalling urllib3-1.25.9: 19:07:17 Successfully uninstalled urllib3-1.25.9 19:07:18 Attempting uninstall: idna 19:07:18 Found existing installation: idna 2.9 19:07:18 Uninstalling idna-2.9: 19:07:18 Successfully uninstalled idna-2.9 19:07:18 Attempting uninstall: requests 19:07:18 Found existing installation: requests 2.23.0 19:07:18 Uninstalling requests-2.23.0: 19:07:18 Successfully uninstalled requests-2.23.0 19:07:19 Running setup.py install for texttable: started 19:07:20 Running setup.py install for texttable: finished with status 'done' 19:07:21 Running setup.py install for PyYAML: started 19:07:23 Running setup.py install for PyYAML: finished with status 'done' 19:07:24 Running setup.py install for docopt: started 19:07:26 Running setup.py install for docopt: finished with status 'done' 19:07: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 19:07:30 Removing intermediate container 29dff325c401 19:07:30 ---> caf135d31540 19:07:30 Step 21/26 : RUN apk --no-cache add curl 19:07:30 ---> Running in fc9470c1708c 19:07:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:07:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:07:32 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:07:32 (2/3) Installing libcurl (7.69.1-r3) 19:07:32 (3/3) Installing curl (7.69.1-r3) 19:07:32 Executing busybox-1.31.1-r19.trigger 19:07:32 OK: 71 MiB in 58 packages 19:07:33 Removing intermediate container fc9470c1708c 19:07:33 ---> fe1ff4a5653d 19:07:33 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:07:33 ---> Running in 378a24cd7b95 19:07:34 Removing intermediate container 378a24cd7b95 19:07:34 ---> b6c5d3778967 19:07:34 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:07:34 ---> Running in 57b5c9aa66b4 19:07:35 Removing intermediate container 57b5c9aa66b4 19:07:35 ---> af2c36fd7e93 19:07:35 Step 24/26 : LABEL arch=arm64 19:07:35 ---> Running in 4ca3097c28d5 19:07:35 Removing intermediate container 4ca3097c28d5 19:07:35 ---> 5cdb23eaf429 19:07:35 Step 25/26 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:07:35 ---> Running in 4ff8b0511170 19:07:36 Removing intermediate container 4ff8b0511170 19:07:36 ---> be88b0db6852 19:07:36 Step 26/26 : LABEL version=0.0.0 19:07:36 ---> Running in 897d4733c370 19:07:36 Removing intermediate container 897d4733c370 19:07:36 ---> ae362f139736 19:07:36 19:07:37 Successfully built ae362f139736 19:07:37 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:07:37  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:07:37 $ docker stop --time=1 138b735a8776fcace819c0b6bcf9aec2c23d684352d7625ebdf27069282fb24d 19:07:39 $ docker rm -f 138b735a8776fcace819c0b6bcf9aec2c23d684352d7625ebdf27069282fb24d [Pipeline] // withDockerContainer [Pipeline] sh 19:07:40 + + docker images 19:07:40 grep docker 19:07:40 docker-sys-mgmt-agent-go-arm64 latest ae362f139736 4 seconds ago 300MB 19:07:40 docker-core-metadata-go-arm64 latest 76dd00a44357 About a minute ago 17.9MB 19:07:40 docker-security-secretstore-setup-go-arm64 latest 1c932d0fd698 About a minute ago 23.7MB 19:07:40 docker-security-proxy-setup-go-arm64 latest 642eb68147a1 About a minute ago 23.4MB 19:07:40 docker-core-data-go-arm64 latest 80189bc6a746 4 minutes ago 21.1MB 19:07:40 docker-security-bootstrapper-go-arm64 latest 3ffc23548c1e 4 minutes ago 17.8MB 19:07:40 docker-support-notifications-go-arm64 latest c961b9c77316 4 minutes ago 16.9MB 19:07:40 docker-support-scheduler-go-arm64 latest e2899067c78d 4 minutes ago 16.3MB 19:07:40 docker-core-command-go-arm64 latest 2b434569941e 4 minutes ago 16.2MB 19:07:40 docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 19:07:41 ---> job-cost.sh 19:07:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-3EhK 19:08:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 19:08:32 ---> fb1231d2f5c2 19:08:32 ---> 8b81d61e04ba 19:08:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> 9aad6f698687 19:08:32 Step 9/23 : RUN make cmd/core-command/core-commandStep 9/23 : RUN make cmd/core-metadata/core-metadata 19:08:32 19:08:32 19:08:32 ---> Running in 4d7db5535d3f 19:08:32 ---> Running in c3da757ed3b0 19:08:32 ---> Running in c8c731923dd5 19:08:32 ---> 868b4448b3ac 19:08:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:08:32 ---> Running in d6f7bc186d48 19:08:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:08:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:08:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:08: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 19:09:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:09:44 Removing intermediate container c3da757ed3b0 19:09:44 ---> dce16a019812 19:09:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:09:44 ---> Running in 82919bbf0fac 19:09:44 Removing intermediate container 4d7db5535d3f 19:09:44 ---> e64281a8b754 19:09:44 19:09:44 Step 10/23 : FROM alpine:3.12 19:09:44 ---> 88dd2752d2ea 19:09:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:09:44 ---> Using cache 19:09:44 ---> 11f8752071b7 19:09:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:09:44 ---> Using cache 19:09:44 ---> fa72d993c0e8 19:09:44 Step 13/23 : ENV APP_PORT=48082 19:09:44 ---> Running in d6da39b2e5c2 19:09:44 Removing intermediate container d6da39b2e5c2 19:09:44 ---> 45b169524c47 19:09:44 Step 14/23 : EXPOSE $APP_PORT 19:09:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:09:48 ---> Running in 7c3ca7b268aa 19:09:50 Removing intermediate container d6f7bc186d48 19:09:50 ---> 32eb63664bc9 19:09:50 19:09:50 Step 10/24 : FROM alpine:3.12 19:09:50 ---> 88dd2752d2ea 19:09:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:09:51 Removing intermediate container 7c3ca7b268aa 19:09:51 ---> bc3d24b3ed13 19:09:51 Step 15/23 : WORKDIR / 19:09:51 ---> Running in d6aba47c20d0 19:09:52 Removing intermediate container c8c731923dd5 19:09:52 ---> e4a2ce232807 19:09:52 19:09:52 Step 10/23 : FROM alpine:3.12 19:09:52 ---> 88dd2752d2ea 19:09:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 19:09:52 ---> Using cache 19:09:52 ---> 11f8752071b7 19:09:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 19:09:52 ---> Using cache 19:09:52 ---> fa72d993c0e8 19:09:52 Step 13/23 : ENV APP_PORT=48081 19:09:52 ---> Running in 6ca6edfa393d 19:09:54 ---> Running in 5e063f25d2ed 19:09:54 Removing intermediate container 6ca6edfa393d 19:09:54 ---> 035aa34480aa 19:09:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:09:55 Removing intermediate container 5e063f25d2ed 19:09:55 ---> 02c023e89c5f 19:09:55 Step 14/23 : EXPOSE $APP_PORT 19:09:55 ---> Running in d33d5dd887f9 19:09:55 Removing intermediate container 82919bbf0fac 19:09:55 ---> 3a98a876d6a6 19:09:55 19:09:55 Step 11/26 : FROM docker:20.10.0 19:09:55 20.10.0: Pulling from library/docker 19:09:55 ---> 7f2509b43aad 19:09:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:09:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:09:55 Removing intermediate container d33d5dd887f9 19:09:55 ---> f4f31d4eb681 19:09:55 Step 15/23 : WORKDIR / 19:09:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:09:55 ---> Running in 081b442bef08 19:09:56 (1/5) Installing ca-certificates (20191127-r4) 19:09:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:09:56 (3/5) Installing libcurl (7.69.1-r3) 19:09:56 (4/5) Installing curl (7.69.1-r3) 19:09:56 (5/5) Installing dumb-init (1.2.2-r1) 19:09:56 Executing busybox-1.31.1-r19.trigger 19:09:56 Executing ca-certificates-20191127-r4.trigger 19:09:56 OK: 7 MiB in 19 packages 19:09:58 Removing intermediate container 081b442bef08 19:09:58 ---> e0045819d48e 19:09:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 19:09:58 ---> 2ef47765aab1 19:09:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:10:00 ---> 5896666440a9 19:10:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:10:00 ---> b39aaf223d62 19:10:00 Step 19/23 : ENTRYPOINT ["/core-command"] 19:10:00 Removing intermediate container d6aba47c20d0 19:10:00 ---> 00eafe468ba2 19:10:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:10:00 ---> Running in ec046fe0b646 19:10:00 ---> Running in 977c25427301 19:10:02 Removing intermediate container ec046fe0b646 19:10:02 ---> 8735d05b6546 19:10:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:02 Removing intermediate container 977c25427301 19:10:02 ---> 7bf5fbb5aaf7 19:10:02 Step 13/24 : WORKDIR / 19:10:02 ---> Running in 79e2b54c1eab 19:10:02 ---> Running in 7ae97b347b85 19:10:04 ---> c94572c572f8 19:10:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:10:04 Removing intermediate container 79e2b54c1eab 19:10:04 ---> 7f9cd40694a6 19:10:04 Step 21/23 : LABEL arch=x86_64 19:10:04 ---> Running in ccb6be0b211f 19:10:04 Removing intermediate container 7ae97b347b85 19:10:04 ---> cab54169a5a6 19:10:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:10:06 Removing intermediate container ccb6be0b211f 19:10:06 ---> 745a18003ba3 19:10:06 Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:10:06 ---> 8dc4a6963a76 19:10:06 Step 19/23 : ENTRYPOINT ["/core-metadata"] 19:10:06 ---> Running in af8887cf7f9b 19:10:06 ---> Running in 923e4af524e2 19:10:06 ---> 252b49542c99 19:10:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:10:07 Removing intermediate container af8887cf7f9b 19:10:07 ---> a7682a20a9ec 19:10:07 Step 23/23 : LABEL version=0.0.0 19:10:07 Removing intermediate container 923e4af524e2 19:10:07 ---> 68db06e7949a 19:10:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:08 ---> Running in e27864a33a37 19:10:08 ---> c3f0f4200717 19:10:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:10:08 ---> Running in 877d4e6da3e5 19:10:08 Removing intermediate container e27864a33a37 19:10:08 ---> 0e02c5987291 19:10:08 19:10:08 Removing intermediate container 877d4e6da3e5 19:10:08 ---> ebc0cbf74a39 19:10:08 Step 21/23 : LABEL arch=x86_64 19:10:09 ---> 50d96bc66a3b 19:10:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:10:10 ---> Running in 4f21e88696f3 19:10:12 Successfully built 0e02c5987291 19:10:12 Removing intermediate container 4f21e88696f3 19:10:12 ---> 1d29c48f6ca8 19:10:12 Step 22/23 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:10:12 Successfully tagged docker-core-command-go:latest 19:10:12  Building docker-core-command-go ... done  ---> Running in d115012d3a93 19:10:12 ---> a0d71ff0947d 19:10:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:10:15 Removing intermediate container d115012d3a93 19:10:15 ---> c19cdcce38b9 19:10:15 Step 23/23 : LABEL version=0.0.0 19:10:15 ---> Running in f5ecc001ebaf 19:10:15 ---> f02e649fba69 19:10:15 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:10:16 Removing intermediate container f5ecc001ebaf 19:10:16 ---> bd80c9509068 19:10:16 19:10:16 ---> d988200cab6e 19:10:16 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 19:10:16 ---> Running in 109269ecbe1f 19:10:19 Successfully built bd80c9509068 19:10:19 Successfully tagged docker-core-metadata-go:latest 19:10:19  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:10:19 Status: Downloaded newer image for docker:20.10.0 19:10:19 ---> aefe523efa57 19:10:19 Step 12/26 : RUN apk add --no-cache bash 19:10:20 ---> Running in b6e08d7a43dc 19:10:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:10:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:10:23 (1/2) Installing readline (8.0.4-r0) 19:10:23 (2/2) Installing bash (5.0.17-r0) 19:10:23 Executing bash-5.0.17-r0.post-install 19:10:23 Executing busybox-1.31.1-r19.trigger 19:10:23 OK: 12 MiB in 22 packages 19:10:23 Removing intermediate container 109269ecbe1f 19:10:23 ---> d217d50cabe3 19:10:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:10:24 ---> Running in cbe889ff1ad6 19:10:25 Removing intermediate container cbe889ff1ad6 19:10:25 ---> ba85c12a4c8c 19:10:25 Step 22/24 : LABEL arch=x86_64 19:10:25 ---> Running in fd96738da696 19:10:25 Removing intermediate container b6e08d7a43dc 19:10:25 ---> a0ae74030756 19:10:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:10:25 ---> Running in a7387c26dd07 19:10:26 Removing intermediate container fd96738da696 19:10:26 ---> aac39fba09e1 19:10:26 Step 23/24 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:10:26 ---> Running in 159b4f66997b 19:10:26 Removing intermediate container a7387c26dd07 19:10:26 ---> d199cdeaf6ed 19:10:26 Step 14/26 : ENV APP_PORT=48090 19:10:26 ---> Running in d7bd2921399f 19:10:26 Removing intermediate container 159b4f66997b 19:10:26 ---> 89a876aeb730 19:10:26 Step 24/24 : LABEL version=0.0.0 19:10:27 ---> Running in a2efbbd1dd8b 19:10:27 Removing intermediate container d7bd2921399f 19:10:27 ---> 124c77ecf586 19:10:27 Step 15/26 : EXPOSE $APP_PORT 19:10:27 ---> Running in 4a67c5682b6a 19:10:27 Removing intermediate container a2efbbd1dd8b 19:10:27 ---> f1396b4640cf 19:10:27 19:10:30 Successfully built f1396b4640cf 19:10:30 Successfully tagged docker-security-secretstore-setup-go:latest 19:10:30  Building docker-security-secretstore-setup-go ... done Removing intermediate container 4a67c5682b6a 19:10:30 ---> 78514d35a709 19:10:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:10:32 ---> 4bec13163bd7 19:10:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:10:33 ---> 8e6336b5348b 19:10:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:10:36 ---> 513fafa28820 19:10:36 Step 19/26 : RUN apk --no-cache add py3-pip 19:10:36 ---> Running in 96ddb2ad355d 19:10:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:10:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:10:39 (1/33) Installing libbz2 (1.0.8-r1) 19:10:39 (2/33) Installing expat (2.2.9-r1) 19:10:39 (3/33) Installing libffi (3.3-r2) 19:10:39 (4/33) Installing gdbm (1.13-r1) 19:10:39 (5/33) Installing xz-libs (5.2.5-r0) 19:10:39 (6/33) Installing sqlite-libs (3.32.1-r0) 19:10:39 (7/33) Installing python3 (3.8.5-r1) 19:10:41 (8/33) Installing py3-appdirs (1.4.4-r1) 19:10:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:10:41 (10/33) Installing py3-parsing (2.4.7-r0) 19:10:41 (11/33) Installing py3-six (1.15.0-r0) 19:10:41 (12/33) Installing py3-packaging (20.4-r0) 19:10:41 (13/33) Installing py3-setuptools (47.0.0-r0) 19:10:41 (14/33) Installing py3-chardet (3.0.4-r4) 19:10:41 (15/33) Installing py3-idna (2.9-r0) 19:10:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:10:42 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:10:42 (18/33) Installing py3-requests (2.23.0-r0) 19:10:42 (19/33) Installing py3-msgpack (1.0.0-r0) 19:10:42 (20/33) Installing py3-lockfile (0.12.2-r3) 19:10:42 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:10:42 (22/33) Installing py3-colorama (0.4.3-r0) 19:10:42 (23/33) Installing py3-distlib (0.3.0-r0) 19:10:42 (24/33) Installing py3-distro (1.5.0-r1) 19:10:42 (25/33) Installing py3-webencodings (0.5.1-r3) 19:10:42 (26/33) Installing py3-html5lib (1.0.1-r4) 19:10:42 (27/33) Installing py3-pytoml (0.1.21-r0) 19:10:42 (28/33) Installing py3-pep517 (0.8.2-r0) 19:10:42 (29/33) Installing py3-progress (1.5-r0) 19:10:42 (30/33) Installing py3-toml (0.10.1-r0) 19:10:42 (31/33) Installing py3-retrying (1.3.3-r0) 19:10:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:10:42 (33/33) Installing py3-pip (20.1.1-r0) 19:10:42 Executing busybox-1.31.1-r19.trigger 19:10:42 OK: 71 MiB in 55 packages 19:10:42 lf-activate-venv(): INFO: Adding /tmp/venv-3EhK/bin to PATH 19:10:42 INFO: No Stack... 19:10:42 INFO: Retrieving Pricing Info for: lf-standard-4 19:10:42 INFO: Archiving Costs [Pipeline] sh 19:10:42 + cut -d, -f6 19:10:42 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 19:10:43 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3228-3-stack-cost] 19:10:43 Resource [jenkins-edgexfoundry-edgex-go-PR-3228-3-stack-cost] did not exist. Created. 19:10:43 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3228-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 19:10:43 + echo total: 0.20999999344348907 [Pipeline] stash 19:10:43 Stashed 1 file(s) [Pipeline] } 19:10:43 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3228-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 19:10:57 Removing intermediate container 96ddb2ad355d 19:10:57 ---> f05ce32b9e4c 19:10:57 Step 20/26 : RUN pip install docker-compose==1.23.2 19:10:57 ---> Running in ae91fab26629 19:10:58 Collecting docker-compose==1.23.2 19:10:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:10:58 Collecting docopt<0.7,>=0.6.1 19:10:58 Downloading docopt-0.6.2.tar.gz (25 kB) 19:10:59 Collecting jsonschema<3,>=2.5.1 19:10:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:10:59 Collecting dockerpty<0.5,>=0.4.1 19:10:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:11:00 Collecting PyYAML<4,>=3.10 19:11:00 Downloading PyYAML-3.13.tar.gz (270 kB) 19:11:02 Collecting websocket-client<1.0,>=0.32.0 19:11:02 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 19:11:02 Collecting docker<4.0,>=3.6.0 19:11:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:11:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:11:02 Collecting texttable<0.10,>=0.9.0 19:11:02 Downloading texttable-0.9.1.tar.gz (11 kB) 19:11:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:11:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:11:03 Collecting cached-property<2,>=1.2.0 19:11:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:11:04 Collecting docker-pycreds>=0.4.0 19:11:04 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:11:04 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 19:11:04 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 19:11:04 Collecting urllib3<1.25,>=1.21.1 19:11:04 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:11:04 Collecting idna<2.8,>=2.5 19:11:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:11:04 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:11:04 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:11:04 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:11:04 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:11:05 Installing collected packages: docopt, jsonschema, dockerpty, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, docker-compose 19:11:05 Running setup.py install for docopt: started 19:11:05 Running setup.py install for docopt: finished with status 'done' 19:11:06 Running setup.py install for dockerpty: started 19:11:06 Running setup.py install for dockerpty: finished with status 'done' 19:11:06 Running setup.py install for PyYAML: started 19:11:08 Running setup.py install for PyYAML: finished with status 'done' 19:11:08 Attempting uninstall: urllib3 19:11:08 Found existing installation: urllib3 1.25.9 19:11:08 Uninstalling urllib3-1.25.9: 19:11:08 Successfully uninstalled urllib3-1.25.9 19:11:08 Attempting uninstall: idna 19:11:08 Found existing installation: idna 2.9 19:11:08 Uninstalling idna-2.9: 19:11:08 Successfully uninstalled idna-2.9 19:11:08 Attempting uninstall: requests 19:11:08 Found existing installation: requests 2.23.0 19:11:08 Uninstalling requests-2.23.0: 19:11:08 Successfully uninstalled requests-2.23.0 19:11:09 Running setup.py install for texttable: started 19:11:10 Running setup.py install for texttable: finished with status 'done' 19:11:10 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 19:11:16 Removing intermediate container ae91fab26629 19:11:16 ---> f05e8b1dc3fe 19:11:16 Step 21/26 : RUN apk --no-cache add curl 19:11:16 ---> Running in 8b1cd87ff272 19:11:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:11:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:11:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:11:18 (2/3) Installing libcurl (7.69.1-r3) 19:11:18 (3/3) Installing curl (7.69.1-r3) 19:11:18 Executing busybox-1.31.1-r19.trigger 19:11:18 OK: 72 MiB in 58 packages 19:11:20 Removing intermediate container 8b1cd87ff272 19:11:20 ---> e0cdca7b31b4 19:11:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:11:20 ---> Running in b51ee260c8e1 19:11:20 Removing intermediate container b51ee260c8e1 19:11:20 ---> b639ee1a6963 19:11:20 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:20 ---> Running in 6da2bce81d47 19:11:22 Removing intermediate container 6da2bce81d47 19:11:22 ---> 9fdef85a9eff 19:11:22 Step 24/26 : LABEL arch=x86_64 19:11:22 ---> Running in d72fa3049b94 19:11:23 Removing intermediate container d72fa3049b94 19:11:23 ---> 4aa3064e4f41 19:11:23 Step 25/26 : LABEL git_sha=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:11:23 ---> Running in 020fb1f37a78 19:11:24 Removing intermediate container 020fb1f37a78 19:11:24 ---> 03eb342102ea 19:11:24 Step 26/26 : LABEL version=0.0.0 19:11:24 ---> Running in f395c92183fb 19:11:24 Removing intermediate container f395c92183fb 19:11:24 ---> 488b2774bc3a 19:11:24 19:11:25 Successfully built 488b2774bc3a 19:11:25 Successfully tagged docker-sys-mgmt-agent-go:latest 19:11:26  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 19:11:26 $ docker stop --time=1 e28169d64f6d8380c85a1b02a85a6e82de9a81f9fc44211b51d2103ce56d0cad 19:11:30 $ docker rm -f e28169d64f6d8380c85a1b02a85a6e82de9a81f9fc44211b51d2103ce56d0cad [Pipeline] // withDockerContainer [Pipeline] sh 19:11:31 + docker images 19:11:31 + grep docker 19:11:33 docker-sys-mgmt-agent-go latest 488b2774bc3a 8 seconds ago 313MB 19:11:33 docker-security-secretstore-setup-go latest f1396b4640cf About a minute ago 24.9MB 19:11:33 docker-core-metadata-go latest bd80c9509068 About a minute ago 19MB 19:11:33 docker-core-command-go latest 0e02c5987291 About a minute ago 17.2MB 19:11:33 docker-security-bootstrapper-go latest 349cc05deed2 7 minutes ago 18.7MB 19:11:33 docker-core-data-go latest f94dad0461cd 7 minutes ago 22.4MB 19:11:33 docker-support-notifications-go latest d02008f3673c 7 minutes ago 17.8MB 19:11:33 docker-security-proxy-setup-go latest 16c1d9cde506 7 minutes ago 24.7MB 19:11:33 docker-support-scheduler-go latest a2ddb180673b 7 minutes ago 17.2MB 19:11:33 docker 20.10.0 aefe523efa57 2 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 19:11:49 Still waiting to schedule task 19:11:49 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:12:44 Running on prd-ubuntu18.04-docker-8c-8g-28749 in /w/workspace/edgexfoundry_edgex-go_PR-3228 [Pipeline] { [Pipeline] ws 19:12:44 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 19:12:47 using credential edgex-jenkins-ssh 19:12:47 Cloning the remote Git repository 19:12:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:12:46 > git init /w/workspace/edgex-go/3 # timeout=10 19:12:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:12:46 > git --version # timeout=10 19:12:46 > git --version # 'git version 2.17.1' 19:12:46 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:12:55 Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:12:55 Merge succeeded, producing 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 19:12:55 Checking out Revision 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 (PR-3228) 19:12:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:12:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:12:54 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:12:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:12:54 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3228/head:refs/remotes/origin/PR-3228 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:12:55 > git config core.sparsecheckout # timeout=10 19:12:55 > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 19:12:55 > git remote # timeout=10 19:12:55 > git config --get remote.origin.url # timeout=10 19:12:55 using GIT_SSH to set credentials SSH Credentials for GitHub 19:12:55 > git merge f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 19:12:55 > git rev-parse HEAD^{commit} # timeout=10 19:12:55 > git config core.sparsecheckout # timeout=10 19:12:55 > git checkout -f 75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 # timeout=10 19:12:59 Commit message: "Merge branch 'master' into proxy-setup-config" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:13:01 + echo snap-build.sh 19:13:01 snap-build.sh 19:13:01 + SNAP_BASE_DIR=. 19:13:01 + '[' '!' -z /w/workspace/edgex-go/3 ']' 19:13:01 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 19:13:01 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 19:13:01 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 19:13:01 + cd /w/workspace/edgex-go/3 19:13:01 + sudo apt-get remove -qy --purge lxd lxd-client 19:13:01 Reading package lists... 19:13:01 Building dependency tree... 19:13:01 Reading state information... 19:13:01 The following packages were automatically installed and are no longer required: 19:13:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 19:13:01 uidmap xdelta3 19:13:01 Use 'sudo apt autoremove' to remove them. 19:13:01 The following packages will be REMOVED: 19:13:01 lxd* lxd-client* 19:13:02 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 19:13:02 After this operation, 31.7 MB disk space will be freed. 19:13:03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 19:13:03 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 19:13:04 Removing lxd dnsmasq configuration 19:13:04 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 19:13:05 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 19:13:06 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 19:13:06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 19:13:06 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 19:13:08 Processing triggers for systemd (237-3ubuntu10.42) ... 19:13:08 Processing triggers for ureadahead (0.100.0-21) ... 19:13:10 + sudo snap remove --purge lxd 19:13:10 snap "lxd" is not installed 19:13:10 + sudo groupadd --force --system lxd 19:13:10 ++ whoami 19:13:10 + sudo /usr/sbin/usermod -G lxd -a jenkins 19:13:10 + newgrp - lxd 19:13:10 + sudo snap install lxd 19:13:20 2021-03-05T19:13:17Z INFO Waiting for automatic snapd restart... 19:13:35 lxd 4.11 from Canonical* installed 19:13:35 + sudo lxd init --auto 19:13:43 + sudo snap install --classic snapcraft 19:13:58 snapcraft 4.5.4 from Canonical* installed 19:13:58 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 19:13:58 + patch --verbose -p1 19:13:58 Hmm... Looks like a unified diff to me... 19:13:58 The text leading up to this was: 19:13:58 -------------------------- 19:13:58 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 19:13:58 |From: Tony Espy 19:13:58 |Date: Wed, 16 Dec 2020 16:34:55 -0500 19:13:58 |Subject: [PATCH] optimize snap build for pipeline CI check 19:13:58 | 19:13:58 |This patch is used by the EdgeX CI pipeline builds to 19:13:58 |optimize the snap CI check run for pull requests. When 19:13:58 |applied, it essentially strips out everything (apps and 19:13:58 |parts) from the snapcraft.yaml file except those required 19:13:58 |to build edgex-go, as the whole idea of the CI check is to 19:13:58 |catch changes to edgex-go that break the snap build. 19:13:58 | 19:13:58 |In general, anyone updating snapcraft.yaml will also need 19:13:58 |to update this patch file, otherwise it may fail to apply, 19:13:58 |resulting in a failed snap build CI check in the associated 19:13:58 |pull request. 19:13:58 | 19:13:58 |Note - in addition to applying this patch, the pipeline also 19:13:58 |only primes the snap (e.g. `snapcraft prime`), as there's no 19:13:58 |need to build the finally binary .snap file (and it won't 19:13:58 |work with the patch applied). This further reduces the build 19:13:58 |time. 19:13:58 |--- 19:13:58 | snap/snapcraft.yaml | 461 +------------------------------------------- 19:13:58 | 1 file changed, 2 insertions(+), 459 deletions(-) 19:13:58 | 19:13:58 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 19:13:58 |index 1e537489..faf42425 100644 19:13:58 |--- a/snap/snapcraft.yaml 19:13:58 |+++ b/snap/snapcraft.yaml 19:13:58 -------------------------- 19:13:58 patching file snap/snapcraft.yaml 19:13:58 Using Plan A... 19:13:58 Hunk #1 succeeded at 73. 19:13:58 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 19:13:58 Hunk #3 succeeded at 217 (offset 3 lines). 19:13:58 Hunk #4 succeeded at 225 (offset 3 lines). 19:13:58 Hunk #5 succeeded at 232 (offset 3 lines). 19:13:58 Hunk #6 succeeded at 259 (offset 3 lines). 19:13:58 Hunk #7 succeeded at 293 (offset 3 lines). 19:13:58 Hunk #8 succeeded at 352 (offset 11 lines). 19:13:58 Hmm... Ignoring the trailing garbage. 19:13:58 done 19:13:58 + sudo snapcraft prime --use-lxd 19:13:58 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 19:13:58 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:13:58 - README.md 19:13:58 - snapcraft.yaml.orig 19:13:58 19:13:58 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:13:59 Launching a container. 19:14:11 Waiting for container to be ready 19:14:11 To start your first instance, try: lxc launch ubuntu:18.04 19:14:11 19:14:15 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 19:14:16 Waiting for network to be ready... 19:14:17 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:14:17 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:14:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 19:14:17 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:14:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:14:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:14:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:14:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:14:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:14:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:14:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:14:17 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 19:14:17 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:14:17 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:14:17 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 19:14:17 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 19:14:17 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 19:14:18 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 19:14:18 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:14:18 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 19:14:18 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 19:14:18 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:14:18 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:14:18 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 19:14:18 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 19:14:18 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 19:14:18 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 19:14:23 Fetched 24.0 MB in 6s (3857 kB/s) 19:14:24 Reading package lists... 19:14:24 Reading package lists... 19:14:24 Building dependency tree... 19:14:24 Reading state information... 19:14:24 The following additional packages will be installed: 19:14:24 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:14:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:14:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:14:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 19:14:24 Suggested packages: 19:14:24 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 19:14:24 Recommended packages: 19:14:24 gnupg libsasl2-modules 19:14:24 The following NEW packages will be installed: 19:14:24 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 19:14:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 19:14:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 19:14:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 19:14:24 The following packages will be upgraded: 19:14:24 gpg gpg-agent gpgconf libudev1 19:14:25 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 19:14:25 Need to get 3530 kB of archives. 19:14:25 After this operation, 13.3 MB of additional disk space will be used. 19:14:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 19:14:25 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 19:14:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 19:14:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 19:14:25 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 19:14:25 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 19:14:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 19:14:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 19:14:25 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 19:14:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 19:14:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 19:14:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 19:14:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 19:14:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 19:14:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 19:14:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 19:14:25 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 19:14:25 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 19:14:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 19:14:25 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 19:14:25 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 19:14:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 19:14:26 debconf: delaying package configuration, since apt-utils is not installed 19:14:26 Fetched 3530 kB in 1s (3435 kB/s) 19:14:26 (Reading database ... 12511 files and directories currently installed.) 19:14:26 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 19:14:26 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:14:26 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 19:14:26 Selecting previously unselected package udev. 19:14:26 (Reading database ... 12511 files and directories currently installed.) 19:14:26 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 19:14:26 Unpacking udev (237-3ubuntu10.44) ... 19:14:27 Selecting previously unselected package libfuse2:amd64. 19:14:27 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 19:14:27 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:14:27 Selecting previously unselected package fuse. 19:14:27 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 19:14:27 Unpacking fuse (2.9.7-1ubuntu1) ... 19:14:27 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 19:14:27 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:14:27 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 19:14:27 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:14:27 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 19:14:27 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:14:27 Selecting previously unselected package libksba8:amd64. 19:14:27 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 19:14:27 Unpacking libksba8:amd64 (1.3.5-2) ... 19:14:27 Selecting previously unselected package libroken18-heimdal:amd64. 19:14:27 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:27 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:27 Selecting previously unselected package libasn1-8-heimdal:amd64. 19:14:27 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:27 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:27 Selecting previously unselected package libheimbase1-heimdal:amd64. 19:14:27 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:27 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 19:14:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:28 Selecting previously unselected package libwind0-heimdal:amd64. 19:14:28 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:28 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:28 Selecting previously unselected package libhx509-5-heimdal:amd64. 19:14:28 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:28 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:28 Selecting previously unselected package libkrb5-26-heimdal:amd64. 19:14:28 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:28 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:28 Selecting previously unselected package libheimntlm0-heimdal:amd64. 19:14:28 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:28 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:28 Selecting previously unselected package libgssapi3-heimdal:amd64. 19:14:28 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 19:14:28 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:28 Selecting previously unselected package libsasl2-modules-db:amd64. 19:14:28 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:14:28 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:14:28 Selecting previously unselected package libsasl2-2:amd64. 19:14:28 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 19:14:28 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:14:28 Selecting previously unselected package libldap-common. 19:14:28 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 19:14:28 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:14:28 Selecting previously unselected package libldap-2.4-2:amd64. 19:14:28 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 19:14:28 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:14:29 Selecting previously unselected package dirmngr. 19:14:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 19:14:29 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 19:14:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 19:14:29 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 19:14:29 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 19:14:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:14:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 19:14:29 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 19:14:29 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:29 Setting up libksba8:amd64 (1.3.5-2) ... 19:14:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:14:29 Setting up udev (237-3ubuntu10.44) ... 19:14:30 invoke-rc.d: policy-rc.d denied execution of start. 19:14:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:30 Processing triggers for systemd (237-3ubuntu10) ... 19:14:30 Setting up fuse (2.9.7-1ubuntu1) ... 19:14:30 Setting up gpg (2.2.4-1ubuntu1.4) ... 19:14:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:30 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:30 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 19:14:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 19:14:30 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 19:14:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:14:31 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 19:14:31 settings in the [Install] section, and DefaultInstance for template units). 19:14:31 This means they are not meant to be enabled using systemctl. 19:14:31 Possible reasons for having this kind of units are: 19:14:31 1) A unit may be statically enabled by being symlinked from another unit's 19:14:31 .wants/ or .requires/ directory. 19:14:31 2) A unit's purpose may be to act as a helper for some other unit which has 19:14:31 a requirement dependency on it. 19:14:31 3) A unit may be started when needed via activation (socket, path, timer, 19:14:31 D-Bus, udev, scripted systemctl call, ...). 19:14:31 4) In case of template units, the unit is meant to be enabled with some 19:14:31 instance name specified. 19:14:31 Reading package lists... 19:14:31 Building dependency tree... 19:14:31 Reading state information... 19:14:32 The following additional packages will be installed: 19:14:32 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 19:14:32 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 19:14:32 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 19:14:32 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 19:14:32 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 19:14:32 Suggested packages: 19:14:32 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 19:14:32 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 19:14:32 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 19:14:32 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 19:14:32 systemd-container policykit-1 19:14:32 Recommended packages: 19:14:32 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 19:14:32 The following NEW packages will be installed: 19:14:32 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 19:14:32 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 19:14:32 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 19:14:32 multiarch-support openssh-client python3 python3-minimal python3.6 19:14:32 python3.6-minimal snapd squashfs-tools sudo 19:14:32 The following packages will be upgraded: 19:14:32 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 19:14:32 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 19:14:32 Need to get 35.2 MB of archives. 19:14:32 After this operation, 141 MB of additional disk space will be used. 19:14:32 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 19:14:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 19:14:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 19:14:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 19:14:33 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 19:14:33 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 19:14:33 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 19:14:33 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 19:14:33 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 19:14:33 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 19:14:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 19:14:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 19:14:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 19:14:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 19:14:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 19:14:33 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 19:14:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 19:14:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 19:14:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 19:14:33 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 19:14:33 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 19:14:33 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 19:14:33 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 19:14:33 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 19:14:33 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 19:14:33 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 19:14:33 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 19:14:33 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 19:14:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 19:14:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 19:14:35 debconf: delaying package configuration, since apt-utils is not installed 19:14:35 Fetched 35.2 MB in 3s (12.6 MB/s) 19:14:35 (Reading database ... 12757 files and directories currently installed.) 19:14:35 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 19:14:35 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:14:36 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 19:14:36 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:14:36 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 19:14:36 (Reading database ... 12757 files and directories currently installed.) 19:14:36 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 19:14:36 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 19:14:36 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 19:14:37 (Reading database ... 12757 files and directories currently installed.) 19:14:37 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 19:14:37 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 19:14:37 Setting up apt (1.6.12ubuntu0.2) ... 19:14:37 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 19:14:38 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 19:14:38 (Reading database ... 12764 files and directories currently installed.) 19:14:38 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:14:38 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:14:38 Selecting previously unselected package libpython3.6-minimal:amd64. 19:14:38 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:14:38 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:14:38 Selecting previously unselected package libexpat1:amd64. 19:14:38 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 19:14:38 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:14:39 Selecting previously unselected package python3.6-minimal. 19:14:39 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:14:39 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:14:39 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 19:14:39 Checking for services that may need to be restarted...done. 19:14:39 Checking for services that may need to be restarted...done. 19:14:39 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:14:39 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 19:14:39 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 19:14:40 Selecting previously unselected package python3-minimal. 19:14:40 (Reading database ... 13012 files and directories currently installed.) 19:14:40 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 19:14:40 Unpacking python3-minimal (3.6.7-1~18.04) ... 19:14:40 Selecting previously unselected package mime-support. 19:14:40 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 19:14:40 Unpacking mime-support (3.60ubuntu1) ... 19:14:40 Selecting previously unselected package libmpdec2:amd64. 19:14:40 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 19:14:40 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:14:40 Selecting previously unselected package libpython3.6-stdlib:amd64. 19:14:40 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:14:40 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:14:41 Selecting previously unselected package python3.6. 19:14:41 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 19:14:41 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:14:41 Selecting previously unselected package libpython3-stdlib:amd64. 19:14:41 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 19:14:41 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:14:41 Setting up python3-minimal (3.6.7-1~18.04) ... 19:14:41 Selecting previously unselected package python3. 19:14:41 (Reading database ... 13442 files and directories currently installed.) 19:14:41 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 19:14:41 Unpacking python3 (3.6.7-1~18.04) ... 19:14:41 Selecting previously unselected package multiarch-support. 19:14:41 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 19:14:41 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 19:14:41 Setting up multiarch-support (2.27-3ubuntu1.4) ... 19:14:41 Selecting previously unselected package liblzo2-2:amd64. 19:14:41 (Reading database ... 13479 files and directories currently installed.) 19:14:41 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 19:14:41 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 19:14:41 Selecting previously unselected package libbsd0:amd64. 19:14:41 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 19:14:41 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:14:41 Selecting previously unselected package sudo. 19:14:41 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 19:14:41 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 19:14:42 Selecting previously unselected package apparmor. 19:14:42 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 19:14:42 Unpacking apparmor (2.12-4ubuntu5.1) ... 19:14:42 Selecting previously unselected package libedit2:amd64. 19:14:42 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 19:14:42 Unpacking libedit2:amd64 (3.1-20170329-1) ... 19:14:42 Selecting previously unselected package libkrb5support0:amd64. 19:14:42 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 19:14:42 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:14:42 Selecting previously unselected package libk5crypto3:amd64. 19:14:42 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 19:14:42 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:14:42 Selecting previously unselected package libkeyutils1:amd64. 19:14:42 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 19:14:42 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:14:42 Selecting previously unselected package libkrb5-3:amd64. 19:14:42 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 19:14:43 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:14:43 Selecting previously unselected package libgssapi-krb5-2:amd64. 19:14:43 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 19:14:43 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:14:43 Selecting previously unselected package libssl1.0.0:amd64. 19:14:43 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 19:14:43 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:14:43 Selecting previously unselected package openssh-client. 19:14:43 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 19:14:44 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 19:14:44 Selecting previously unselected package squashfs-tools. 19:14:44 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 19:14:44 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:14:44 Selecting previously unselected package snapd. 19:14:44 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 19:14:44 Unpacking snapd (2.48.3+18.04) ... 19:14:47 Setting up libedit2:amd64 (3.1-20170329-1) ... 19:14:47 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 19:14:47 Setting up mime-support (3.60ubuntu1) ... 19:14:47 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 19:14:47 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 19:14:47 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 19:14:47 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:14:47 Setting up systemd (237-3ubuntu10.44) ... 19:14:47 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 19:14:48 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 19:14:48 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 19:14:48 Setting up liblzo2-2:amd64 (2.08-1.2) ... 19:14:48 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 19:14:48 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 19:14:48 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 19:14:49 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 19:14:49 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 19:14:49 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 19:14:49 Setting up python3 (3.6.7-1~18.04) ... 19:14:49 running python rtupdate hooks for python3.6... 19:14:49 running python post-rtupdate hooks for python3.6... 19:14:49 Setting up apparmor (2.12-4ubuntu5.1) ... 19:14:51 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 19:14:51 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 19:14:51 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 19:14:51 Setting up snapd (2.48.3+18.04) ... 19:14:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 19:14:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 19:14:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 19:14:52 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 19:14:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:14:53 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 19:14:53 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 19:14:53 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 19:14:54 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 19:14:54 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 19:14:54 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 19:14:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 19:14:54 Processing triggers for systemd (237-3ubuntu10.44) ... 19:14:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:14:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:14:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:14:58 Reading package lists... 19:14:58 Reading package lists... 19:14:58 Building dependency tree... 19:14:58 Reading state information... 19:14:58 Calculating upgrade... 19:14:58 The following packages will be upgraded: 19:14:58 advancecomp base-files bash binutils binutils-common 19:14:58 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 19:14:58 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 19:14:58 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 19:14:58 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 19:14:58 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 19:14:58 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 19:14:58 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 19:14:58 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 19:14:58 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 19:14:58 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 19:14:58 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 19:14:58 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 19:14:58 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 19:14:58 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 19:14:58 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 19:14:58 Need to get 63.8 MB of archives. 19:14:58 After this operation, 5202 kB of additional disk space will be used. 19:14:58 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 19:14:58 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 19:14:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 19:14:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 19:14:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 19:14:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 19:14:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 19:14:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 19:14:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 19:14:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 19:14:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 19:14:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 19:14:59 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 19:14:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 19:14:59 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 19:14:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 19:14:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 19:14:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 19:14:59 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 19:14:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 19:14:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 19:14:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 19:14:59 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 19:14:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 19:14:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 19:14:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 19:14:59 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 19:14:59 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 19:14:59 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 19:14:59 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 19:14:59 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 19:14:59 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 19:14:59 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 19:14:59 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 19:14:59 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 19:14:59 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 19:14:59 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 19:14:59 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 19:14:59 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 19:14:59 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 19:14:59 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 19:14:59 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 19:15:00 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 19:15:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 19:15:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 19:15:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 19:15:00 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 19:15:00 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 19:15:00 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 19:15:00 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 19:15:00 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 19:15:00 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 19:15:00 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 19:15:00 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 19:15:00 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 19:15:00 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 19:15:00 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 19:15:00 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 19:15:00 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 19:15:00 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 19:15:00 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 19:15:00 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 19:15:00 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 19:15:00 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 19:15:00 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 19:15:00 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 19:15:00 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 19:15:00 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 19:15:00 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 19:15:00 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 19:15:00 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 19:15:00 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 19:15:00 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 19:15:00 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 19:15:00 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 19:15:00 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 19:15:00 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 19:15:00 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 19:15:00 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 19:15:00 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 19:15:00 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 19:15:00 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 19:15:00 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 19:15:00 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 19:15:00 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 19:15:00 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 19:15:00 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 19:15:00 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 19:15:00 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 19:15:00 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 19:15:00 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 19:15:01 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 19:15:01 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 19:15:01 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 19:15:01 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 19:15:01 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 19:15:01 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 19:15:01 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 19:15:01 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 19:15:02 debconf: delaying package configuration, since apt-utils is not installed 19:15:02 Fetched 63.8 MB in 3s (20.0 MB/s) 19:15:02 (Reading database ... 13912 files and directories currently installed.) 19:15:02 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 19:15:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:15:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 19:15:03 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:15:03 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 19:15:03 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 19:15:04 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:04 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:04 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:04 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:04 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:04 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:04 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:04 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:05 (Reading database ... 13911 files and directories currently installed.) 19:15:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 19:15:05 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 19:15:05 (Reading database ... 13911 files and directories currently installed.) 19:15:05 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:05 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:05 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 19:15:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 19:15:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:06 (Reading database ... 13911 files and directories currently installed.) 19:15:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 19:15:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:15:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 19:15:07 (Reading database ... 13911 files and directories currently installed.) 19:15:07 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 19:15:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 19:15:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 19:15:07 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 19:15:07 Setting up base-files (10.1ubuntu2.10) ... 19:15:07 Installing new version of config file /etc/issue ... 19:15:07 Installing new version of config file /etc/issue.net ... 19:15:07 Installing new version of config file /etc/lsb-release ... 19:15:07 Installing new version of config file /etc/update-motd.d/50-motd-news ... 19:15:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 19:15:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 19:15:08 Removing obsolete conffile /etc/default/motd-news ... 19:15:08 (Reading database ... 13912 files and directories currently installed.) 19:15:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 19:15:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 19:15:08 Setting up bash (4.4.18-2ubuntu1.2) ... 19:15:08 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 19:15:08 (Reading database ... 13912 files and directories currently installed.) 19:15:08 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:08 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 19:15:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 19:15:09 (Reading database ... 13912 files and directories currently installed.) 19:15:09 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 19:15:09 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 19:15:09 Setting up tar (1.29b-2ubuntu0.2) ... 19:15:09 (Reading database ... 13912 files and directories currently installed.) 19:15:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 19:15:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:15:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 19:15:09 (Reading database ... 13912 files and directories currently installed.) 19:15:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 19:15:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:15:10 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 19:15:10 (Reading database ... 13912 files and directories currently installed.) 19:15:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 19:15:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:15:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 19:15:10 (Reading database ... 13912 files and directories currently installed.) 19:15:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 19:15:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 19:15:10 Setting up grep (3.1-2build1) ... 19:15:10 (Reading database ... 13912 files and directories currently installed.) 19:15:10 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 19:15:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:15:10 Setting up login (1:4.5-1ubuntu2) ... 19:15:11 (Reading database ... 13912 files and directories currently installed.) 19:15:11 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 19:15:11 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:15:11 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 19:15:11 (Reading database ... 13912 files and directories currently installed.) 19:15:11 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 19:15:11 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:15:12 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 19:15:12 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:15:12 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 19:15:12 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:15:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 19:15:12 (Reading database ... 13912 files and directories currently installed.) 19:15:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 19:15:13 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 19:15:14 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:15:14 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:15:14 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 19:15:14 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 19:15:14 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 19:15:14 (Reading database ... 13912 files and directories currently installed.) 19:15:14 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 19:15:14 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 19:15:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 19:15:15 (Reading database ... 13912 files and directories currently installed.) 19:15:15 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:15 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:15:15 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:15:15 (Reading database ... 13912 files and directories currently installed.) 19:15:15 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:15 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:15:15 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:15:15 (Reading database ... 13912 files and directories currently installed.) 19:15:15 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:15 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:15:15 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:15:15 (Reading database ... 13912 files and directories currently installed.) 19:15:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:16 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:15:16 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:15:16 (Reading database ... 13912 files and directories currently installed.) 19:15:16 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 19:15:16 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:15:16 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 19:15:16 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:15:16 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 19:15:16 (Reading database ... 13912 files and directories currently installed.) 19:15:16 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 19:15:16 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:15:16 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 19:15:16 (Reading database ... 13912 files and directories currently installed.) 19:15:16 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:16 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:15:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 19:15:17 (Reading database ... 13912 files and directories currently installed.) 19:15:17 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:17 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:15:17 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 19:15:17 (Reading database ... 13912 files and directories currently installed.) 19:15:17 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:17 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:15:17 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 19:15:18 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 19:15:18 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 19:15:18 (Reading database ... 13912 files and directories currently installed.) 19:15:18 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 19:15:18 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 19:15:18 Setting up libc-bin (2.27-3ubuntu1.4) ... 19:15:19 (Reading database ... 13912 files and directories currently installed.) 19:15:19 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 19:15:19 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 19:15:19 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 19:15:19 (Reading database ... 13914 files and directories currently installed.) 19:15:19 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 19:15:19 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 19:15:19 Setting up debconf (1.5.66ubuntu1) ... 19:15:19 (Reading database ... 13914 files and directories currently installed.) 19:15:19 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 19:15:19 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:15:19 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 19:15:20 (Reading database ... 13914 files and directories currently installed.) 19:15:20 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 19:15:20 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 19:15:20 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 19:15:20 (Reading database ... 13914 files and directories currently installed.) 19:15:20 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:15:20 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:15:20 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:15:21 (Reading database ... 13914 files and directories currently installed.) 19:15:21 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:15:21 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:15:21 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 19:15:21 (Reading database ... 13914 files and directories currently installed.) 19:15:21 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 19:15:21 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:15:21 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 19:15:21 (Reading database ... 13914 files and directories currently installed.) 19:15:21 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 19:15:21 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 19:15:22 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 19:15:22 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 19:15:22 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 19:15:22 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:15:22 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 19:15:22 (Reading database ... 13914 files and directories currently installed.) 19:15:22 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 19:15:22 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 19:15:22 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 19:15:22 (Reading database ... 13914 files and directories currently installed.) 19:15:22 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 19:15:22 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 19:15:22 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 19:15:23 (Reading database ... 13914 files and directories currently installed.) 19:15:23 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 19:15:23 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 19:15:23 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 19:15:23 (Reading database ... 13914 files and directories currently installed.) 19:15:23 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 19:15:23 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 19:15:23 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 19:15:24 (Reading database ... 13914 files and directories currently installed.) 19:15:24 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 19:15:24 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 19:15:24 Setting up passwd (1:4.5-1ubuntu2) ... 19:15:24 (Reading database ... 13914 files and directories currently installed.) 19:15:24 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 19:15:24 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 19:15:24 Setting up gpgv (2.2.4-1ubuntu1.4) ... 19:15:24 (Reading database ... 13914 files and directories currently installed.) 19:15:24 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 19:15:24 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 19:15:24 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 19:15:25 (Reading database ... 13914 files and directories currently installed.) 19:15:25 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 19:15:25 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 19:15:25 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 19:15:25 (Reading database ... 13914 files and directories currently installed.) 19:15:25 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 19:15:25 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 19:15:25 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 19:15:25 (Reading database ... 13914 files and directories currently installed.) 19:15:25 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 19:15:25 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 19:15:25 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 19:15:25 (Reading database ... 13914 files and directories currently installed.) 19:15:25 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 19:15:25 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 19:15:26 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 19:15:26 (Reading database ... 13914 files and directories currently installed.) 19:15:26 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 19:15:26 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 19:15:26 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 19:15:26 (Reading database ... 13915 files and directories currently installed.) 19:15:26 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:15:26 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:15:26 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 19:15:26 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 19:15:26 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 19:15:26 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 19:15:26 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 19:15:26 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 19:15:27 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 19:15:27 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 19:15:27 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 19:15:27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 19:15:27 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 19:15:27 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 19:15:27 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 19:15:27 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 19:15:27 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 19:15:27 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 19:15:27 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 19:15:27 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 19:15:27 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 19:15:28 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 19:15:28 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 19:15:28 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 19:15:29 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 19:15:29 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 19:15:29 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 19:15:29 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 19:15:29 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:15:29 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:15:29 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:15:30 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:15:30 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:15:30 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:15:30 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 19:15:30 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 19:15:30 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:30 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:30 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:30 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:31 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:31 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:31 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:31 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:32 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:32 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:33 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:33 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:34 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:34 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:34 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:34 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 19:15:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 19:15:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:15:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:15:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 19:15:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:15:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 19:15:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 19:15:36 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 19:15:36 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 19:15:36 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:15:36 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:15:36 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 19:15:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 19:15:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 19:15:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 19:15:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 19:15:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 19:15:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 19:15:37 Setting up tzdata (2021a-0ubuntu0.18.04) ... 19:15:37 19:15:37 Current default time zone: 'Etc/UTC' 19:15:37 Local time is now: Fri Mar 5 19:15:37 UTC 2021. 19:15:37 Universal Time is now: Fri Mar 5 19:15:37 UTC 2021. 19:15:37 Run 'dpkg-reconfigure tzdata' if you wish to change it. 19:15:37 19:15:37 Setting up systemd-sysv (237-3ubuntu10.44) ... 19:15:37 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:37 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 19:15:37 Setting up mount (2.31.1-0.4ubuntu3.7) ... 19:15:37 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 19:15:37 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 19:15:37 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 19:15:37 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 19:15:37 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 19:15:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 19:15:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 19:15:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 19:15:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 19:15:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:38 Setting up patch (2.7.6-2ubuntu1.1) ... 19:15:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 19:15:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 19:15:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 19:15:38 Installing new version of config file /etc/ssl/openssl.cnf ... 19:15:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 19:15:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 19:15:38 Setting up ca-certificates (20210119~18.04.1) ... 19:15:40 Updating certificates in /etc/ssl/certs... 19:15:41 23 added, 27 removed; done. 19:15:41 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 19:15:41 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 19:15:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 19:15:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 19:15:41 Setting up pkgbinarymangler (138.18.04.1) ... 19:15:41 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 19:15:41 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 19:15:41 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 19:15:41 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 19:15:41 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:15:42 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 19:15:42 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 19:15:42 Setting up perl (5.26.1-6ubuntu0.5) ... 19:15:42 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 19:15:42 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 19:15:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 19:15:42 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 19:15:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 19:15:42 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 19:15:42 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 19:15:42 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 19:15:42 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 19:15:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:15:42 Processing triggers for systemd (237-3ubuntu10.44) ... 19:15:42 Processing triggers for mime-support (3.60ubuntu1) ... 19:15:42 Processing triggers for ca-certificates (20210119~18.04.1) ... 19:15:42 Updating certificates in /etc/ssl/certs... 19:15:43 0 added, 0 removed; done. 19:15:43 Running hooks in /etc/ca-certificates/update.d... 19:15:43 done. 19:15:44 Reading package lists... 19:15:44 Building dependency tree... 19:15:44 Reading state information... 19:15:44 The following NEW packages will be installed: 19:15:44 apt-transport-https 19:15:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 19:15:44 Need to get 1696 B of archives. 19:15:44 After this operation, 153 kB of additional disk space will be used. 19:15:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 19:15:44 debconf: delaying package configuration, since apt-utils is not installed 19:15:44 Fetched 1696 B in 0s (8350 B/s) 19:15:45 Selecting previously unselected package apt-transport-https. 19:15:45 (Reading database ... 13920 files and directories currently installed.) 19:15:45 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 19:15:45 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 19:15:45 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 19:15:45 Waiting for network to be ready... 19:15:53 2021-03-05T19:15:49Z INFO Waiting for automatic snapd restart... 19:15:53 snapd 2.49 from Canonical* installed 19:15:54 "snapd" switched to the "latest/stable" channel 19:15:54 19:15:59 core18 20210128 from Canonical* installed 19:16:00 "core18" switched to the "latest/stable" channel 19:16:00 19:16:06 snapcraft 4.5.4 from Canonical* installed 19:16:06 "snapcraft" switched to the "latest/stable" channel 19:16:06 19:16:10 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 19:16:10 - README.md 19:16:10 - snapcraft.yaml.orig 19:16:10 19:16:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 19:16:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:16:17 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 19:16:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 19:16:17 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 19:16:19 Reading package lists... 19:16:20 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 19:16:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:16:26 Reading package lists... 19:16:26 Building dependency tree... 19:16:26 Reading state information... 19:16:26 Suggested packages: 19:16:26 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 19:16:26 git-gui gitk gitweb git-cvs git-mediawiki git-svn 19:16:26 Recommended packages: 19:16:26 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 19:16:26 The following NEW packages will be installed: 19:16:26 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 19:16:26 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 19:16:26 pkg-config zip 19:16:26 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 19:16:26 Need to get 7655 kB of archives. 19:16:26 After this operation, 43.7 MB of additional disk space will be used. 19:16:26 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 19:16:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 19:16:26 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 19:16:26 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 19:16:26 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 19:16:26 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 19:16:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 19:16:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 19:16:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 19:16:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 19:16:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 19:16:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 19:16:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 19:16:28 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 19:16:28 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 19:16:28 debconf: delaying package configuration, since apt-utils is not installed 19:16:28 Fetched 7655 kB in 2s (4524 kB/s) 19:16:28 Selecting previously unselected package libglib2.0-0:amd64. 19:16:28 (Reading database ... 13924 files and directories currently installed.) 19:16:28 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 19:16:28 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:16:28 Selecting previously unselected package libpsl5:amd64. 19:16:28 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 19:16:28 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 19:16:28 Selecting previously unselected package libnghttp2-14:amd64. 19:16:28 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 19:16:28 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:16:28 Selecting previously unselected package librtmp1:amd64. 19:16:28 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 19:16:28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:16:29 Selecting previously unselected package libcurl3-gnutls:amd64. 19:16:29 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 19:16:29 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:16:29 Selecting previously unselected package liberror-perl. 19:16:29 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 19:16:29 Unpacking liberror-perl (0.17025-1) ... 19:16:29 Selecting previously unselected package git-man. 19:16:29 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 19:16:29 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 19:16:29 Selecting previously unselected package git. 19:16:29 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 19:16:29 Unpacking git (1:2.17.1-1ubuntu0.7) ... 19:16:30 Selecting previously unselected package libnorm1:amd64. 19:16:30 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 19:16:30 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:16:30 Selecting previously unselected package libpgm-5.2-0:amd64. 19:16:30 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 19:16:30 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:16:30 Selecting previously unselected package libsodium23:amd64. 19:16:30 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 19:16:30 Unpacking libsodium23:amd64 (1.0.16-2) ... 19:16:30 Selecting previously unselected package libzmq5:amd64. 19:16:30 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 19:16:30 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:16:30 Selecting previously unselected package libzmq3-dev:amd64. 19:16:30 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 19:16:30 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:16:31 Selecting previously unselected package pkg-config. 19:16:31 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 19:16:31 Unpacking pkg-config (0.29.1-0ubuntu2) ... 19:16:31 Selecting previously unselected package zip. 19:16:31 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 19:16:31 Unpacking zip (3.0-11build1) ... 19:16:31 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 19:16:31 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 19:16:31 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 19:16:31 Setting up liberror-perl (0.17025-1) ... 19:16:31 Setting up libpsl5:amd64 (0.19.1-5build1) ... 19:16:31 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 19:16:31 No schema files found: doing nothing. 19:16:31 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 19:16:31 Setting up zip (3.0-11build1) ... 19:16:31 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 19:16:31 Setting up libsodium23:amd64 (1.0.16-2) ... 19:16:31 Setting up pkg-config (0.29.1-0ubuntu2) ... 19:16:31 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 19:16:31 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 19:16:31 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 19:16:31 Setting up git (1:2.17.1-1ubuntu0.7) ... 19:16:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 19:16:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:16:39 git set to automatically installed. 19:16:39 git-man set to automatically installed. 19:16:39 libcurl3-gnutls set to automatically installed. 19:16:39 liberror-perl set to automatically installed. 19:16:39 libglib2.0-0 set to automatically installed. 19:16:39 libnghttp2-14 set to automatically installed. 19:16:39 libnorm1 set to automatically installed. 19:16:39 libpgm-5.2-0 set to automatically installed. 19:16:39 libpsl5 set to automatically installed. 19:16:39 librtmp1 set to automatically installed. 19:16:39 libsodium23 set to automatically installed. 19:16:39 libzmq3-dev set to automatically installed. 19:16:39 libzmq5 set to automatically installed. 19:16:39 pkg-config set to automatically installed. 19:16:39 zip set to automatically installed. 19:16:40 snapd is not logged in, snap install commands will use sudo 19:16:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 19:16:47 snap "core18" has no updates available 19:16:48 Pulling config-common 19:16:48 + snapcraftctl pull 19:16:50 Pulling go-build-helper 19:16:50 + snapcraftctl pull 19:17:22 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 19:17:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:17:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:17:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 19:17:22 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 19:17:22 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 19:17:22 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 19:17:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 19:17:22 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 19:17:22 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 19:17:22 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 19:17:22 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 19:17:22 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 19:17:22 Get:14 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 19:17:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 19:17:22 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 19:17:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 19:17:22 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 19:17:22 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 19:17:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 19:17:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 19:17:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 19:17:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 19:17:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 19:17:22 Get:25 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 19:17:22 Get:26 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 19:17:22 Get:27 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 19:17:22 Fetched 24.0 MB in 0s (0 B/s) 19:17:22 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 19:17:22 Fetched 96.5 kB in 0s (0 B/s) 19:17:22 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 19:17:22 Fetched 279 kB in 0s (0 B/s) 19:17:22 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 19:17:22 Fetched 122 kB in 0s (0 B/s) 19:17:22 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 19:17:22 Fetched 77.8 kB in 0s (0 B/s) 19:17:22 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 19:17:22 Fetched 8848 B in 0s (0 B/s) 19:17:22 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 19:17:22 Fetched 47.8 kB in 0s (0 B/s) 19:17:22 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 19:17:22 Fetched 45.6 kB in 0s (0 B/s) 19:17:22 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 19:17:22 Fetched 15.0 kB in 0s (0 B/s) 19:17:22 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 19:17:22 Fetched 214 kB in 0s (0 B/s) 19:17:22 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 19:17:22 Fetched 154 kB in 0s (0 B/s) 19:17:22 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 19:17:22 Fetched 50.6 kB in 0s (0 B/s) 19:17:22 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 19:17:22 Fetched 14.8 kB in 0s (0 B/s) 19:17:22 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 19:17:22 Fetched 41.8 kB in 0s (0 B/s) 19:17:22 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 19:17:22 Fetched 499 kB in 0s (0 B/s) 19:17:22 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 19:17:22 Fetched 111 kB in 0s (0 B/s) 19:17:22 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 19:17:22 Fetched 240 kB in 0s (0 B/s) 19:17:22 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 19:17:22 Fetched 29.3 kB in 0s (0 B/s) 19:17:22 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 19:17:22 Fetched 85.5 kB in 0s (0 B/s) 19:17:22 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 19:17:22 Fetched 24.5 kB in 0s (0 B/s) 19:17:22 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 19:17:22 Fetched 49.2 kB in 0s (0 B/s) 19:17:22 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 19:17:22 Fetched 54.2 kB in 0s (0 B/s) 19:17:22 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 19:17:22 Fetched 30.8 kB in 0s (0 B/s) 19:17:22 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 19:17:22 Fetched 15.8 kB in 0s (0 B/s) 19:17:22 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 19:17:22 Fetched 85.9 kB in 0s (0 B/s) 19:17:22 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 19:17:22 Fetched 8720 B in 0s (0 B/s) 19:17:22 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 19:17:22 Fetched 137 kB in 0s (0 B/s) 19:17:22 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 19:17:22 Fetched 119 kB in 0s (0 B/s) 19:17:22 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 19:17:22 Fetched 109 kB in 0s (0 B/s) 19:17:22 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 19:17:22 Fetched 11.1 kB in 0s (0 B/s) 19:17:22 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 19:17:22 Fetched 645 kB in 0s (0 B/s) 19:17:22 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 19:17:22 Fetched 41.3 kB in 0s (0 B/s) 19:17:22 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 19:17:22 Fetched 17.9 kB in 0s (0 B/s) 19:17:22 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 19:17:22 Fetched 368 kB in 0s (0 B/s) 19:17:22 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 19:17:22 Fetched 187 kB in 0s (0 B/s) 19:17:22 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 19:17:22 Fetched 175 kB in 0s (0 B/s) 19:17:22 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 19:17:22 Fetched 206 kB in 0s (0 B/s) 19:17:22 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 19:17:22 Fetched 1301 kB in 0s (0 B/s) 19:17:22 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 19:17:22 Fetched 36.2 kB in 0s (0 B/s) 19:17:22 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 19:17:22 Fetched 159 kB in 0s (0 B/s) 19:17:22 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 19:17:22 Fetched 107 kB in 0s (0 B/s) 19:17:22 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 19:17:22 Fetched 48.7 kB in 0s (0 B/s) 19:17:22 Pulling static-packages 19:17:22 + snapcraftctl pull 19:17:22 'go115' has dependencies that need to be staged: go-build-helper static-packages 19:17:22 Skipping pull go-build-helper (already ran) 19:17:22 Skipping pull static-packages (already ran) 19:17:22 Building go-build-helper 19:17:22 + snapcraftctl build 19:17:28 Building static-packages 19:17:28 + snapcraftctl build 19:17:30 Staging go-build-helper 19:17:30 + snapcraftctl stage 19:17:31 Staging static-packages 19:17:31 + snapcraftctl stage 19:17:33 Pulling go115 19:17:33 + snapcraftctl pull 19:17:34 'edgex-go' has dependencies that need to be staged: go115 19:17:34 Skipping pull go115 (already ran) 19:17:34 Building go115 19:17:34 + dpkg --print-architecture 19:17:34 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 19:17:34 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 19:17:34 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 19:17:34 % Total % Received % Xferd Average Speed Time Time Time Current 19:17:34 Dload Upload Total Spent Left Speed 19:17:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 115M 12 14.5M 0 0 20.9M 0 0:00:05 --:--:-- 0:00:05 20.9M 42 115M 42 49.0M 0 0 29.0M 0 0:00:03 0:00:01 0:00:02 29.0M 81 115M 81 93.7M 0 0 34.9M 0 0:00:03 0:00:02 0:00:01 34.9M 100 115M 100 115M 0 0 35.6M 0 0:00:03 0:00:03 --:--:-- 35.6M 19:17:37 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 19:17:37 + sha256sum -c sha256 19:17:37 + grep OK 19:17:38 go1.15.2.linux-amd64.tar.gz: OK 19:17:38 + mkdir -p /root/stage/go1.15 19:17:38 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 19:17:43 Staging go115 19:17:43 + snapcraftctl stage 19:17:53 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 19:17:53 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 19:17:53 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 19:17:53 Fetched 177 kB in 0s (0 B/s) 19:17:53 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 19:17:53 Fetched 224 kB in 0s (0 B/s) 19:17:53 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 19:17:53 Fetched 157 kB in 0s (0 B/s) 19:17:53 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 19:17:53 Fetched 221 kB in 0s (0 B/s) 19:17:53 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 19:17:53 Fetched 143 kB in 0s (0 B/s) 19:17:53 Pulling edgex-go 19:17:53 + snapcraftctl pull 19:17:55 Pulling version 19:17:55 + cd /root/project 19:17:55 + [ -f VERSION ] 19:17:55 + PROJECT_VERSION=local-dev 19:17:55 + git rev-parse --short HEAD 19:17:55 + GIT_REVISION=75b1490f 19:17:55 + snapcraftctl set-version local-dev 19:17:56 Building config-common 19:17:56 + snapcraftctl build 19:17:59 Skipping build go-build-helper (already ran) 19:17:59 Skipping build static-packages (already ran) 19:17:59 Skipping build go115 (already ran) 19:17:59 Building edgex-go 19:18:00 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 19:18:00 + cd /root/parts/edgex-go/src 19:18:00 + make build 19:18:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:18:02 go: downloading github.com/gorilla/mux v1.8.0 19:18:02 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 19:18:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 19:18:02 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 19:18:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 19:18:02 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 19:18:02 go: downloading github.com/pebbe/zmq4 v1.2.5 19:18:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 19:18:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 19:18:02 go: downloading github.com/google/uuid v1.2.0 19:18:02 go: downloading github.com/hashicorp/consul/api v1.8.1 19:18:02 go: downloading github.com/OneOfOne/xxhash v1.2.8 19:18:02 go: downloading github.com/go-kit/kit v0.8.0 19:18:02 go: downloading github.com/pkg/errors v0.8.1 19:18:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 19:18:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 19:18:02 go: downloading github.com/go-playground/validator/v10 v10.3.0 19:18:02 go: downloading github.com/BurntSushi/toml v0.3.1 19:18:02 go: downloading github.com/x448/float16 v0.8.4 19:18:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 19:18:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 19:18:02 go: downloading github.com/imdario/mergo v0.3.11 19:18:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 19:18:02 go: downloading github.com/pelletier/go-toml v1.2.0 19:18:02 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 19:18:02 go: downloading github.com/hashicorp/go-hclog v0.12.0 19:18:03 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 19:18:03 go: downloading github.com/mitchellh/mapstructure v1.1.2 19:18:03 go: downloading github.com/go-playground/universal-translator v0.17.0 19:18:03 go: downloading github.com/mitchellh/copystructure v1.0.0 19:18:03 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 19:18:03 go: downloading github.com/hashicorp/serf v0.9.5 19:18:03 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 19:18:03 go: downloading github.com/mattn/go-isatty v0.0.12 19:18:03 go: downloading github.com/fatih/color v1.9.0 19:18:03 go: downloading github.com/go-logfmt/logfmt v0.4.0 19:18:03 go: downloading github.com/leodido/go-urn v1.2.0 19:18:03 go: downloading github.com/mitchellh/reflectwalk v1.0.0 19:18:03 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 19:18:03 go: downloading github.com/go-playground/locales v0.13.0 19:18:03 go: downloading github.com/mattn/go-colorable v0.1.6 19:18:03 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 19:18:03 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 19:18:03 go: downloading github.com/hashicorp/golang-lru v0.5.0 19:18:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 19:18:13 go: downloading gopkg.in/yaml.v2 v2.4.0 19:18:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 19:18:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 19:18: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 19:18:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:18:22 go: downloading github.com/stretchr/testify v1.7.0 19:18:23 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 19:18:23 go: downloading github.com/davecgh/go-spew v1.1.1 19:18:23 go: downloading github.com/pmezard/go-difflib v1.0.0 19:18:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 19:18:25 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 19:18:25 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 19:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 19:18:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:18:28 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 19:18:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 19:18:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 19:18:31 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 19:18:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 19:18:32 go: downloading github.com/lib/pq v1.9.0 19:18:34 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 19:18:34 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 19:18:34 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 19:18:34 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 19:18:34 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 19:18:34 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 19:18:34 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 19:18:34 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 19:18:34 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 19:18:34 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 19:18:34 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 19:18:34 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 19:18:34 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 19:18:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 19:18:34 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 19:18:34 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 19:18:34 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 19:18:34 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 19:18:34 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 19:18:34 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 19:18:34 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 19:18:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 19:18:34 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 19:18:34 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 19:18:34 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 19:18:36 Building version 19:18:36 + snapcraftctl build 19:18:40 Staging config-common 19:18:40 + snapcraftctl stage 19:18:41 Skipping stage go-build-helper (already ran) 19:18:41 Skipping stage static-packages (already ran) 19:18:41 Skipping stage go115 (already ran) 19:18:41 Staging edgex-go 19:18:41 + snapcraftctl stage 19:18:42 Staging version 19:18:42 + snapcraftctl stage 19:18:43 Priming config-common 19:18:43 + snapcraftctl prime 19:18:44 Priming go-build-helper 19:18:44 + snapcraftctl prime 19:18:46 Priming static-packages 19:18:46 + snapcraftctl prime 19:18:49 Priming go115 19:18:49 + snapcraftctl prime 19:18:50 Priming edgex-go 19:18:50 + snapcraftctl prime 19:18:51 Priming version 19:18:51 + snapcraftctl prime 19:18:53 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 19:18:57 provisioning config files... 19:18:57 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config4246993051133334984tmp [Pipeline] { [Pipeline] sh 19:18:58 + set +x 19:18:58 + bash -s -- 19:18:58 + curl -s https://codecov.io/bash 19:18:59 19:18:59 _____ _ 19:18:59 / ____| | | 19:18:59 | | ___ __| | ___ ___ _____ __ 19:18:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 19:18:59 | |___| (_) | (_| | __/ (_| (_) \ V / 19:18:59 \_____\___/ \__,_|\___|\___\___/ \_/ 19:18:59 Bash-20210226-7100762 19:18:59 19:18:59 19:18:59 ==> git version 2.24.3 found 19:18:59 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 19:18:59 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 19:18:59 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 19:18:59 ==> Jenkins CI detected. 19:18:59 project root: . 19:18:59 --> token set from env 19:18:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 19:18:59 ==> Running gcov in . (disable via -X gcov) 19:18:59 ==> Python coveragepy not found 19:18:59 ==> Searching for coverage reports in: 19:18:59 + . 19:18:59 -> Found 1 reports 19:18:59 ==> Detecting git/mercurial file structure 19:18:59 ==> Reading reports 19:18:59 + ./coverage.out bytes=621194 19:18:59 ==> Appending adjustments 19:18:59 https://docs.codecov.io/docs/fixing-reports 19:19:10 + Found adjustments 19:19:10 ==> Gzipping contents 19:19:10 92K /tmp/codecov.JCCDSg.gz 19:19:10 ==> Uploading reports 19:19:10 url: https://codecov.io 19:19:10 query: branch=PR-3228&commit=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3228%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3228&job=&cmd_args= 19:19:10 -> Pinging Codecov 19:19:10 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3228&commit=75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3228%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3228&job=&cmd_args= 19:19:10 -> Uploading to 19:19:10 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1/725a4f2c-7522-42b8-bc71-f80a31ce8478.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T191910Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5cd8af829a1be5c78ac15bc5287ee50125046c79ac59243f17211c703b9134fd 19:19:10 % Total % Received % Xferd Average Speed Time Time Time Current 19:19:10 Dload Upload Total Spent Left Speed 19:19:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91928 0 0 100 91928 0 134k --:--:-- --:--:-- --:--:-- 134k 19:19:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/75b1490f625f3c9a596e0fc05ae9fbbc4fbd95f1 [Pipeline] } 19:19:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:19:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:19:16 ---> package-listing.sh 19:19:16 ++ facter osfamily 19:19:16 ++ tr '[:upper:]' '[:lower:]' 19:19:16 + OS_FAMILY=redhat 19:19:16 + workspace=/w/workspace/edgex-go/3 19:19:16 + START_PACKAGES=/tmp/packages_start.txt 19:19:16 + END_PACKAGES=/tmp/packages_end.txt 19:19:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:19:16 + PACKAGES=/tmp/packages_start.txt 19:19:16 + '[' /w/workspace/edgex-go/3 ']' 19:19:16 + PACKAGES=/tmp/packages_end.txt 19:19:16 + case "${OS_FAMILY}" in 19:19:16 + rpm -qa 19:19:16 + sort 19:19:31 + '[' -f /tmp/packages_start.txt ']' 19:19:31 + '[' -f /tmp/packages_end.txt ']' 19:19:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:19:31 + '[' /w/workspace/edgex-go/3 ']' 19:19:31 + mkdir -p /w/workspace/edgex-go/3/archives/ 19:19:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 19:19:31 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:19:32 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:19:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:19:33 19:19:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:19:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:19:35 alpine: Pulling from edgex-lftools-log-publisher 19:19:35 df20fa9351a1: Pulling fs layer 19:19:35 36b3adc4ff6f: Pulling fs layer 19:19:35 8ad3a11d3b57: Pulling fs layer 19:19:35 46f8f816bc3b: Pulling fs layer 19:19:35 93b61091891f: Pulling fs layer 19:19:35 93b9cdb0e59b: Pulling fs layer 19:19:35 5e14af77c1be: Pulling fs layer 19:19:35 01666e4c0597: Pulling fs layer 19:19:35 aa168da1d23b: Pulling fs layer 19:19:35 46f8f816bc3b: Waiting 19:19:35 93b61091891f: Waiting 19:19:35 93b9cdb0e59b: Waiting 19:19:35 5e14af77c1be: Waiting 19:19:35 01666e4c0597: Waiting 19:19:35 aa168da1d23b: Waiting 19:19:35 36b3adc4ff6f: Verifying Checksum 19:19:35 36b3adc4ff6f: Download complete 19:19:35 46f8f816bc3b: Verifying Checksum 19:19:35 46f8f816bc3b: Download complete 19:19:35 df20fa9351a1: Verifying Checksum 19:19:35 df20fa9351a1: Download complete 19:19:35 93b9cdb0e59b: Verifying Checksum 19:19:35 93b9cdb0e59b: Download complete 19:19:35 5e14af77c1be: Verifying Checksum 19:19:35 5e14af77c1be: Download complete 19:19:35 01666e4c0597: Verifying Checksum 19:19:35 01666e4c0597: Download complete 19:19:35 93b61091891f: Verifying Checksum 19:19:35 93b61091891f: Download complete 19:19:36 df20fa9351a1: Pull complete 19:19:37 8ad3a11d3b57: Verifying Checksum 19:19:37 8ad3a11d3b57: Download complete 19:19:38 36b3adc4ff6f: Pull complete 19:19:40 8ad3a11d3b57: Pull complete 19:19:40 aa168da1d23b: Verifying Checksum 19:19:40 aa168da1d23b: Download complete 19:19:42 46f8f816bc3b: Pull complete 19:19:43 93b61091891f: Pull complete 19:19:44 93b9cdb0e59b: Pull complete 19:19:45 5e14af77c1be: Pull complete 19:19:46 01666e4c0597: Pull complete 19:20:13 aa168da1d23b: Pull complete 19:20:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:20:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:20:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:20:13 prd-centos7-docker-4c-2g-28739 does not seem to be running inside a container 19:20:13 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:20:21 $ docker top 776b07bf8507d20d6f758bb5d99983c55f7bf2fc3357273716b2433cf82f96f1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:20:23 + touch /tmp/pre-build-complete [Pipeline] sh 19:20:23 + mkdir -p /var/log/sa [Pipeline] sh 19:20:24 + ls /var/log/sa-host 19:20:24 + sadf -c /var/log/sa-host/sa05 19:20:24 file_magic: OK 19:20:24 HZ: Using current value: 100 19:20:24 file_header: OK 19:20:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:20:24 Statistics: 19:20:24 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:20:24 File successfully converted to sysstat format version 12.2.1 19:20:24 + sadf -c /var/log/sa-host/sa23 19:20:24 file_magic: OK 19:20:24 HZ: Using current value: 100 19:20:24 file_header: OK 19:20:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:20:24 Statistics: 19:20:24 Hnuu...uuuununununu... 19:20:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:20:24 provisioning config files... 19:20:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3157860650699151961tmp [Pipeline] { [Pipeline] echo 19:20:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:20:25 ---> create-netrc.sh [Pipeline] } 19:20:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:20:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:20:26 ---> python-tools-install.sh [Pipeline] echo 19:20:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:20:26 ---> sudo-logs.sh 19:20:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 19:20:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:20:27 ---> job-cost.sh 19:20:27 lf-activate-venv: SKIPPING 19:20:27 DEBUG: total: 0.20999999344348907 19:20:27 INFO: Retrieving Stack Cost... 19:20:28 INFO: Retrieving Pricing Info for: v1-standard-2 19:20:29 INFO: Archiving Costs [Pipeline] echo 19:20:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:20:29 ---> logs-deploy.sh 19:20:29 lf-activate-venv: SKIPPING 19:20:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3228/3 19:20:29 INFO: archiving workspace using pattern(s): 19:20:33 Archives upload complete. 19:20:33 INFO: archiving logs to Nexus