Pull request #3387 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3cac00ae421225aef9075103638b3013c7ede51c+ffeef0baf9084ef973288a9a81981f0cc896aaf1 (f0504996870033070cd73ab5ba84b908c5b1618f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1176’ is offline; ‘prd-centos7-docker-4c-2g-1188’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1193 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 3cac00ae421225aef9075103638b3013c7ede51c > 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/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 3cac00ae421225aef9075103638b3013c7ede51c Checking out Revision 3cac00ae421225aef9075103638b3013c7ede51c (PR-3387) > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:56:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:56:06 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:56:06 ========================================================= 15:56:06 EdgeX Global Pipelines Version Info 15:56:06 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk fcb463379cb20344b4af5188c99e81291b015a70 # timeout=10 15:56:09 ------------------- 15:56:09 stable info: 15:56:09 ------------------- 15:56:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:56:09 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:56:09 Message: update stable to v1.0.186 15:56:11 ------------------- 15:56:11 experimental info: 15:56:11 ------------------- 15:56:11 Commited By: **** collab-it+edgex@linuxfoundation.org 15:56:11 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:56:11 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3387 [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3387 [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3387 [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3cac00ae421225aef9075103638b3013c7ede51c [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3cac00a [Pipeline] echo 15:56:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:56:12 provisioning config files... 15:56:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4677418346691529670tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:56:12 ---> docker-login.sh 15:56:12 nexus3.edgexfoundry.org:10001 15:56:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:16 Configure a credential helper to remove this warning. See 15:56:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:16 15:56:16 Login Succeeded 15:56:16 nexus3.edgexfoundry.org:10002 15:56:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:17 Configure a credential helper to remove this warning. See 15:56:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:17 15:56:17 Login Succeeded 15:56:17 nexus3.edgexfoundry.org:10003 15:56:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:18 Configure a credential helper to remove this warning. See 15:56:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:18 15:56:18 Login Succeeded 15:56:18 nexus3.edgexfoundry.org:10004 15:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:19 Configure a credential helper to remove this warning. See 15:56:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:19 15:56:19 Login Succeeded 15:56:19 docker.io 15:56:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:56:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:56:20 Configure a credential helper to remove this warning. See 15:56:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:56:20 15:56:20 Login Succeeded 15:56:20 ---> docker-login.sh ends [Pipeline] } 15:56:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:56:20 ++ 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 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ dirname cmd/core-command/Dockerfile 15:56:20 ++ cut -d/ -f2 15:56:20 + echo core-command,cmd/core-command/Dockerfile 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ dirname cmd/core-data/Dockerfile 15:56:20 ++ cut -d/ -f2 15:56:20 + echo core-data,cmd/core-data/Dockerfile 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ cut -d/ -f2 15:56:20 ++ dirname cmd/core-metadata/Dockerfile 15:56:20 + echo core-metadata,cmd/core-metadata/Dockerfile 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ dirname cmd/security-bootstrapper/Dockerfile 15:56:20 ++ cut -d/ -f2 15:56:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ dirname cmd/security-proxy-setup/Dockerfile 15:56:20 ++ cut -d/ -f2 15:56:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:56:20 ++ cut -d/ -f2 15:56:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ cut -d/ -f2 15:56:20 ++ dirname cmd/support-notifications/Dockerfile 15:56:20 + echo support-notifications,cmd/support-notifications/Dockerfile 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ dirname cmd/support-scheduler/Dockerfile 15:56:20 ++ cut -d/ -f2 15:56:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:56:20 + for file in '`ls cmd/**/Dockerfile`' 15:56:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:56:20 ++ cut -d/ -f2 15:56:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:56:20 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 15:56:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:21 15:56:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:56:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:21 latest: Pulling from edgex-devops/git-semver 15:56:21 31603596830f: Pulling fs layer 15:56:21 2a8b12db71e7: Pulling fs layer 15:56:21 6ca5941a6612: Pulling fs layer 15:56:21 ecc8261a40a4: Pulling fs layer 15:56:21 ecc8261a40a4: Waiting 15:56:21 2a8b12db71e7: Verifying Checksum 15:56:21 2a8b12db71e7: Download complete 15:56:21 31603596830f: Verifying Checksum 15:56:21 31603596830f: Download complete 15:56:22 ecc8261a40a4: Verifying Checksum 15:56:22 ecc8261a40a4: Download complete 15:56:22 6ca5941a6612: Verifying Checksum 15:56:22 6ca5941a6612: Download complete 15:56:22 31603596830f: Pull complete 15:56:22 2a8b12db71e7: Pull complete 15:56:27 6ca5941a6612: Pull complete 15:56:28 ecc8261a40a4: Pull complete 15:56:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:56:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:56:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:56:28 prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container 15:56:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:56:32 $ docker top 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:56:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:56:33 [ssh-agent] Looking for ssh-agent implementation... 15:56:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:56:34 $ docker exec 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d ssh-agent 15:56:34 SSH_AUTH_SOCK=/tmp/ssh-7BYS9Tf2iAEQ/agent.11 15:56:34 SSH_AGENT_PID=16 15:56:34 Running ssh-add (command line suppressed) 15:56:35 Identity added: /w/workspace/edgex-go/5@tmp/private_key_4694993563339459869.key (/w/workspace/edgex-go/5@tmp/private_key_4694993563339459869.key) 15:56:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:56:35 + git tag --points-at HEAD [Pipeline] } 15:56:35 $ docker exec --env ******** --env ******** 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d ssh-agent -k 15:56:35 unset SSH_AUTH_SOCK; 15:56:35 unset SSH_AGENT_PID; 15:56:35 echo Agent pid 16 killed; 15:56:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:56:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:56:35 [ssh-agent] Looking for ssh-agent implementation... 15:56:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:56:36 $ docker exec 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d ssh-agent 15:56:36 SSH_AUTH_SOCK=/tmp/ssh-MjUP07j8ibhe/agent.46 15:56:36 SSH_AGENT_PID=51 15:56:36 Running ssh-add (command line suppressed) 15:56:36 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7713094240398372170.key (/w/workspace/edgex-go/5@tmp/private_key_7713094240398372170.key) 15:56:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:56:37 + git semver init 15:56:37 # -> Open(): unable to determine branch for HEAD 15:56:37 # $GIT_DIR = /w/workspace/edgex-go/5/.git 15:56:37 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 15:56:37 # $SEMVER_REMOTE_NAME = origin 15:56:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:56:37 # $SEMVER_USER_NAME = edgex-jenkins 15:56:37 # $SEMVER_BRANCH = PR-3387 15:56:37 # $SEMVER_TEMP = /tmp/semver-123116128 15:56:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:57:17 # '/tmp/semver-123116128' -> '/w/workspace/edgex-go/5/.semver' 15:57:18 # -> Force: false 15:57:18 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 15:57:18 $ docker exec --env ******** --env ******** 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d ssh-agent -k 15:57:19 unset SSH_AUTH_SOCK; 15:57:19 unset SSH_AGENT_PID; 15:57:19 echo Agent pid 51 killed; 15:57:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:57:20 + git semver [Pipeline] } 15:57:20 $ docker stop --time=1 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d 15:57:23 $ docker rm -f 332a3f69ce9871c4f4788865c8706473b63c6c08a1e0206c14d87b89dd16431d [Pipeline] // withDockerContainer [Pipeline] sh 15:57:24 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:57:25 Stashed 1 file(s) [Pipeline] echo 15:57:25 [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 15:57:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:57:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:57:27 + true 15:57:27 + sudo service docker restart 15:57:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:57:29 ========================================================= 15:57:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:57:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:57:29 + 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 . 15:57:40 Sending build context to Docker daemon 329.6MB 15:57:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:57:40 Step 2/6 : FROM ${BASE} 15:57:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:57:40 188c0c94c7c5: Pulling fs layer 15:57:40 0ef7d3d256c8: Pulling fs layer 15:57:40 de9db76c5a1d: Pulling fs layer 15:57:40 bca2f99d35d6: Pulling fs layer 15:57:40 93359f2a8cfa: Pulling fs layer 15:57:40 7c6f9722023f: Pulling fs layer 15:57:40 a35cf1a2eb13: Pulling fs layer 15:57:40 93359f2a8cfa: Waiting 15:57:40 7c6f9722023f: Waiting 15:57:40 a35cf1a2eb13: Waiting 15:57:40 bca2f99d35d6: Waiting 15:57:40 de9db76c5a1d: Verifying Checksum 15:57:40 de9db76c5a1d: Download complete 15:57:40 0ef7d3d256c8: Verifying Checksum 15:57:40 0ef7d3d256c8: Download complete 15:57:40 93359f2a8cfa: Verifying Checksum 15:57:40 93359f2a8cfa: Download complete 15:57:40 7c6f9722023f: Verifying Checksum 15:57:40 7c6f9722023f: Download complete 15:57:40 188c0c94c7c5: Verifying Checksum 15:57:40 188c0c94c7c5: Download complete 15:57:40 Still waiting to schedule task 15:57:40 ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1196’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1197’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1200’ is offline 15:57:41 188c0c94c7c5: Pull complete 15:57:42 0ef7d3d256c8: Pull complete 15:57:42 de9db76c5a1d: Pull complete 15:57:44 a35cf1a2eb13: Verifying Checksum 15:57:44 a35cf1a2eb13: Download complete 15:57:45 bca2f99d35d6: Verifying Checksum 15:57:45 bca2f99d35d6: Download complete 15:58:03 bca2f99d35d6: Pull complete 15:58:04 93359f2a8cfa: Pull complete 15:58:05 7c6f9722023f: Pull complete 15:58:12 a35cf1a2eb13: Pull complete 15:58:12 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:58:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:58:12 ---> a62c8e92a672 15:58:12 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 15:58:12 ---> Running in 420a488658c3 15:58:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:58:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:58:14 (1/12) Installing libmagic (5.38-r0) 15:58:14 (2/12) Installing file (5.38-r0) 15:58:15 (3/12) Installing libc-dev (0.7.2-r3) 15:58:15 (4/12) Installing g++ (9.3.0-r2) 15:58:24 (5/12) Installing fortify-headers (1.1-r0) 15:58:24 (6/12) Installing patch (2.7.6-r6) 15:58:24 (7/12) Installing build-base (0.5-r2) 15:58:24 (8/12) Installing libsodium (1.0.18-r0) 15:58:24 (9/12) Installing pkgconf (1.7.2-r0) 15:58:24 (10/12) Installing libsodium-dev (1.0.18-r0) 15:58:24 (11/12) Installing libzmq (4.3.3-r0) 15:58:24 (12/12) Installing zeromq-dev (4.3.3-r0) 15:58:24 Executing busybox-1.31.1-r19.trigger 15:58:24 OK: 233 MiB in 51 packages 15:58:30 Removing intermediate container 420a488658c3 15:58:30 ---> ff0de7953610 15:58:30 Step 4/6 : WORKDIR /edgex-go 15:58:30 ---> Running in 85373f68dcfa 15:58:30 Removing intermediate container 85373f68dcfa 15:58:30 ---> 4e6547a68c5d 15:58:30 Step 5/6 : COPY go.mod . 15:58:30 ---> 74cf65746c6d 15:58:30 Step 6/6 : RUN go mod download 15:58:30 ---> Running in 4ea14df14dcb 15:59:03 Removing intermediate container 4ea14df14dcb 15:59:03 ---> ba30ba5693f7 15:59:03 Successfully built ba30ba5693f7 15:59:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:59:03 + docker inspect -f . ci-base-image-x86_64 15:59:04 . [Pipeline] withDockerContainer 15:59:04 prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container 15:59:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:59:06 $ docker top bdd1fed8557efdadaaa62f6317b2a860747167a4368544319703a74afc12bd40 -eo pid,comm [Pipeline] { [Pipeline] sh 15:59:07 + go version 15:59:07 go version go1.15.5 linux/amd64 [Pipeline] } 15:59:07 $ docker stop --time=1 bdd1fed8557efdadaaa62f6317b2a860747167a4368544319703a74afc12bd40 15:59:09 $ docker rm -f bdd1fed8557efdadaaa62f6317b2a860747167a4368544319703a74afc12bd40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:59:10 + docker inspect -f . ci-base-image-x86_64 15:59:10 . [Pipeline] withDockerContainer 15:59:10 prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container 15:59:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:59:11 $ docker top e2ec8b7f79851edfef386f1cac71a07903a3ed137a38fd27b35e46463ce9112e -eo pid,comm [Pipeline] { [Pipeline] echo 15:59:12 ========================================================= 15:59:12 [edgeXBuildGoParallel] Running Tests and Build... 15:59:12 ========================================================= [Pipeline] sh 15:59:13 + make test 15:59:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:59:40 ? github.com/edgexfoundry/edgex-go [no test files] 15:59:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1203 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws 15:59:58 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 16:00:05 using credential edgex-jenkins-ssh 16:00:05 Cloning the remote Git repository 16:00:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:00:05 > git init /w/workspace/edgex-go/5 # timeout=10 16:00:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:00:05 > git --version # timeout=10 16:00:05 > git --version # 'git version 2.17.1' 16:00:05 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:00:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:00:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:00:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:00:27 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:00:27 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 3cac00ae421225aef9075103638b3013c7ede51c 16:00:28 Merge succeeded, producing 3cac00ae421225aef9075103638b3013c7ede51c 16:00:28 Checking out Revision 3cac00ae421225aef9075103638b3013c7ede51c (PR-3387) 16:00:27 > git config core.sparsecheckout # timeout=10 16:00:27 > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 16:00:28 > git remote # timeout=10 16:00:28 > git config --get remote.origin.url # timeout=10 16:00:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:00:28 > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 16:00:28 > git rev-parse HEAD^{commit} # timeout=10 16:00:28 > git config core.sparsecheckout # timeout=10 16:00:28 > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 16:00:32 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:00:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:00:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:00:35 + + sudo service dockertrue 16:00:35 restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:00:37 provisioning config files... 16:00:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config6611379756193847554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:00:37 ---> docker-login.sh 16:00:37 nexus3.edgexfoundry.org:10001 16:00:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:38 Configure a credential helper to remove this warning. See 16:00:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:38 16:00:38 Login Succeeded 16:00:38 nexus3.edgexfoundry.org:10002 16:00:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:39 Configure a credential helper to remove this warning. See 16:00:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:39 16:00:39 Login Succeeded 16:00:39 nexus3.edgexfoundry.org:10003 16:00:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:40 Configure a credential helper to remove this warning. See 16:00:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:40 16:00:40 Login Succeeded 16:00:40 nexus3.edgexfoundry.org:10004 16:00:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:40 Configure a credential helper to remove this warning. See 16:00:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:40 16:00:40 Login Succeeded 16:00:40 docker.io 16:00:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:00:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:00:41 Configure a credential helper to remove this warning. See 16:00:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:00:41 16:00:41 Login Succeeded 16:00:41 ---> docker-login.sh ends [Pipeline] } 16:00:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:00:41 ========================================================= 16:00:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:00:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:00:42 + 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 . 16:00:44 Sending build context to Docker daemon 167.4MB 16:00:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:00:44 Step 2/6 : FROM ${BASE} 16:00:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:00:44 5f621e34cdf4: Pulling fs layer 16:00:44 a4357932f1b6: Pulling fs layer 16:00:44 18c013af1878: Pulling fs layer 16:00:44 00ac8860ef70: Pulling fs layer 16:00:44 63d7cb157983: Pulling fs layer 16:00:44 b116817d02f9: Pulling fs layer 16:00:44 745a02a5169b: Pulling fs layer 16:00:44 00ac8860ef70: Waiting 16:00:44 63d7cb157983: Waiting 16:00:44 b116817d02f9: Waiting 16:00:44 745a02a5169b: Waiting 16:00:44 18c013af1878: Verifying Checksum 16:00:44 18c013af1878: Download complete 16:00:44 a4357932f1b6: Verifying Checksum 16:00:44 a4357932f1b6: Download complete 16:00:44 63d7cb157983: Verifying Checksum 16:00:44 63d7cb157983: Download complete 16:00:44 b116817d02f9: Verifying Checksum 16:00:44 b116817d02f9: Download complete 16:00:44 5f621e34cdf4: Verifying Checksum 16:00:44 5f621e34cdf4: Download complete 16:00:45 5f621e34cdf4: Pull complete 16:00:46 a4357932f1b6: Pull complete 16:00:46 18c013af1878: Pull complete 16:00:47 745a02a5169b: Verifying Checksum 16:00:47 745a02a5169b: Download complete 16:00:48 00ac8860ef70: Verifying Checksum 16:00:48 00ac8860ef70: Download complete 16:00:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:00:58 00ac8860ef70: Pull complete 16:00:58 63d7cb157983: Pull complete 16:00:58 b116817d02f9: Pull complete 16:01:01 745a02a5169b: Pull complete 16:01:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:01:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:01:01 ---> b7e6874047d6 16:01:01 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 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:01:04 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:01:04 ---> Running in 1d8b48587469 16:01:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:01:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:01:07 (1/12) Installing libmagic (5.38-r0) 16:01:07 (2/12) Installing file (5.38-r0) 16:01:07 (3/12) Installing libc-dev (0.7.2-r3) 16:01:07 (4/12) Installing g++ (9.3.0-r2) 16:01:13 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:01:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:01:15 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:01:16 (5/12) Installing fortify-headers (1.1-r0) 16:01:16 (6/12) Installing patch (2.7.6-r6) 16:01:16 (7/12) Installing build-base (0.5-r2) 16:01:16 (8/12) Installing libsodium (1.0.18-r0) 16:01:16 (9/12) Installing pkgconf (1.7.2-r0) 16:01:16 (10/12) Installing libsodium-dev (1.0.18-r0) 16:01:16 (11/12) Installing libzmq (4.3.3-r0) 16:01:16 (12/12) Installing zeromq-dev (4.3.3-r0) 16:01:16 Executing busybox-1.31.1-r19.trigger 16:01:16 OK: 217 MiB in 51 packages 16:01:17 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:01:20 Removing intermediate container 1d8b48587469 16:01:20 ---> a9eaa7162d6e 16:01:20 Step 4/6 : WORKDIR /edgex-go 16:01:20 ---> Running in a3802bdee0b9 16:01:20 Removing intermediate container a3802bdee0b9 16:01:20 ---> f3f71a587ec5 16:01:20 Step 5/6 : COPY go.mod . 16:01:21 ---> 441c2e6fe5b0 16:01:21 Step 6/6 : RUN go mod download 16:01:21 ---> Running in fb1db532e57b 16:01:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:01:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:01:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.465s coverage: 45.9% of statements 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:01:26 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.130s coverage: 19.8% of statements 16:01:26 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.134s coverage: 100.0% of statements 16:01:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:01:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:01:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.168s coverage: 100.0% of statements 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:01:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.313s coverage: 71.3% of statements 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:01:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.327s coverage: 82.9% of statements 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:01:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.175s coverage: 78.9% of statements 16:01:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.376s coverage: 28.6% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.266s coverage: 100.0% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.126s coverage: 100.0% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.457s coverage: 86.7% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.540s coverage: 97.5% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:01:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.252s coverage: 78.3% of statements 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:01:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:01:48 Removing intermediate container fb1db532e57b 16:01:48 ---> 95b751f818b2 16:01:48 Successfully built 95b751f818b2 16:01:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:01:48 + docker inspect -f . ci-base-image-arm64 16:01:48 . [Pipeline] withDockerContainer 16:01:48 prd-ubuntu18.04-docker-arm64-4c-16g-1203 does not seem to be running inside a container 16:01:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:01:50 $ docker top 286c37171d49089c2ccd00a075f2dd3455b97d4987fe11f54ababbc512b4d27e -eo pid,comm [Pipeline] { [Pipeline] sh 16:01:51 + go version 16:01:51 go version go1.15.5 linux/arm64 [Pipeline] } 16:01:51 $ docker stop --time=1 286c37171d49089c2ccd00a075f2dd3455b97d4987fe11f54ababbc512b4d27e 16:01:53 $ docker rm -f 286c37171d49089c2ccd00a075f2dd3455b97d4987fe11f54ababbc512b4d27e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:01:54 + docker inspect -f . ci-base-image-arm64 16:01:54 . [Pipeline] withDockerContainer 16:01:54 prd-ubuntu18.04-docker-arm64-4c-16g-1203 does not seem to be running inside a container 16:01:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:01:56 $ docker top 56385e6d9b59e11e2a028343b6cafc2ccd6c63a44959f15190c5e06d6efbd14b -eo pid,comm [Pipeline] { [Pipeline] echo 16:01:56 ========================================================= 16:01:56 [edgeXBuildGoParallel] Running Tests and Build... 16:01:56 ========================================================= [Pipeline] sh 16:01:57 + make test 16:01:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:01:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.079s coverage: 93.0% of statements 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:01:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.289s coverage: 58.8% of statements 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:01:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.348s coverage: 0.9% of statements 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:01:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.163s coverage: 47.1% of statements 16:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.517s coverage: 79.5% of statements 16:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.553s coverage: 94.1% of statements 16:01:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.145s coverage: 96.3% of statements 16:01:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.176s coverage: 87.5% of statements 16:02:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.235s coverage: 94.4% of statements 16:02:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.179s coverage: 44.8% of statements 16:02:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.334s coverage: 81.9% of statements 16:02:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:02:24 ? github.com/edgexfoundry/edgex-go [no test files] 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.394s coverage: 92.9% of statements 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.237s coverage: 77.8% of statements 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.184s coverage: 87.2% of statements 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.164s coverage: 75.5% of statements 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.223s coverage: 80.8% of statements 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.227s coverage: 84.6% of statements 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.271s coverage: 91.6% of statements 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.541s coverage: 64.4% of statements 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.168s coverage: 100.0% of statements 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.101s coverage: 91.3% of statements 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.287s coverage: 73.7% of statements 16:02:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.107s coverage: 100.0% of statements 16:02:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.800s coverage: 69.0% of statements 16:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:02:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:02:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 38.4% of statements 16:02:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:02:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:02:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.125s coverage: 89.5% of statements 16:02:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:02:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.135s coverage: 84.8% of statements 16:02:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.0% of statements 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:02:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.474s coverage: 100.0% of statements 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:02:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:02:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.192s coverage: 9.6% of statements 16:02:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:02:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.258s coverage: 88.6% of statements 16:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:02:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:02:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.417s coverage: 28.7% of statements 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:02:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.226s coverage: 99.0% of statements 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:02:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.234s coverage: 100.0% of statements 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:02:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.167s coverage: 64.6% of statements 16:02:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:02:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.375s coverage: 95.6% of statements 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:02:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.054s coverage: 0.0% of statements 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.097s coverage: 100.0% of statements 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:02:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:02:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 16:02:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.140s coverage: 28.1% of statements 16:02:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.179s coverage: 100.0% of statements 16:02:48 GO111MODULE=on go vet ./... 16:03:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:03:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:03:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:03:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:03:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:03:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:03:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:03:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:03:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:03:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:03:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:03:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.283s coverage: 45.9% of statements 16:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:03:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.210s coverage: 19.8% of statements 16:03:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.242s coverage: 100.0% of statements 16:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.153s coverage: 100.0% of statements 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.148s coverage: 100.0% of statements 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:04:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.383s coverage: 71.3% of statements 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:04:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:04:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.432s coverage: 82.9% of statements 16:04:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:04:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:04:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.178s coverage: 78.9% of statements 16:04:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:04:11 gofmt -l . 16:04:11 [ "`gofmt -l .`" = "" ] 16:04:11 ./bin/test-go-mod-tidy.sh 16:04:11 ./bin/test-attribution-txt.sh [Pipeline] sh 16:04:12 + ls -al . 16:04:12 total 812 16:04:12 drwxrwxr-x 10 1001 1001 4096 Apr 20 16:04 . 16:04:12 drwxr-xr-x 4 root root 28 Apr 20 15:59 .. 16:04:12 -rw-rw-r-- 1 1001 1001 11 Apr 20 15:56 .dockerignore 16:04:12 drwxrwxr-x 8 1001 1001 179 Apr 20 15:56 .git 16:04:12 drwxrwxr-x 3 1001 1001 125 Apr 20 15:56 .github 16:04:12 -rw-rw-r-- 1 1001 1001 818 Apr 20 15:56 .gitignore 16:04:12 drwx------ 3 1001 1001 60 Apr 20 15:57 .semver 16:04:12 -rw-rw-r-- 1 1001 1001 166 Apr 20 15:56 .sonarcloud.properties 16:04:12 -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:56 Attribution.txt 16:04:12 -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:56 CONTRIBUTING.md 16:04:12 -rw-rw-r-- 1 1001 1001 931 Apr 20 15:56 Dockerfile.build 16:04:12 -rw-rw-r-- 1 1001 1001 863 Apr 20 15:56 Jenkinsfile 16:04:12 -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:56 LICENSE 16:04:12 -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:56 Makefile 16:04:12 -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:56 README.md 16:04:12 -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:56 SECURITY.md 16:04:12 -rw-rw-r-- 1 1001 1001 5 Apr 20 15:57 VERSION 16:04:12 -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:56 ZMQWindows.md 16:04:12 drwxrwxr-x 2 1001 1001 117 Apr 20 15:56 bin 16:04:12 drwxrwxr-x 14 1001 1001 4096 Apr 20 15:56 cmd 16:04:12 -rw-r--r-- 1 root root 703598 Apr 20 16:02 coverage.out 16:04:12 -rw-r--r-- 1 root root 1059 Apr 20 16:04 go.mod 16:04:12 -rw-r--r-- 1 root root 22073 Apr 20 16:04 go.sum 16:04:12 drwxrwxr-x 8 1001 1001 127 Apr 20 15:56 internal 16:04:12 drwxrwxr-x 4 1001 1001 26 Apr 20 15:56 openapi 16:04:12 drwxrwxr-x 4 1001 1001 71 Apr 20 15:56 snap 16:04:12 -rw-rw-r-- 1 1001 1001 168 Apr 20 15:56 version.go [Pipeline] sh 16:04:13 + '[' -e coverage.out ] 16:04:13 + chown 1001:1001 coverage.out [Pipeline] stash 16:04:14 Stashed 1 file(s) [Pipeline] sh 16:04:15 + make build 16:04:15 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 16:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.309s coverage: 28.6% of statements 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.229s coverage: 100.0% of statements 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.177s coverage: 100.0% of statements 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.413s coverage: 86.7% of statements 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.587s coverage: 97.5% of statements 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:04:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:04:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:04:26 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 16:04:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.414s coverage: 93.0% of statements 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:04:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:04:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 0.9% of statements 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:04:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:04:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.226s coverage: 47.1% of statements 16:04:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.146s coverage: 79.5% of statements 16:04:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.126s coverage: 94.1% of statements 16:04:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements 16:04:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.168s coverage: 87.5% of statements 16:04:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.195s coverage: 94.4% of statements 16:04:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.136s coverage: 44.8% of statements 16:04:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.559s coverage: 81.9% of statements 16:04:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:04:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:04:51 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 16:04:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:04:55 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 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.218s coverage: 92.9% of statements 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.142s coverage: 80.8% of statements 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.203s coverage: 87.2% of statements 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.208s coverage: 84.6% of statements 16:04:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.288s coverage: 91.6% of statements 16:04:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:04:59 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 16:04:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.737s coverage: 64.4% of statements 16:04:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:04:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:04:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements 16:04:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 16:04:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 16:04:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements 16:05:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 16:05:05 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 16:05:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.053s coverage: 69.0% of statements 16:05:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:05:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:05:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.482s coverage: 38.4% of statements 16:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.136s coverage: 89.5% of statements 16:05:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:05:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.083s coverage: 84.8% of statements 16:05:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:05:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.413s coverage: 47.0% of statements 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.127s coverage: 100.0% of statements 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:05:12 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.163s coverage: 9.6% of statements 16:05:12 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:05:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:05:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.512s coverage: 88.6% of statements 16:05:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:05:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:05:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:05:20 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 16:05:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.523s coverage: 28.7% of statements 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:05:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.185s coverage: 99.0% of statements 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:05:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.196s coverage: 100.0% of statements 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:05:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.164s coverage: 64.6% of statements 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:05:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.367s coverage: 95.6% of statements 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:05:22 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:05:22 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:05:22 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:05:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 16:05:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:05:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:05:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.087s coverage: 100.0% of statements 16:05:25 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.108s coverage: 28.1% of statements 16:05:25 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements 16:05:26 GO111MODULE=on go vet ./... [Pipeline] } 16:05:30 $ docker stop --time=1 e2ec8b7f79851edfef386f1cac71a07903a3ed137a38fd27b35e46463ce9112e 16:05:32 $ docker rm -f e2ec8b7f79851edfef386f1cac71a07903a3ed137a38fd27b35e46463ce9112e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:05:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:05:34 16:05:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:05:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:05:35 latest: Pulling from edgex-devops/edgex-compose 16:05:35 cbdbe7a5bc2a: Pulling fs layer 16:05:35 ca9280d653b3: Pulling fs layer 16:05:35 7e9c9ca2126c: Pulling fs layer 16:05:35 cbdbe7a5bc2a: Download complete 16:05:36 cbdbe7a5bc2a: Pull complete 16:05:36 ca9280d653b3: Verifying Checksum 16:05:36 ca9280d653b3: Download complete 16:05:40 7e9c9ca2126c: Verifying Checksum 16:05:40 7e9c9ca2126c: Download complete 16:05:40 ca9280d653b3: Pull complete 16:05:55 7e9c9ca2126c: Pull complete 16:05:55 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:05:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:05:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:05:55 prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container 16:05:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:05:59 $ docker top 0236b57299511e5d067f766250ee7a7a15b87f716f6152690941a8a3b7c60c4a -eo pid,comm [Pipeline] { [Pipeline] sh 16:06:00 + docker-compose build --help 16:06:00 + grep parallel 16:06:01 --parallel Build images in parallel. [Pipeline] } 16:06:01 $ docker stop --time=1 0236b57299511e5d067f766250ee7a7a15b87f716f6152690941a8a3b7c60c4a 16:06:04 $ docker rm -f 0236b57299511e5d067f766250ee7a7a15b87f716f6152690941a8a3b7c60c4a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:06:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:06:05 . [Pipeline] withDockerContainer 16:06:05 prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container 16:06:05 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:06:07 $ docker top 84a2cb00bbac3d3ff946aec690343d0365844bf40094859ebf784709e1c227e0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:06:08 + docker-compose -f ./docker-compose-build.yml build --parallel 16:06:10 Building docker-core-command-go ... 16:06:10 Building docker-core-data-go ... 16:06:10 Building docker-core-metadata-go ... 16:06:10 Building docker-security-bootstrapper-go ... 16:06:10 Building docker-security-proxy-setup-go ... 16:06:10 Building docker-security-secretstore-setup-go ... 16:06:10 Building docker-support-notifications-go ... 16:06:10 Building docker-support-scheduler-go ... 16:06:10 Building docker-sys-mgmt-agent-go ... 16:06:10 Building docker-support-notifications-go 16:06:10 Building docker-sys-mgmt-agent-go 16:06:10 Building docker-security-secretstore-setup-go 16:06:10 Building docker-security-bootstrapper-go 16:06:10 Building docker-support-scheduler-go 16:06:48 gofmt -l . 16:06:50 [ "`gofmt -l .`" = "" ] 16:06:53 ./bin/test-go-mod-tidy.sh 16:06:53 ./bin/test-attribution-txt.sh [Pipeline] sh 16:06:56 + ls -al . 16:06:56 total 840 16:06:56 drwxrwxr-x 9 1001 1001 4096 Apr 20 16:06 . 16:06:56 drwxr-xr-x 4 root root 4096 Apr 20 16:01 .. 16:06:56 -rw-rw-r-- 1 1001 1001 11 Apr 20 16:00 .dockerignore 16:06:56 drwxrwxr-x 8 1001 1001 4096 Apr 20 16:00 .git 16:06:56 drwxrwxr-x 3 1001 1001 4096 Apr 20 16:00 .github 16:06:56 -rw-rw-r-- 1 1001 1001 818 Apr 20 16:00 .gitignore 16:06:56 -rw-rw-r-- 1 1001 1001 166 Apr 20 16:00 .sonarcloud.properties 16:06:56 -rw-rw-r-- 1 1001 1001 8609 Apr 20 16:00 Attribution.txt 16:06:56 -rw-rw-r-- 1 1001 1001 3804 Apr 20 16:00 CONTRIBUTING.md 16:06:56 -rw-rw-r-- 1 1001 1001 931 Apr 20 16:00 Dockerfile.build 16:06:56 -rw-rw-r-- 1 1001 1001 863 Apr 20 16:00 Jenkinsfile 16:06:56 -rw-rw-r-- 1 1001 1001 10775 Apr 20 16:00 LICENSE 16:06:56 -rw-rw-r-- 1 1001 1001 5774 Apr 20 16:00 Makefile 16:06:56 -rw-rw-r-- 1 1001 1001 7978 Apr 20 16:00 README.md 16:06:56 -rw-rw-r-- 1 1001 1001 6755 Apr 20 16:00 SECURITY.md 16:06:56 -rw-rw-r-- 1 1001 1001 5 Apr 20 15:57 VERSION 16:06:56 -rw-rw-r-- 1 1001 1001 4131 Apr 20 16:00 ZMQWindows.md 16:06:56 drwxrwxr-x 2 1001 1001 4096 Apr 20 16:00 bin 16:06:56 drwxrwxr-x 14 1001 1001 4096 Apr 20 16:00 cmd 16:06:56 -rw-r--r-- 1 root root 703598 Apr 20 16:05 coverage.out 16:06:56 -rw-r--r-- 1 root root 1059 Apr 20 16:06 go.mod 16:06:56 -rw-r--r-- 1 root root 22073 Apr 20 16:06 go.sum 16:06:56 drwxrwxr-x 8 1001 1001 4096 Apr 20 16:00 internal 16:06:56 drwxrwxr-x 4 1001 1001 4096 Apr 20 16:00 openapi 16:06:56 drwxrwxr-x 4 1001 1001 4096 Apr 20 16:00 snap 16:06:56 -rw-rw-r-- 1 1001 1001 168 Apr 20 16:00 version.go [Pipeline] sh 16:06:57 + '[' -e coverage.out ] 16:06:57 + chown 1001:1001 coverage.out [Pipeline] stash 16:06:57 Warning: overwriting stash ‘coverage-report’ 16:06:58 Stashed 1 file(s) [Pipeline] sh 16:06:59 + make build 16:06:59 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 16:07:11 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 16:07:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:07:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:07:32 ---> ba30ba5693f7 16:07:32 Step 3/22 : WORKDIR /edgex-go 16:07:32 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:07:32 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:07:32 ---> ba30ba5693f7 16:07:32 Step 3/31 : WORKDIR /edgex-go 16:07:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:07:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:07:32 ---> ba30ba5693f7 16:07:32 Step 3/22 : WORKDIR /edgex-go 16:07:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:07:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:07:32 ---> ba30ba5693f7 16:07:32 Step 3/23 : WORKDIR /edgex-go 16:07:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:07:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:07:32 ---> ba30ba5693f7 16:07:32 Step 3/24 : WORKDIR /edgex-go 16:07:32 ---> Running in 89e52b63f6e0 16:07:32 ---> Running in 1830947e06d7 16:07:32 ---> Running in d1f0d22adf7b 16:07:32 ---> Running in d11d965993e6 16:07:32 ---> Running in 36ef9e19be62 16:07:34 Removing intermediate container 36ef9e19be62 16:07:34 ---> 3c444ce9fa00 16:07:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:34 Removing intermediate container d1f0d22adf7b 16:07:34 ---> 745fde3d3cb0 16:07:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:35 Removing intermediate container d11d965993e6 16:07:35 ---> 76343e6b4386 16:07:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:35 Removing intermediate container 89e52b63f6e0 16:07:35 ---> 25aa4a86dac5 16:07:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:35 ---> Running in d109912f5917 16:07:35 Removing intermediate container 1830947e06d7 16:07:35 ---> 97d6700bd157 16:07:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:35 ---> Running in 796336b5ea7c 16:07:35 ---> Running in cc44ce5a2aa3 16:07:35 ---> Running in 5c25a421b8fb 16:07:35 ---> Running in f61a4f94acc3 16:07:38 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 16:07:40 Removing intermediate container f61a4f94acc3 16:07:40 ---> 38ab8dead89e 16:07:40 Step 5/22 : RUN apk add --update --no-cache make git 16:07:40 Removing intermediate container d109912f5917 16:07:40 ---> 852159ed1917 16:07:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:07:40 Removing intermediate container 5c25a421b8fb 16:07:40 ---> 7ad2a70ca37c 16:07:40 Step 5/31 : RUN apk add --update --no-cache make git 16:07:40 Removing intermediate container cc44ce5a2aa3 16:07:40 ---> 1a389235b0e4 16:07:40 Step 5/23 : RUN apk add --update --no-cache make bash git 16:07:40 Removing intermediate container 796336b5ea7c 16:07:40 ---> f7ad8fb1194c 16:07:40 Step 5/24 : RUN apk add --update --no-cache make git 16:07:40 ---> Running in 2e7c884ccab6 16:07:40 ---> Running in a1808def8e46 16:07:40 ---> Running in 205a49d0f1f6 16:07:40 ---> Running in 8356fe2ead97 16:07:40 ---> Running in df06cd51aa79 16:07: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 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:43 OK: 233 MiB in 51 packages 16:07:43 OK: 233 MiB in 51 packages 16:07:43 OK: 233 MiB in 51 packages 16:07:43 OK: 233 MiB in 51 packages 16:07:44 OK: 233 MiB in 51 packages 16:07:45 Removing intermediate container 2e7c884ccab6 16:07:45 ---> 5d58818b8a04 16:07:45 Step 6/22 : COPY go.mod . 16:07:46 Removing intermediate container 8356fe2ead97 16:07:46 ---> 3b20cd0682f0 16:07:46 Step 6/23 : COPY go.mod . 16:07:46 Removing intermediate container 205a49d0f1f6 16:07:46 ---> 1057dc2dc4e2 16:07:46 Step 6/31 : COPY go.mod . 16:07:46 Removing intermediate container df06cd51aa79 16:07:46 ---> da54ef8126ef 16:07:46 Step 6/24 : COPY go.mod . 16:07:46 Removing intermediate container a1808def8e46 16:07:46 ---> 1e95d831552a 16:07:46 Step 6/22 : COPY go.mod . 16:07:46 ---> 1fbb3991dcad 16:07:46 Step 7/22 : RUN go mod download 16:07:46 ---> 56737233d992 16:07:46 Step 7/23 : RUN go mod download 16:07:47 ---> Running in c6b96fca1b1b 16:07:47 ---> d187207ba6e9 16:07:47 Step 7/31 : RUN go mod download 16:07:47 ---> Running in 1fd9fa604661 16:07:47 ---> Running in 26d482cb6775 16:07:47 ---> 819a8f2d5eb4 16:07:47 Step 7/24 : RUN go mod download 16:07:48 ---> 2fc998b6e9e9 16:07:48 ---> Running in c22432f794a0 16:07:48 Step 7/22 : RUN go mod download 16:07:48 ---> Running in f953e204def7 16:07:51 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 16:07:51 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 16:07:54 Removing intermediate container 26d482cb6775 16:07:54 ---> 1db9c87f9ce3 16:07:54 Step 8/31 : COPY . . 16:07:54 Removing intermediate container c6b96fca1b1b 16:07:54 ---> ca6f27352ad3 16:07:54 Step 8/22 : COPY . . 16:07:54 Removing intermediate container 1fd9fa604661 16:07:54 ---> 84100695c2ec 16:07:54 Step 8/23 : COPY . . 16:07:55 Removing intermediate container c22432f794a0 16:07:55 ---> 29506559fdc7 16:07:55 Step 8/24 : COPY . . 16:07:56 Removing intermediate container f953e204def7 16:07:56 ---> 12c7c802ce63 16:07:56 Step 8/22 : COPY . . 16:07:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:08:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:08:13 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 16:08:18 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 16:08:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:08:29 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] } 16:08:36 $ docker stop --time=1 56385e6d9b59e11e2a028343b6cafc2ccd6c63a44959f15190c5e06d6efbd14b 16:08:38 $ docker rm -f 56385e6d9b59e11e2a028343b6cafc2ccd6c63a44959f15190c5e06d6efbd14b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:08:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:08:41 16:08:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:08:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:08:41 latest: Pulling from edgex-devops/edgex-compose-arm64 16:08:41 29e5d40040c1: Pulling fs layer 16:08:41 1ce36da41761: Pulling fs layer 16:08:41 25b303627fd3: Pulling fs layer 16:08:41 29e5d40040c1: Verifying Checksum 16:08:41 29e5d40040c1: Download complete 16:08:42 29e5d40040c1: Pull complete 16:08:42 1ce36da41761: Verifying Checksum 16:08:42 1ce36da41761: Download complete 16:08:43 1ce36da41761: Pull complete 16:08:43 25b303627fd3: Verifying Checksum 16:08:43 25b303627fd3: Download complete 16:08:53 25b303627fd3: Pull complete 16:08:53 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:08:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:08:53 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:08:54 prd-ubuntu18.04-docker-arm64-4c-16g-1203 does not seem to be running inside a container 16:08:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:08:57 $ docker top fd0f91fe313959b9a5c4ee0fe19621727679479b9f3e0d81e118dd2259cc3ffb -eo pid,comm [Pipeline] { [Pipeline] sh 16:08:58 + docker-compose build --help 16:08:58 + grep parallel 16:09:03 --parallel Build images in parallel. [Pipeline] } 16:09:03 $ docker stop --time=1 fd0f91fe313959b9a5c4ee0fe19621727679479b9f3e0d81e118dd2259cc3ffb 16:09:05 $ docker rm -f fd0f91fe313959b9a5c4ee0fe19621727679479b9f3e0d81e118dd2259cc3ffb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:09:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:09:06 . [Pipeline] withDockerContainer 16:09:06 prd-ubuntu18.04-docker-arm64-4c-16g-1203 does not seem to be running inside a container 16:09:06 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:09:08 $ docker top 16cec51271b5c54098198b5a8aead1a5dc03a989f426380b1b1c51837f61985a -eo pid,comm [Pipeline] { [Pipeline] sh 16:09:09 + docker-compose -f ./docker-compose-build.yml build --parallel 16:09:14 Building docker-core-command-go ... 16:09:14 Building docker-core-data-go ... 16:09:14 Building docker-core-metadata-go ... 16:09:14 Building docker-security-bootstrapper-go ... 16:09:14 Building docker-security-proxy-setup-go ... 16:09:14 Building docker-security-secretstore-setup-go ... 16:09:14 Building docker-support-notifications-go ... 16:09:14 Building docker-support-scheduler-go ... 16:09:14 Building docker-sys-mgmt-agent-go ... 16:09:14 Building docker-security-bootstrapper-go 16:09:14 Building docker-core-data-go 16:09:14 Building docker-support-notifications-go 16:09:14 Building docker-security-secretstore-setup-go 16:09:14 Building docker-support-scheduler-go 16:10:23 ---> a40b4381248c 16:10:23 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:10:23 ---> a6c4ddf096cc 16:10:23 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper ---> cbcb4d1eaaa5 16:10:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:10:23 16:10:23 ---> Running in dac45e3847b7 16:10:23 ---> Running in 2a50f3343dec 16:10:23 ---> 927ec13aee32 16:10:23 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:10:23 ---> Running in 7ffaf2b84001 16:10:23 ---> 6aa254e5a216 16:10:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:10:23 ---> Running in b11f4afa17bf 16:10:23 ---> Running in d049b0d55ecf 16:10:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:10:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:10:23 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 16:10:23 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 16:10:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:10:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:10:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:10:36 ---> 95b751f818b2 16:10:36 Step 3/22 : WORKDIR /edgex-go 16:10:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:10:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:10:36 ---> 95b751f818b2 16:10:36 Step 3/23 : WORKDIR /edgex-go 16:10:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:10:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:10:36 ---> 95b751f818b2 16:10:36 Step 3/22 : WORKDIR /edgex-go 16:10:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:10:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:10:36 ---> 95b751f818b2 16:10:36 Step 3/24 : WORKDIR /edgex-go 16:10:36 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:10:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:10:36 ---> 95b751f818b2 16:10:36 Step 3/31 : WORKDIR /edgex-go 16:10:36 ---> Running in a03c2d618501 16:10:36 ---> Running in 1c52962f350b 16:10:36 ---> Running in 738da023b423 16:10:36 ---> Running in 152018ec83b7 16:10:36 ---> Running in bc139c45b16b 16:10:36 Removing intermediate container a03c2d618501 16:10:36 ---> 68db05761ce9 16:10:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 738da023b423 16:10:36 ---> c9b60d8b0910 16:10:36 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:36 16:10:36 Removing intermediate container bc139c45b16b 16:10:36 ---> 08f204c901a9 16:10:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:36 Removing intermediate container 152018ec83b7 16:10:36 Removing intermediate container 1c52962f350b 16:10:36 ---> 325492cdf30c 16:10:36 ---> 305b8d47cf7e 16:10:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:36 ---> Running in bbf636d6f063 16:10:36 ---> Running in c64bbc5fd36c 16:10:36 ---> Running in 54ca34103d85 16:10:36 ---> Running in 985bc2cf3c45 16:10:36 ---> Running in 86cdf8db468f 16:10:36 Removing intermediate container bbf636d6f063 16:10:36 ---> ef64f0a8b0a6 16:10:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:10:36 ---> Running in 5e3bd450841e 16:10:36 Removing intermediate container c64bbc5fd36c 16:10:36 ---> 48b673b21c65 16:10:36 Step 5/31 : RUN apk add --update --no-cache make git 16:10:36 ---> Running in 3b1824567d14 16:10:36 Removing intermediate container 54ca34103d85 16:10:36 ---> 18eaebd6c78e 16:10:36 Step 5/22 : RUN apk add --update --no-cache make git 16:10:36 Removing intermediate container 86cdf8db468f 16:10:36 ---> be8a99e444f4 16:10:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:10:36 Removing intermediate container 985bc2cf3c45 16:10:36 ---> b8b8bf6a72c4 16:10:36 Step 5/24 : RUN apk add --update --no-cache make git 16:10:36 ---> Running in 6fbd789075dc 16:10:36 ---> Running in 3663871c20f4 16:10:36 ---> Running in 1b59d628445d 16:10:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:37 OK: 217 MiB in 51 packages 16:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:38 OK: 217 MiB in 51 packages 16:10:38 OK: 217 MiB in 51 packages 16:10:39 OK: 217 MiB in 51 packages 16:10:39 Removing intermediate container 5e3bd450841e 16:10:39 ---> 3fb919b5b254 16:10:39 Step 6/22 : COPY go.mod . 16:10:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:10:40 Removing intermediate container 3b1824567d14 16:10:40 ---> 651f0c6eca09 16:10:40 Step 6/31 : COPY go.mod . 16:10:40 ---> e125e9dd1373 16:10:40 Step 7/22 : RUN go mod download 16:10:40 Removing intermediate container 6fbd789075dc 16:10:40 ---> eb25d2814ca1 16:10:40 Step 6/22 : COPY go.mod . 16:10:40 ---> Running in 905b0e1527fa 16:10:40 Removing intermediate container 1b59d628445d 16:10:40 ---> 769f00603d52 16:10:40 Step 6/24 : COPY go.mod . 16:10:41 ---> 1e819d8f19fb 16:10:41 Step 7/31 : RUN go mod download 16:10:41 ---> a30b5ab74def 16:10:41 Step 7/22 : RUN go mod download 16:10:41 ---> Running in 12c4a9b6aec7 16:10:41 ---> Running in 294e7e78bcbe 16:10:41 OK: 217 MiB in 51 packages 16:10:41 ---> 0f6d46583654 16:10:41 Step 7/24 : RUN go mod download 16:10:42 ---> Running in cf4ceee8a41f 16:10:44 Removing intermediate container 3663871c20f4 16:10:44 ---> d5606107f54f 16:10:44 Step 6/23 : COPY go.mod . 16:10:45 Removing intermediate container 905b0e1527fa 16:10:45 ---> 30814cdd0152 16:10:45 Step 8/22 : COPY . . 16:10:45 ---> 6f359e6ad51b 16:10:45 Step 7/23 : RUN go mod download 16:10:45 ---> Running in 71bb821ccb1a 16:10:46 Removing intermediate container 12c4a9b6aec7 16:10:46 ---> 0e2a91c9dad7 16:10:46 Step 8/31 : COPY . . 16:10:47 Removing intermediate container 294e7e78bcbe 16:10:47 ---> a7e58782ef3d 16:10:47 Step 8/22 : COPY . . 16:10:47 Removing intermediate container cf4ceee8a41f 16:10:47 ---> 5f94b1e98f0f 16:10:47 Step 8/24 : COPY . . 16:10:53 Removing intermediate container 71bb821ccb1a 16:10:53 ---> 4122349fb38f 16:10:53 Step 8/23 : COPY . . 16:11:15 ---> 4201f16fdc21 16:11:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:11:15 ---> e92f66900edf 16:11:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:11:15 ---> 2558b6522458 16:11:15 Step 9/23 : RUN make cmd/core-data/core-data 16:11:15 ---> 6682ccc8a0ba 16:11:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:11:15 ---> 5efe6edebd08 16:11:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:11:15 ---> Running in aa3f2f972e10 16:11:15 ---> Running in a8070a32258f 16:11:15 ---> Running in c52d00da597f 16:11:15 ---> Running in 64cd91b48101 16:11:15 ---> Running in 94e1ba954b66 16:11:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:11:17 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 16:11:17 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 16:11:17 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 16:11: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 16:11:32 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 16:11:41 Removing intermediate container 7ffaf2b84001 16:11:41 ---> 1056d0710a1d 16:11:41 16:11:41 Step 10/31 : FROM alpine:3.12 16:11:41 3.12: Pulling from library/alpine 16:11:42 Removing intermediate container b11f4afa17bf 16:11:42 ---> f003379033a5 16:11:42 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:11:42 ---> Running in a3a240d45541 16:11:44 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 16:11:44 Status: Downloaded newer image for alpine:3.12 16:11:44 ---> 13621d1b12d4 16:11:44 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:11:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:11:47 ---> Running in f364e0e1792f 16:11:50 Removing intermediate container f364e0e1792f 16:11:50 ---> f2a8bba125e8 16:11:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:11:51 Removing intermediate container 2a50f3343dec 16:11:51 ---> 2c25d00590f2 16:11:51 16:11:51 Step 10/22 : FROM alpine:3.12 16:11:51 ---> 13621d1b12d4 16:11:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:11:51 Removing intermediate container d049b0d55ecf 16:11:51 ---> 12822b5f7c2e 16:11:51 16:11:51 Step 10/22 : FROM alpine:3.12 16:11:51 ---> 13621d1b12d4 16:11:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:11:51 ---> Running in 83ec1d0139c7 16:11:52 ---> Running in a3299f365a25 16:11:52 ---> Running in 1ab1eb454611 16:11:54 Removing intermediate container a3a240d45541 16:11:54 ---> 75b56ee5fbc0 16:11:54 16:11:54 Step 11/23 : FROM docker:20.10.0 16:11:54 20.10.0: Pulling from library/docker 16:11:55 Removing intermediate container dac45e3847b7 16:11:55 ---> 243a4ee9aa8f 16:11:55 16:11:55 Step 10/24 : FROM alpine:3.12 16:11:55 ---> 13621d1b12d4 16:11:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:11:56 ---> Running in 777d576754ed 16:11:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:57 (1/2) Installing dumb-init (1.2.2-r1) 16:11:57 (2/2) Installing su-exec (0.2-r1) 16:11:57 Executing busybox-1.31.1-r20.trigger 16:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:57 OK: 6 MiB in 16 packages 16:11:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:58 (1/2) Installing ca-certificates (20191127-r4) 16:11:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:58 (2/2) Installing dumb-init (1.2.2-r1) 16:11:58 Executing busybox-1.31.1-r20.trigger 16:11:58 Executing ca-certificates-20191127-r4.trigger 16:11:58 OK: 6 MiB in 16 packages 16:11:58 (1/1) Installing dumb-init (1.2.2-r1) 16:11:58 Executing busybox-1.31.1-r20.trigger 16:11:58 OK: 6 MiB in 15 packages 16:11:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:59 (1/6) Installing ca-certificates (20191127-r4) 16:11:59 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:11:59 (3/6) Installing libcurl (7.76.1-r0) 16:11:59 (4/6) Installing curl (7.76.1-r0) 16:11:59 (5/6) Installing dumb-init (1.2.2-r1) 16:11:59 (6/6) Installing su-exec (0.2-r1) 16:11:59 Executing busybox-1.31.1-r20.trigger 16:11:59 Executing ca-certificates-20191127-r4.trigger 16:11:59 OK: 7 MiB in 20 packages 16:12:00 Removing intermediate container 83ec1d0139c7 16:12:00 ---> ef3f356c06f6 16:12:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:12:01 ---> Running in fc0ce75606d3 16:12:01 Removing intermediate container 1ab1eb454611 16:12:01 ---> 50fb6bd32e16 16:12:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:12:02 ---> Running in 666782d14846 16:12:02 Removing intermediate container a3299f365a25 16:12:02 ---> ffb884d0b499 16:12:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:12:02 Removing intermediate container fc0ce75606d3 16:12:02 ---> e49a14d49a82 16:12:02 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:12:02 ---> Running in 687614bdfd98 16:12:02 ---> Running in ff911850ec9f 16:12:02 Removing intermediate container 666782d14846 16:12:02 ---> 4ebc4f589e0f 16:12:02 Step 13/22 : ENV APP_PORT=48060 16:12:03 Removing intermediate container 777d576754ed 16:12:03 ---> 2990b3e59d0f 16:12:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:12:03 ---> Running in 4a224c8c28d8 16:12:04 Removing intermediate container ff911850ec9f 16:12:04 ---> da694d6f985f 16:12:04 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:12:04 ---> Running in 6215ab34ad9c 16:12:04 Removing intermediate container 687614bdfd98 16:12:04 ---> 73381c61552d 16:12:04 Step 13/22 : ENV APP_PORT=48085 16:12:04 ---> Running in 1ec3161b7459 16:12:04 ---> Running in c570e69eaa17 16:12:04 Removing intermediate container 4a224c8c28d8 16:12:04 ---> ce94653606ad 16:12:04 Step 14/22 : EXPOSE $APP_PORT 16:12:05 Removing intermediate container 6215ab34ad9c 16:12:05 ---> f6dd99ec86c2 16:12:05 Step 13/24 : WORKDIR / 16:12:05 ---> Running in 859c173c8e19 16:12:06 ---> Running in 32e0bc15053b 16:12:06 Removing intermediate container c570e69eaa17 16:12:06 ---> b3e4b788c921 16:12:06 Step 14/22 : EXPOSE $APP_PORT 16:12:07 ---> Running in 1e9f65e915c6 16:12:07 Removing intermediate container 32e0bc15053b 16:12:07 ---> a91c8f935fd1 16:12:07 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:12:08 Removing intermediate container 859c173c8e19 16:12:08 ---> 91d245f87e0a 16:12:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:08 Removing intermediate container 1e9f65e915c6 16:12:08 ---> ee183eed4e29 16:12:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:09 Removing intermediate container 1ec3161b7459 16:12:09 ---> 21c0a13a259f 16:12:09 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:12:09 ---> c99f1bf3eedf 16:12:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:12:09 ---> b0f65b567d2c 16:12:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:12:09 ---> Running in f1ab247cbb79 16:12:09 ---> ca6a67ab706d 16:12:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:12:10 Removing intermediate container f1ab247cbb79 16:12:10 ---> 1149d6fbded8 16:12:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:12:10 ---> e8a012db691c 16:12:10 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:12:11 ---> a478ebb693d3 16:12:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:12:11 ---> cb2f7290b271 16:12:11 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:12:11 ---> de2e9ae03b4e 16:12:11 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:12:12 ---> cc0b15018812 16:12:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:12:12 ---> Running in a80cce0eaa25 16:12:13 ---> 1b8ddbec595b 16:12:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:12:13 ---> ffc495f0a164 16:12:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:12:14 ---> Running in 985a1a350fe9 16:12:14 ---> Running in d6357e3984c5 16:12:14 Removing intermediate container 985a1a350fe9 16:12:14 ---> 67a89eec0c94 16:12:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:14 ---> 9c7c764af989 16:12:14 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:12:15 Removing intermediate container d6357e3984c5 16:12:15 ---> 1ae58536078b 16:12:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:15 ---> Running in 67b48481b0cb 16:12:15 ---> Running in f080d0c6877e 16:12:16 Removing intermediate container 67b48481b0cb 16:12:16 ---> 5a6df62858b5 16:12:16 Step 20/22 : LABEL arch=x86_64 16:12:16 Removing intermediate container f080d0c6877e 16:12:16 ---> fb045b77f2d1 16:12:16 Step 20/22 : LABEL arch=x86_64 16:12:16 ---> Running in 3d448887111c 16:12:16 ---> 10fdf1bc9a33 16:12:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:12:16 ---> Running in f83e65df1ec2 16:12:16 Removing intermediate container a80cce0eaa25 16:12:16 ---> 5c960a6317df 16:12:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:17 Removing intermediate container 3d448887111c 16:12:17 ---> d948d20ccfb1 16:12:17 Step 21/22 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:12:17 Removing intermediate container f83e65df1ec2 16:12:17 ---> d84ca56dc54f 16:12:17 Step 21/22 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:12:17 ---> 890f8723e95e 16:12:17 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/ 16:12:17 ---> Running in a118bf21ab69 16:12:17 ---> 7727aa3a88a4 16:12:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:12:17 ---> Running in 90082e6c72bd 16:12:17 ---> Running in b9d48a5d6d70 16:12:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:12:17 Status: Downloaded newer image for docker:20.10.0 16:12:17 ---> aefe523efa57 16:12:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:12:18 Removing intermediate container a118bf21ab69 16:12:18 ---> cf69d692109e 16:12:18 Step 22/22 : LABEL version=0.0.0 16:12:18 ---> Running in 47e103c3fc12 16:12:18 Removing intermediate container 90082e6c72bd 16:12:18 ---> a12ccd07964d 16:12:18 Step 22/22 : LABEL version=0.0.0 16:12:18 ---> Running in 16d34a1ae38d 16:12:19 ---> 142f208bf200 16:12:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:12:19 ---> Running in ee39157aeddc 16:12:19 Removing intermediate container 47e103c3fc12 16:12:19 ---> 865cc3f43196 16:12:19 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 16:12:19 Removing intermediate container 16d34a1ae38d 16:12:19 ---> e045d7ac72f6 16:12:19 16:12:20 ---> Running in 0c5b528bb45c 16:12:20 Removing intermediate container ee39157aeddc 16:12:20 ---> 31106d8d9abb 16:12:20 16:12:20 ---> ce600bfeebd9 16:12:20 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:12:21 Successfully built e045d7ac72f6 16:12:22 Successfully built 31106d8d9abb 16:12:22 Successfully tagged docker-support-notifications-go:latest 16:12:22 Building docker-core-command-go 16:12:22 Successfully tagged docker-support-scheduler-go:latest 16:12:22 Building docker-core-data-go 16:12:22  Building docker-support-notifications-go ... done  Building docker-support-scheduler-go ... done Removing intermediate container b9d48a5d6d70 16:12:22 ---> 5f0e7905c632 16:12:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:12:22 ---> Running in 8c6adcf9c92a 16:12:22 ---> 8416a505ae18 16:12:22 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:12:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:12:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:12:24 (1/39) Installing readline (8.0.4-r0) 16:12:24 (2/39) Installing bash (5.0.17-r0) 16:12:24 Removing intermediate container 8c6adcf9c92a 16:12:24 ---> 65161549d2b3 16:12:24 Step 22/24 : LABEL arch=x86_64 16:12:24 Executing bash-5.0.17-r0.post-install 16:12:24 (3/39) Installing nghttp2-libs (1.41.0-r0) 16:12:24 (4/39) Installing libcurl (7.76.1-r0) 16:12:24 (5/39) Installing curl (7.76.1-r0) 16:12:24 (6/39) Installing dumb-init (1.2.2-r1) 16:12:24 (7/39) Installing libbz2 (1.0.8-r1) 16:12:24 (8/39) Installing expat (2.2.9-r1) 16:12:24 (9/39) Installing libffi (3.3-r2) 16:12:24 (10/39) Installing gdbm (1.13-r1) 16:12:24 (11/39) Installing xz-libs (5.2.5-r0) 16:12:24 (12/39) Installing sqlite-libs (3.32.1-r0) 16:12:24 (13/39) Installing python3 (3.8.8-r0) 16:12:24 ---> Running in 2f2528c8fbdf 16:12:24 ---> 69be5140ef8c 16:12:24 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:12:30 ---> Running in c0e24f9e8f0b 16:12:30 Removing intermediate container 2f2528c8fbdf 16:12:30 ---> a14da198ee88 16:12:30 Step 23/24 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:12:31 (14/39) Installing py3-appdirs (1.4.4-r1) 16:12:31 (15/39) Installing py3-ordered-set (4.0.1-r0) 16:12:31 (16/39) Installing py3-parsing (2.4.7-r0) 16:12:31 (17/39) Installing py3-six (1.15.0-r0) 16:12:31 (18/39) Installing py3-packaging (20.4-r0) 16:12:31 (19/39) Installing py3-setuptools (47.0.0-r0) 16:12:31 ---> Running in 60276b2a11bf 16:12:31 (20/39) Installing py3-chardet (3.0.4-r4) 16:12:31 (21/39) Installing py3-idna (2.9-r0) 16:12:31 (22/39) Installing py3-certifi (2020.4.5.1-r0) 16:12:32 (23/39) Installing py3-urllib3 (1.25.9-r0) 16:12:32 Removing intermediate container c0e24f9e8f0b 16:12:32 ---> e6674915edc8 16:12:32 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:12:32 (24/39) Installing py3-requests (2.23.0-r0) 16:12:32 (25/39) Installing py3-msgpack (1.0.0-r0) 16:12:32 (26/39) Installing py3-lockfile (0.12.2-r3) 16:12:32 (27/39) Installing py3-cachecontrol (0.12.6-r0) 16:12:32 (28/39) Installing py3-colorama (0.4.3-r0) 16:12:32 Removing intermediate container 60276b2a11bf 16:12:32 ---> 8036b0d0e99a 16:12:32 Step 24/24 : LABEL version=0.0.0 16:12:32 (29/39) Installing py3-distlib (0.3.0-r0) 16:12:33 (30/39) Installing py3-distro (1.5.0-r1) 16:12:33 (31/39) Installing py3-webencodings (0.5.1-r3) 16:12:33 (32/39) Installing py3-html5lib (1.0.1-r4) 16:12:33 ---> Running in 1b591ff525a2 16:12:34 (33/39) Installing py3-pytoml (0.1.21-r0) 16:12:34 (34/39) Installing py3-pep517 (0.8.2-r0) 16:12:34 ---> 4a1c3a9a42d8 16:12:34 Step 26/31 : RUN chmod +x /entrypoint.sh 16:12:34 (35/39) Installing py3-progress (1.5-r0) 16:12:34 (36/39) Installing py3-toml (0.10.1-r0) 16:12:35 (37/39) Installing py3-retrying (1.3.3-r0) 16:12:35 (38/39) Installing py3-contextlib2 (0.6.0-r0) 16:12:35 (39/39) Installing py3-pip (20.1.1-r0) 16:12:36 Removing intermediate container 1b591ff525a2 16:12:36 ---> 90d847b313e6 16:12:36 16:12:36 Executing busybox-1.31.1-r19.trigger 16:12:37 ---> Running in 1c433f09b6d6 16:12:37 OK: 72 MiB in 59 packages 16:12:37 Successfully built 90d847b313e6 16:12:37 Successfully tagged docker-security-secretstore-setup-go:latest 16:12:37 Building docker-core-metadata-go 16:12:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1c433f09b6d6 16:12:42 ---> 00dd4a39162a 16:12:42 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:12:44 ---> Running in 0767aff58d1b 16:12:46 Removing intermediate container 0767aff58d1b 16:12:46 ---> abfc017e1d19 16:12:46 Step 28/31 : CMD ["gate"] 16:12:46 ---> Running in 74ac15fc13a2 16:12:47 Removing intermediate container 74ac15fc13a2 16:12:47 ---> d71c146eb7f3 16:12:47 Step 29/31 : LABEL arch=x86_64 16:12:48 ---> Running in e9362de62195 16:12:48 Collecting docker-compose==1.23.2 16:12:48 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:12:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:12:49 Removing intermediate container e9362de62195 16:12:49 ---> 109716c53455 16:12:49 Step 30/31 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:12:49 Collecting jsonschema<3,>=2.5.1 16:12:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:12:50 ---> Running in bd90dcd97ef7 16:12:50 Collecting websocket-client<1.0,>=0.32.0 16:12:50 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:12:51 Collecting docker<4.0,>=3.6.0 16:12:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:12:51 Collecting docopt<0.7,>=0.6.1 16:12:51 Downloading docopt-0.6.2.tar.gz (25 kB) 16:12:52 Removing intermediate container bd90dcd97ef7 16:12:52 ---> bcc5f2af6c21 16:12:52 Step 31/31 : LABEL version=0.0.0 16:12:54 ---> Running in 38bee81156a7 16:12:56 Removing intermediate container 38bee81156a7 16:12:56 ---> 96ac481d7018 16:12:56 16:12:57 Successfully built 96ac481d7018 16:12:57 Successfully tagged docker-security-bootstrapper-go:latest 16:12:57  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 16:13:00 Collecting texttable<0.10,>=0.9.0 16:13:00 Downloading texttable-0.9.1.tar.gz (11 kB) 16:13:03 Collecting PyYAML<4,>=3.10 16:13:03 Downloading PyYAML-3.13.tar.gz (270 kB) 16:13:06 Collecting dockerpty<0.5,>=0.4.1 16:13:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:13:08 Collecting cached-property<2,>=1.2.0 16:13:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:13:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:13:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:13:09 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 16:13:12 Collecting docker-pycreds>=0.4.0 16:13:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:13:14 Collecting urllib3<1.25,>=1.21.1 16:13:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:13:15 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:13:15 Collecting idna<2.8,>=2.5 16:13:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:13:16 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) 16:13:16 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:13:16 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:13:16 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:13:16 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:13:16 Installing collected packages: jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, texttable, PyYAML, dockerpty, cached-property, docker-compose 16:13:18 Attempting uninstall: urllib3 16:13:18 Found existing installation: urllib3 1.25.9 16:13:18 Uninstalling urllib3-1.25.9: 16:13:18 Successfully uninstalled urllib3-1.25.9 16:13:19 Attempting uninstall: idna 16:13:19 Found existing installation: idna 2.9 16:13:19 Uninstalling idna-2.9: 16:13:20 Successfully uninstalled idna-2.9 16:13:21 Attempting uninstall: requests 16:13:21 Found existing installation: requests 2.23.0 16:13:21 Uninstalling requests-2.23.0: 16:13:21 Successfully uninstalled requests-2.23.0 16:13:25 Removing intermediate container aa3f2f972e10 16:13:25 ---> 53fcfdb4c07f 16:13:25 16:13:25 Step 10/31 : FROM alpine:3.12 16:13:25 Removing intermediate container 94e1ba954b66 16:13:25 ---> a27b83f8783a 16:13:25 16:13:25 Step 10/24 : FROM alpine:3.12 16:13:25 3.12: Pulling from library/alpine 16:13:25 3.12: Pulling from library/alpine 16:13:25 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 16:13:25 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 16:13:25 Status: Image is up to date for alpine:3.12 16:13:25 ---> 9852663dfa18 16:13:25 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:13:25 Status: Downloaded newer image for alpine:3.12 16:13:25 ---> 9852663dfa18 16:13:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:13:25 Running setup.py install for docopt: started 16:13:25 ---> Running in 53e02290be53 16:13:25 ---> Running in 377f986b1f0b 16:13:26 Removing intermediate container 53e02290be53 16:13:26 ---> 6e08d3f2425c 16:13:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:13:26 ---> Running in e6d9e76fa280 16:13:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:29 (1/6) Installing ca-certificates (20191127-r4) 16:13:29 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:13:29 (3/6) Installing libcurl (7.76.1-r0) 16:13:29 (4/6) Installing curl (7.76.1-r0) 16:13:29 (5/6) Installing dumb-init (1.2.2-r1) 16:13:29 (6/6) Installing su-exec (0.2-r1) 16:13:29 Executing busybox-1.31.1-r20.trigger 16:13:29 Executing ca-certificates-20191127-r4.trigger 16:13:29 (1/2) Installing dumb-init (1.2.2-r1) 16:13:29 (2/2) Installing su-exec (0.2-r1) 16:13:29 Executing busybox-1.31.1-r20.trigger 16:13:29 OK: 7 MiB in 20 packages 16:13:29 OK: 5 MiB in 16 packages 16:13:33 Removing intermediate container e6d9e76fa280 16:13:33 ---> 488c742ebd60 16:13:33 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:13:33 Removing intermediate container 377f986b1f0b 16:13:33 ---> 1cc7167d9b19 16:13:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:13:33 ---> Running in 100c6debd15f 16:13:34 ---> Running in 39d49a02c1f0 16:13:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:13:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:13:34 ---> ba30ba5693f7 16:13:34 Step 3/23 : WORKDIR /edgex-go 16:13:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:13:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:13:34 ---> ba30ba5693f7 16:13:34 Step 3/23 : WORKDIR /edgex-go 16:13:34 ---> Using cache 16:13:34 ---> 97d6700bd157 16:13:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:34 ---> Using cache 16:13:34 ---> 97d6700bd157 16:13:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:34 Removing intermediate container 100c6debd15f 16:13:34 ---> 2beefc7fdecd 16:13:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:13:34 ---> Using cache 16:13:34 ---> 38ab8dead89e 16:13:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:13:34 ---> Using cache 16:13:34 ---> 38ab8dead89e 16:13:34 Step 5/23 : RUN apk add --update --no-cache make git 16:13:34 ---> Using cache 16:13:34 ---> 1e95d831552a 16:13:34 Step 6/23 : COPY go.mod . 16:13:35 ---> Using cache 16:13:35 ---> 2fc998b6e9e9 16:13:35 Step 7/23 : RUN go mod download 16:13:35 ---> Using cache 16:13:35 ---> 12c7c802ce63 16:13:35 Step 8/23 : COPY . . 16:13:35 Removing intermediate container 39d49a02c1f0 16:13:35 ---> c4458122eb21 16:13:35 Step 13/24 : WORKDIR / 16:13:35 ---> Running in fb9ea8d393ba 16:13:35 ---> Running in c3a6ced01b33 16:13:35 ---> Using cache 16:13:35 ---> 6aa254e5a216 16:13:35 Step 9/23 : RUN make cmd/core-command/core-command 16:13:36 Removing intermediate container c52d00da597f 16:13:36 Removing intermediate container a8070a32258f 16:13:36 ---> 89f013b269cb 16:13:36 16:13:36 Step 10/22 : FROM alpine:3.12 16:13:36 ---> 9852663dfa18 16:13:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:13:36 ---> 0fcb766aac2e 16:13:36 16:13:36 Step 10/22 : FROM alpine:3.12 16:13:36 ---> 9852663dfa18 16:13:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:13:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:13:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:13:36 ---> ba30ba5693f7 16:13:36 Step 3/23 : WORKDIR /edgex-go 16:13:36 ---> Using cache 16:13:36 ---> 97d6700bd157 16:13:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:36 ---> Using cache 16:13:36 ---> 38ab8dead89e 16:13:36 Step 5/23 : RUN apk add --update --no-cache make git 16:13:36 ---> Using cache 16:13:36 ---> 1e95d831552a 16:13:36 Step 6/23 : COPY go.mod . 16:13:36 ---> Using cache 16:13:36 ---> 2fc998b6e9e9 16:13:36 Step 7/23 : RUN go mod download 16:13:36 ---> Using cache 16:13:36 ---> 12c7c802ce63 16:13:36 Step 8/23 : COPY . . 16:13:36 ---> Using cache 16:13:36 ---> 6aa254e5a216 16:13:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:13:36 ---> Running in cf75916d6a29 16:13:36 ---> Running in b71bc3d11342 16:13:36 Removing intermediate container fb9ea8d393ba 16:13:36 ---> b94f4b5b8920 16:13:36 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:13:36 Removing intermediate container c3a6ced01b33 16:13:36 ---> 05a75b46f12d 16:13:36 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:13:37 ---> Running in b43c715ff70f 16:13:37 ---> Running in 3ffcce3452fe 16:13:37 ---> Running in 5e39e511b576 16:13:37 ---> Running in 1c9d4264632d 16:13:39 ---> 61cf45b9c932 16:13:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:13:39 Running setup.py install for docopt: finished with status 'done' 16:13:39 Running setup.py install for texttable: started 16:13:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:40 ---> b972fdf1da61 16:13:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:13:40 (1/2) Installing ca-certificates (20191127-r4) 16:13:40 (2/2) Installing dumb-init (1.2.2-r1) 16:13:40 Executing busybox-1.31.1-r20.trigger 16:13:40 Executing ca-certificates-20191127-r4.trigger 16:13:40 (1/1) Installing dumb-init (1.2.2-r1) 16:13:40 Executing busybox-1.31.1-r20.trigger 16:13:40 OK: 5 MiB in 15 packages 16:13:40 OK: 6 MiB in 16 packages 16:13:40 Running setup.py install for texttable: finished with status 'done' 16:13:40 Running setup.py install for PyYAML: started 16:13:41 Removing intermediate container b43c715ff70f 16:13:41 ---> 44fe28900605 16:13:41 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:13:41 ---> 15f7549bfcf7 16:13:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:13:41 ---> Running in 1396aaf4c5a5 16:13:42 Removing intermediate container 1396aaf4c5a5 16:13:42 ---> f3cfe75946fc 16:13:42 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:13:42 Removing intermediate container b71bc3d11342 16:13:42 ---> 51a1fddb4fc7 16:13:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:13:43 Running setup.py install for PyYAML: finished with status 'done' 16:13:43 Running setup.py install for dockerpty: started 16:13:43 Removing intermediate container cf75916d6a29 16:13:43 ---> 783e2b7cb0e4 16:13:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:13:43 ---> dfcbd64e2236 16:13:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:13:43 ---> Running in 877c9f7ee674 16:13:43 ---> Running in 741769f44449 16:13:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:13:43 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 16:13:43 ---> d97c28e8328c 16:13:44 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:13:44 Removing intermediate container 877c9f7ee674 16:13:44 ---> 341d0adcce1f 16:13:44 Step 13/22 : ENV APP_PORT=48060 16:13:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:13:44 Removing intermediate container 741769f44449 16:13:44 ---> f18b2e6a7d8c 16:13:44 Step 13/22 : ENV APP_PORT=48085 16:13:44 ---> Running in 2e0a332c5561 16:13:44 ---> Running in 1a2ba00f3ea4 16:13:44 Running setup.py install for dockerpty: finished with status 'done' 16:13:44 ---> Running in c07d7f7848dd 16:13:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:13:44 ---> c4c4cd463a3d 16:13:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:13:45 Removing intermediate container 1a2ba00f3ea4 16:13:45 ---> 7ca463535c79 16:13:45 Step 14/22 : EXPOSE $APP_PORT 16:13:45 Removing intermediate container c07d7f7848dd 16:13:45 ---> f5fd6f5a0046 16:13:45 Step 14/22 : EXPOSE $APP_PORT 16:13:45 ---> Running in d7fbff7def20 16:13:46 ---> Running in ccd9a722000a 16:13:46 ---> ec98bf3741d3 16:13:46 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/ 16:13:46 ---> Running in f26c0e994960 16:13:46 OK: 233 MiB in 51 packages 16:13:46 Removing intermediate container d7fbff7def20 16:13:46 ---> bf61898f6e4d 16:13:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:13:46 Removing intermediate container ccd9a722000a 16:13:46 ---> 523a8a3eba08 16:13:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:13:48 Removing intermediate container 2e0a332c5561 16:13:48 ---> cf973b49e6f6 16:13:48 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:13:48 ---> 80006bd51092 16:13:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:13:48 ---> a32d76b3bb0b 16:13:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:13:48 Removing intermediate container 64cd91b48101 16:13:48 ---> 3d59ee00b407 16:13:48 16:13:48 Step 10/23 : FROM alpine:3.12 16:13:48 ---> 9852663dfa18 16:13:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:13:49 ---> Running in 55f547efaf0f 16:13:49 ---> 165d93cd84c4 16:13:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:13:50 Removing intermediate container 55f547efaf0f 16:13:50 ---> 4b155a3e5c95 16:13:50 Step 12/23 : ENV APP_PORT=48080 16:13:50 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 16:13:50 ---> 20e898109292 16:13:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:13:50 ---> 0b8110383f36 16:13:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:13:50 Removing intermediate container f26c0e994960 16:13:50 ---> ff968ec2600e 16:13:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:13:50 ---> Running in 9b65d226c165 16:13:50 ---> Running in 4699d782d3c0 16:13:51 Removing intermediate container 9b65d226c165 16:13:51 ---> d7a1e763f32c 16:13:51 Step 13/23 : EXPOSE $APP_PORT 16:13:51 ---> cff1edff2f8f 16:13:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:13:51 ---> eda9c648ae36 16:13:51 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:13:51 ---> Running in 1451cc76ec8c 16:13:51 ---> Running in af794325fd4c 16:13:51 Removing intermediate container 4699d782d3c0 16:13:51 ---> 7a11f9eb61e9 16:13:51 Step 22/24 : LABEL arch=arm64 16:13:51 ---> d1e9bb180f46 16:13:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:13:51 ---> Running in df64157221f6 16:13:51 ---> Running in 0acfc8777be1 16:13:52 Removing intermediate container 1451cc76ec8c 16:13:52 ---> 5ebd27ebd6f1 16:13:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:52 Removing intermediate container af794325fd4c 16:13:52 ---> aee726a2d662 16:13:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:13:52 ---> Running in a1bd5b91b250 16:13:52 ---> 5c40a089b055 16:13:52 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:13:52 ---> Running in 5cfa7a0ff68c 16:13:52 Removing intermediate container df64157221f6 16:13:52 ---> 32112f01d44f 16:13:52 Step 23/24 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:13:52 Removing intermediate container 0acfc8777be1 16:13:52 ---> bf2ee33d2418 16:13:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:13:52 ---> Running in 1641f55ef718 16:13:52 ---> Running in 8aefc6358e42 16:13:53 Removing intermediate container 5cfa7a0ff68c 16:13:53 ---> a97b7b97c9e6 16:13:53 Step 20/22 : LABEL arch=arm64 16:13:53 ---> Running in 5b333b026ed3 16:13:53 ---> e860f5b5055c 16:13:53 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:13:53 Removing intermediate container 8aefc6358e42 16:13:53 ---> 476908cceba2 16:13:53 Step 20/22 : LABEL arch=arm64 16:13:53 Removing intermediate container 1641f55ef718 16:13:53 ---> d4bf12d0c50b 16:13:53 Step 24/24 : LABEL version=0.0.0 16:13:54 ---> Running in a393a9d21140 16:13:54 ---> Running in c98d73d370d1 16:13:54 Removing intermediate container 5b333b026ed3 16:13:54 ---> 02bc927490e0 16:13:54 Step 21/22 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:13:54 ---> Running in accf4be53113 16:13:54 ---> e3afb3580516 16:13:54 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:13:54 Removing intermediate container c98d73d370d1 16:13:54 ---> d40f8c787801 16:13:54 16:13:54 Removing intermediate container a393a9d21140 16:13:54 ---> dcc37bec821e 16:13:54 Step 21/22 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:13:55 ---> Running in fd7867cccd24 16:13:55 Removing intermediate container accf4be53113 16:13:55 ---> 0f66304bd3ee 16:13:55 Step 22/22 : LABEL version=0.0.0 16:13:55 ---> Running in a61364952539 16:13:55 Successfully built d40f8c787801 16:13:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:13:55  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 16:13:55 ---> Running in 547d67e4b577 16:13:55 Removing intermediate container a1bd5b91b250 16:13:55 ---> 26ac80ac3925 16:13:55 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:13:56 Removing intermediate container 3ffcce3452fe 16:13:56 ---> fee5d4e482a7 16:13:56 Step 6/23 : COPY go.mod . 16:13:56 ---> Running in 14131922030c 16:13:56 Removing intermediate container fd7867cccd24 16:13:56 ---> d7b31f95abb8 16:13:56 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:13:56 Removing intermediate container a61364952539 16:13:56 ---> 4ce9bfe7d8ed 16:13:56 Step 22/22 : LABEL version=0.0.0 16:13:56 Removing intermediate container 547d67e4b577 16:13:56 ---> 37216ec989f0 16:13:56 16:13:57 ---> Running in aa259a5fe9de 16:13:57 ---> 818ee01ca9db 16:13:57 Step 7/23 : RUN go mod download 16:13:57 Successfully built 37216ec989f0 16:13:58 Successfully tagged docker-support-notifications-go-arm64:latest 16:13:58  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 16:13:58 Removing intermediate container aa259a5fe9de 16:13:58 ---> 04653dba4293 16:13:58 16:13:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:58 ---> e58c83868a5a 16:13:58 Step 26/31 : RUN chmod +x /entrypoint.sh 16:13:58 Successfully built 04653dba4293 16:13:58 ---> Running in 528bab4b6a4b 16:13:58 Successfully tagged docker-support-scheduler-go-arm64:latest 16:13:58  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 16:13:59 ---> Running in 2c5bd8abeffe 16:13:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:14:00 (1/6) Installing dumb-init (1.2.2-r1) 16:14:00 (2/6) Installing libgcc (9.3.0-r2) 16:14:00 (3/6) Installing libsodium (1.0.18-r0) 16:14:00 (4/6) Installing libstdc++ (9.3.0-r2) 16:14:00 (5/6) Installing libzmq (4.3.3-r0) 16:14:00 (6/6) Installing zeromq (4.3.3-r0) 16:14:00 Executing busybox-1.31.1-r20.trigger 16:14:00 OK: 8 MiB in 20 packages 16:14:02 Removing intermediate container 2c5bd8abeffe 16:14:02 ---> 5c0aafde2538 16:14:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:14:03 Removing intermediate container 14131922030c 16:14:03 ---> 5423ee973997 16:14:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:14:03 ---> Running in cda00f7377e2 16:14:04 ---> 79801b22f642 16:14:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:14:05 Removing intermediate container cda00f7377e2 16:14:05 ---> 99127fe5007c 16:14:05 Step 28/31 : CMD ["gate"] 16:14:07 ---> Running in 1423c76f5695 16:14:07 ---> a8f07a9c05bd 16:14:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:14:07 Removing intermediate container 1423c76f5695 16:14:07 ---> 604e16f71012 16:14:07 Step 29/31 : LABEL arch=arm64 16:14:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:14:07 ---> ba30ba5693f7 16:14:07 Step 3/21 : WORKDIR /edgex-go 16:14:07 ---> Using cache 16:14:07 ---> 97d6700bd157 16:14:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:07 ---> Using cache 16:14:07 ---> 38ab8dead89e 16:14:07 Step 5/21 : RUN apk add --update --no-cache make git 16:14:07 ---> Using cache 16:14:07 ---> 1e95d831552a 16:14:07 Step 6/21 : COPY go.mod . 16:14:07 ---> Using cache 16:14:07 ---> 2fc998b6e9e9 16:14:07 Step 7/21 : RUN go mod download 16:14:07 ---> Using cache 16:14:07 ---> 12c7c802ce63 16:14:07 Step 8/21 : COPY . . 16:14:07 ---> Using cache 16:14:07 ---> 6aa254e5a216 16:14:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:14:08 ---> Running in 2b6ab4a420ad 16:14:08 ---> 132947930525 16:14:08 Step 19/23 : ENTRYPOINT ["/core-data"] 16:14:08 ---> Running in 53a0b4a65599 16:14:08 ---> Running in eb9d504af767 16:14:08 Removing intermediate container 2b6ab4a420ad 16:14:08 ---> f9c42dee7b6c 16:14:08 Step 30/31 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:14:09 Removing intermediate container 53a0b4a65599 16:14:09 ---> 5a2fef85b642 16:14:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:14:09 ---> Running in 50bdc48fe640 16:14:10 ---> Running in b42a3e570ead 16:14:10 Removing intermediate container 50bdc48fe640 16:14:10 ---> a202459dc826 16:14:10 Step 31/31 : LABEL version=0.0.0 16:14:10 Removing intermediate container 528bab4b6a4b 16:14:10 ---> 1282432ce9d9 16:14:10 Step 8/23 : COPY . . 16:14:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:14:10 Removing intermediate container b42a3e570ead 16:14:10 ---> f645bab2618c 16:14:10 Step 21/23 : LABEL arch=arm64 16:14:11 ---> Running in d61e109e8c22 16:14:11 ---> Running in 9def7c1beb98 16:14:11 Removing intermediate container d61e109e8c22 16:14:11 ---> 9f74be0b88bc 16:14:11 16:14:12 Removing intermediate container 9def7c1beb98 16:14:12 ---> d44f10e2169a 16:14:12 Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:14:12 Successfully built 9f74be0b88bc 16:14:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:14:12  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 16:14:12 ---> Running in 29fb755dad26 16:14:13 Removing intermediate container 29fb755dad26 16:14:13 ---> 21cf3756fc07 16:14:13 Step 23/23 : LABEL version=0.0.0 16:14:13 ---> Running in 0f63420c9430 16:14:14 Removing intermediate container 0f63420c9430 16:14:14 ---> c4a72b07900b 16:14:14 16:14:14 Successfully built c4a72b07900b 16:14:14 Successfully tagged docker-core-data-go-arm64:latest 16:14:53  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:14:53 ---> 95b751f818b2 16:14:53 Step 3/23 : WORKDIR /edgex-go 16:14:53 ---> Using cache 16:14:53 ---> 325492cdf30c 16:14:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:53 ---> Using cache 16:14:53 ---> be8a99e444f4 16:14:53 Step 5/23 : RUN apk add --update --no-cache make bash git 16:14:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:14:55 ---> 95b751f818b2 16:14:55 Step 3/23 : WORKDIR /edgex-go 16:14:55 ---> Using cache 16:14:55 ---> 325492cdf30c 16:14:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:55 ---> Using cache 16:14:55 ---> be8a99e444f4 16:14:55 Step 5/23 : RUN apk add --update --no-cache make git 16:14:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:14:55 ---> 95b751f818b2 16:14:55 Step 3/21 : WORKDIR /edgex-go 16:14:55 ---> Using cache 16:14:55 ---> 325492cdf30c 16:14:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:55 ---> Using cache 16:14:55 ---> be8a99e444f4 16:14:55 Step 5/21 : RUN apk add --update --no-cache make git 16:14:57 ---> Running in 06881f74a4ca 16:14:57 ---> Running in 7cb9ed87f0b1 16:14:57 ---> Running in a33e0f4717e6 16:14:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:14:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:14:58 ---> 95b751f818b2 16:14:58 Step 3/23 : WORKDIR /edgex-go 16:14:58 ---> Using cache 16:14:58 ---> 325492cdf30c 16:14:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:14:58 ---> Using cache 16:14:58 ---> be8a99e444f4 16:14:58 Step 5/23 : RUN apk add --update --no-cache make git 16:14:58 ---> Running in 7d5c128bbdd1 16:14:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:14:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:01 OK: 217 MiB in 51 packages 16:15:01 OK: 217 MiB in 51 packages 16:15:01 OK: 217 MiB in 51 packages 16:15:02 OK: 217 MiB in 51 packages 16:15:03 Removing intermediate container 06881f74a4ca 16:15:03 ---> 3b45266d7e72 16:15:03 Step 6/21 : COPY go.mod . 16:15:03 Removing intermediate container 7cb9ed87f0b1 16:15:03 ---> e1544314c1ce 16:15:03 Step 6/23 : COPY go.mod . 16:15:03 Removing intermediate container a33e0f4717e6 16:15:03 ---> 062d056c236d 16:15:03 Step 6/23 : COPY go.mod . 16:15:03 Removing intermediate container 7d5c128bbdd1 16:15:03 ---> 0965fdb64f16 16:15:03 Step 6/23 : COPY go.mod . 16:15:03 ---> 3ec9592fa197 16:15:03 Step 7/21 : RUN go mod download 16:15:03 ---> c3ddb3754dcb 16:15:03 Step 7/23 : RUN go mod download 16:15:04 ---> Running in 5e60d9a02323 16:15:04 ---> 1f0f5323ca5f 16:15:04 Step 7/23 : RUN go mod download 16:15:04 ---> Running in b177c0912912 16:15:04 ---> Running in 03e45a7e5860 16:15:04 ---> 3e2da337945b 16:15:04 Step 7/23 : RUN go mod download 16:15:04 ---> Running in 86af59f18693 16:15:09 Removing intermediate container 5e60d9a02323 16:15:09 ---> 95223b487cfa 16:15:09 Step 8/21 : COPY . . 16:15:09 Removing intermediate container b177c0912912 16:15:09 ---> b22b8ed22976 16:15:09 Step 8/23 : COPY . . 16:15:09 Removing intermediate container 03e45a7e5860 16:15:09 ---> b515a10481e4 16:15:09 Step 8/23 : COPY . . 16:15:09 Removing intermediate container 86af59f18693 16:15:09 ---> b30f129392c9 16:15:09 Step 8/23 : COPY . . 16:15:19 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 16:15:21 Removing intermediate container 5e39e511b576 16:15:21 ---> dcdb78902dde 16:15:21 16:15:21 Step 10/23 : FROM alpine:3.12 16:15:21 ---> 13621d1b12d4 16:15:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:15:21 ---> Using cache 16:15:21 ---> ffb884d0b499 16:15:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:15:21 ---> Using cache 16:15:21 ---> 73381c61552d 16:15:21 Step 13/23 : ENV APP_PORT=48082 16:15:23 ---> Running in 496ff02f49aa 16:15:25 Removing intermediate container 1c9d4264632d 16:15:25 ---> 697435876ede 16:15:25 16:15:25 Step 10/23 : FROM alpine:3.12 16:15:25 ---> 13621d1b12d4 16:15:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:15:25 ---> Using cache 16:15:25 ---> ffb884d0b499 16:15:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:15:25 ---> Using cache 16:15:25 ---> 73381c61552d 16:15:25 Step 13/23 : ENV APP_PORT=48081 16:15:25 Removing intermediate container 496ff02f49aa 16:15:25 ---> 303c99587595 16:15:25 Step 14/23 : EXPOSE $APP_PORT 16:15:25 ---> Running in db4e87e8a345 16:15:25 ---> Running in 7813ab02521f 16:15:25 Removing intermediate container 0c5b528bb45c 16:15:25 ---> 113ebd713055 16:15:25 Step 14/23 : ENV APP_PORT=48090 16:15:26 ---> Running in 07868a3d60c8 16:15:26 Removing intermediate container 7813ab02521f 16:15:26 ---> 5ae265903248 16:15:26 Step 15/23 : WORKDIR / 16:15:26 Removing intermediate container db4e87e8a345 16:15:26 ---> 181c1201b692 16:15:26 Step 14/23 : EXPOSE $APP_PORT 16:15:27 ---> Running in 4253a7047408 16:15:27 ---> Running in 913b588816d6 16:15:27 Removing intermediate container 07868a3d60c8 16:15:27 ---> 28e8e5026251 16:15:27 Step 15/23 : EXPOSE $APP_PORT 16:15:28 ---> Running in 8668ab7e230a 16:15:28 Removing intermediate container 913b588816d6 16:15:28 ---> a9a27e547ba9 16:15:28 Step 15/23 : WORKDIR / 16:15:29 ---> b18ffb843793 16:15:29 Step 9/23 : RUN make cmd/core-data/core-data 16:15:29 Removing intermediate container 4253a7047408 16:15:29 ---> 2439cff61f74 16:15:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:30 ---> Running in 0a1883bb196b 16:15:31 ---> Running in dfa5f1105829 16:15:31 Removing intermediate container 8668ab7e230a 16:15:31 ---> bca2610a8724 16:15:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:15:32 ---> 0d5c6890cf79 16:15:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:15:33 Removing intermediate container 0a1883bb196b 16:15:33 ---> eff7fb98fb64 16:15:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:35 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 16:15:36 ---> 6c398a5ad769 16:15:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:15:36 ---> c12ba07c232c 16:15:36 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:15:36 ---> 55739247d3d1 16:15:36 Step 9/23 : RUN make cmd/core-command/core-command 16:15:36 ---> 4af5819f213d 16:15:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:15:36 ---> Running in 739653d6e2b1 16:15:36 ---> Running in c3f9fb2f87e9 16:15:36 ---> Running in 17456f3a8350 16:15:36 ---> Running in df311960c769 16:15:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:15: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 16:15:36 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 16:15:36 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 16:15:36 ---> 20fe6a4eccc6 16:15:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:15:36 ---> b975dc010a5c 16:15:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:15:36 ---> 87e818d3de1a 16:15:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:15:37 Removing intermediate container eb9d504af767 16:15:37 ---> 7df84095444f 16:15:37 16:15:37 Step 10/21 : FROM alpine:3.12 16:15:37 ---> 13621d1b12d4 16:15:37 Step 11/21 : RUN apk add --update --no-cache curl 16:15:39 ---> 6f22d37567eb 16:15:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:15:39 ---> Running in 5aa30d90a22b 16:15:39 ---> 085767c21ab4 16:15:39 Step 19/23 : ENTRYPOINT ["/core-command"] 16:15:39 ---> a0a108b02098 16:15:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:15:39 ---> Running in 8fda143bd61c 16:15:40 ---> 7e0c3053cd27 16:15:40 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:15:41 Removing intermediate container 8fda143bd61c 16:15:41 ---> 0e9f9143adf7 16:15:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:41 ---> Running in 0fe5426b0fb7 16:15:41 ---> 973a6e5fe272 16:15:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:15:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:15:42 ---> Running in 3e31a1eb6361 16:15:42 ---> Running in c31f0863f69a 16:15:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:15:43 Removing intermediate container 0fe5426b0fb7 16:15:43 ---> 87c7506ca1c0 16:15:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:44 (1/4) Installing ca-certificates (20191127-r4) 16:15:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:15:44 (3/4) Installing libcurl (7.76.1-r0) 16:15:45 (4/4) Installing curl (7.76.1-r0) 16:15:45 Executing busybox-1.31.1-r20.trigger 16:15:45 ---> Running in be79be7c7cef 16:15:45 Removing intermediate container 3e31a1eb6361 16:15:45 ---> c7c018fdc16a 16:15:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:45 Removing intermediate container c31f0863f69a 16:15:45 ---> 31bdf77a4a12 16:15:45 Step 21/23 : LABEL arch=x86_64 16:15:45 Executing ca-certificates-20191127-r4.trigger 16:15:45 ---> Running in 8bf05e174d14 16:15:45 ---> Running in ad60a9229337 16:15:45 OK: 7 MiB in 18 packages 16:15:45 Removing intermediate container be79be7c7cef 16:15:45 ---> 8d9f794175bd 16:15:45 Step 21/23 : LABEL arch=x86_64 16:15:46 ---> Running in 1ae08ffe8eb0 16:15:46 Removing intermediate container 8bf05e174d14 16:15:46 ---> 6b38d8e4da07 16:15:46 Step 21/23 : LABEL arch=x86_64 16:15:46 Removing intermediate container ad60a9229337 16:15:46 ---> 08bb736c607d 16:15:46 Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:15:47 ---> Running in 64d0afcd064e 16:15:47 ---> Running in c5d01a2e891c 16:15:47 Removing intermediate container 1ae08ffe8eb0 16:15:47 ---> 2c0f2cc9f5c2 16:15:47 Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:15:48 Removing intermediate container 64d0afcd064e 16:15:48 ---> ff147676c749 16:15:48 Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:15:50 ---> Running in 41793649d208 16:15:50 ---> Running in 37412af7923c 16:15:50 Removing intermediate container c5d01a2e891c 16:15:50 ---> d54afd81c14b 16:15:50 Step 23/23 : LABEL version=0.0.0 16:15:50 Removing intermediate container 5aa30d90a22b 16:15:50 ---> a10a34daa1bf 16:15:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:15:50 ---> Running in a3cbdf78857a 16:15:50 ---> Running in 23a7f336b59f 16:15:51 Removing intermediate container 41793649d208 16:15:51 ---> accafa11bbc2 16:15:51 Step 23/23 : LABEL version=0.0.0 16:15:52 Removing intermediate container 37412af7923c 16:15:52 ---> faba3db38d2a 16:15:52 Step 23/23 : LABEL version=0.0.0 16:15:52 ---> Running in d33fb7f909d7 16:15:53 ---> Running in bdddb16b9962 16:15:53 Removing intermediate container a3cbdf78857a 16:15:53 ---> a1ae9072727d 16:15:53 16:15:54 Removing intermediate container d33fb7f909d7 16:15:54 ---> b608a7267338 16:15:54 16:15:55 Removing intermediate container 23a7f336b59f 16:15:55 ---> c0537ae2f388 16:15:55 Step 13/21 : WORKDIR /edgex 16:15:55 Successfully built a1ae9072727d 16:15:56 Successfully built b608a7267338 16:15:56 Successfully tagged docker-sys-mgmt-agent-go:latest 16:15:56 ---> Running in 8483bd963fc1 16:15:56 Successfully tagged docker-core-command-go:latest 16:15:56  Building docker-core-command-go ... done  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bdddb16b9962 16:15:56 ---> fd399b228fa7 16:15:56 16:15:57 Removing intermediate container 8483bd963fc1 16:15:57 ---> 0e2c4c1ef7fb 16:15:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:15:57 Successfully built fd399b228fa7 16:15:57 Successfully tagged docker-core-metadata-go:latest 16:15:58  Building docker-core-metadata-go ... done  ---> 5722755e19cb 16:15:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:16:00 ---> 998013823c8e 16:16:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:16:08 ---> 532233b25843 16:16:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:16:08 ---> Running in 3dfeefa44145 16:16:09 Removing intermediate container 3dfeefa44145 16:16:09 ---> 5ef9c105a42a 16:16:09 Step 18/21 : CMD ["--init=true"] 16:16:09 ---> Running in ba938a88290f 16:16:11 Removing intermediate container ba938a88290f 16:16:11 ---> 13e2265446cc 16:16:11 Step 19/21 : LABEL arch=x86_64 16:16:11 ---> Running in 9c70d5bde94c 16:16:13 Removing intermediate container 9c70d5bde94c 16:16:13 ---> 6d23f2d073af 16:16:13 Step 20/21 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:16:13 ---> Running in 2f9049101639 16:16:14 Removing intermediate container 2f9049101639 16:16:14 ---> fc99abaa69d4 16:16:14 Step 21/21 : LABEL version=0.0.0 16:16:14 ---> Running in 7f0fd7f873cc 16:16:15 Removing intermediate container 7f0fd7f873cc 16:16:15 ---> 2ca22bb7c04a 16:16:15 16:16:15 Successfully built 2ca22bb7c04a 16:16:16 Successfully tagged docker-security-proxy-setup-go:latest 16:16:29  Building docker-security-proxy-setup-go ... done Removing intermediate container dfa5f1105829 16:16:29 ---> ff5e6d5e6a9f 16:16:29 16:16:29 Step 10/23 : FROM alpine:3.12 16:16:29 ---> 13621d1b12d4 16:16:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:16:29 ---> Running in 8e4db7a27e02 16:16:29 Removing intermediate container 8e4db7a27e02 16:16:29 ---> 4677d0fed8a6 16:16:29 Step 12/23 : ENV APP_PORT=48080 16:16:29 ---> Running in ddea75aee005 16:16:30 Removing intermediate container ddea75aee005 16:16:30 ---> 6c5a887933ff 16:16:30 Step 13/23 : EXPOSE $APP_PORT 16:16:30 ---> Running in 8b54be94860e 16:16:31 Removing intermediate container 8b54be94860e 16:16:31 ---> 128624d9c25b 16:16:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:31 ---> Running in 5ebb756c574d 16:16:33 Removing intermediate container 5ebb756c574d 16:16:33 ---> 0c0ef6854a26 16:16:33 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:16:33 ---> Running in bbbe21fe4257 16:16:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:16:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:16:36 (1/6) Installing dumb-init (1.2.2-r1) 16:16:36 (2/6) Installing libgcc (9.3.0-r2) 16:16:36 (3/6) Installing libsodium (1.0.18-r0) 16:16:36 (4/6) Installing libstdc++ (9.3.0-r2) 16:16:36 (5/6) Installing libzmq (4.3.3-r0) 16:16:36 (6/6) Installing zeromq (4.3.3-r0) 16:16:37 Executing busybox-1.31.1-r20.trigger 16:16:37 OK: 8 MiB in 20 packages 16:16:40 Removing intermediate container bbbe21fe4257 16:16:40 ---> a9951b9d85d4 16:16:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:16:41 ---> b45ef2edfee2 16:16:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:16:43 ---> 717ed5e65213 16:16:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:16:44 ---> 40db6d269577 16:16:44 Step 19/23 : ENTRYPOINT ["/core-data"] 16:16:44 ---> Running in b98f7ca51383 16:16:45 Removing intermediate container b98f7ca51383 16:16:45 ---> 89d616b0a7e9 16:16:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:16:45 ---> Running in 4eb3d6c635b3 16:16:45 Removing intermediate container 4eb3d6c635b3 16:16:45 ---> 726a23d06cea 16:16:45 Step 21/23 : LABEL arch=x86_64 16:16:46 ---> Running in 679bcecdeb01 16:16:48 Removing intermediate container 679bcecdeb01 16:16:48 ---> 2e328695663e 16:16:48 Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:16:48 ---> Running in ee135640a4d3 16:16:49 Removing intermediate container ee135640a4d3 16:16:49 ---> 5af4446855af 16:16:49 Step 23/23 : LABEL version=0.0.0 16:16:49 ---> Running in 8fbf0aed9f2c 16:16:49 Removing intermediate container 8fbf0aed9f2c 16:16:49 ---> 9e73ffd22688 16:16:49 16:16:49 Successfully built 9e73ffd22688 16:16:49 Successfully tagged docker-core-data-go:latest 16:16:51  Building docker-core-data-go ... done  [Pipeline] } 16:16:51 $ docker stop --time=1 84a2cb00bbac3d3ff946aec690343d0365844bf40094859ebf784709e1c227e0 16:16:55 $ docker rm -f 84a2cb00bbac3d3ff946aec690343d0365844bf40094859ebf784709e1c227e0 [Pipeline] // withDockerContainer [Pipeline] sh 16:16:57 + docker images 16:16:57 + grep docker 16:16:57 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 16:16:59 docker-core-data-go latest 9e73ffd22688 10 seconds ago 22.9MB 16:16:59 docker-security-proxy-setup-go latest 2ca22bb7c04a 45 seconds ago 26MB 16:16:59 docker-core-metadata-go latest fd399b228fa7 About a minute ago 19.2MB 16:16:59 docker-sys-mgmt-agent-go latest b608a7267338 About a minute ago 312MB 16:16:59 docker-core-command-go latest a1ae9072727d About a minute ago 17.5MB 16:16:59 docker-security-bootstrapper-go latest 96ac481d7018 4 minutes ago 19.3MB 16:16:59 docker-security-secretstore-setup-go latest 90d847b313e6 4 minutes ago 26.3MB 16:16:59 docker-support-scheduler-go latest 31106d8d9abb 4 minutes ago 17.7MB 16:16:59 docker-support-notifications-go latest e045d7ac72f6 4 minutes ago 18.2MB 16:16:59 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:17:13 Removing intermediate container 17456f3a8350 16:17:13 ---> 5a0f935a7029 16:17:13 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:17:13 Removing intermediate container df311960c769 16:17:13 ---> 59e0bc886351 16:17:13 16:17:13 Step 10/21 : FROM alpine:3.12 16:17:13 ---> 9852663dfa18 16:17:13 Step 11/21 : RUN apk add --update --no-cache curl 16:17:13 ---> Running in f50eae8f0061 16:17:13 ---> Running in 8db9c8e6019d 16:17:14 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 16:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:17:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:17:15 Removing intermediate container c3f9fb2f87e9 16:17:15 ---> e6fb1badd285 16:17:15 16:17:15 Step 10/23 : FROM alpine:3.12 16:17:15 ---> 9852663dfa18 16:17:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:17:15 ---> Using cache 16:17:15 ---> 51a1fddb4fc7 16:17:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:17:15 ---> Using cache 16:17:15 ---> f18b2e6a7d8c 16:17:15 Step 13/23 : ENV APP_PORT=48082 16:17:15 ---> Running in 10b146d97337 16:17:15 (1/4) Installing ca-certificates (20191127-r4) 16:17:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:17:15 (3/4) Installing libcurl (7.76.1-r0) 16:17:15 (4/4) Installing curl (7.76.1-r0) 16:17:15 Executing busybox-1.31.1-r20.trigger 16:17:16 Executing ca-certificates-20191127-r4.trigger 16:17:16 Removing intermediate container 10b146d97337 16:17:16 ---> 960644242a2c 16:17:16 Step 14/23 : EXPOSE $APP_PORT 16:17:16 OK: 7 MiB in 18 packages 16:17:16 ---> Running in 3790a9c6c8ba 16:17:16 Still waiting to schedule task 16:17:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:17:17 Removing intermediate container 3790a9c6c8ba 16:17:17 ---> 30adf4dfd1d6 16:17:17 Step 15/23 : WORKDIR / 16:17:17 ---> Running in 39719f632264 16:17:18 Removing intermediate container 39719f632264 16:17:18 ---> c9328ac5825e 16:17:18 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:17:18 Removing intermediate container 8db9c8e6019d 16:17:18 ---> f3bdb1f81e0f 16:17:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:17:18 ---> Running in 49b34111a570 16:17:19 Removing intermediate container f50eae8f0061 16:17:19 ---> 1ece43ae21f8 16:17:19 16:17:19 Step 11/23 : FROM docker:20.10.0 16:17:19 20.10.0: Pulling from library/docker 16:17:19 Removing intermediate container 49b34111a570 16:17:19 ---> 914e00a82bdf 16:17:19 Step 13/21 : WORKDIR /edgex 16:17:19 ---> 37fdd7e0718d 16:17:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:17:20 ---> Running in c186b33f5364 16:17:21 Removing intermediate container c186b33f5364 16:17:21 ---> 276344f7cf58 16:17:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:17:22 ---> 516376395a47 16:17:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:17:22 Removing intermediate container 739653d6e2b1 16:17:22 ---> 29901cd210c8 16:17:22 16:17:22 Step 10/23 : FROM alpine:3.12 16:17:22 ---> 9852663dfa18 16:17:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:17:22 ---> Using cache 16:17:22 ---> 51a1fddb4fc7 16:17:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:17:22 ---> Using cache 16:17:22 ---> f18b2e6a7d8c 16:17:22 Step 13/23 : ENV APP_PORT=48081 16:17:22 ---> 84de38fdd341 16:17:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:17:22 ---> Running in d54a9095ce97 16:17:23 ---> 37bad10a3fb6 16:17:23 Step 19/23 : ENTRYPOINT ["/core-command"] 16:17:25 Removing intermediate container d54a9095ce97 16:17:25 ---> 8acba9297ead 16:17:25 Step 14/23 : EXPOSE $APP_PORT 16:17:25 ---> Running in 67ff13b8b98c 16:17:25 ---> ad48f74003a8 16:17:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:17:25 ---> Running in 1f149572af3d 16:17:26 Removing intermediate container 67ff13b8b98c 16:17:26 ---> 989cbedd9567 16:17:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:26 ---> Running in d4b599aa5414 16:17:26 Removing intermediate container 1f149572af3d 16:17:26 ---> 85d896ee086f 16:17:26 Step 15/23 : WORKDIR / 16:17:27 ---> Running in 6cee91ed7ae4 16:17:27 ---> 02d43facf51e 16:17:27 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:17:27 Removing intermediate container d4b599aa5414 16:17:27 ---> c6894905a5f4 16:17:27 Step 21/23 : LABEL arch=arm64 16:17:27 ---> Running in c5c6a61f9d2e 16:17:27 ---> Running in cf17254193ab 16:17:27 Removing intermediate container 6cee91ed7ae4 16:17:27 ---> 3209f31d34aa 16:17:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:17:28 Removing intermediate container cf17254193ab 16:17:28 ---> 310381c9a006 16:17:28 Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:17:28 Removing intermediate container c5c6a61f9d2e 16:17:28 ---> f5003a23a9d2 16:17:28 Step 18/21 : CMD ["--init=true"] 16:17:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:17:28 Status: Downloaded newer image for docker:20.10.0 16:17:28 ---> eeaf43b92773 16:17:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:17:28 ---> Running in b58d2ddd8a3b 16:17:28 ---> Running in dbea076a8d00 16:17:28 ---> Running in 30172892e50d 16:17:28 ---> 4298a168a4f5 16:17:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:17:29 Removing intermediate container b58d2ddd8a3b 16:17:29 ---> dff43ade733c 16:17:29 Step 23/23 : LABEL version=0.0.0 16:17:29 Removing intermediate container dbea076a8d00 16:17:29 ---> 60644bf73a9e 16:17:29 Step 19/21 : LABEL arch=arm64 16:17:29 Removing intermediate container 30172892e50d 16:17:29 ---> aea31eba5b35 16:17:29 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 16:17:29 ---> Running in 233db65dc684 16:17:29 ---> Running in ae5fddf4b3b6 16:17:29 ---> Running in eec07e571f43 16:17:30 ---> 8103db13ef6a 16:17:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:17:30 Removing intermediate container ae5fddf4b3b6 16:17:30 Removing intermediate container 233db65dc684 16:17:30 ---> 1e6e13a3423e 16:17:30 ---> 2992a7065f39 16:17:30 16:17:30 Step 20/21 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:17:31 ---> Running in 2bf356dce620 16:17:31 Successfully built 1e6e13a3423e 16:17:31 Successfully tagged docker-core-command-go-arm64:latest 16:17:31  Building docker-core-command-go ... done  ---> 867394e7605a 16:17:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:17:31 ---> Running in 6b44c31d1b2b 16:17:31 Removing intermediate container 2bf356dce620 16:17:31 ---> 9e3cf9feec0e 16:17:31 Step 21/21 : LABEL version=0.0.0 16:17:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:17:31 ---> Running in 79939086bd14 16:17:32 Removing intermediate container 6b44c31d1b2b 16:17:32 ---> a4aae6d9767d 16:17:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:17:32 ---> Running in 50be37bccda3 16:17:32 Removing intermediate container 79939086bd14 16:17:32 ---> edf3542ca576 16:17:32 16:17:32 (1/39) Installing readline (8.0.4-r0) 16:17:32 (2/39) Installing bash (5.0.17-r0) 16:17:32 Executing bash-5.0.17-r0.post-install 16:17:32 (3/39) Installing nghttp2-libs (1.41.0-r0) 16:17:32 (4/39) Installing libcurl (7.76.1-r0) 16:17:32 (5/39) Installing curl (7.76.1-r0) 16:17:32 (6/39) Installing dumb-init (1.2.2-r1) 16:17:32 (7/39) Installing libbz2 (1.0.8-r1) 16:17:32 (8/39) Installing expat (2.2.9-r1) 16:17:32 (9/39) Installing libffi (3.3-r2) 16:17:32 (10/39) Installing gdbm (1.13-r1) 16:17:32 (11/39) Installing xz-libs (5.2.5-r0) 16:17:32 (12/39) Installing sqlite-libs (3.32.1-r0) 16:17:32 (13/39) Installing python3 (3.8.8-r0) 16:17:32 Successfully built edf3542ca576 16:17:32 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:17:33  Building docker-security-proxy-setup-go ... done Removing intermediate container 50be37bccda3 16:17:33 ---> 104e1e06eeb3 16:17:33 Step 21/23 : LABEL arch=arm64 16:17:33 ---> Running in ffaa918113e9 16:17:34 Removing intermediate container ffaa918113e9 16:17:34 ---> c20ad2ab06b7 16:17:34 Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:17:34 ---> Running in 06b3e7cb089e 16:17:34 (14/39) Installing py3-appdirs (1.4.4-r1) 16:17:34 (15/39) Installing py3-ordered-set (4.0.1-r0) 16:17:34 (16/39) Installing py3-parsing (2.4.7-r0) 16:17:34 (17/39) Installing py3-six (1.15.0-r0) 16:17:34 (18/39) Installing py3-packaging (20.4-r0) 16:17:34 (19/39) Installing py3-setuptools (47.0.0-r0) 16:17:34 (20/39) Installing py3-chardet (3.0.4-r4) 16:17:34 (21/39) Installing py3-idna (2.9-r0) 16:17:34 (22/39) Installing py3-certifi (2020.4.5.1-r0) 16:17:34 (23/39) Installing py3-urllib3 (1.25.9-r0) 16:17:34 (24/39) Installing py3-requests (2.23.0-r0) 16:17:34 (25/39) Installing py3-msgpack (1.0.0-r0) 16:17:34 (26/39) Installing py3-lockfile (0.12.2-r3) 16:17:34 (27/39) Installing py3-cachecontrol (0.12.6-r0) 16:17:34 (28/39) Installing py3-colorama (0.4.3-r0) 16:17:34 (29/39) Installing py3-distlib (0.3.0-r0) 16:17:34 Removing intermediate container 06b3e7cb089e 16:17:34 ---> 828e093d76ed 16:17:34 Step 23/23 : LABEL version=0.0.0 16:17:34 (30/39) Installing py3-distro (1.5.0-r1) 16:17:34 (31/39) Installing py3-webencodings (0.5.1-r3) 16:17:34 (32/39) Installing py3-html5lib (1.0.1-r4) 16:17:35 (33/39) Installing py3-pytoml (0.1.21-r0) 16:17:35 (34/39) Installing py3-pep517 (0.8.2-r0) 16:17:35 (35/39) Installing py3-progress (1.5-r0) 16:17:35 (36/39) Installing py3-toml (0.10.1-r0) 16:17:35 (37/39) Installing py3-retrying (1.3.3-r0) 16:17:35 (38/39) Installing py3-contextlib2 (0.6.0-r0) 16:17:35 (39/39) Installing py3-pip (20.1.1-r0) 16:17:35 Executing busybox-1.31.1-r19.trigger 16:17:35 OK: 72 MiB in 59 packages 16:17:35 ---> Running in 5ff37cd44ca6 16:17:35 Removing intermediate container 5ff37cd44ca6 16:17:35 ---> f1bd81962fb4 16:17:35 16:17:36 Successfully built f1bd81962fb4 16:17:36 Successfully tagged docker-core-metadata-go-arm64:latest 16:17:38  Building docker-core-metadata-go ... done Collecting docker-compose==1.23.2 16:17:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:17:39 Collecting dockerpty<0.5,>=0.4.1 16:17:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:17:41 Collecting jsonschema<3,>=2.5.1 16:17:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:17:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:17:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:17:43 Collecting cached-property<2,>=1.2.0 16:17:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:17:43 Collecting docopt<0.7,>=0.6.1 16:17:43 Downloading docopt-0.6.2.tar.gz (25 kB) 16:17:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:17:45 Collecting websocket-client<1.0,>=0.32.0 16:17:45 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:17:46 Collecting PyYAML<4,>=3.10 16:17:46 Downloading PyYAML-3.13.tar.gz (270 kB) 16:17:50 Collecting texttable<0.10,>=0.9.0 16:17:50 Downloading texttable-0.9.1.tar.gz (11 kB) 16:17:52 Collecting docker<4.0,>=3.6.0 16:17:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:17:52 Collecting idna<2.8,>=2.5 16:17:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:17:52 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) 16:17:53 Collecting urllib3<1.25,>=1.21.1 16:17:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:17:53 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) 16:17:53 Collecting docker-pycreds>=0.4.0 16:17:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:17:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:17:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:17:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:17:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:17:54 Installing collected packages: dockerpty, jsonschema, idna, urllib3, requests, cached-property, docopt, websocket-client, PyYAML, texttable, docker-pycreds, docker, docker-compose 16:17:54 Running setup.py install for dockerpty: started 16:17:55 Running setup.py install for dockerpty: finished with status 'done' 16:17:56 Attempting uninstall: idna 16:17:56 Found existing installation: idna 2.9 16:17:56 Uninstalling idna-2.9: 16:17:56 Successfully uninstalled idna-2.9 16:17:57 Attempting uninstall: urllib3 16:17:57 Found existing installation: urllib3 1.25.9 16:17:57 Uninstalling urllib3-1.25.9: 16:17:57 Successfully uninstalled urllib3-1.25.9 16:17:57 Attempting uninstall: requests 16:17:57 Found existing installation: requests 2.23.0 16:17:57 Uninstalling requests-2.23.0: 16:17:57 Successfully uninstalled requests-2.23.0 16:17:58 Running setup.py install for docopt: started 16:17:59 Running setup.py install for docopt: finished with status 'done' 16:18:00 Running setup.py install for PyYAML: started 16:18:02 Running setup.py install for PyYAML: finished with status 'done' 16:18:02 Running setup.py install for texttable: started 16:18:04 Running setup.py install for texttable: finished with status 'done' 16:18:05 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 16:18:13 Removing intermediate container eec07e571f43 16:18:13 ---> fb81c2b35269 16:18:13 Step 14/23 : ENV APP_PORT=48090 16:18:13 ---> Running in 1379fb403746 16:18:14 Removing intermediate container 1379fb403746 16:18:14 ---> 909b91bba56a 16:18:14 Step 15/23 : EXPOSE $APP_PORT 16:18:14 ---> Running in 27c3fcada87e 16:18:14 Removing intermediate container 27c3fcada87e 16:18:14 ---> b7618f0cab26 16:18:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:18:15 ---> 0091a259bc65 16:18:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:18:16 ---> 4cb2c7ab710a 16:18:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:18:17 ---> 1ea55ef8ba12 16:18:17 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:18:17 ---> Running in d416a2ae1def 16:18:17 Removing intermediate container d416a2ae1def 16:18:17 ---> 9b2e1e4409f3 16:18:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:18:18 ---> Running in c97d965b4e6f 16:18:18 Removing intermediate container c97d965b4e6f 16:18:18 ---> 1557e9995755 16:18:18 Step 21/23 : LABEL arch=arm64 16:18:18 ---> Running in ff8cccdc66a6 16:18:18 Removing intermediate container ff8cccdc66a6 16:18:18 ---> a1080a94576d 16:18:18 Step 22/23 : LABEL git_sha=3cac00ae421225aef9075103638b3013c7ede51c 16:18:19 ---> Running in e614a0ab983f 16:18:19 Removing intermediate container e614a0ab983f 16:18:19 ---> ab208f0299b2 16:18:19 Step 23/23 : LABEL version=0.0.0 16:18:19 ---> Running in 91db671f62f8 16:18:19 Running on prd-ubuntu18.04-docker-8c-8g-1208 in /w/workspace/edgexfoundry_edgex-go_PR-3387 [Pipeline] { [Pipeline] ws 16:18:19 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 16:18:20 Removing intermediate container 91db671f62f8 16:18:20 ---> 6682366cc16b 16:18:20 16:18:20 Successfully built 6682366cc16b 16:18:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:18:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:18:20 $ docker stop --time=1 16cec51271b5c54098198b5a8aead1a5dc03a989f426380b1b1c51837f61985a 16:18:22 using credential edgex-jenkins-ssh 16:18:22 Cloning the remote Git repository 16:18:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:18:22 > git init /w/workspace/edgex-go/5 # timeout=10 16:18:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:18:22 > git --version # timeout=10 16:18:22 $ docker rm -f 16cec51271b5c54098198b5a8aead1a5dc03a989f426380b1b1c51837f61985a [Pipeline] // withDockerContainer [Pipeline] sh 16:18:22 > git --version # 'git version 2.17.1' 16:18:22 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:23 + + grep dockerdocker 16:18:23 images 16:18:23 docker-sys-mgmt-agent-go-arm64 latest 6682366cc16b 4 seconds ago 299MB 16:18:23 docker-core-metadata-go-arm64 latest f1bd81962fb4 48 seconds ago 18.1MB 16:18:23 docker-security-proxy-setup-go-arm64 latest edf3542ca576 51 seconds ago 24.6MB 16:18:23 docker-core-command-go-arm64 latest 1e6e13a3423e 53 seconds ago 16.5MB 16:18:23 docker-core-data-go-arm64 latest c4a72b07900b 4 minutes ago 21.6MB 16:18:23 docker-security-bootstrapper-go-arm64 latest 9f74be0b88bc 4 minutes ago 18.1MB 16:18:23 docker-support-scheduler-go-arm64 latest 04653dba4293 4 minutes ago 16.6MB 16:18:23 docker-support-notifications-go-arm64 latest 37216ec989f0 4 minutes ago 17.2MB 16:18:23 docker-security-secretstore-setup-go-arm64 latest d40f8c787801 4 minutes ago 24.9MB 16:18:23 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 16:18:24 ---> job-cost.sh 16:18:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-05SI 16:18:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:18:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:18:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:18:27 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3387/head:refs/remotes/origin/PR-3387 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:18:28 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit 3cac00ae421225aef9075103638b3013c7ede51c 16:18:28 Merge succeeded, producing 3cac00ae421225aef9075103638b3013c7ede51c 16:18:28 Checking out Revision 3cac00ae421225aef9075103638b3013c7ede51c (PR-3387) 16:18:28 > git config core.sparsecheckout # timeout=10 16:18:28 > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 16:18:28 > git remote # timeout=10 16:18:28 > git config --get remote.origin.url # timeout=10 16:18:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:28 > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 16:18:28 > git rev-parse HEAD^{commit} # timeout=10 16:18:28 > git config core.sparsecheckout # timeout=10 16:18:28 > git checkout -f 3cac00ae421225aef9075103638b3013c7ede51c # timeout=10 16:18:32 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-messaging/v2" 16:18:32 16:18:32 GitHub has been notified of this commit’s build result 16:18:32 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:18:33 + echo snap-build.sh 16:18:33 snap-build.sh 16:18:33 + SNAP_BASE_DIR=. 16:18:33 + '[' '!' -z /w/workspace/edgex-go/5 ']' 16:18:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/5 16:18:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' 16:18:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/5] 16:18:33 + cd /w/workspace/edgex-go/5 16:18:33 + sudo apt-get remove -qy --purge lxd lxd-client 16:18:33 Reading package lists... 16:18:33 Building dependency tree... 16:18:33 Reading state information... 16:18:33 The following packages were automatically installed and are no longer required: 16:18:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:18:33 uidmap xdelta3 16:18:33 Use 'sudo apt autoremove' to remove them. 16:18:33 The following packages will be REMOVED: 16:18:33 lxd* lxd-client* 16:18:34 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:18:34 After this operation, 31.7 MB disk space will be freed. 16:18:35 (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.) 16:18:35 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:18:36 Removing lxd dnsmasq configuration 16:18:36 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:18:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:18:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:18:37 (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.) 16:18:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:18:38 Processing triggers for systemd (237-3ubuntu10.42) ... 16:18:38 Processing triggers for ureadahead (0.100.0-21) ... 16:18:39 + sudo snap remove --purge lxd 16:18:40 snap "lxd" is not installed 16:18:40 + sudo groupadd --force --system lxd 16:18:40 ++ whoami 16:18:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:18:40 + newgrp - lxd 16:18:40 + sudo snap install lxd 16:19:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:19:36 2021-04-20T16:19:31Z INFO Waiting for automatic snapd restart... 16:19:54 lxd 4.13 from Canonical* installed 16:19:54 + sudo lxd init --auto 16:20:04 + sudo snap install --classic snapcraft 16:20:09 snapcraft 4.6.2 from Canonical* installed 16:20:09 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:20:09 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:20:09 % Total % Received % Xferd Average Speed Time Time Time Current 16:20:09 Dload Upload Total Spent Left Speed 16:20:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4125 0 --:--:-- --:--:-- --:--:-- 4125 16:20:09 100 3325k 100 3325k 0 0 9366k 0 --:--:-- --:--:-- --:--:-- 9366k 16:20:09 ./yq_linux_amd64 16:20:09 + sudo snapcraft prime --use-lxd 16:20:10 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:20: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: 16:20:10 - README.md 16:20:10 16:20:10 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:20:11 Launching a container. 16:20:26 Waiting for container to be ready 16:20:26 To start your first instance, try: lxc launch ubuntu:18.04 16:20:26 16:20:29 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:20:29 Waiting for network to be ready... 16:20:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:20:30 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:20:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 16:20:30 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:20:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:20:31 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:20:31 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:20:31 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:20:31 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:20:31 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:20:31 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:20:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 16:20:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:20:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:20:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 16:20:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 16:20:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 16:20:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 16:20:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:20:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 16:20:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 16:20:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:20:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:20:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 16:20:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 16:20:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 16:20:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 16:20:34 Fetched 24.4 MB in 4s (5460 kB/s) 16:20:35 Reading package lists... 16:20:35 Reading package lists... 16:20:35 Building dependency tree... 16:20:35 Reading state information... 16:20:35 The following additional packages will be installed: 16:20:35 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:20:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:20:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:20:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:20:35 Suggested packages: 16:20:35 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:20:35 Recommended packages: 16:20:35 gnupg libsasl2-modules 16:20:35 The following NEW packages will be installed: 16:20:35 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:20:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:20:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:20:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:20:35 The following packages will be upgraded: 16:20:35 gpg gpg-agent gpgconf libudev1 16:20:35 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 16:20:35 Need to get 3529 kB of archives. 16:20:35 After this operation, 13.3 MB of additional disk space will be used. 16:20:35 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] 16:20:35 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 16:20:36 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:20:36 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:20:36 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:20:36 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 16:20:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:20:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:20:36 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:20:36 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:20:36 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:20:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:20:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:20:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:20:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:20:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:20:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:20:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:20:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:20:36 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:20:36 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:20:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:20:37 debconf: delaying package configuration, since apt-utils is not installed 16:20:37 Fetched 3529 kB in 1s (3467 kB/s) 16:20:37 (Reading database ... 12511 files and directories currently installed.) 16:20:37 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 16:20:37 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 16:20:37 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 16:20:37 Selecting previously unselected package udev. 16:20:37 (Reading database ... 12511 files and directories currently installed.) 16:20:37 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 16:20:37 Unpacking udev (237-3ubuntu10.46) ... 16:20:37 Selecting previously unselected package libfuse2:amd64. 16:20:37 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:20:37 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:20:37 Selecting previously unselected package fuse. 16:20:37 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:20:37 Unpacking fuse (2.9.7-1ubuntu1) ... 16:20:37 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:20:37 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:20:37 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:20:37 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:20:38 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:20:38 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:20:38 Selecting previously unselected package libksba8:amd64. 16:20:38 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:20:38 Unpacking libksba8:amd64 (1.3.5-2) ... 16:20:38 Selecting previously unselected package libroken18-heimdal:amd64. 16:20:38 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:38 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:38 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:20:38 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:38 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:38 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:20:38 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:38 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:38 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:20:38 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:38 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:38 Selecting previously unselected package libwind0-heimdal:amd64. 16:20:38 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:38 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:38 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:20:38 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:38 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:38 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:20:38 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:38 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:39 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:20:39 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:39 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:39 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:20:39 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:20:39 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:39 Selecting previously unselected package libsasl2-modules-db:amd64. 16:20:39 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:20:39 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:20:39 Selecting previously unselected package libsasl2-2:amd64. 16:20:39 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:20:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:20:39 Selecting previously unselected package libldap-common. 16:20:39 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:20:39 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:20:39 Selecting previously unselected package libldap-2.4-2:amd64. 16:20:39 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:20:39 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:20:39 Selecting previously unselected package dirmngr. 16:20:39 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:20:39 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:20:39 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:20:39 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:20:39 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:20:39 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:20:39 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:20:39 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:20:39 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Setting up libksba8:amd64 (1.3.5-2) ... 16:20:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:20:40 Setting up udev (237-3ubuntu10.46) ... 16:20:40 invoke-rc.d: policy-rc.d denied execution of start. 16:20:40 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Processing triggers for systemd (237-3ubuntu10) ... 16:20:40 Setting up fuse (2.9.7-1ubuntu1) ... 16:20:40 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:20:40 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:20:40 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:20:40 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:20:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:20:41 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:20:41 settings in the [Install] section, and DefaultInstance for template units). 16:20:41 This means they are not meant to be enabled using systemctl. 16:20:41 Possible reasons for having this kind of units are: 16:20:41 1) A unit may be statically enabled by being symlinked from another unit's 16:20:41 .wants/ or .requires/ directory. 16:20:41 2) A unit's purpose may be to act as a helper for some other unit which has 16:20:41 a requirement dependency on it. 16:20:41 3) A unit may be started when needed via activation (socket, path, timer, 16:20:41 D-Bus, udev, scripted systemctl call, ...). 16:20:41 4) In case of template units, the unit is meant to be enabled with some 16:20:41 instance name specified. 16:20:42 Reading package lists... 16:20:42 Building dependency tree... 16:20:42 Reading state information... 16:20:42 The following additional packages will be installed: 16:20:42 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:20:42 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:20:42 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:20:42 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:20:42 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:20:42 Suggested packages: 16:20:42 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:20:42 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:20:42 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:20:42 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:20:42 systemd-container policykit-1 16:20:42 Recommended packages: 16:20:42 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:20:42 The following NEW packages will be installed: 16:20:42 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:20:42 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:20:42 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:20:42 multiarch-support openssh-client python3 python3-minimal python3.6 16:20:42 python3.6-minimal snapd squashfs-tools sudo 16:20:42 The following packages will be upgraded: 16:20:42 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:20:42 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 16:20:42 Need to get 35.2 MB of archives. 16:20:42 After this operation, 141 MB of additional disk space will be used. 16:20:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 16:20:42 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 16:20:43 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:20:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:20:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:20:43 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 16:20:43 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 16:20:43 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 16:20:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:20:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:20:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:20:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:20:43 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:20:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:20:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:20:43 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:20:43 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:20:43 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:20:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:20:43 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:20:43 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:20:43 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:20:43 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:20:43 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:20:43 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:20:43 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:20:43 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:20:43 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:20:43 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:20:43 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:20:44 debconf: delaying package configuration, since apt-utils is not installed 16:20:44 Fetched 35.2 MB in 2s (17.4 MB/s) 16:20:44 (Reading database ... 12757 files and directories currently installed.) 16:20:44 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 16:20:44 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 16:20:45 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 16:20:45 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 16:20:45 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 16:20:45 (Reading database ... 12757 files and directories currently installed.) 16:20:45 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 16:20:45 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 16:20:45 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 16:20:46 (Reading database ... 12757 files and directories currently installed.) 16:20:46 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 16:20:46 Unpacking apt (1.6.13) over (1.6.1) ... 16:20:46 Setting up apt (1.6.13) ... 16:20:46 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:20:46 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:20:46 (Reading database ... 12764 files and directories currently installed.) 16:20:46 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:20:46 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:20:47 Selecting previously unselected package libpython3.6-minimal:amd64. 16:20:47 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:20:47 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:20:47 Selecting previously unselected package libexpat1:amd64. 16:20:47 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:20:47 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:20:47 Selecting previously unselected package python3.6-minimal. 16:20:47 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:20:47 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:20:47 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 16:20:47 lf-activate-venv(): INFO: Adding /tmp/venv-05SI/bin to PATH 16:20:47 INFO: No Stack... 16:20:47 INFO: Retrieving Pricing Info for: lf-standard-4 16:20:47 INFO: Archiving Costs [Pipeline] sh 16:20:47 Checking for services that may need to be restarted...done. 16:20:47 Checking for services that may need to be restarted...done. 16:20:47 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:20:47 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:20:47 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:20:48 + cat /w/workspace/edgex-go/5/archives/cost.csv 16:20:48 + cut -d, -f6 [Pipeline] lock 16:20:48 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3387-5-stack-cost] 16:20:48 Resource [jenkins-edgexfoundry-edgex-go-PR-3387-5-stack-cost] did not exist. Created. 16:20:48 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3387-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:20:48 Selecting previously unselected package python3-minimal. 16:20:48 (Reading database ... 13012 files and directories currently installed.) 16:20:48 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:20:48 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:20:48 + echo total: 0.20999999344348907 [Pipeline] stash 16:20:48 Selecting previously unselected package mime-support. 16:20:48 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:20:48 Unpacking mime-support (3.60ubuntu1) ... 16:20:48 Selecting previously unselected package libmpdec2:amd64. 16:20:48 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:20:48 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:20:48 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:20:48 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:20:48 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:20:49 Selecting previously unselected package python3.6. 16:20:49 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:20:49 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:20:49 Stashed 1 file(s) [Pipeline] } 16:20:49 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3387-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:20:49 Selecting previously unselected package libpython3-stdlib:amd64. 16:20:49 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:20:49 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:20:49 Setting up python3-minimal (3.6.7-1~18.04) ... 16:20:49 Selecting previously unselected package python3. 16:20:49 (Reading database ... 13442 files and directories currently installed.) 16:20:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:20:49 Unpacking python3 (3.6.7-1~18.04) ... 16:20:49 Selecting previously unselected package multiarch-support. 16:20:49 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:20:49 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:20:49 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:20:50 Selecting previously unselected package liblzo2-2:amd64. 16:20:50 (Reading database ... 13479 files and directories currently installed.) 16:20:50 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:20:50 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:20:50 Selecting previously unselected package libbsd0:amd64. 16:20:50 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:20:50 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:20:50 Selecting previously unselected package sudo. 16:20:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:20:50 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:20:50 Selecting previously unselected package apparmor. 16:20:50 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:20:50 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:20:51 Selecting previously unselected package libedit2:amd64. 16:20:51 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:20:51 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:20:51 Selecting previously unselected package libkrb5support0:amd64. 16:20:51 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:20:51 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:20:51 Selecting previously unselected package libk5crypto3:amd64. 16:20:51 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:20:51 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:20:51 Selecting previously unselected package libkeyutils1:amd64. 16:20:51 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:20:51 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:20:51 Selecting previously unselected package libkrb5-3:amd64. 16:20:51 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:20:51 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:20:51 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:20:51 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:20:51 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:20:51 Selecting previously unselected package libssl1.0.0:amd64. 16:20:51 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:20:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:20:51 Selecting previously unselected package openssh-client. 16:20:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:20:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:20:52 Selecting previously unselected package squashfs-tools. 16:20:52 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:20:52 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:20:52 Selecting previously unselected package snapd. 16:20:52 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:20:52 Unpacking snapd (2.48.3+18.04) ... 16:20:54 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:20:54 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:20:54 Setting up mime-support (3.60ubuntu1) ... 16:20:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:20:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:20:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:20:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:20:54 Setting up systemd (237-3ubuntu10.46) ... 16:20:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:20:55 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:20:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:20:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:20:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:20:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:20:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:20:56 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:20:56 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:20:56 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:20:56 Setting up python3 (3.6.7-1~18.04) ... 16:20:56 running python rtupdate hooks for python3.6... 16:20:56 running python post-rtupdate hooks for python3.6... 16:20:56 Setting up apparmor (2.12-4ubuntu5.1) ... 16:20:58 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:20:58 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:20:58 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:20:58 Setting up snapd (2.48.3+18.04) ... 16:20:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:20:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:20:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:20:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:20:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:20:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:20:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:21:00 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:21:00 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:21:00 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:21:00 /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' 16:21:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:21:00 Processing triggers for systemd (237-3ubuntu10.46) ... 16:21:02 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:21:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:21:02 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:21:03 Reading package lists... 16:21:03 Reading package lists... 16:21:03 Building dependency tree... 16:21:03 Reading state information... 16:21:03 Calculating upgrade... 16:21:03 The following packages will be upgraded: 16:21:03 advancecomp base-files bash binutils binutils-common 16:21:03 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:21:03 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:21:03 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:21:03 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:21:03 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:21:03 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:21:03 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 16:21:03 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 16:21:03 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 16:21:03 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 16:21:03 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 16:21:03 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 16:21:03 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 16:21:03 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:21:04 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:21:04 Need to get 64.0 MB of archives. 16:21:04 After this operation, 5034 kB of additional disk space will be used. 16:21:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 16:21:04 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:21:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:21:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:21:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:21:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:21:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:21:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:21:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:21:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:21:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:21:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:21:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:21:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:21:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:21:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:21:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:21:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:21:04 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:21:04 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:21:04 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:21:04 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:21:04 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:21:04 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:21:04 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:21:04 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:21:04 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:21:04 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:21:04 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:21:04 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:21:04 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:21:04 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:21:04 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:21:04 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:21:04 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:21:04 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:21:04 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 16:21:04 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 16:21:04 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:21:04 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:21:04 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 16:21:04 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:21:04 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:21:04 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:21:04 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:21:04 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:21:04 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:21:04 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:21:04 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:21:04 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:21:04 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:21:04 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:21:04 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:21:04 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:21:04 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:21:04 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:21:04 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:21:04 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:21:04 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:21:04 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:21:05 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:21:05 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:21:05 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:21:05 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:21:05 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:21:05 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:21:05 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:21:05 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:21:05 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:21:05 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:21:05 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:21:05 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:21:05 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:21:05 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:21:05 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:21:05 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:21:05 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:21:05 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:21:05 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:21:05 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:21:06 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:21:06 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:21:06 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:21:06 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:21:06 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 16:21:06 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:21:06 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:21:06 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:21:06 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:21:06 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:21:06 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 16:21:06 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 16:21:06 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:21:06 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:21:06 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:21:06 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:21:06 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:21:06 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:21:06 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:21:06 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:21:06 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:21:06 debconf: delaying package configuration, since apt-utils is not installed 16:21:06 Fetched 64.0 MB in 2s (28.6 MB/s) 16:21:06 (Reading database ... 13912 files and directories currently installed.) 16:21:06 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:21:06 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:21:07 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:21:07 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:21:07 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 16:21:07 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 16:21:08 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:08 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:08 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:08 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:08 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:08 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:08 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:08 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:08 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:08 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:08 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:08 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:09 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:09 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:09 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:09 (Reading database ... 13911 files and directories currently installed.) 16:21:09 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:09 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:21:09 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:21:09 (Reading database ... 13911 files and directories currently installed.) 16:21:09 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:09 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:09 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:09 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:09 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:21:09 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:21:09 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:10 (Reading database ... 13911 files and directories currently installed.) 16:21:10 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:21:10 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:21:10 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:21:11 (Reading database ... 13911 files and directories currently installed.) 16:21:11 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:21:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:21:11 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:21:11 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:21:11 Setting up base-files (10.1ubuntu2.10) ... 16:21:11 Installing new version of config file /etc/issue ... 16:21:11 Installing new version of config file /etc/issue.net ... 16:21:11 Installing new version of config file /etc/lsb-release ... 16:21:11 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:21:11 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:21:11 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:21:11 Removing obsolete conffile /etc/default/motd-news ... 16:21:11 (Reading database ... 13912 files and directories currently installed.) 16:21:11 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:21:11 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:21:12 Setting up bash (4.4.18-2ubuntu1.2) ... 16:21:12 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 16:21:12 (Reading database ... 13912 files and directories currently installed.) 16:21:12 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:12 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:21:12 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:21:12 (Reading database ... 13912 files and directories currently installed.) 16:21:12 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:21:12 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:21:12 Setting up tar (1.29b-2ubuntu0.2) ... 16:21:12 (Reading database ... 13912 files and directories currently installed.) 16:21:12 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:21:12 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:21:12 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:21:13 (Reading database ... 13912 files and directories currently installed.) 16:21:13 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:21:13 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:21:13 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:21:13 (Reading database ... 13912 files and directories currently installed.) 16:21:13 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:21:13 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:21:13 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:21:13 (Reading database ... 13912 files and directories currently installed.) 16:21:13 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:21:13 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:21:13 Setting up grep (3.1-2build1) ... 16:21:13 (Reading database ... 13912 files and directories currently installed.) 16:21:13 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:21:13 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:21:14 Setting up login (1:4.5-1ubuntu2) ... 16:21:14 (Reading database ... 13912 files and directories currently installed.) 16:21:14 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:21:14 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:21:14 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:21:14 (Reading database ... 13912 files and directories currently installed.) 16:21:14 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:21:14 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:21:15 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:21:15 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:21:15 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:21:15 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:21:15 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:21:16 (Reading database ... 13912 files and directories currently installed.) 16:21:16 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:21:16 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:21:17 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:21:17 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:21:17 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:21:17 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:21:17 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:21:17 (Reading database ... 13912 files and directories currently installed.) 16:21:17 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:21:17 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:21:18 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:21:18 (Reading database ... 13912 files and directories currently installed.) 16:21:18 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:18 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:21:18 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:21:18 (Reading database ... 13912 files and directories currently installed.) 16:21:18 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:18 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:21:18 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:21:18 (Reading database ... 13912 files and directories currently installed.) 16:21:18 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:18 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:21:18 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:21:19 (Reading database ... 13912 files and directories currently installed.) 16:21:19 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:19 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:21:19 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:21:19 (Reading database ... 13912 files and directories currently installed.) 16:21:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:21:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:21:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:21:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:21:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:21:19 (Reading database ... 13912 files and directories currently installed.) 16:21:19 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:21:19 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:21:19 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:21:19 (Reading database ... 13912 files and directories currently installed.) 16:21:19 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:19 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:21:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:21:20 (Reading database ... 13912 files and directories currently installed.) 16:21:20 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:20 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:21:20 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:21:20 (Reading database ... 13912 files and directories currently installed.) 16:21:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:21:20 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:21:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:21:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:21:21 (Reading database ... 13912 files and directories currently installed.) 16:21:21 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:21:21 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:21:22 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:21:22 (Reading database ... 13912 files and directories currently installed.) 16:21:22 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:21:22 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:21:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:21:23 (Reading database ... 13914 files and directories currently installed.) 16:21:23 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:21:23 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:21:23 Setting up debconf (1.5.66ubuntu1) ... 16:21:23 (Reading database ... 13914 files and directories currently installed.) 16:21:23 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:21:23 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:21:23 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:21:23 (Reading database ... 13914 files and directories currently installed.) 16:21:23 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:21:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:21:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:21:24 (Reading database ... 13914 files and directories currently installed.) 16:21:24 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:21:24 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:21:24 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:21:24 (Reading database ... 13914 files and directories currently installed.) 16:21:24 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:21:24 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:21:24 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:21:24 (Reading database ... 13914 files and directories currently installed.) 16:21:24 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:21:24 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:21:24 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:21:25 (Reading database ... 13914 files and directories currently installed.) 16:21:25 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:21:25 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:21:25 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 16:21:25 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 16:21:25 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:21:25 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:21:25 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:21:25 (Reading database ... 13914 files and directories currently installed.) 16:21:25 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:21:25 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:21:25 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:21:25 (Reading database ... 13914 files and directories currently installed.) 16:21:25 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:21:25 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:21:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:21:26 (Reading database ... 13914 files and directories currently installed.) 16:21:26 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:21:26 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:21:26 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:21:26 (Reading database ... 13914 files and directories currently installed.) 16:21:26 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:21:26 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:21:26 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:21:26 (Reading database ... 13914 files and directories currently installed.) 16:21:26 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:21:26 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:21:27 Setting up passwd (1:4.5-1ubuntu2) ... 16:21:27 (Reading database ... 13914 files and directories currently installed.) 16:21:27 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:21:27 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:21:27 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:21:27 (Reading database ... 13914 files and directories currently installed.) 16:21:27 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 16:21:27 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 16:21:27 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 16:21:28 (Reading database ... 13914 files and directories currently installed.) 16:21:28 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 16:21:28 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 16:21:28 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 16:21:28 (Reading database ... 13914 files and directories currently installed.) 16:21:28 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:21:28 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:21:28 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:21:28 (Reading database ... 13914 files and directories currently installed.) 16:21:28 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:21:28 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:21:28 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:21:29 (Reading database ... 13914 files and directories currently installed.) 16:21:29 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:21:29 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:21:29 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:21:29 (Reading database ... 13914 files and directories currently installed.) 16:21:29 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:21:29 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:21:29 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:21:29 (Reading database ... 13914 files and directories currently installed.) 16:21:29 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 16:21:29 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 16:21:29 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 16:21:29 (Reading database ... 13914 files and directories currently installed.) 16:21:29 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 16:21:29 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 16:21:29 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 16:21:30 (Reading database ... 13915 files and directories currently installed.) 16:21:30 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:21:30 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:21:30 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:21:30 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:21:30 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:21:30 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:21:30 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:21:30 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:21:30 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:21:30 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:21:30 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:21:30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:21:31 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:21:31 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:21:31 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:21:31 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:21:31 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:21:31 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:21:31 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:21:31 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:21:31 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:21:31 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:21:31 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:21:31 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:21:32 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:21:32 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:21:32 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:21:32 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:21:32 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:21:33 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:21:33 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:21:33 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:21:33 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:21:33 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:21:33 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:21:33 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:21:33 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:34 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:34 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:34 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:34 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:34 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:34 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:34 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:35 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:35 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:36 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:36 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:36 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:36 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:37 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:37 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:38 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:21:38 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:21:38 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:21:38 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:21:38 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:21:38 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:21:39 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:21:39 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:21:39 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:21:39 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:21:39 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:21:39 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:21:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:21:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:21:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:21:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:21:40 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:40 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:21:40 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:40 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:40 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:40 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:21:40 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:21:40 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:21:40 16:21:40 Current default time zone: 'Etc/UTC' 16:21:40 Local time is now: Tue Apr 20 16:21:40 UTC 2021. 16:21:40 Universal Time is now: Tue Apr 20 16:21:40 UTC 2021. 16:21:40 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:21:40 16:21:40 Setting up systemd-sysv (237-3ubuntu10.46) ... 16:21:40 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:40 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 16:21:40 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:21:40 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:21:40 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:21:40 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:21:41 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:21:41 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:21:41 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:21:41 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:41 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:21:41 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:21:41 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:21:41 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:41 Setting up patch (2.7.6-2ubuntu1.1) ... 16:21:41 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:21:41 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:21:41 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 16:21:41 Installing new version of config file /etc/ssl/openssl.cnf ... 16:21:41 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:21:41 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:21:41 Setting up ca-certificates (20210119~18.04.1) ... 16:21:43 Updating certificates in /etc/ssl/certs... 16:21:44 23 added, 27 removed; done. 16:21:44 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:21:44 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:21:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:21:44 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:21:44 Setting up pkgbinarymangler (138.18.04.1) ... 16:21:44 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:21:44 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:21:44 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:21:44 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:21:44 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:21:44 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:21:44 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:21:44 Setting up perl (5.26.1-6ubuntu0.5) ... 16:21:44 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:21:44 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:21:44 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:21:44 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:21:44 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:21:44 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:21:45 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:21:45 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:21:45 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:21:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:21:45 Processing triggers for systemd (237-3ubuntu10.46) ... 16:21:45 Processing triggers for mime-support (3.60ubuntu1) ... 16:21:45 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:21:45 Updating certificates in /etc/ssl/certs... 16:21:46 0 added, 0 removed; done. 16:21:46 Running hooks in /etc/ca-certificates/update.d... 16:21:46 done. 16:21:46 Reading package lists... 16:21:46 Building dependency tree... 16:21:46 Reading state information... 16:21:46 The following NEW packages will be installed: 16:21:46 apt-transport-https 16:21:47 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:21:47 Need to get 1692 B of archives. 16:21:47 After this operation, 154 kB of additional disk space will be used. 16:21:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 16:21:47 debconf: delaying package configuration, since apt-utils is not installed 16:21:47 Fetched 1692 B in 0s (8527 B/s) 16:21:47 Selecting previously unselected package apt-transport-https. 16:21:47 (Reading database ... 13920 files and directories currently installed.) 16:21:47 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 16:21:47 Unpacking apt-transport-https (1.6.13) ... 16:21:47 Setting up apt-transport-https (1.6.13) ... 16:21:47 Waiting for network to be ready... 16:21:54 2021-04-20T16:21:51Z INFO Waiting for automatic snapd restart... 16:21:55 snapd 2.49.2 from Canonical* installed 16:21:56 "snapd" switched to the "latest/stable" channel 16:21:56 16:21:58 core18 20210309 from Canonical* installed 16:21:58 "core18" switched to the "latest/stable" channel 16:21:58 16:22:01 snapcraft 4.6.2 from Canonical* installed 16:22:01 "snapcraft" switched to the "latest/stable" channel 16:22:01 16:22:06 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:22:06 - README.md 16:22:06 16:22:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:22:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:22:12 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:22:12 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:22:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:22:13 Reading package lists... 16:22:14 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 16:22:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:22:20 Reading package lists... 16:22:20 Building dependency tree... 16:22:20 Reading state information... 16:22:20 Suggested packages: 16:22:20 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:22:20 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:22:20 Recommended packages: 16:22:20 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:22:20 The following NEW packages will be installed: 16:22:20 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:22:20 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:22:20 pkg-config zip 16:22:20 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:22:20 Need to get 7663 kB of archives. 16:22:20 After this operation, 43.8 MB of additional disk space will be used. 16:22:20 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:22:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 16:22:21 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:22:21 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:22:21 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:22:21 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:22:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:22:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:22:21 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:22:21 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:22:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 16:22:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 16:22:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 16:22:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:22:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:22:21 debconf: delaying package configuration, since apt-utils is not installed 16:22:21 Fetched 7663 kB in 1s (6689 kB/s) 16:22:22 Selecting previously unselected package libglib2.0-0:amd64. 16:22:22 (Reading database ... 13924 files and directories currently installed.) 16:22:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 16:22:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:22:22 Selecting previously unselected package libpsl5:amd64. 16:22:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:22:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:22:22 Selecting previously unselected package libnghttp2-14:amd64. 16:22:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:22:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:22:22 Selecting previously unselected package librtmp1:amd64. 16:22:22 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:22:22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:22:22 Selecting previously unselected package libcurl3-gnutls:amd64. 16:22:22 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 16:22:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 16:22:22 Selecting previously unselected package liberror-perl. 16:22:22 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:22:22 Unpacking liberror-perl (0.17025-1) ... 16:22:22 Selecting previously unselected package git-man. 16:22:22 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 16:22:22 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 16:22:23 Selecting previously unselected package git. 16:22:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 16:22:23 Unpacking git (1:2.17.1-1ubuntu0.8) ... 16:22:23 Selecting previously unselected package libnorm1:amd64. 16:22:23 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:22:24 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:22:24 Selecting previously unselected package libpgm-5.2-0:amd64. 16:22:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:22:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:22:24 Selecting previously unselected package libsodium23:amd64. 16:22:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:22:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:22:24 Selecting previously unselected package libzmq5:amd64. 16:22:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:22:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:22:24 Selecting previously unselected package libzmq3-dev:amd64. 16:22:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:22:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:22:24 Selecting previously unselected package pkg-config. 16:22:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:22:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:22:24 Selecting previously unselected package zip. 16:22:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:22:24 Unpacking zip (3.0-11build1) ... 16:22:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:22:24 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 16:22:24 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:22:24 Setting up liberror-perl (0.17025-1) ... 16:22:24 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:22:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:22:25 No schema files found: doing nothing. 16:22:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:22:25 Setting up zip (3.0-11build1) ... 16:22:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:22:25 Setting up libsodium23:amd64 (1.0.16-2) ... 16:22:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:22:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:22:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 16:22:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:22:25 Setting up git (1:2.17.1-1ubuntu0.8) ... 16:22:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:22:31 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:22:31 git set to automatically installed. 16:22:31 git-man set to automatically installed. 16:22:31 libcurl3-gnutls set to automatically installed. 16:22:31 liberror-perl set to automatically installed. 16:22:31 libglib2.0-0 set to automatically installed. 16:22:31 libnghttp2-14 set to automatically installed. 16:22:31 libnorm1 set to automatically installed. 16:22:31 libpgm-5.2-0 set to automatically installed. 16:22:31 libpsl5 set to automatically installed. 16:22:31 librtmp1 set to automatically installed. 16:22:31 libsodium23 set to automatically installed. 16:22:31 libzmq3-dev set to automatically installed. 16:22:31 libzmq5 set to automatically installed. 16:22:31 pkg-config set to automatically installed. 16:22:31 zip set to automatically installed. 16:22:34 snapd is not logged in, snap install commands will use sudo 16:22:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:22:51 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 16:22:51 snapd is not logged in, snap install commands will use sudo 16:22:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:22:58 snap "core18" has no updates available 16:22:58 Pulling go-build-helper 16:22:58 + snapcraftctl pull 16:22:59 'app-service-config' has dependencies that need to be staged: go-build-helper 16:22:59 Skipping pull go-build-helper (already ran) 16:22:59 Building go-build-helper 16:22:59 + snapcraftctl build 16:23:01 Staging go-build-helper 16:23:01 + snapcraftctl stage 16:23:11 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:23:11 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:23:11 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:23:11 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 16:23:11 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:23:11 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:23:11 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:23:11 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:23:11 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:23:11 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:23:11 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:23:11 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 16:23:11 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:23:11 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:23:11 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 16:23:11 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 16:23:11 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 16:23:11 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 16:23:11 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:23:11 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 16:23:11 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 16:23:11 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:23:11 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:23:11 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 16:23:11 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 16:23:11 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 16:23:11 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 16:23:11 Fetched 24.4 MB in 0s (0 B/s) 16:23:11 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:23:11 Fetched 224 kB in 0s (0 B/s) 16:23:11 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:23:11 Fetched 157 kB in 0s (0 B/s) 16:23:11 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:23:11 Fetched 221 kB in 0s (0 B/s) 16:23:11 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:23:11 Fetched 143 kB in 0s (0 B/s) 16:23:11 Pulling app-service-config 16:23:11 + snapcraftctl pull 16:23:12 Cloning into '/root/parts/app-service-config/src'... 16:23:12 Pulling config-common 16:23:12 + snapcraftctl pull 16:23:16 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:23:16 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:23:16 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:23:16 Fetched 0 B in 0s (0 B/s) 16:23:16 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:23:16 Fetched 0 B in 0s (0 B/s) 16:23:16 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:23:16 Fetched 0 B in 0s (0 B/s) 16:23:16 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:23:16 Fetched 0 B in 0s (0 B/s) 16:23:16 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:23:16 Fetched 0 B in 0s (0 B/s) 16:23:16 Pulling edgex-go 16:23:16 + snapcraftctl pull 16:23:38 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:23:38 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:23:38 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:23:38 Fetched 0 B in 0s (0 B/s) 16:23:38 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:23:38 Fetched 96.5 kB in 0s (0 B/s) 16:23:38 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:23:38 Fetched 279 kB in 0s (0 B/s) 16:23:38 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:23:38 Fetched 122 kB in 0s (0 B/s) 16:23:38 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:23:38 Fetched 77.8 kB in 0s (0 B/s) 16:23:38 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:23:38 Fetched 8848 B in 0s (0 B/s) 16:23:38 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:23:38 Fetched 47.8 kB in 0s (0 B/s) 16:23:38 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:23:38 Fetched 45.6 kB in 0s (0 B/s) 16:23:38 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:23:38 Fetched 15.0 kB in 0s (0 B/s) 16:23:38 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 16:23:38 Fetched 219 kB in 0s (0 B/s) 16:23:38 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 16:23:38 Fetched 154 kB in 0s (0 B/s) 16:23:38 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:23:38 Fetched 50.6 kB in 0s (0 B/s) 16:23:38 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:23:38 Fetched 14.8 kB in 0s (0 B/s) 16:23:38 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:23:38 Fetched 41.8 kB in 0s (0 B/s) 16:23:38 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:23:38 Fetched 499 kB in 0s (0 B/s) 16:23:38 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:23:38 Fetched 111 kB in 0s (0 B/s) 16:23:38 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:23:38 Fetched 240 kB in 0s (0 B/s) 16:23:38 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:23:38 Fetched 29.3 kB in 0s (0 B/s) 16:23:38 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:23:38 Fetched 85.5 kB in 0s (0 B/s) 16:23:38 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:23:38 Fetched 24.5 kB in 0s (0 B/s) 16:23:38 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:23:38 Fetched 49.2 kB in 0s (0 B/s) 16:23:38 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:23:38 Fetched 54.2 kB in 0s (0 B/s) 16:23:38 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:23:38 Fetched 30.8 kB in 0s (0 B/s) 16:23:38 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 16:23:38 Fetched 15.8 kB in 0s (0 B/s) 16:23:38 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:23:38 Fetched 85.9 kB in 0s (0 B/s) 16:23:38 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:23:38 Fetched 8720 B in 0s (0 B/s) 16:23:38 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 16:23:38 Fetched 137 kB in 0s (0 B/s) 16:23:38 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:23:38 Fetched 119 kB in 0s (0 B/s) 16:23:38 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 16:23:38 Fetched 110 kB in 0s (0 B/s) 16:23:38 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:23:38 Fetched 11.1 kB in 0s (0 B/s) 16:23:38 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:23:38 Fetched 645 kB in 0s (0 B/s) 16:23:38 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:23:38 Fetched 41.3 kB in 0s (0 B/s) 16:23:38 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:23:38 Fetched 17.9 kB in 0s (0 B/s) 16:23:38 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:23:38 Fetched 368 kB in 0s (0 B/s) 16:23:38 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:23:38 Fetched 187 kB in 0s (0 B/s) 16:23:38 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:23:38 Fetched 175 kB in 0s (0 B/s) 16:23:38 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:23:38 Fetched 206 kB in 0s (0 B/s) 16:23:38 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 16:23:38 Fetched 1301 kB in 0s (0 B/s) 16:23:38 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:23:38 Fetched 36.2 kB in 0s (0 B/s) 16:23:38 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 16:23:38 Fetched 159 kB in 0s (0 B/s) 16:23:38 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:23:38 Fetched 107 kB in 0s (0 B/s) 16:23:38 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:23:38 Fetched 48.7 kB in 0s (0 B/s) 16:23:38 Pulling static-packages 16:23:38 + snapcraftctl pull 16:23:38 Pulling version 16:23:38 + cd /root/project 16:23:38 + [ -f VERSION ] 16:23:38 + PROJECT_VERSION=local-dev 16:23:38 + git rev-parse --short HEAD 16:23:38 + GIT_REVISION=3cac00ae 16:23:38 + snapcraftctl set-version local-dev 16:23:38 Skipping build go-build-helper (already ran) 16:23:39 Building app-service-config 16:23:39 + make build 16:23:39 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 16:23:41 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 16:23:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 16:23:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 16:23:41 go: downloading github.com/go-kit/kit v0.8.0 16:23:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 16:23:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 16:23:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 16:23:41 go: downloading github.com/go-playground/validator/v10 v10.4.1 16:23:41 go: downloading github.com/gorilla/mux v1.8.0 16:23:41 go: downloading github.com/google/uuid v1.2.0 16:23:41 go: downloading github.com/leodido/go-urn v1.2.0 16:23:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:23:41 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 16:23:41 go: downloading github.com/gorilla/websocket v1.4.2 16:23:42 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 16:23:42 go: downloading github.com/BurntSushi/toml v0.3.1 16:23:42 go: downloading github.com/x448/float16 v0.8.4 16:23:42 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 16:23:42 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 16:23:42 go: downloading github.com/pelletier/go-toml v1.2.0 16:23:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:23:42 go: downloading github.com/hashicorp/consul/api v1.8.1 16:23:42 go: downloading github.com/pebbe/zmq4 v1.2.7 16:23:42 go: downloading github.com/go-playground/universal-translator v0.17.0 16:23:42 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:23:42 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 16:23:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:23:42 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:23:42 go: downloading github.com/mitchellh/copystructure v1.0.0 16:23:42 go: downloading github.com/hashicorp/go-hclog v0.12.0 16:23:42 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:23:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:23:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 16:23:42 go: downloading github.com/hashicorp/serf v0.9.5 16:23:42 go: downloading github.com/go-playground/locales v0.13.0 16:23:42 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:23:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:23:42 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:23:42 go: downloading github.com/fatih/color v1.9.0 16:23:42 go: downloading github.com/mattn/go-isatty v0.0.12 16:23:42 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 16:23:43 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:23:43 go: downloading github.com/mattn/go-colorable v0.1.6 16:23:43 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:23:43 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:23:53 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 16:23:53 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 16:23:53 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 16:23:53 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 16:23:53 Building config-common 16:23:53 + snapcraftctl build 16:23:55 Building edgex-go 16:23:55 + cd /root/parts/edgex-go/src 16:23:55 + make build 16:23: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 16:23:56 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:23:56 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 16:23:56 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 16:23:56 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.10 16:23:56 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 16:23:56 go: downloading github.com/pelletier/go-toml v1.9.0 16:23:56 go: downloading github.com/go-playground/validator/v10 v10.5.0 16:23:56 go: downloading github.com/pkg/errors v0.8.1 16:23:56 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 16:23:56 go: downloading github.com/imdario/mergo v0.3.12 16:23:56 go: downloading golang.org/x/text v0.3.2 16:24:02 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 16:24:02 go: downloading gopkg.in/yaml.v2 v2.4.0 16:24:06 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 16:24:07 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 16:24:09 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 16:24:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:24:09 go: downloading github.com/stretchr/testify v1.7.0 16:24:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:24:10 go: downloading github.com/pmezard/go-difflib v1.0.0 16:24:10 go: downloading github.com/davecgh/go-spew v1.1.1 16:24:11 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 16:24:11 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:24:11 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:24:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:24:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:24:16 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 16:24:17 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 16:24:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:24: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 16:24:18 go: downloading github.com/lib/pq v1.9.0 16:24:20 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 16:24:20 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 16:24:20 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 16:24:20 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 16:24:20 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 16:24:20 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 16:24:20 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 16:24:20 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 16:24:20 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 16:24:20 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 16:24:20 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 16:24:20 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 16:24:20 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 16:24:20 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 16:24:20 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 16:24:20 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 16:24:20 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 16:24:20 + 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 16:24:20 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 16:24:20 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 16:24:20 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 16:24:20 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 16:24:20 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 16:24:20 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 16:24:20 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 16:24:20 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 16:24:23 Building static-packages 16:24:23 + snapcraftctl build 16:24:25 Building version 16:24:25 + snapcraftctl build 16:24:27 Skipping stage go-build-helper (already ran) 16:24:27 Staging app-service-config 16:24:27 + snapcraftctl stage 16:24:28 Staging config-common 16:24:28 + snapcraftctl stage 16:24:29 Staging edgex-go 16:24:29 + snapcraftctl stage 16:24:30 Staging static-packages 16:24:30 + snapcraftctl stage 16:24:31 Staging version 16:24:31 + snapcraftctl stage 16:24:33 Priming go-build-helper 16:24:33 + snapcraftctl prime 16:24:33 Priming app-service-config 16:24:33 + snapcraftctl prime 16:24:34 Priming config-common 16:24:34 + snapcraftctl prime 16:24:35 Priming edgex-go 16:24:35 + snapcraftctl prime 16:24:37 Priming static-packages 16:24:37 + snapcraftctl prime 16:24:39 Priming version 16:24:39 + snapcraftctl prime 16:24:40 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:24:43 provisioning config files... 16:24:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6558039457093278161tmp [Pipeline] { [Pipeline] sh 16:24:43 + set +x 16:24:43 + curl -s https://codecov.io/bash 16:24:43 + bash -s -- 16:24:44 16:24:44 _____ _ 16:24:44 / ____| | | 16:24:44 | | ___ __| | ___ ___ _____ __ 16:24:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:24:44 | |___| (_) | (_| | __/ (_| (_) \ V / 16:24:44 \_____\___/ \__,_|\___|\___\___/ \_/ 16:24:44 Bash-1.0.2 16:24:44 16:24:44 16:24:44 ==> git version 2.24.3 found 16:24:44 ==> 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 16:24:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:24:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:24:44 ==> Jenkins CI detected. 16:24:44 project root: . 16:24:44 --> token set from env 16:24:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:24:44 ==> Running gcov in . (disable via -X gcov) 16:24:44 ==> Python coveragepy not found 16:24:44 ==> Searching for coverage reports in: 16:24:44 + . 16:24:44 -> Found 1 reports 16:24:44 ==> Detecting git/mercurial file structure 16:24:44 ==> Reading reports 16:24:44 + ./coverage.out bytes=703598 16:24:44 ==> Appending adjustments 16:24:44 https://docs.codecov.io/docs/fixing-reports 16:24:53 + Found adjustments 16:24:53 ==> Gzipping contents 16:24:53 100K /tmp/codecov.vq04Ru.gz 16:24:53 ==> Uploading reports 16:24:53 url: https://codecov.io 16:24:53 query: branch=PR-3387&commit=3cac00ae421225aef9075103638b3013c7ede51c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3387%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3387&job=&cmd_args= 16:24:53 -> Pinging Codecov 16:24:53 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3387&commit=3cac00ae421225aef9075103638b3013c7ede51c&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3387%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3387&job=&cmd_args= 16:24:53 -> Uploading to 16:24:53 https://storage.googleapis.com/codecov/v4/raw/2021-04-20/00271124DB129430A58F1EEE437C3FCB/3cac00ae421225aef9075103638b3013c7ede51c/044b59ff-79aa-47d6-b098-626b892ee9be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210420%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210420T162453Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=fd31fa34654689da403a31919386730c9bd4f285f128391dc801a10aabc8984f 16:24:53 % Total % Received % Xferd Average Speed Time Time Time Current 16:24:53 Dload Upload Total Spent Left Speed 16:24:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98k 0 0 100 98k 0 208k --:--:-- --:--:-- --:--:-- 208k 100 98k 0 0 100 98k 0 208k --:--:-- --:--:-- --:--:-- 208k 16:24:53 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/3cac00ae421225aef9075103638b3013c7ede51c [Pipeline] } 16:24:53 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 16:24:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:24:56 ---> package-listing.sh 16:24:56 ++ facter osfamily 16:24:56 ++ tr '[:upper:]' '[:lower:]' 16:24:56 + OS_FAMILY=redhat 16:24:56 + workspace=/w/workspace/edgex-go/5 16:24:56 + START_PACKAGES=/tmp/packages_start.txt 16:24:56 + END_PACKAGES=/tmp/packages_end.txt 16:24:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:24:56 + PACKAGES=/tmp/packages_start.txt 16:24:56 + '[' /w/workspace/edgex-go/5 ']' 16:24:56 + PACKAGES=/tmp/packages_end.txt 16:24:56 + case "${OS_FAMILY}" in 16:24:56 + sort 16:24:56 + rpm -qa 16:25:03 + '[' -f /tmp/packages_start.txt ']' 16:25:03 + '[' -f /tmp/packages_end.txt ']' 16:25:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:25:03 + '[' /w/workspace/edgex-go/5 ']' 16:25:03 + mkdir -p /w/workspace/edgex-go/5/archives/ 16:25:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 16:25:03 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:25:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:25:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:04 16:25:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:25:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:05 alpine: Pulling from edgex-lftools-log-publisher 16:25:05 df20fa9351a1: Pulling fs layer 16:25:05 36b3adc4ff6f: Pulling fs layer 16:25:05 8ad3a11d3b57: Pulling fs layer 16:25:05 46f8f816bc3b: Pulling fs layer 16:25:05 93b61091891f: Pulling fs layer 16:25:05 93b9cdb0e59b: Pulling fs layer 16:25:05 5e14af77c1be: Pulling fs layer 16:25:05 01666e4c0597: Pulling fs layer 16:25:05 aa168da1d23b: Pulling fs layer 16:25:05 46f8f816bc3b: Waiting 16:25:05 93b9cdb0e59b: Waiting 16:25:05 5e14af77c1be: Waiting 16:25:05 01666e4c0597: Waiting 16:25:05 aa168da1d23b: Waiting 16:25:05 93b61091891f: Waiting 16:25:05 36b3adc4ff6f: Verifying Checksum 16:25:05 36b3adc4ff6f: Download complete 16:25:05 46f8f816bc3b: Verifying Checksum 16:25:05 46f8f816bc3b: Download complete 16:25:05 df20fa9351a1: Verifying Checksum 16:25:05 df20fa9351a1: Download complete 16:25:05 93b9cdb0e59b: Download complete 16:25:05 5e14af77c1be: Verifying Checksum 16:25:05 5e14af77c1be: Download complete 16:25:05 93b61091891f: Verifying Checksum 16:25:05 93b61091891f: Download complete 16:25:05 01666e4c0597: Verifying Checksum 16:25:05 01666e4c0597: Download complete 16:25:05 8ad3a11d3b57: Verifying Checksum 16:25:05 8ad3a11d3b57: Download complete 16:25:06 df20fa9351a1: Pull complete 16:25:06 36b3adc4ff6f: Pull complete 16:25:09 aa168da1d23b: Verifying Checksum 16:25:09 aa168da1d23b: Download complete 16:25:10 8ad3a11d3b57: Pull complete 16:25:10 46f8f816bc3b: Pull complete 16:25:11 93b61091891f: Pull complete 16:25:11 93b9cdb0e59b: Pull complete 16:25:12 5e14af77c1be: Pull complete 16:25:12 01666e4c0597: Pull complete 16:25:34 aa168da1d23b: Pull complete 16:25:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:25:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:25:34 prd-centos7-docker-4c-2g-1193 does not seem to be running inside a container 16:25:35 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:25:40 $ docker top 8cbd42923487aebed62154e588b6ae35cc862562b25df35fc7c81ed606e25ce9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:41 + touch /tmp/pre-build-complete [Pipeline] sh 16:25:42 + mkdir -p /var/log/sa [Pipeline] sh 16:25:42 + ls /var/log/sa-host 16:25:42 + sadf -c /var/log/sa-host/sa20 16:25:42 file_magic: OK 16:25:42 HZ: Using current value: 100 16:25:42 file_header: OK 16:25:42 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 16:25:42 Statistics: 16:25:42 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... 16:25:42 File successfully converted to sysstat format version 12.2.1 16:25:42 + sadf -c /var/log/sa-host/sa23 16:25:42 file_magic: OK 16:25:42 HZ: Using current value: 100 16:25:42 file_header: OK 16:25:42 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 16:25:42 Statistics: 16:25:42 Hnuu...uuuununununu... 16:25:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:25:42 provisioning config files... 16:25:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5100601439537312741tmp [Pipeline] { [Pipeline] echo 16:25:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:25:43 ---> create-netrc.sh [Pipeline] } 16:25:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:25:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:25:43 ---> python-tools-install.sh [Pipeline] echo 16:25:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:25:44 ---> sudo-logs.sh 16:25:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:25:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:25:44 ---> job-cost.sh 16:25:44 lf-activate-venv: SKIPPING 16:25:44 DEBUG: total: 0.20999999344348907 16:25:44 INFO: Retrieving Stack Cost... 16:25:45 INFO: Retrieving Pricing Info for: v1-standard-2 16:25:46 INFO: Archiving Costs [Pipeline] echo 16:25:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:25:46 ---> logs-deploy.sh 16:25:46 lf-activate-venv: SKIPPING 16:25:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3387/5 16:25:46 INFO: archiving workspace using pattern(s): 16:25:50 Archives upload complete. 16:25:50 INFO: archiving logs to Nexus