Pull request #3027 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bfa6a58f8926f2bd31488a3be92923c4164c0bd6+250a43ed1e9b8198fb10735cc1ab2371f89d298c (751a7edf3b5f62390558024fb271a3716b108b00) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21230 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 Merge succeeded, producing bfa6a58f8926f2bd31488a3be92923c4164c0bd6 Checking out Revision bfa6a58f8926f2bd31488a3be92923c4164c0bd6 (PR-3027) 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # 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 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 24b59bc0260eb6b7ed89a5c9491de3239003736e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:09:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:09:16 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:09:16 ========================================================= 17:09:16 EdgeX Global Pipelines Version Info 17:09:16 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:09:18 ------------------- 17:09:18 stable info: 17:09:18 ------------------- 17:09:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:09:18 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 17:09:18 Message: update stable to v1.0.177 17:09:18 ------------------- 17:09:18 experimental info: 17:09:18 ------------------- 17:09:18 Commited By: **** collab-it+edgex@linuxfoundation.org 17:09:18 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 17:09:18 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:09:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:09:19 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:09:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:09:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:09:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:09:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:09:19 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:09:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:09:21 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 17:09:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo 17:09:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo 17:09:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo 17:09:22 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [Pipeline] echo 17:09:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bfa6a58 [Pipeline] echo 17:09:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:09:22 provisioning config files... 17:09:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config728404266649112953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:09:23 ---> docker-login.sh 17:09:23 nexus3.edgexfoundry.org:10001 17:09:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:23 Configure a credential helper to remove this warning. See 17:09:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:23 17:09:23 Login Succeeded 17:09:23 nexus3.edgexfoundry.org:10002 17:09:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:23 Configure a credential helper to remove this warning. See 17:09:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:23 17:09:23 Login Succeeded 17:09:23 nexus3.edgexfoundry.org:10003 17:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:24 Configure a credential helper to remove this warning. See 17:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:24 17:09:24 Login Succeeded 17:09:24 nexus3.edgexfoundry.org:10004 17:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:24 Configure a credential helper to remove this warning. See 17:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:24 17:09:24 Login Succeeded 17:09:24 docker.io 17:09:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:09:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:09:24 Configure a credential helper to remove this warning. See 17:09:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:09:24 17:09:24 Login Succeeded 17:09:24 ---> docker-login.sh ends [Pipeline] } 17:09:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:09:25 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/core-command/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo core-command,cmd/core-command/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/core-data/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo core-data,cmd/core-data/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/core-metadata/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo core-metadata,cmd/core-metadata/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/security-bootstrap-redis/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/security-proxy-setup/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/support-notifications/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo support-notifications,cmd/support-notifications/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/support-scheduler/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:09:25 + for file in '`ls cmd/**/Dockerfile`' 17:09:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:09:25 ++ cut -d/ -f2 17:09:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:09:25 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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 17:09:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:09:25 17:09:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:09:26 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:09:26 latest: Pulling from edgex-devops/git-semver 17:09:26 31603596830f: Pulling fs layer 17:09:26 2a8b12db71e7: Pulling fs layer 17:09:26 6ca5941a6612: Pulling fs layer 17:09:26 ecc8261a40a4: Pulling fs layer 17:09:26 ecc8261a40a4: Waiting 17:09:26 2a8b12db71e7: Download complete 17:09:26 ecc8261a40a4: Verifying Checksum 17:09:26 ecc8261a40a4: Download complete 17:09:26 6ca5941a6612: Verifying Checksum 17:09:26 6ca5941a6612: Download complete 17:09:26 31603596830f: Verifying Checksum 17:09:26 31603596830f: Download complete 17:09:27 31603596830f: Pull complete 17:09:27 2a8b12db71e7: Pull complete 17:09:28 6ca5941a6612: Pull complete 17:09:28 ecc8261a40a4: Pull complete 17:09:28 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:09:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:09:28 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:09:28 prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container 17:09:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:09:30 $ docker top 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:09:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:09:31 [ssh-agent] Looking for ssh-agent implementation... 17:09:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:09:31 $ docker exec 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 ssh-agent 17:09:31 SSH_AUTH_SOCK=/tmp/ssh-IurTuKNvEmOl/agent.11 17:09:31 SSH_AGENT_PID=16 17:09:31 Running ssh-add (command line suppressed) 17:09:31 Identity added: /w/workspace/edgex-go/10@tmp/private_key_7747956387681525928.key (/w/workspace/edgex-go/10@tmp/private_key_7747956387681525928.key) 17:09:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:09:32 + git tag --points-at HEAD [Pipeline] } 17:09:32 $ docker exec --env ******** --env ******** 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 ssh-agent -k 17:09:32 unset SSH_AUTH_SOCK; 17:09:32 unset SSH_AGENT_PID; 17:09:32 echo Agent pid 16 killed; 17:09:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:09:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:09:32 [ssh-agent] Looking for ssh-agent implementation... 17:09:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:09:32 $ docker exec 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 ssh-agent 17:09:32 SSH_AUTH_SOCK=/tmp/ssh-wuTSTQDK5sKO/agent.45 17:09:32 SSH_AGENT_PID=51 17:09:32 Running ssh-add (command line suppressed) 17:09:32 Identity added: /w/workspace/edgex-go/10@tmp/private_key_7056093003694888542.key (/w/workspace/edgex-go/10@tmp/private_key_7056093003694888542.key) 17:09:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:09:33 + git semver init 17:09:33 # -> Open(): unable to determine branch for HEAD 17:09:33 # $GIT_DIR = /w/workspace/edgex-go/10/.git 17:09:33 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 17:09:33 # $SEMVER_REMOTE_NAME = origin 17:09:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:09:33 # $SEMVER_USER_NAME = edgex-jenkins 17:09:33 # $SEMVER_BRANCH = PR-3027 17:09:33 # $SEMVER_TEMP = /tmp/semver-238725923 17:09:33 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:10:05 # '/tmp/semver-238725923' -> '/w/workspace/edgex-go/10/.semver' 17:10:05 # -> Force: false 17:10:05 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 17:10:05 $ docker exec --env ******** --env ******** 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 ssh-agent -k 17:10:06 unset SSH_AUTH_SOCK; 17:10:06 unset SSH_AGENT_PID; 17:10:06 echo Agent pid 51 killed; 17:10:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:10:06 + git semver [Pipeline] } 17:10:06 $ docker stop --time=1 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 17:10:08 $ docker rm -f 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 [Pipeline] // withDockerContainer [Pipeline] sh 17:10:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:10:09 Stashed 1 file(s) [Pipeline] echo 17:10:09 [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 17:10:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:10:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:10:10 + true 17:10:10 + sudo service docker restart 17:10:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:10:11 ========================================================= 17:10:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:10:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:10:11 + 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 . 17:10:14 Sending build context to Docker daemon 326.6MB 17:10:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:10:14 Step 2/6 : FROM ${BASE} 17:10:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:10:15 188c0c94c7c5: Pulling fs layer 17:10:15 0ef7d3d256c8: Pulling fs layer 17:10:15 de9db76c5a1d: Pulling fs layer 17:10:15 bca2f99d35d6: Pulling fs layer 17:10:15 93359f2a8cfa: Pulling fs layer 17:10:15 7c6f9722023f: Pulling fs layer 17:10:15 a35cf1a2eb13: Pulling fs layer 17:10:15 7c6f9722023f: Waiting 17:10:15 bca2f99d35d6: Waiting 17:10:15 93359f2a8cfa: Waiting 17:10:15 a35cf1a2eb13: Waiting 17:10:15 de9db76c5a1d: Verifying Checksum 17:10:15 de9db76c5a1d: Download complete 17:10:15 0ef7d3d256c8: Verifying Checksum 17:10:15 0ef7d3d256c8: Download complete 17:10:15 93359f2a8cfa: Verifying Checksum 17:10:15 93359f2a8cfa: Download complete 17:10:15 7c6f9722023f: Verifying Checksum 17:10:15 7c6f9722023f: Download complete 17:10:15 188c0c94c7c5: Verifying Checksum 17:10:15 188c0c94c7c5: Download complete 17:10:15 188c0c94c7c5: Pull complete 17:10:16 0ef7d3d256c8: Pull complete 17:10:16 de9db76c5a1d: Pull complete 17:10:16 a35cf1a2eb13: Verifying Checksum 17:10:16 a35cf1a2eb13: Download complete 17:10:17 bca2f99d35d6: Verifying Checksum 17:10:17 bca2f99d35d6: Download complete 17:10:22 bca2f99d35d6: Pull complete 17:10:22 93359f2a8cfa: Pull complete 17:10:22 7c6f9722023f: Pull complete 17:10:24 Still waiting to schedule task 17:10:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:10:26 a35cf1a2eb13: Pull complete 17:10:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:10:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:10:26 ---> a62c8e92a672 17:10:26 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 17:10:27 ---> Running in 2f7f34e9166a 17:10:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:28 (1/12) Installing libmagic (5.38-r0) 17:10:29 (2/12) Installing file (5.38-r0) 17:10:29 (3/12) Installing libc-dev (0.7.2-r3) 17:10:29 (4/12) Installing g++ (9.3.0-r2) 17:10:32 (5/12) Installing fortify-headers (1.1-r0) 17:10:32 (6/12) Installing patch (2.7.6-r6) 17:10:32 (7/12) Installing build-base (0.5-r2) 17:10:32 (8/12) Installing libsodium (1.0.18-r0) 17:10:33 (9/12) Installing pkgconf (1.7.2-r0) 17:10:33 (10/12) Installing libsodium-dev (1.0.18-r0) 17:10:33 (11/12) Installing libzmq (4.3.3-r0) 17:10:33 (12/12) Installing zeromq-dev (4.3.3-r0) 17:10:33 Executing busybox-1.31.1-r19.trigger 17:10:33 OK: 233 MiB in 51 packages 17:10:37 Removing intermediate container 2f7f34e9166a 17:10:37 ---> 144170596de6 17:10:37 Step 4/6 : WORKDIR /edgex-go 17:10:37 ---> Running in 1e5c6c485439 17:10:37 Removing intermediate container 1e5c6c485439 17:10:37 ---> 85b5030fad2d 17:10:37 Step 5/6 : COPY go.mod . 17:10:38 ---> 1352c4dc4dd0 17:10:38 Step 6/6 : RUN go mod download 17:10:38 ---> Running in 962101861abd 17:11:00 Removing intermediate container 962101861abd 17:11:00 ---> e88fd40c5aad 17:11:00 Successfully built e88fd40c5aad 17:11:00 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:11:00 + docker inspect -f . ci-base-image-x86_64 17:11:00 . [Pipeline] withDockerContainer 17:11:00 prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container 17:11:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:11:01 $ docker top 17a7d8a7eaf75831922ccacbced13b9f7553fc22e2615fe9dade5fbe4b56660a -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:02 + go version 17:11:02 go version go1.15.5 linux/amd64 [Pipeline] } 17:11:02 $ docker stop --time=1 17a7d8a7eaf75831922ccacbced13b9f7553fc22e2615fe9dade5fbe4b56660a 17:11:03 $ docker rm -f 17a7d8a7eaf75831922ccacbced13b9f7553fc22e2615fe9dade5fbe4b56660a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:04 + docker inspect -f . ci-base-image-x86_64 17:11:04 . [Pipeline] withDockerContainer 17:11:04 prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container 17:11:04 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:11:05 $ docker top d74115eb54273422d9c994515af9ef919c3c231e55488f53af9dce25c1fe6f1c -eo pid,comm [Pipeline] { [Pipeline] echo 17:11:05 ========================================================= 17:11:05 [edgeXBuildGoParallel] Running Tests and Build... 17:11:05 ========================================================= [Pipeline] sh 17:11:05 + make test 17:11:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:11:13 ? github.com/edgexfoundry/edgex-go [no test files] 17:11:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:11:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:11:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:11:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:11:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:11:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:11:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:11:35 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:11:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:11:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:11:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:11:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:11:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:11:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements 17:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:11:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.0% of statements 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 67.9% of statements 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:11:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 82.3% of statements 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:11:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements 17:11:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:11:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:11:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:11:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:11:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements 17:11:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements 17:11:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:11:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements 17:11:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:11:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 17:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:11:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements 17:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:11:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:11:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.357s coverage: 92.8% of statements 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:11:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:11:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:11:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:11:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements 17:11:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:11:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 17:11:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements 17:11:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements 17:11:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.4% of statements 17:11:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements 17:11:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:11:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 17:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 17:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 17:11:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 17:11:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements 17:11:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements 17:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:11:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 37.0% of statements 17:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:11:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:11:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.0% of statements 17:11:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:11:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 17:11:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:11:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:11:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:11:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:11:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:11:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:11:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:11:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:11:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 17:11:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 17:11:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 17:11:56 GO111MODULE=on go vet ./... 17:12:18 gofmt -l . 17:12:18 [ "`gofmt -l .`" = "" ] 17:12:19 ./bin/test-go-mod-tidy.sh 17:12:19 ./bin/test-attribution-txt.sh [Pipeline] sh 17:12:20 + ls -al . 17:12:20 total 656 17:12:20 drwxrwxr-x 10 1001 1001 4096 Jan 19 17:12 . 17:12:20 drwxr-xr-x 4 root root 30 Jan 19 17:11 .. 17:12:20 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:09 .dockerignore 17:12:20 drwxrwxr-x 8 1001 1001 179 Jan 19 17:09 .git 17:12:20 drwxrwxr-x 3 1001 1001 125 Jan 19 17:09 .github 17:12:20 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:09 .gitignore 17:12:20 drwx------ 3 1001 1001 47 Jan 19 17:10 .semver 17:12:20 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:09 .sonarcloud.properties 17:12:20 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:09 Attribution.txt 17:12:20 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:09 CONTRIBUTING.md 17:12:20 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:09 Dockerfile.build 17:12:20 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:09 Jenkinsfile 17:12:20 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:09 LICENSE 17:12:20 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:09 Makefile 17:12:20 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:09 README.md 17:12:20 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:09 SECURITY.md 17:12:20 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION 17:12:20 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:09 ZMQWindows.md 17:12:20 drwxrwxr-x 2 1001 1001 117 Jan 19 17:09 bin 17:12:20 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:09 cmd 17:12:20 -rw-r--r-- 1 root root 550280 Jan 19 17:11 coverage.out 17:12:20 -rw-r--r-- 1 root root 981 Jan 19 17:12 go.mod 17:12:20 -rw-r--r-- 1 root root 19416 Jan 19 17:12 go.sum 17:12:20 drwxrwxr-x 8 1001 1001 127 Jan 19 17:09 internal 17:12:20 drwxrwxr-x 4 1001 1001 26 Jan 19 17:09 openapi 17:12:20 drwxrwxr-x 4 1001 1001 71 Jan 19 17:09 snap 17:12:20 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:09 version.go [Pipeline] sh 17:12:20 + '[' -e coverage.out ] 17:12:20 + chown 1001:1001 coverage.out [Pipeline] stash 17:12:20 Stashed 1 file(s) [Pipeline] sh 17:12:21 + make build 17:12:21 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 17:12:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:12:31 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 17:12:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:12:34 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 17:12:34 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 17:12:35 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 17:12:37 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 17:12:38 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 17:12:38 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 17:12:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:12:40 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 [Pipeline] } 17:12:42 $ docker stop --time=1 d74115eb54273422d9c994515af9ef919c3c231e55488f53af9dce25c1fe6f1c 17:12:43 $ docker rm -f d74115eb54273422d9c994515af9ef919c3c231e55488f53af9dce25c1fe6f1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:12:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:45 17:12:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:12:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:45 latest: Pulling from edgex-devops/edgex-compose 17:12:45 cbdbe7a5bc2a: Pulling fs layer 17:12:45 ca9280d653b3: Pulling fs layer 17:12:45 7e9c9ca2126c: Pulling fs layer 17:12:46 cbdbe7a5bc2a: Verifying Checksum 17:12:46 cbdbe7a5bc2a: Download complete 17:12:46 cbdbe7a5bc2a: Pull complete 17:12:46 ca9280d653b3: Verifying Checksum 17:12:46 ca9280d653b3: Download complete 17:12:47 ca9280d653b3: Pull complete 17:12:47 7e9c9ca2126c: Download complete 17:12:54 7e9c9ca2126c: Pull complete 17:12:54 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:12:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:12:54 prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container 17:12:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 17:12:56 $ docker top 3adbb06098644d68a4d0dddd6361c56803156f2b12af4693144753ff68cbee76 -eo pid,comm [Pipeline] { [Pipeline] sh 17:12:56 + docker-compose build --help 17:12:56 + grep parallel 17:12:57 --parallel Build images in parallel. [Pipeline] } 17:12:57 $ docker stop --time=1 3adbb06098644d68a4d0dddd6361c56803156f2b12af4693144753ff68cbee76 17:12:59 $ docker rm -f 3adbb06098644d68a4d0dddd6361c56803156f2b12af4693144753ff68cbee76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:12:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:59 . [Pipeline] withDockerContainer 17:12:59 prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container 17:12:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 17:13:00 $ docker top 19a9824dbf68b865507b82b9dd5726eb05b6ec5387a6700f0bdeb307b76cfbef -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:01 + docker-compose -f ./docker-compose-build.yml build --parallel 17:13:01 Building docker-core-command-go ... 17:13:01 Building docker-core-data-go ... 17:13:01 Building docker-core-metadata-go ... 17:13:01 Building docker-security-bootstrap-redis-go ... 17:13:01 Building docker-security-proxy-setup-go ... 17:13:01 Building docker-security-secretstore-setup-go ... 17:13:01 Building docker-support-notifications-go ... 17:13:01 Building docker-support-scheduler-go ... 17:13:01 Building docker-sys-mgmt-agent-go ... 17:13:01 Building docker-core-data-go 17:13:01 Building docker-support-scheduler-go 17:13:01 Building docker-security-bootstrap-redis-go 17:13:01 Building docker-support-notifications-go 17:13:01 Building docker-security-proxy-setup-go 17:13:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:13:34 ---> e88fd40c5aad 17:13:34 Step 3/22 : WORKDIR /edgex-go 17:13:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:13:34 ---> e88fd40c5aad 17:13:34 Step 3/23 : WORKDIR /edgex-go 17:13:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:13:34 ---> e88fd40c5aad 17:13:34 Step 3/24 : WORKDIR /edgex-go 17:13:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:13:34 ---> e88fd40c5aad 17:13:34 Step 3/21 : WORKDIR /edgex-go 17:13:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:13:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:13:34 ---> e88fd40c5aad 17:13:34 Step 3/21 : WORKDIR /edgex-go 17:13:34 ---> Running in e0c9287a97de 17:13:34 ---> Running in 6111cf5ad73f 17:13:34 ---> Running in 468403d15d6c 17:13:34 ---> Running in 6d290977aea4 17:13:34 ---> Running in 1dcab8a6c982 17:13:34 Removing intermediate container e0c9287a97de 17:13:34 ---> c96df5e2b92c 17:13:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:34 Removing intermediate container 1dcab8a6c982 17:13:34 ---> 03c5aa3054bd 17:13:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:34 Removing intermediate container 468403d15d6c 17:13:34 ---> 9d4351ed3182 17:13:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:34 Removing intermediate container 6111cf5ad73f 17:13:34 ---> c1e60a9b278a 17:13:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:34 Removing intermediate container 6d290977aea4 17:13:34 ---> 09b486b6de64 17:13:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:34 ---> Running in e4ce9cfa75c5 17:13:34 ---> Running in b91c6f1510fb 17:13:34 ---> Running in fa4c4d563178 17:13:34 ---> Running in 63a464454ff4 17:13:34 ---> Running in 5a0e77146d42 17:13:35 Removing intermediate container fa4c4d563178 17:13:35 ---> 01882c19c8ff 17:13:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:13:35 Removing intermediate container e4ce9cfa75c5 17:13:35 ---> ca8beb1b5d5f 17:13:35 Step 5/21 : RUN apk add --update --no-cache make git 17:13:35 Removing intermediate container 63a464454ff4 17:13:35 ---> 4234620d477b 17:13:35 Step 5/21 : RUN apk add --update --no-cache make git 17:13:35 ---> Running in e862ad8fb488 17:13:35 ---> Running in fb138e55cca6 17:13:35 ---> Running in 2f067f5108e3 17:13:35 Removing intermediate container b91c6f1510fb 17:13:35 ---> 67b5a25ea9cf 17:13:35 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:13:35 Removing intermediate container 5a0e77146d42 17:13:35 ---> 826e29ad0728 17:13:35 Step 5/22 : RUN apk add --update --no-cache make git 17:13:35 ---> Running in 85ada261ab00 17:13:35 ---> Running in cd583ce294b1 17:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:13:37 OK: 233 MiB in 51 packages 17:13:37 OK: 233 MiB in 51 packages 17:13:37 OK: 233 MiB in 51 packages 17:13:38 OK: 233 MiB in 51 packages 17:13:38 Removing intermediate container fb138e55cca6 17:13:38 ---> e667cd7979a4 17:13:38 Step 6/21 : COPY go.mod . 17:13:38 OK: 233 MiB in 51 packages 17:13:39 ---> 5323a353f409 17:13:39 Step 7/21 : RUN go mod download 17:13:39 Removing intermediate container cd583ce294b1 17:13:39 ---> 0675ecb1ecf1 17:13:39 Step 6/22 : COPY go.mod . 17:13:39 ---> Running in bcda72ce75bb 17:13:39 Removing intermediate container 85ada261ab00 17:13:39 ---> 904898e16eed 17:13:39 Step 6/24 : COPY go.mod . 17:13:39 Removing intermediate container e862ad8fb488 17:13:39 ---> 89ea0aca8c60 17:13:39 Step 6/23 : COPY go.mod . 17:13:40 Removing intermediate container 2f067f5108e3 17:13:40 ---> dba7842d59af 17:13:40 Step 6/21 : COPY go.mod . 17:13:40 ---> 22eb4ee3024d 17:13:40 Step 7/22 : RUN go mod download 17:13:40 ---> dee3743ecf93 17:13:40 Step 7/24 : RUN go mod download 17:13:40 ---> 6dc5778556fd 17:13:40 Step 7/23 : RUN go mod download 17:13:40 ---> Running in b2633efa3404 17:13:40 ---> Running in 0e8e82773b96 17:13:40 ---> Running in 2991b458d1e3 17:13:40 ---> ed7b13e998e4 17:13:40 Step 7/21 : RUN go mod download 17:13:40 ---> Running in c0d16ce47861 17:13:41 Removing intermediate container bcda72ce75bb 17:13:41 ---> bfb98a824a1e 17:13:41 Step 8/21 : COPY . . 17:13:41 Removing intermediate container b2633efa3404 17:13:41 ---> 924a91bf081e 17:13:41 Step 8/22 : COPY . . 17:13:45 Removing intermediate container 0e8e82773b96 17:13:45 ---> acef225bc1c9 17:13:45 Step 8/24 : COPY . . 17:13:53 Removing intermediate container 2991b458d1e3 17:13:53 ---> 35da5efec279 17:13:53 Step 8/23 : COPY . . 17:13:56 Removing intermediate container c0d16ce47861 17:13:56 ---> 08da3ce5f9e7 17:13:56 Step 8/21 : COPY . . 17:14:18 ---> d1fee9c9d20f 17:14:18 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:14:18 ---> 54f452fae8ed 17:14:18 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:14:20 ---> Running in e4acdc9714b1 17:14:20 ---> Running in f16300dd72d7 17:14:21 ---> b178f17ea037 17:14:21 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:14:23 ---> Running in 7d4ccc07cd9a 17:14:25 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 17:14:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:14:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:14:25 ---> b84902748298 17:14:25 Step 9/23 : RUN make cmd/core-data/core-data 17:14:25 ---> 9e4880fe833b 17:14:25 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:14:25 ---> Running in 642d7b597967 17:14:25 ---> Running in 414e42277ac2 17:14:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:14:27 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 17:14:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:14:55 Removing intermediate container f16300dd72d7 17:14:55 ---> 3adfd31cc884 17:14:55 17:14:55 Step 10/22 : FROM alpine:3.12 17:14:55 3.12: Pulling from library/alpine 17:14:57 Removing intermediate container 7d4ccc07cd9a 17:14:57 ---> ee667e638a6c 17:14:57 17:14:57 Step 10/24 : FROM scratch 17:14:57 ---> 17:14:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:14:57 Removing intermediate container e4acdc9714b1 17:14:57 ---> 92ea933938d9 17:14:57 17:14:57 Step 10/21 : FROM scratch 17:14:57 ---> 17:14:57 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:14:57 Status: Downloaded newer image for alpine:3.12 17:14:57 ---> 389fef711851 17:14:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:14:57 ---> Running in 72869116f5db 17:14:57 ---> Running in 978f425ce91a 17:14:57 ---> Running in 3309eeade8ab 17:14:57 Removing intermediate container 978f425ce91a 17:14:57 ---> 16a8e46577c3 17:14:57 Step 12/21 : ENV APP_PORT=48085 17:14:58 Removing intermediate container 72869116f5db 17:14:58 ---> 4f33bc700bd6 17:14:58 Step 12/24 : ENV APP_PORT=48060 17:14:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:58 (1/5) Installing ca-certificates (20191127-r4) 17:14:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:14:58 (3/5) Installing libcurl (7.69.1-r3) 17:14:58 ---> Running in aaab2814c044 17:14:58 (4/5) Installing curl (7.69.1-r3) 17:14:58 (5/5) Installing dumb-init (1.2.2-r1) 17:14:58 Executing busybox-1.31.1-r19.trigger 17:14:58 ---> Running in f1c30cb4851d 17:14:58 Executing ca-certificates-20191127-r4.trigger 17:14:58 OK: 7 MiB in 19 packages 17:14:59 Removing intermediate container aaab2814c044 17:14:59 ---> beb6bf95daf2 17:14:59 Step 13/21 : EXPOSE $APP_PORT 17:14:59 Removing intermediate container f1c30cb4851d 17:14:59 ---> 9c81948dee13 17:14:59 Step 13/24 : EXPOSE $APP_PORT 17:14:59 ---> Running in ffbf02876ae7 17:14:59 ---> Running in cbafaca60245 17:15:01 Removing intermediate container ffbf02876ae7 17:15:01 ---> 57baa44ced5c 17:15:01 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:02 Removing intermediate container cbafaca60245 17:15:02 ---> 13317379fe4e 17:15:02 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:15:02 Removing intermediate container 3309eeade8ab 17:15:02 ---> ff3bf1a7f88b 17:15:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:15:03 ---> be70d2d81fb5 17:15:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:15:03 ---> fc00b44dc72b 17:15:03 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:15:04 Removing intermediate container 642d7b597967 17:15:04 ---> e50b55b384e0 17:15:04 17:15:04 Step 10/21 : FROM alpine:3.12 17:15:04 ---> 389fef711851 17:15:04 Step 11/21 : RUN apk add --update --no-cache curl 17:15:04 ---> Running in 38ca80b96b22 17:15:04 Removing intermediate container 414e42277ac2 17:15:04 ---> 4597b3159b7c 17:15:04 17:15:04 Step 10/23 : FROM alpine:3.12 17:15:04 ---> 389fef711851 17:15:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:15:04 ---> Running in 990af087c155 17:15:04 ---> Running in f6de4f90c88a 17:15:05 Removing intermediate container 38ca80b96b22 17:15:05 ---> a27a7fb826ad 17:15:05 Step 13/22 : WORKDIR / 17:15:05 ---> 4d4ad433c26f 17:15:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:15:05 ---> 1bccc4b44f2d 17:15:05 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:15:05 Removing intermediate container f6de4f90c88a 17:15:05 ---> 27c59f0647f9 17:15:05 Step 12/23 : ENV APP_PORT=48080 17:15:05 ---> Running in c58a06183f78 17:15:05 ---> Running in 35c9b4ffd91b 17:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:05 ---> 837f749b4769 17:15:05 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:15:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:05 ---> Running in 72b76eeaa0fb 17:15:05 (1/4) Installing ca-certificates (20191127-r4) 17:15:05 Removing intermediate container 35c9b4ffd91b 17:15:05 ---> 03c8260b0457 17:15:05 Step 13/23 : EXPOSE $APP_PORT 17:15:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:15:05 (3/4) Installing libcurl (7.69.1-r3) 17:15:06 (4/4) Installing curl (7.69.1-r3) 17:15:06 Executing busybox-1.31.1-r19.trigger 17:15:06 Executing ca-certificates-20191127-r4.trigger 17:15:06 OK: 7 MiB in 18 packages 17:15:06 Removing intermediate container c58a06183f78 17:15:06 ---> ec88abda404a 17:15:06 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:07 ---> 8f9bb382d340 17:15:07 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:07 ---> Running in 35fc25d5546b 17:15:07 Removing intermediate container 72b76eeaa0fb 17:15:07 ---> d19a23c14869 17:15:07 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:07 ---> 2ca4cce91a1e 17:15:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:15:07 ---> Running in 111d7bc87606 17:15:08 Removing intermediate container 35fc25d5546b 17:15:08 ---> 55898d3e6ccd 17:15:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:08 ---> a79446302d96 17:15:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:15:08 ---> 6aa10c21b5c0 17:15:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:15:08 Removing intermediate container 990af087c155 17:15:08 ---> e23fcf07054c 17:15:08 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:15:08 Removing intermediate container 111d7bc87606 17:15:08 ---> ffb7dd8c20a8 17:15:08 Step 19/21 : LABEL arch=x86_64 17:15:08 ---> Running in 2cfa5b458314 17:15:08 ---> Running in 08fe58481d1d 17:15:08 ---> Running in 21a64a57ed6d 17:15:08 ---> d96cd9745279 17:15:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:15:08 ---> f52c120d1685 17:15:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:15:09 Removing intermediate container 08fe58481d1d 17:15:09 ---> b9729e500964 17:15:09 Step 13/21 : WORKDIR /edgex 17:15:09 Removing intermediate container 21a64a57ed6d 17:15:09 ---> 92ff0de5fd98 17:15:09 Step 20/21 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:15:09 ---> b83f8b7af68d 17:15:09 Step 18/22 : RUN chmod +x entrypoint.sh 17:15:10 ---> Running in bc51232fcc05 17:15:10 ---> Running in 3d670c1163b1 17:15:10 ---> Running in 9133cc216776 17:15:10 ---> f3765c178465 17:15:10 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:15:10 ---> Running in 9de267bbed6b 17:15:10 Removing intermediate container bc51232fcc05 17:15:10 ---> e342f82bb1e9 17:15:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:15:10 Removing intermediate container 3d670c1163b1 17:15:10 ---> e09378971328 17:15:10 Step 21/21 : LABEL version=0.0.0 17:15:10 ---> Running in a3ea28a8b9cd 17:15:10 Removing intermediate container 9de267bbed6b 17:15:10 ---> 34558a02592c 17:15:10 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:10 ---> 9c02b97a831a 17:15:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:15:11 ---> Running in 797b2fbb2fb6 17:15:11 Removing intermediate container a3ea28a8b9cd 17:15:11 ---> eb0c0ca8b657 17:15:11 17:15:11 Removing intermediate container 2cfa5b458314 17:15:11 ---> 6d62f5d60883 17:15:11 Step 15/23 : RUN apk add --update --no-cache zeromq 17:15:11 Successfully built eb0c0ca8b657 17:15:11 Successfully tagged docker-support-scheduler-go:latest 17:15:11 Removing intermediate container 797b2fbb2fb6 17:15:11 ---> 31b4d5164a97 17:15:11 Step 22/24 : LABEL arch=x86_64 17:15:11 Building docker-sys-mgmt-agent-go 17:15:11  Building docker-support-scheduler-go ... done  ---> Running in a2cdb8c93c47 17:15:11 ---> 7983775f013d 17:15:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:15:11 ---> Running in 3f631b64b98d 17:15:12 Removing intermediate container 9133cc216776 17:15:12 ---> 5906fe39193c 17:15:12 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:15:12 Removing intermediate container 3f631b64b98d 17:15:12 ---> 33de2219e4a3 17:15:12 Step 23/24 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:15:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:14 ---> a678d97c187e 17:15:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:15:14 ---> Running in 862828a8e442 17:15:15 ---> Running in fc645c594b1b 17:15:15 (1/5) Installing libgcc (9.3.0-r2) 17:15:15 (2/5) Installing libsodium (1.0.18-r0) 17:15:15 ---> Running in c892aa2276e4 17:15:15 (3/5) Installing libstdc++ (9.3.0-r2) 17:15:15 Removing intermediate container 862828a8e442 17:15:15 ---> 51d1dde1268f 17:15:15 Step 20/22 : LABEL arch=x86_64 17:15:15 Removing intermediate container fc645c594b1b 17:15:15 ---> 5095902f196a 17:15:15 Step 24/24 : LABEL version=0.0.0 17:15:15 ---> Running in a10628b2d9c5 17:15:15 ---> Running in 791ac29f7b76 17:15:15 (4/5) Installing libzmq (4.3.3-r0) 17:15:16 Removing intermediate container c892aa2276e4 17:15:16 ---> 559edfb3c200 17:15:16 Step 18/21 : CMD ["--init=true"] 17:15:16 (5/5) Installing zeromq (4.3.3-r0) 17:15:16 Executing busybox-1.31.1-r19.trigger 17:15:16 OK: 8 MiB in 19 packages 17:15:16 ---> Running in 807b6be436d6 17:15:17 Removing intermediate container a10628b2d9c5 17:15:17 ---> 2896b227d3db 17:15:17 Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:15:17 Removing intermediate container 791ac29f7b76 17:15:17 ---> f2a2b7c12759 17:15:17 17:15:18 ---> Running in d19d5ed007ef 17:15:18 Successfully built f2a2b7c12759 17:15:18 Successfully tagged docker-support-notifications-go:latest 17:15:18 Building docker-security-secretstore-setup-go 17:15:20  Building docker-support-notifications-go ... done Removing intermediate container 807b6be436d6 17:15:20 ---> df7727c34a24 17:15:20 Step 19/21 : LABEL arch=x86_64 17:15:23 ---> Running in 543ff9c83ecf 17:15:23 Removing intermediate container a2cdb8c93c47 17:15:23 ---> 77499e6e3cdd 17:15:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:15:23 Removing intermediate container d19d5ed007ef 17:15:23 ---> 16f68a860aa6 17:15:23 Step 22/22 : LABEL version=0.0.0 17:15:24 ---> Running in aee8e98e5dd4 17:15:25 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:25 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:15:25 ---> e88fd40c5aad 17:15:25 Step 3/26 : WORKDIR /edgex-go 17:15:25 ---> Using cache 17:15:25 ---> 09b486b6de64 17:15:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:25 ---> Using cache 17:15:25 ---> 826e29ad0728 17:15:25 Step 5/26 : RUN apk add --update --no-cache make bash git 17:15:25 Removing intermediate container 543ff9c83ecf 17:15:25 ---> 4cf0bf2bff64 17:15:25 Step 20/21 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:15:26 ---> e0dd00715465 17:15:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:15:26 ---> Running in 230c15fec535 17:15:26 ---> Running in d67b3969f5e5 17:15:26 Removing intermediate container aee8e98e5dd4 17:15:26 ---> 6b6bc196e898 17:15:26 17:15:27 Successfully built 6b6bc196e898 17:15:27 Removing intermediate container d67b3969f5e5 17:15:27 ---> 8e61bc30f721 17:15:27 Step 21/21 : LABEL version=0.0.0 17:15:27 Successfully tagged docker-security-bootstrap-redis-go:latest 17:15:27  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 17:15:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-21234 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 17:15:28 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 17:15:29 ---> 4d72da34e046 17:15:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:30 ---> Running in e5b2dd1b5887 17:15:31 OK: 233 MiB in 51 packages 17:15:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:15:33 ---> e88fd40c5aad 17:15:33 Step 3/24 : WORKDIR /edgex-go 17:15:34 ---> Using cache 17:15:34 ---> 09b486b6de64 17:15:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:34 ---> Using cache 17:15:34 ---> 826e29ad0728 17:15:34 Step 5/24 : RUN apk add --update --no-cache make git 17:15:34 ---> Using cache 17:15:34 ---> 0675ecb1ecf1 17:15:34 Step 6/24 : COPY go.mod . 17:15:34 ---> Using cache 17:15:34 ---> 22eb4ee3024d 17:15:34 Step 7/24 : RUN go mod download 17:15:34 ---> Using cache 17:15:34 ---> 924a91bf081e 17:15:34 Step 8/24 : COPY . . 17:15:34 ---> Using cache 17:15:34 ---> 54f452fae8ed 17:15:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:15:34 ---> 75b1218a6749 17:15:34 Step 19/23 : ENTRYPOINT ["/core-data"] 17:15:34 Removing intermediate container e5b2dd1b5887 17:15:34 ---> eddb346319a2 17:15:34 17:15:34 using credential edgex-jenkins-ssh 17:15:34 Cloning the remote Git repository 17:15:34 Successfully built eddb346319a2 17:15:35 Successfully tagged docker-security-proxy-setup-go:latest 17:15:35 Building docker-core-command-go 17:15:35  Building docker-security-proxy-setup-go ... done  ---> Running in e16c675c911b 17:15:35 ---> Running in 2c3dd1b19e00 17:15:35 Removing intermediate container 230c15fec535 17:15:35 ---> c7f9a98e1086 17:15:35 Step 6/26 : COPY go.mod . 17:15:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:15:34 > git init /w/workspace/edgex-go/10 # timeout=10 17:15:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:15:35 > git --version # timeout=10 17:15:35 > git --version # 'git version 2.17.1' 17:15:35 using GIT_SSH to set credentials SSH Credentials for GitHub 17:15:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:15:35 Removing intermediate container 2c3dd1b19e00 17:15:35 ---> 4f6289c57f64 17:15:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:15:37 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 17:15:38 ---> Running in b89423ece819 17:15:38 ---> e6d2cab09450 17:15:38 Step 7/26 : RUN go mod download 17:15:40 Removing intermediate container b89423ece819 17:15:40 ---> b828fad8f59c 17:15:40 Step 21/23 : LABEL arch=x86_64 17:15:40 ---> Running in 486491228aab 17:15:40 ---> Running in f972542c3e67 17:15:41 Removing intermediate container f972542c3e67 17:15:41 ---> b8d1c3044f20 17:15:41 Step 22/23 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:15:42 ---> Running in 58d1f7971745 17:15:42 Removing intermediate container 58d1f7971745 17:15:42 ---> 7f5ce39102d7 17:15:42 Step 23/23 : LABEL version=0.0.0 17:15:42 ---> Running in 8a5e60f47964 17:15:43 Removing intermediate container 8a5e60f47964 17:15:43 ---> c0a35453dbe5 17:15:43 17:15:43 Successfully built c0a35453dbe5 17:15:43 Successfully tagged docker-core-data-go:latest 17:15:46  Building docker-core-data-go ... done Removing intermediate container 486491228aab 17:15:46 ---> 7bd7f1767393 17:15:46 Step 8/26 : COPY . . 17:15:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:15:46 ---> e88fd40c5aad 17:15:46 Step 3/22 : WORKDIR /edgex-go 17:15:46 ---> Using cache 17:15:46 ---> 09b486b6de64 17:15:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:46 ---> Using cache 17:15:46 ---> 826e29ad0728 17:15:46 Step 5/22 : RUN apk add --update --no-cache make git 17:15:46 ---> Using cache 17:15:46 ---> 0675ecb1ecf1 17:15:46 Step 6/22 : COPY go.mod . 17:15:46 ---> Using cache 17:15:46 ---> 22eb4ee3024d 17:15:46 Step 7/22 : RUN go mod download 17:15:46 ---> Using cache 17:15:46 ---> 924a91bf081e 17:15:46 Step 8/22 : COPY . . 17:15:46 ---> Using cache 17:15:46 ---> 54f452fae8ed 17:15:46 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:15:48 ---> Running in 87612e21ed8e 17:15:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:15:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:15:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:15:54 ---> e88fd40c5aad 17:15:54 Step 3/22 : WORKDIR /edgex-go 17:15:54 ---> Using cache 17:15:54 ---> 09b486b6de64 17:15:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:54 ---> Using cache 17:15:54 ---> 826e29ad0728 17:15:54 Step 5/22 : RUN apk add --update --no-cache make git 17:15:54 ---> Using cache 17:15:54 ---> 0675ecb1ecf1 17:15:54 Step 6/22 : COPY go.mod . 17:15:54 ---> Using cache 17:15:54 ---> 22eb4ee3024d 17:15:54 Step 7/22 : RUN go mod download 17:15:54 ---> Using cache 17:15:54 ---> 924a91bf081e 17:15:54 Step 8/22 : COPY . . 17:15:54 ---> Using cache 17:15:54 ---> 54f452fae8ed 17:15:54 Step 9/22 : RUN make cmd/core-command/core-command 17:15:55 ---> Running in 4186fd4dfe89 17:15:56 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 17:15:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:16:06 Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:16:07 Merge succeeded, producing bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:16:07 Checking out Revision bfa6a58f8926f2bd31488a3be92923c4164c0bd6 (PR-3027) 17:16:07 Removing intermediate container e16c675c911b 17:16:07 ---> 855141fbbd6f 17:16:07 17:16:07 Step 10/24 : FROM alpine:3.12 17:16:07 ---> 389fef711851 17:16:07 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:16:07 ---> Using cache 17:16:07 ---> ff3bf1a7f88b 17:16:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:16:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:16:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:16:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:16:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:16:05 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:06 > git config core.sparsecheckout # timeout=10 17:16:06 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 17:16:07 > git remote # timeout=10 17:16:07 > git config --get remote.origin.url # timeout=10 17:16:07 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:07 > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 17:16:07 > git rev-parse HEAD^{commit} # timeout=10 17:16:07 > git config core.sparsecheckout # timeout=10 17:16:07 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 17:16:08 ---> Running in e54792e3e988 17:16:08 ---> 78c149ef21c0 17:16:08 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:16:08 Removing intermediate container e54792e3e988 17:16:08 ---> c70924371ac2 17:16:08 Step 13/24 : WORKDIR / 17:16:08 ---> Running in 61a4534eefaa 17:16:09 ---> Running in 0f93d3c9474f 17:16:10 Removing intermediate container 0f93d3c9474f 17:16:10 ---> 9c6d264d4d37 17:16:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:16:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:16:11 ---> fb70a36345db 17:16:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:16:11 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" 17:16:12 ---> 43b49d4db38f 17:16:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:16:12 ---> 7f25a108ba72 17:16:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:16:13 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:16:13 ---> 20694e32664f 17:16:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:16:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:16:14 + sudo service docker restart 17:16:14 + true 17:16:14 ---> a81284bf7ae0 17:16:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:16:14 ---> 29e1bcbe9243 17:16:14 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/ 17:16:14 ---> Running in 1f30fca27931 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:16:16 provisioning config files... 17:16:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config6519277084571225788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:16:16 Removing intermediate container 1f30fca27931 17:16:16 ---> ee2b0f99f852 17:16:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:16:16 ---> docker-login.sh 17:16:16 nexus3.edgexfoundry.org:10001 17:16:17 ---> Running in cfce99f3872b 17:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:18 Configure a credential helper to remove this warning. See 17:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:18 17:16:18 Login Succeeded 17:16:18 nexus3.edgexfoundry.org:10002 17:16:18 Removing intermediate container 4186fd4dfe89 17:16:18 ---> 81050c4aa63c 17:16:18 17:16:18 Step 10/22 : FROM scratch 17:16:18 ---> 17:16:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:16:18 Removing intermediate container cfce99f3872b 17:16:18 ---> f1927f065f5b 17:16:18 Step 22/24 : LABEL arch=x86_64 17:16:18 ---> Running in 2cff1e52ab6a 17:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:18 ---> Using cache 17:16:18 ---> 16a8e46577c3 17:16:18 Step 12/22 : ENV APP_PORT=48082 17:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:18 Configure a credential helper to remove this warning. See 17:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:18 17:16:18 Login Succeeded 17:16:18 nexus3.edgexfoundry.org:10003 17:16:18 Removing intermediate container 2cff1e52ab6a 17:16:18 ---> cddca1cea152 17:16:18 Step 23/24 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:19 Configure a credential helper to remove this warning. See 17:16:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:19 17:16:19 Login Succeeded 17:16:19 nexus3.edgexfoundry.org:10004 17:16:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:19 ---> Running in 377dfd15b281 17:16:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:19 Configure a credential helper to remove this warning. See 17:16:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:19 17:16:19 Login Succeeded 17:16:19 docker.io 17:16:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:16:20 ---> Running in f36bb4104765 17:16:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:16:20 Configure a credential helper to remove this warning. See 17:16:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:16:20 17:16:20 Login Succeeded 17:16:20 ---> docker-login.sh ends [Pipeline] } 17:16:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:16:20 ========================================================= 17:16:20 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:16:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:16:21 + 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 . 17:16:21 Removing intermediate container 377dfd15b281 17:16:21 ---> 63a78c2fc120 17:16:21 Step 13/22 : EXPOSE $APP_PORT 17:16:21 Removing intermediate container 87612e21ed8e 17:16:21 ---> 50fd7724a18e 17:16:21 17:16:21 Step 10/22 : FROM scratch 17:16:21 ---> 17:16:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:16:21 ---> Using cache 17:16:21 ---> 16a8e46577c3 17:16:21 Step 12/22 : ENV APP_PORT=48081 17:16:21 ---> Running in e13d2d05fc8a 17:16:21 Removing intermediate container f36bb4104765 17:16:21 ---> d88dcdb6369c 17:16:21 Step 24/24 : LABEL version=0.0.0 17:16:21 ---> Running in 52591be04e77 17:16:21 ---> Running in 665bf7978a58 17:16:22 Removing intermediate container e13d2d05fc8a 17:16:22 ---> 00f4a67fe120 17:16:22 Step 14/22 : WORKDIR / 17:16:22 Removing intermediate container 52591be04e77 17:16:22 ---> f5b854de6464 17:16:22 Step 13/22 : EXPOSE $APP_PORT 17:16:22 ---> Running in 98924150df4c 17:16:22 Removing intermediate container 665bf7978a58 17:16:22 ---> d07ca8202d65 17:16:22 17:16:22 ---> Running in b246a11c4018 17:16:23 Successfully built d07ca8202d65 17:16:23 Successfully tagged docker-security-secretstore-setup-go:latest 17:16:23  Building docker-security-secretstore-setup-go ... done Removing intermediate container 98924150df4c 17:16:23 ---> cb955fb57bb9 17:16:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:16:23 Removing intermediate container b246a11c4018 17:16:23 ---> 5f3a6d2e722e 17:16:23 Step 14/22 : WORKDIR / 17:16:23 ---> Running in f60009412bcc 17:16:23 ---> 6ae56d48b640 17:16:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:16:23 Removing intermediate container f60009412bcc 17:16:23 ---> 4680324dbdbc 17:16:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:16:23 Sending build context to Docker daemon 165.5MB 17:16:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:16:23 Step 2/6 : FROM ${BASE} 17:16:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:16:23 5f621e34cdf4: Pulling fs layer 17:16:23 a4357932f1b6: Pulling fs layer 17:16:23 18c013af1878: Pulling fs layer 17:16:23 00ac8860ef70: Pulling fs layer 17:16:23 63d7cb157983: Pulling fs layer 17:16:23 b116817d02f9: Pulling fs layer 17:16:23 745a02a5169b: Pulling fs layer 17:16:23 00ac8860ef70: Waiting 17:16:23 63d7cb157983: Waiting 17:16:23 b116817d02f9: Waiting 17:16:23 745a02a5169b: Waiting 17:16:23 18c013af1878: Verifying Checksum 17:16:23 18c013af1878: Download complete 17:16:23 a4357932f1b6: Download complete 17:16:23 63d7cb157983: Verifying Checksum 17:16:23 63d7cb157983: Download complete 17:16:23 b116817d02f9: Verifying Checksum 17:16:23 b116817d02f9: Download complete 17:16:23 5f621e34cdf4: Verifying Checksum 17:16:23 5f621e34cdf4: Download complete 17:16:24 ---> 5893f0205f95 17:16:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:16:24 ---> 3df114a6c114 17:16:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:16:24 5f621e34cdf4: Pull complete 17:16:24 ---> c677c3a699a1 17:16:24 Step 18/22 : ENTRYPOINT ["/core-command"] 17:16:24 ---> 5549ea6c396e 17:16:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:16:24 a4357932f1b6: Pull complete 17:16:24 ---> Running in 8362b442e03f 17:16:25 Removing intermediate container 8362b442e03f 17:16:25 ---> 9f2df8a2945b 17:16:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:16:25 18c013af1878: Pull complete 17:16:26 745a02a5169b: Verifying Checksum 17:16:26 745a02a5169b: Download complete 17:16:27 ---> 4559de7917bb 17:16:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:16:27 ---> Running in acdbabf3868d 17:16:27 ---> Running in 8b0367343e19 17:16:27 Removing intermediate container 61a4534eefaa 17:16:27 ---> e6e6e41b796f 17:16:27 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:16:27 ---> Running in e078b80628e7 17:16:27 Removing intermediate container acdbabf3868d 17:16:27 ---> 4d23cbea897b 17:16:27 Step 20/22 : LABEL arch=x86_64 17:16:27 Removing intermediate container 8b0367343e19 17:16:27 ---> fbe6e0a7897e 17:16:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:16:27 ---> Running in b01fbd066fcd 17:16:27 ---> Running in 537f30e156e9 17:16:27 Removing intermediate container b01fbd066fcd 17:16:27 ---> 1abc879568a0 17:16:27 Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:16:27 ---> Running in a964ca48b8b1 17:16:27 Removing intermediate container 537f30e156e9 17:16:27 ---> 16a9c0f08c69 17:16:27 Step 20/22 : LABEL arch=x86_64 17:16:27 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 17:16:27 ---> Running in 53a04f6089e7 17:16:27 Removing intermediate container a964ca48b8b1 17:16:27 ---> 8fdedcb0be38 17:16:27 Step 22/22 : LABEL version=0.0.0 17:16:27 ---> Running in a5341d01a091 17:16:28 Removing intermediate container 53a04f6089e7 17:16:28 ---> 6c91c88c0538 17:16:28 Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:16:28 ---> Running in 0563033c6c4d 17:16:28 Removing intermediate container a5341d01a091 17:16:28 ---> ecf8f710d874 17:16:28 17:16:28 Successfully built ecf8f710d874 17:16:28 Successfully tagged docker-core-command-go:latest 17:16:28  Building docker-core-command-go ... done Removing intermediate container 0563033c6c4d 17:16:28 ---> 523144f2dbc6 17:16:28 Step 22/22 : LABEL version=0.0.0 17:16:28 ---> Running in 4af54ff6b6f8 17:16:29 Removing intermediate container 4af54ff6b6f8 17:16:29 ---> 2a0f3db98b6a 17:16:29 17:16:29 Removing intermediate container e078b80628e7 17:16:29 ---> 6baf19f51fc0 17:16:29 17:16:29 Step 11/26 : FROM docker:20.10.0 17:16:29 00ac8860ef70: Verifying Checksum 17:16:29 00ac8860ef70: Download complete 17:16:29 Successfully built 2a0f3db98b6a 17:16:29 Successfully tagged docker-core-metadata-go:latest 17:16:29  Building docker-core-metadata-go ... done 20.10.0: Pulling from library/docker 17:16:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:16:34 Status: Downloaded newer image for docker:20.10.0 17:16:34 ---> aefe523efa57 17:16:34 Step 12/26 : RUN apk add --no-cache bash 17:16:34 ---> Running in 295fc5521d62 17:16:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:36 (1/2) Installing readline (8.0.4-r0) 17:16:36 (2/2) Installing bash (5.0.17-r0) 17:16:36 Executing bash-5.0.17-r0.post-install 17:16:36 Executing busybox-1.31.1-r19.trigger 17:16:36 OK: 12 MiB in 22 packages 17:16:36 Removing intermediate container 295fc5521d62 17:16:36 ---> 467d0c920a81 17:16:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:16:36 ---> Running in a0c126a73243 17:16:36 Removing intermediate container a0c126a73243 17:16:36 ---> 51d71dfe0133 17:16:36 Step 14/26 : ENV APP_PORT=48090 17:16:37 ---> Running in c8f3e0e07eb3 17:16:37 Removing intermediate container c8f3e0e07eb3 17:16:37 ---> 5ee9c8ff670c 17:16:37 Step 15/26 : EXPOSE $APP_PORT 17:16:37 ---> Running in ef2c645a1199 17:16:37 Removing intermediate container ef2c645a1199 17:16:37 ---> 6e4e5ae68bb0 17:16:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:16:37 ---> 0e2a8d083851 17:16:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:16:38 ---> c73146e8a808 17:16:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:16:38 ---> eb20d7d72cb3 17:16:38 Step 19/26 : RUN apk --no-cache add py3-pip 17:16:38 ---> Running in 0946ed73bd2c 17:16:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:16:39 00ac8860ef70: Pull complete 17:16:39 63d7cb157983: Pull complete 17:16:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:16:39 (1/33) Installing libbz2 (1.0.8-r1) 17:16:39 b116817d02f9: Pull complete 17:16:39 (2/33) Installing expat (2.2.9-r1) 17:16:39 (3/33) Installing libffi (3.3-r2) 17:16:39 (4/33) Installing gdbm (1.13-r1) 17:16:40 (5/33) Installing xz-libs (5.2.5-r0) 17:16:40 (6/33) Installing sqlite-libs (3.32.1-r0) 17:16:40 (7/33) Installing python3 (3.8.5-r0) 17:16:41 (8/33) Installing py3-appdirs (1.4.4-r1) 17:16:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:16:41 (10/33) Installing py3-parsing (2.4.7-r0) 17:16:41 (11/33) Installing py3-six (1.15.0-r0) 17:16:41 (12/33) Installing py3-packaging (20.4-r0) 17:16:41 (13/33) Installing py3-setuptools (47.0.0-r0) 17:16:41 (14/33) Installing py3-chardet (3.0.4-r4) 17:16:41 (15/33) Installing py3-idna (2.9-r0) 17:16:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:16:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:16:41 (18/33) Installing py3-requests (2.23.0-r0) 17:16:41 (19/33) Installing py3-msgpack (1.0.0-r0) 17:16:41 (20/33) Installing py3-lockfile (0.12.2-r3) 17:16:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:16:41 (22/33) Installing py3-colorama (0.4.3-r0) 17:16:41 (23/33) Installing py3-distlib (0.3.0-r0) 17:16:41 (24/33) Installing py3-distro (1.5.0-r1) 17:16:41 (25/33) Installing py3-webencodings (0.5.1-r3) 17:16:41 (26/33) Installing py3-html5lib (1.0.1-r4) 17:16:41 (27/33) Installing py3-pytoml (0.1.21-r0) 17:16:41 (28/33) Installing py3-pep517 (0.8.2-r0) 17:16:41 (29/33) Installing py3-progress (1.5-r0) 17:16:41 (30/33) Installing py3-toml (0.10.1-r0) 17:16:41 (31/33) Installing py3-retrying (1.3.3-r0) 17:16:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:16:41 (33/33) Installing py3-pip (20.1.1-r0) 17:16:41 Executing busybox-1.31.1-r19.trigger 17:16:41 OK: 71 MiB in 55 packages 17:16:43 745a02a5169b: Pull complete 17:16:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:16:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:16:43 ---> b7e6874047d6 17:16:43 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 17:16:47 ---> Running in d36baee5a2cc 17:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:49 (1/12) Installing libmagic (5.38-r0) 17:16:50 Removing intermediate container 0946ed73bd2c 17:16:50 ---> 8f3d0af15db6 17:16:50 Step 20/26 : RUN pip install docker-compose==1.23.2 17:16:50 ---> Running in 0c75c777e6ca 17:16:50 (2/12) Installing file (5.38-r0) 17:16:50 (3/12) Installing libc-dev (0.7.2-r3) 17:16:50 (4/12) Installing g++ (9.3.0-r2) 17:16:50 Collecting docker-compose==1.23.2 17:16:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:16:50 Collecting docker<4.0,>=3.6.0 17:16:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:16:51 Collecting docopt<0.7,>=0.6.1 17:16:51 Downloading docopt-0.6.2.tar.gz (25 kB) 17:16:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:16:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:16:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:16:51 Collecting cached-property<2,>=1.2.0 17:16:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:16:51 Collecting websocket-client<1.0,>=0.32.0 17:16:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:16:52 Collecting dockerpty<0.5,>=0.4.1 17:16:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:16:52 Collecting texttable<0.10,>=0.9.0 17:16:52 Downloading texttable-0.9.1.tar.gz (11 kB) 17:16:53 Collecting jsonschema<3,>=2.5.1 17:16:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:16:53 Collecting PyYAML<4,>=3.10 17:16:53 Downloading PyYAML-3.13.tar.gz (270 kB) 17:16:54 Collecting docker-pycreds>=0.4.0 17:16:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:16:54 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 17:16:54 Collecting idna<2.8,>=2.5 17:16:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:16:54 Collecting urllib3<1.25,>=1.21.1 17:16:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:16:54 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 17:16:54 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:16:54 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:16:54 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:16:54 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:16:54 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, dockerpty, texttable, jsonschema, PyYAML, docker-compose 17:16:54 Attempting uninstall: idna 17:16:54 Found existing installation: idna 2.9 17:16:54 Uninstalling idna-2.9: 17:16:54 Successfully uninstalled idna-2.9 17:16:54 Attempting uninstall: urllib3 17:16:54 Found existing installation: urllib3 1.25.9 17:16:54 Uninstalling urllib3-1.25.9: 17:16:54 Successfully uninstalled urllib3-1.25.9 17:16:55 Attempting uninstall: requests 17:16:55 Found existing installation: requests 2.23.0 17:16:55 Uninstalling requests-2.23.0: 17:16:55 Successfully uninstalled requests-2.23.0 17:16:55 Running setup.py install for docopt: started 17:16:55 Running setup.py install for docopt: finished with status 'done' 17:16:56 Running setup.py install for dockerpty: started 17:16:56 Running setup.py install for dockerpty: finished with status 'done' 17:16:56 Running setup.py install for texttable: started 17:16:57 Running setup.py install for texttable: finished with status 'done' 17:16:57 Running setup.py install for PyYAML: started 17:16:57 Running setup.py install for PyYAML: finished with status 'done' 17:16:58 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.57.0 17:17:00 Removing intermediate container 0c75c777e6ca 17:17:00 ---> ead8c10b0525 17:17:00 Step 21/26 : RUN apk --no-cache add curl 17:17:00 ---> Running in ba4ca7891812 17:17:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:17:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:17:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:17:01 (2/3) Installing libcurl (7.69.1-r3) 17:17:01 (3/3) Installing curl (7.69.1-r3) 17:17:01 Executing busybox-1.31.1-r19.trigger 17:17:01 OK: 72 MiB in 58 packages 17:17:01 Removing intermediate container ba4ca7891812 17:17:01 ---> d39885f3f417 17:17:01 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:17:01 ---> Running in b662f54eaad5 17:17:02 Removing intermediate container b662f54eaad5 17:17:02 ---> 93c98cb6b6aa 17:17:02 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:02 ---> Running in 681673949c34 17:17:02 Removing intermediate container 681673949c34 17:17:02 ---> 969f79b596d8 17:17:02 Step 24/26 : LABEL arch=x86_64 17:17:02 ---> Running in aeff34b4156c 17:17:02 Removing intermediate container aeff34b4156c 17:17:02 ---> 1b240964b7e6 17:17:02 Step 25/26 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:17:02 (5/12) Installing fortify-headers (1.1-r0) 17:17:02 (6/12) Installing patch (2.7.6-r6) 17:17:02 (7/12) Installing build-base (0.5-r2) 17:17:02 (8/12) Installing libsodium (1.0.18-r0) 17:17:02 (9/12) Installing pkgconf (1.7.2-r0) 17:17:02 (10/12) Installing libsodium-dev (1.0.18-r0) 17:17:02 (11/12) Installing libzmq (4.3.3-r0) 17:17:02 (12/12) Installing zeromq-dev (4.3.3-r0) 17:17:02 Executing busybox-1.31.1-r19.trigger 17:17:02 OK: 217 MiB in 51 packages 17:17:02 ---> Running in cf88fdd702ea 17:17:02 Removing intermediate container cf88fdd702ea 17:17:02 ---> 4f3ea9d87d6d 17:17:02 Step 26/26 : LABEL version=0.0.0 17:17:02 ---> Running in 9e9c0297c3e1 17:17:03 Removing intermediate container 9e9c0297c3e1 17:17:03 ---> 75b78f5b942c 17:17:03 17:17:03 Successfully built 75b78f5b942c 17:17:03 Successfully tagged docker-sys-mgmt-agent-go:latest 17:17:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:17:03 $ docker stop --time=1 19a9824dbf68b865507b82b9dd5726eb05b6ec5387a6700f0bdeb307b76cfbef 17:17:05 $ docker rm -f 19a9824dbf68b865507b82b9dd5726eb05b6ec5387a6700f0bdeb307b76cfbef [Pipeline] // withDockerContainer [Pipeline] sh 17:17:05 + docker images 17:17:05 + grep docker 17:17:05 docker-sys-mgmt-agent-go latest 75b78f5b942c 3 seconds ago 313MB 17:17:05 docker-core-command-go latest ecf8f710d874 37 seconds ago 10.6MB 17:17:05 docker-core-metadata-go latest 2a0f3db98b6a 37 seconds ago 13.1MB 17:17:05 docker-security-secretstore-setup-go latest d07ca8202d65 43 seconds ago 24.6MB 17:17:05 docker-core-data-go latest c0a35453dbe5 About a minute ago 22.3MB 17:17:05 docker-security-proxy-setup-go latest eddb346319a2 About a minute ago 24.4MB 17:17:05 docker-security-bootstrap-redis-go latest 6b6bc196e898 About a minute ago 15.8MB 17:17:05 docker-support-notifications-go latest f2a2b7c12759 About a minute ago 12MB 17:17:05 docker-support-scheduler-go latest eb0c0ca8b657 About a minute ago 10.7MB 17:17:05 docker 20.10.0 aefe523efa57 5 weeks 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 17:17:07 Removing intermediate container d36baee5a2cc 17:17:07 ---> e8564609f126 17:17:07 Step 4/6 : WORKDIR /edgex-go 17:17:07 ---> Running in 314a7a86a321 17:17:07 Removing intermediate container 314a7a86a321 17:17:07 ---> 34e5e1b6be85 17:17:07 Step 5/6 : COPY go.mod . 17:17:07 ---> a07d479400f2 17:17:07 Step 6/6 : RUN go mod download 17:17:08 ---> Running in 8402e4c2bdb9 17:17:21 Still waiting to schedule task 17:17:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:17:35 Removing intermediate container 8402e4c2bdb9 17:17:35 ---> eb4e08fa3843 17:17:35 Successfully built eb4e08fa3843 17:17:35 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:17:35 + docker inspect -f . ci-base-image-arm64 17:17:35 . [Pipeline] withDockerContainer 17:17:35 prd-ubuntu18.04-docker-arm64-4c-16g-21234 does not seem to be running inside a container 17:17:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 17:17:37 $ docker top 80d7df3784ab12e94c30629df9b06b15175ca3de97b73719c64b4acb40951fe1 -eo pid,comm [Pipeline] { [Pipeline] sh 17:17:38 + go version 17:17:38 go version go1.15.5 linux/arm64 [Pipeline] } 17:17:38 $ docker stop --time=1 80d7df3784ab12e94c30629df9b06b15175ca3de97b73719c64b4acb40951fe1 17:17:40 $ docker rm -f 80d7df3784ab12e94c30629df9b06b15175ca3de97b73719c64b4acb40951fe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:17:41 + docker inspect -f . ci-base-image-arm64 17:17:41 . [Pipeline] withDockerContainer 17:17:41 prd-ubuntu18.04-docker-arm64-4c-16g-21234 does not seem to be running inside a container 17:17:41 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 17:17:43 $ docker top ad5eba333dff7107c745c2f5d94676086a93ce1dcecd082b510fd91cf4c0b37d -eo pid,comm [Pipeline] { [Pipeline] echo 17:17:43 ========================================================= 17:17:43 [edgeXBuildGoParallel] Running Tests and Build... 17:17:43 ========================================================= [Pipeline] sh 17:17:44 + make test 17:17:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:18:06 ? github.com/edgexfoundry/edgex-go [no test files] 17:18:11 Running on prd-ubuntu18.04-docker-8c-8g-21240 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws 17:18:11 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 17:18:13 using credential edgex-jenkins-ssh 17:18:13 Cloning the remote Git repository 17:18:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:18:13 > git init /w/workspace/edgex-go/10 # timeout=10 17:18:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:18:13 > git --version # timeout=10 17:18:13 > git --version # 'git version 2.17.1' 17:18:13 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:18:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:18:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:18:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:18:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:18:40 Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:18:40 Merge succeeded, producing bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:18:40 Checking out Revision bfa6a58f8926f2bd31488a3be92923c4164c0bd6 (PR-3027) 17:18:40 > git config core.sparsecheckout # timeout=10 17:18:40 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 17:18:40 > git remote # timeout=10 17:18:40 > git config --get remote.origin.url # timeout=10 17:18:40 using GIT_SSH to set credentials SSH Credentials for GitHub 17:18:40 > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 17:18:40 > git rev-parse HEAD^{commit} # timeout=10 17:18:40 > git config core.sparsecheckout # timeout=10 17:18:40 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 17:18:43 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:18:45 + echo snap-build.sh 17:18:45 snap-build.sh 17:18:45 + SNAP_BASE_DIR=. 17:18:45 + '[' '!' -z /w/workspace/edgex-go/10 ']' 17:18:45 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 17:18:45 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 17:18:45 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 17:18:45 + cd /w/workspace/edgex-go/10 17:18:45 + sudo apt-get remove -qy --purge lxd lxd-client 17:18:45 Reading package lists... 17:18:45 Building dependency tree... 17:18:45 Reading state information... 17:18:45 The following packages were automatically installed and are no longer required: 17:18:45 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:18:45 uidmap xdelta3 17:18:45 Use 'sudo apt autoremove' to remove them. 17:18:45 The following packages will be REMOVED: 17:18:45 lxd* lxd-client* 17:18:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:18:45 After this operation, 31.7 MB disk space will be freed. 17:18:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:18:46 (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.) 17:18:46 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:18:47 Removing lxd dnsmasq configuration 17:18:47 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:18:47 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:18:48 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:18:48 (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.) 17:18:48 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:18:49 Processing triggers for systemd (237-3ubuntu10.42) ... 17:18:50 Processing triggers for ureadahead (0.100.0-21) ... 17:18:51 + sudo snap remove --purge lxd 17:18:51 snap "lxd" is not installed 17:18:51 + sudo groupadd --force --system lxd 17:18:51 ++ whoami 17:18:51 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:18:51 + newgrp - lxd 17:18:51 + sudo snap install lxd 17:19:01 2021-01-19T17:18:58Z INFO Waiting for automatic snapd restart... 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:19:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:19:11 lxd 4.10 from Canonical* installed 17:19:11 + sudo lxd init --auto 17:19:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:19:15 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:19:15 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:19:20 + sudo snap install --classic snapcraft 17:19:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.224s coverage: 46.6% of statements 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:19:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:19:25 snapcraft 4.4.4 from Canonical* installed 17:19:25 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:19:25 + patch --verbose -p1 17:19:25 Hmm... Looks like a unified diff to me... 17:19:25 The text leading up to this was: 17:19:25 -------------------------- 17:19:25 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:19:25 |From: Tony Espy 17:19:25 |Date: Wed, 16 Dec 2020 16:34:55 -0500 17:19:25 |Subject: [PATCH] optimize snap build for pipeline CI check 17:19:25 | 17:19:25 |This patch is used by the EdgeX CI pipeline builds to 17:19:25 |optimize the snap CI check run for pull requests. When 17:19:25 |applied, it essentially strips out everything (apps and 17:19:25 |parts) from the snapcraft.yaml file except those required 17:19:25 |to build edgex-go, as the whole idea of the CI check is to 17:19:25 |catch changes to edgex-go that break the snap build. 17:19:25 | 17:19:25 |In general, anyone updating snapcraft.yaml will also need 17:19:25 |to update this patch file, otherwise it may fail to apply, 17:19:25 |resulting in a failed snap build CI check in the associated 17:19:25 |pull request. 17:19:25 | 17:19:25 |Note - in addition to applying this patch, the pipeline also 17:19:25 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:19:25 |need to build the finally binary .snap file (and it won't 17:19:25 |work with the patch applied). This further reduces the build 17:19:25 |time. 17:19:25 |--- 17:19:25 | snap/snapcraft.yaml | 461 +------------------------------------------- 17:19:25 | 1 file changed, 2 insertions(+), 459 deletions(-) 17:19:25 | 17:19:25 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:19:25 |index 1e537489..faf42425 100644 17:19:25 |--- a/snap/snapcraft.yaml 17:19:25 |+++ b/snap/snapcraft.yaml 17:19:25 -------------------------- 17:19:25 patching file snap/snapcraft.yaml 17:19:25 Using Plan A... 17:19:25 Hunk #1 succeeded at 73. 17:19:25 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 17:19:25 Hunk #3 succeeded at 214 (offset -1 lines). 17:19:25 Hunk #4 succeeded at 222 (offset -1 lines). 17:19:25 Hunk #5 succeeded at 229 (offset -1 lines). 17:19:25 Hunk #6 succeeded at 256 (offset -1 lines). 17:19:25 Hunk #7 succeeded at 290 (offset -1 lines). 17:19:25 Hunk #8 succeeded at 342. 17:19:25 Hmm... Ignoring the trailing garbage. 17:19:25 done 17:19:25 + sudo snapcraft prime --use-lxd 17:19:26 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:19:26 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: 17:19:26 - README.md 17:19:26 - snapcraft.yaml.orig 17:19:26 17:19:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:19:26 Launching a container. 17:19:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.484s coverage: 27.0% of statements 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:19:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:19:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:19:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.254s coverage: 67.9% of statements 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:19:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:19:28 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.671s coverage: 82.3% of statements 17:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:19:28 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:19:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.112s coverage: 28.6% of statements 17:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:19:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.205s coverage: 100.0% of statements 17:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:19:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 17:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:19:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.319s coverage: 86.7% of statements 17:19:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.320s coverage: 97.5% of statements 17:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements 17:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:19:38 Waiting for container to be ready 17:19:38 To start your first instance, try: lxc launch ubuntu:18.04 17:19:38 17:19:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:19:42 Waiting for network to be ready... 17:19:42 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:19:42 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:19:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:19:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 17:19:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:19:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:19:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:19:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:19:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:19:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:19:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:19:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 17:19:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:19:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:19:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 17:19:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 17:19:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 17:19:43 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 17:19:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:19:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 17:19:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 17:19:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 17:19:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 17:19:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 17:19:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 17:19:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 17:19:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 17:19:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.411s coverage: 92.8% of statements 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:19:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:19:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:19:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:19:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 75.5% of statements 17:19:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:19:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 80.8% of statements 17:19:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements 17:19:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.162s coverage: 84.2% of statements 17:19:47 Fetched 23.8 MB in 4s (5495 kB/s) 17:19:47 Reading package lists... 17:19:47 Reading package lists... 17:19:48 Building dependency tree... 17:19:48 Reading state information... 17:19:48 The following additional packages will be installed: 17:19:48 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:19:48 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:19:48 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:19:48 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:19:48 Suggested packages: 17:19:48 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:19:48 Recommended packages: 17:19:48 gnupg libsasl2-modules 17:19:48 The following NEW packages will be installed: 17:19:48 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:19:48 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:19:48 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:19:48 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:19:48 The following packages will be upgraded: 17:19:48 gpg gpg-agent gpgconf libudev1 17:19:48 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 17:19:48 Need to get 3533 kB of archives. 17:19:48 After this operation, 13.3 MB of additional disk space will be used. 17:19:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 17:19:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 17:19:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 17:19:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 17:19:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:19:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 17:19:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 17:19:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 17:19:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:19:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:19:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:19:49 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:19:49 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:19:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:19:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:19:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:19:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:19:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:19:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:19:49 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:19:49 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:19:49 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:19:49 debconf: delaying package configuration, since apt-utils is not installed 17:19:49 Fetched 3533 kB in 1s (3481 kB/s) 17:19:49 (Reading database ... 12511 files and directories currently installed.) 17:19:49 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:19:49 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:19:49 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:19:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements 17:19:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:19:49 Selecting previously unselected package udev. 17:19:49 (Reading database ... 12511 files and directories currently installed.) 17:19:49 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:19:49 Unpacking udev (237-3ubuntu10.44) ... 17:19:49 Selecting previously unselected package libfuse2:amd64. 17:19:49 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:19:49 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:19:50 Selecting previously unselected package fuse. 17:19:50 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:19:50 Unpacking fuse (2.9.7-1ubuntu1) ... 17:19:50 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:50 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:19:50 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:50 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:19:50 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:50 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:19:50 Selecting previously unselected package libksba8:amd64. 17:19:50 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:19:50 Unpacking libksba8:amd64 (1.3.5-2) ... 17:19:51 Selecting previously unselected package libroken18-heimdal:amd64. 17:19:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:19:51 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:19:51 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:19:51 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 Selecting previously unselected package libwind0-heimdal:amd64. 17:19:51 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:19:51 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:19:51 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:19:51 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 63.5% of statements 17:19:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:19:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:19:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 17:19:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 17:19:51 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:19:51 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:19:51 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:51 Selecting previously unselected package libsasl2-modules-db:amd64. 17:19:51 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:19:51 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:19:51 Selecting previously unselected package libsasl2-2:amd64. 17:19:51 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:19:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 17:19:52 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:19:52 Selecting previously unselected package libldap-common. 17:19:52 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 17:19:52 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:19:52 Selecting previously unselected package libldap-2.4-2:amd64. 17:19:52 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 17:19:52 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:19:52 Selecting previously unselected package dirmngr. 17:19:52 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 17:19:52 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 17:19:52 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 17:19:52 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 17:19:52 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 17:19:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements 17:19:52 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:19:52 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:19:52 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 17:19:52 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:52 Setting up libksba8:amd64 (1.3.5-2) ... 17:19:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:19:52 Setting up udev (237-3ubuntu10.44) ... 17:19:53 invoke-rc.d: policy-rc.d denied execution of start. 17:19:53 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:53 Processing triggers for systemd (237-3ubuntu10) ... 17:19:53 Setting up fuse (2.9.7-1ubuntu1) ... 17:19:53 Setting up gpg (2.2.4-1ubuntu1.3) ... 17:19:53 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:53 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:53 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:53 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:53 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:53 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:53 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:19:53 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 17:19:53 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 17:19:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:19:53 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:19:53 settings in the [Install] section, and DefaultInstance for template units). 17:19:53 This means they are not meant to be enabled using systemctl. 17:19:53 Possible reasons for having this kind of units are: 17:19:53 1) A unit may be statically enabled by being symlinked from another unit's 17:19:53 .wants/ or .requires/ directory. 17:19:53 2) A unit's purpose may be to act as a helper for some other unit which has 17:19:53 a requirement dependency on it. 17:19:53 3) A unit may be started when needed via activation (socket, path, timer, 17:19:53 D-Bus, udev, scripted systemctl call, ...). 17:19:53 4) In case of template units, the unit is meant to be enabled with some 17:19:53 instance name specified. 17:19:54 Reading package lists... 17:19:54 Building dependency tree... 17:19:54 Reading state information... 17:19:54 The following additional packages will be installed: 17:19:54 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:19:54 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:19:54 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:19:54 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:19:54 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:19:54 Suggested packages: 17:19:54 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:19:54 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:19:54 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:19:54 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:19:54 systemd-container policykit-1 17:19:54 Recommended packages: 17:19:54 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:19:54 The following NEW packages will be installed: 17:19:54 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:19:54 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:19:54 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:19:54 multiarch-support openssh-client python3 python3-minimal python3.6 17:19:54 python3.6-minimal snapd squashfs-tools sudo 17:19:54 The following packages will be upgraded: 17:19:54 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:19:54 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 17:19:54 Need to get 35.2 MB of archives. 17:19:54 After this operation, 141 MB of additional disk space will be used. 17:19:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:19:54 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:19:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:19:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 17:19:55 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:19:55 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:19:55 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:19:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:19:55 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:19:55 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:19:55 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:19:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:19:55 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 17:19:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 17:19:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:19:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 17:19:55 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:19:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 17:19:55 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 17:19:55 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:19:55 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:19:55 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:19:55 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:19:55 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:19:55 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:19:55 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 17:19:55 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:19:55 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:19:55 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 17:19:55 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.814s coverage: 68.9% of statements 17:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:19:57 debconf: delaying package configuration, since apt-utils is not installed 17:19:57 Fetched 35.2 MB in 2s (15.9 MB/s) 17:19:57 (Reading database ... 12757 files and directories currently installed.) 17:19:57 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:19:57 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:19:57 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:19:57 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:19:57 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:19:57 (Reading database ... 12757 files and directories currently installed.) 17:19:57 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:19:58 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:19:58 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:19:58 (Reading database ... 12757 files and directories currently installed.) 17:19:58 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:19:58 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:19:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 37.0% of statements 17:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:19:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:19:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.546s coverage: 84.0% of statements 17:19:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements 17:19:58 Setting up apt (1.6.12ubuntu0.2) ... 17:19:58 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:19:59 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:19:59 (Reading database ... 12764 files and directories currently installed.) 17:19:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:19:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:19:59 Selecting previously unselected package libpython3.6-minimal:amd64. 17:19:59 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:19:59 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:19:59 Selecting previously unselected package libexpat1:amd64. 17:19:59 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:19:59 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:19:59 Selecting previously unselected package python3.6-minimal. 17:19:59 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:19:59 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:20:00 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 17:20:00 Checking for services that may need to be restarted...done. 17:20:00 Checking for services that may need to be restarted...done. 17:20:00 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:20:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:20:00 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 17:20:00 Selecting previously unselected package python3-minimal. 17:20:00 (Reading database ... 13012 files and directories currently installed.) 17:20:00 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:20:00 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:20:00 Selecting previously unselected package mime-support. 17:20:00 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:20:00 Unpacking mime-support (3.60ubuntu1) ... 17:20:01 Selecting previously unselected package libmpdec2:amd64. 17:20:01 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:20:01 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:20:01 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:20:01 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:20:01 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:20:01 Selecting previously unselected package python3.6. 17:20:01 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 17:20:01 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:20:01 Selecting previously unselected package libpython3-stdlib:amd64. 17:20:01 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:20:01 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:20:01 Setting up python3-minimal (3.6.7-1~18.04) ... 17:20:01 Selecting previously unselected package python3. 17:20:02 (Reading database ... 13442 files and directories currently installed.) 17:20:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:20:02 Unpacking python3 (3.6.7-1~18.04) ... 17:20:02 Selecting previously unselected package multiarch-support. 17:20:02 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:20:02 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:20:02 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:20:02 Selecting previously unselected package liblzo2-2:amd64. 17:20:02 (Reading database ... 13479 files and directories currently installed.) 17:20:02 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:20:02 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:20:02 Selecting previously unselected package libbsd0:amd64. 17:20:02 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:20:02 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:20:02 Selecting previously unselected package sudo. 17:20:02 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 17:20:02 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 17:20:02 Selecting previously unselected package apparmor. 17:20:02 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:20:02 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:20:02 Selecting previously unselected package libedit2:amd64. 17:20:02 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:20:02 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:20:02 Selecting previously unselected package libkrb5support0:amd64. 17:20:02 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:20:02 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:20:02 Selecting previously unselected package libk5crypto3:amd64. 17:20:02 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:20:02 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:20:02 Selecting previously unselected package libkeyutils1:amd64. 17:20:02 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:20:02 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:20:03 Selecting previously unselected package libkrb5-3:amd64. 17:20:03 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:20:03 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:20:03 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:20:03 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:20:03 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:20:03 Selecting previously unselected package libssl1.0.0:amd64. 17:20:03 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 17:20:03 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:20:03 Selecting previously unselected package openssh-client. 17:20:03 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:20:03 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:20:03 Selecting previously unselected package squashfs-tools. 17:20:03 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:20:03 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:20:03 Selecting previously unselected package snapd. 17:20:03 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 17:20:03 Unpacking snapd (2.48+18.04) ... 17:20:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.336s coverage: 47.1% of statements 17:20:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:20:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:20:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:20:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:20:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:20:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements 17:20:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:20:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 17:20:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:20:05 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:20:05 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 17:20:05 Setting up mime-support (3.60ubuntu1) ... 17:20:05 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 17:20:05 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:20:05 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:20:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:20:05 Setting up systemd (237-3ubuntu10.44) ... 17:20:05 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:20:07 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:20:07 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:20:07 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:20:07 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 17:20:07 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:20:07 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 17:20:08 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:20:08 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:20:08 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:20:08 Setting up python3 (3.6.7-1~18.04) ... 17:20:08 running python rtupdate hooks for python3.6... 17:20:08 running python post-rtupdate hooks for python3.6... 17:20:08 Setting up apparmor (2.12-4ubuntu5.1) ... 17:20:09 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:20:09 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:20:10 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:20:10 Setting up snapd (2.48+18.04) ... 17:20:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.119s coverage: 29.1% of statements 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:20:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:20:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:20:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.090s coverage: 0.0% of statements 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:20:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 17:20:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 17:20:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:20:10 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:20:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:20:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:20:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:20:11 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:20:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:20:11 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:20:11 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:20:11 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 17:20:12 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:20:12 GO111MODULE=on go vet ./... 17:20:12 /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' 17:20:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:20:12 Processing triggers for systemd (237-3ubuntu10.44) ... 17:20:13 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:20:13 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:20:13 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:20:14 Reading package lists... 17:20:14 Reading package lists... 17:20:14 Building dependency tree... 17:20:14 Reading state information... 17:20:14 Calculating upgrade... 17:20:15 The following packages will be upgraded: 17:20:15 advancecomp base-files bash binutils binutils-common 17:20:15 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:20:15 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:20:15 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 17:20:15 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 17:20:15 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 17:20:15 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 17:20:15 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 17:20:15 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 17:20:15 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 17:20:15 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 17:20:15 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 17:20:15 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 17:20:15 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 17:20:15 ubuntu-keyring util-linux 17:20:15 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:20:15 Need to get 63.7 MB of archives. 17:20:15 After this operation, 5203 kB of additional disk space will be used. 17:20:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 17:20:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:20:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:20:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:20:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:20:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:20:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:20:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:20:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:20:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:20:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:20:15 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:20:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:20:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:20:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:20:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:20:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:20:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:20:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:20:15 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:20:15 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:20:15 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:20:15 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:20:15 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:20:15 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:20:15 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:20:15 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:20:15 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:20:15 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:20:15 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:20:15 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:20:15 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:20:15 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:20:15 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:20:15 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:20:15 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 17:20:15 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 17:20:15 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:20:15 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:20:15 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:20:15 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 17:20:15 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 17:20:15 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:20:15 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:20:15 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:20:15 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 17:20:15 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:20:15 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:20:15 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:20:15 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:20:15 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:20:15 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:20:15 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:20:15 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:20:15 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:20:15 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:20:15 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:20:15 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:20:15 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:20:15 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:20:16 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:20:16 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:20:16 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:20:16 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:20:16 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:20:16 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:20:16 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:20:16 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:20:16 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:20:16 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:20:16 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:20:16 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:20:16 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:20:16 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:20:16 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:20:16 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:20:16 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:20:16 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:20:16 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:20:16 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:20:16 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:20:16 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:20:16 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:20:16 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:20:16 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:20:16 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:20:16 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:20:16 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:20:16 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:20:16 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:20:16 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:20:16 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:20:16 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:20:16 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:20:16 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:20:16 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:20:16 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:20:16 debconf: delaying package configuration, since apt-utils is not installed 17:20:16 Fetched 63.7 MB in 2s (36.6 MB/s) 17:20:16 (Reading database ... 13912 files and directories currently installed.) 17:20:16 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:20:16 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:20:17 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:20:17 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:20:17 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 17:20:17 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 17:20:18 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:18 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:18 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:18 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:18 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:18 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:18 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:18 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:19 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:19 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:19 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:19 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:19 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:19 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:19 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:19 (Reading database ... 13911 files and directories currently installed.) 17:20:19 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:19 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:20:19 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:20:20 (Reading database ... 13911 files and directories currently installed.) 17:20:20 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:20 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:20 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:20 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:20 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:20:20 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:20:20 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:20 (Reading database ... 13911 files and directories currently installed.) 17:20:20 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:20:20 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:20:21 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:20:21 (Reading database ... 13911 files and directories currently installed.) 17:20:21 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:20:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:20:21 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:20:21 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:20:21 Setting up base-files (10.1ubuntu2.10) ... 17:20:21 Installing new version of config file /etc/issue ... 17:20:21 Installing new version of config file /etc/issue.net ... 17:20:21 Installing new version of config file /etc/lsb-release ... 17:20:21 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:20:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:20:21 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:20:21 Removing obsolete conffile /etc/default/motd-news ... 17:20:22 (Reading database ... 13912 files and directories currently installed.) 17:20:22 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:20:22 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:20:22 Setting up bash (4.4.18-2ubuntu1.2) ... 17:20:22 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 17:20:22 (Reading database ... 13912 files and directories currently installed.) 17:20:22 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:22 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:20:22 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:20:22 (Reading database ... 13912 files and directories currently installed.) 17:20:22 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:20:22 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:20:22 Setting up tar (1.29b-2ubuntu0.2) ... 17:20:22 (Reading database ... 13912 files and directories currently installed.) 17:20:22 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:20:22 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:20:23 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:20:23 (Reading database ... 13912 files and directories currently installed.) 17:20:23 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:20:23 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:20:23 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:20:23 (Reading database ... 13912 files and directories currently installed.) 17:20:23 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:20:23 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:20:23 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:20:23 (Reading database ... 13912 files and directories currently installed.) 17:20:23 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:20:24 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:20:24 Setting up grep (3.1-2build1) ... 17:20:24 (Reading database ... 13912 files and directories currently installed.) 17:20:24 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:20:24 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:20:24 Setting up login (1:4.5-1ubuntu2) ... 17:20:24 (Reading database ... 13912 files and directories currently installed.) 17:20:24 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:20:24 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:24 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:20:24 (Reading database ... 13912 files and directories currently installed.) 17:20:24 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:20:24 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:20:25 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:20:25 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:20:25 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:20:25 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:20:25 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:20:25 (Reading database ... 13912 files and directories currently installed.) 17:20:25 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:20:25 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:20:26 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:20:26 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:20:26 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:20:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:20:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:20:27 (Reading database ... 13912 files and directories currently installed.) 17:20:27 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:20:27 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:20:27 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:20:27 (Reading database ... 13912 files and directories currently installed.) 17:20:27 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:27 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:27 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:27 (Reading database ... 13912 files and directories currently installed.) 17:20:27 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:27 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:27 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:27 (Reading database ... 13912 files and directories currently installed.) 17:20:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:27 (Reading database ... 13912 files and directories currently installed.) 17:20:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:28 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:28 (Reading database ... 13912 files and directories currently installed.) 17:20:28 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:20:28 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:28 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:20:28 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:28 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:20:28 (Reading database ... 13912 files and directories currently installed.) 17:20:28 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:20:28 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:20:28 (Reading database ... 13912 files and directories currently installed.) 17:20:28 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:29 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:20:29 (Reading database ... 13912 files and directories currently installed.) 17:20:29 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:29 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:29 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:20:29 (Reading database ... 13912 files and directories currently installed.) 17:20:29 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:29 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:20:30 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:20:30 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:20:30 (Reading database ... 13912 files and directories currently installed.) 17:20:30 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:20:30 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:20:30 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:20:30 (Reading database ... 13912 files and directories currently installed.) 17:20:30 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:20:30 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:20:30 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:20:31 (Reading database ... 13914 files and directories currently installed.) 17:20:31 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:20:31 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:20:31 Setting up debconf (1.5.66ubuntu1) ... 17:20:31 (Reading database ... 13914 files and directories currently installed.) 17:20:31 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:20:31 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:20:31 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:20:31 (Reading database ... 13914 files and directories currently installed.) 17:20:31 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:20:31 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:20:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:20:32 (Reading database ... 13914 files and directories currently installed.) 17:20:32 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:20:32 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:20:32 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:20:32 (Reading database ... 13914 files and directories currently installed.) 17:20:32 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:20:32 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:20:32 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:20:32 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:20:32 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:20:33 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:20:33 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:20:33 (Reading database ... 13914 files and directories currently installed.) 17:20:33 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:20:33 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:20:33 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:20:33 (Reading database ... 13914 files and directories currently installed.) 17:20:33 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:20:33 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:20:33 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:20:34 (Reading database ... 13914 files and directories currently installed.) 17:20:34 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:20:34 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:20:34 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:20:34 (Reading database ... 13914 files and directories currently installed.) 17:20:34 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 17:20:34 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 17:20:34 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 17:20:34 (Reading database ... 13914 files and directories currently installed.) 17:20:34 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:20:34 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:20:34 Setting up passwd (1:4.5-1ubuntu2) ... 17:20:35 (Reading database ... 13914 files and directories currently installed.) 17:20:35 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 17:20:35 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 17:20:35 Setting up gpgv (2.2.4-1ubuntu1.3) ... 17:20:35 (Reading database ... 13914 files and directories currently installed.) 17:20:35 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:20:35 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:20:35 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:20:35 (Reading database ... 13914 files and directories currently installed.) 17:20:35 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:20:35 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:20:35 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:20:35 (Reading database ... 13914 files and directories currently installed.) 17:20:35 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:20:35 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:20:35 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:20:36 (Reading database ... 13914 files and directories currently installed.) 17:20:36 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:20:36 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:20:36 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:20:36 (Reading database ... 13914 files and directories currently installed.) 17:20:36 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:20:36 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:20:36 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:20:36 (Reading database ... 13914 files and directories currently installed.) 17:20:36 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:20:36 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:20:36 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:20:36 (Reading database ... 13915 files and directories currently installed.) 17:20:36 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:20:36 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:20:36 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:20:36 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:20:37 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 17:20:37 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 17:20:37 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 17:20:37 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 17:20:37 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:20:37 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:20:37 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:20:37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:20:37 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:20:37 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:20:37 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:20:37 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:20:37 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:20:37 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:20:38 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:20:38 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:20:38 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:20:38 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:20:38 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 17:20:38 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 17:20:39 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:20:39 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:20:39 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:20:39 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:20:39 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:20:39 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:20:40 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:20:40 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:20:40 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:20:40 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:20:40 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:20:40 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 17:20:40 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:40 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:40 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:40 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:40 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:40 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:40 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:41 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:42 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:42 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:42 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:42 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:44 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:44 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:44 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:44 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:45 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:20:45 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:20:45 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:20:45 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:20:45 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:20:45 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:20:45 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:20:45 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:20:45 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:20:45 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:20:45 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:20:45 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:20:45 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:20:45 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:20:45 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:20:46 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:20:46 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:46 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:20:46 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:46 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:46 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:46 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:20:46 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:20:46 Setting up tzdata (2020f-0ubuntu0.18.04) ... 17:20:46 17:20:46 Current default time zone: 'Etc/UTC' 17:20:46 Local time is now: Tue Jan 19 17:20:46 UTC 2021. 17:20:46 Universal Time is now: Tue Jan 19 17:20:46 UTC 2021. 17:20:46 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:20:46 17:20:46 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:20:46 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:46 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 17:20:46 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:20:46 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:20:46 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:20:46 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:20:46 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:20:46 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:20:46 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:20:46 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:46 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:20:47 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:47 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:20:47 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:47 Setting up patch (2.7.6-2ubuntu1.1) ... 17:20:47 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:20:47 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:20:47 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 17:20:47 Installing new version of config file /etc/ssl/openssl.cnf ... 17:20:47 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:20:47 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:20:47 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 17:20:49 Updating certificates in /etc/ssl/certs... 17:20:49 22 added, 17 removed; done. 17:20:49 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:20:49 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:20:49 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:20:50 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:20:50 Setting up pkgbinarymangler (138.18.04.1) ... 17:20:50 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:50 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:20:50 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:50 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:50 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:50 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:20:50 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:20:50 Setting up perl (5.26.1-6ubuntu0.5) ... 17:20:50 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:20:50 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:20:50 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:20:50 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:20:50 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:20:50 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:20:50 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:20:50 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:20:50 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:20:50 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:20:50 Processing triggers for systemd (237-3ubuntu10.44) ... 17:20:50 Processing triggers for mime-support (3.60ubuntu1) ... 17:20:50 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 17:20:50 Updating certificates in /etc/ssl/certs... 17:20:51 0 added, 0 removed; done. 17:20:51 Running hooks in /etc/ca-certificates/update.d... 17:20:51 done. 17:20:51 Reading package lists... 17:20:52 Building dependency tree... 17:20:52 Reading state information... 17:20:52 The following NEW packages will be installed: 17:20:52 apt-transport-https 17:20:52 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:20:52 Need to get 1696 B of archives. 17:20:52 After this operation, 153 kB of additional disk space will be used. 17:20:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:20:52 debconf: delaying package configuration, since apt-utils is not installed 17:20:52 Fetched 1696 B in 0s (9361 B/s) 17:20:52 Selecting previously unselected package apt-transport-https. 17:20:52 (Reading database ... 13929 files and directories currently installed.) 17:20:52 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:20:52 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:20:52 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:20:52 Waiting for network to be ready... 17:20:58 2021-01-19T17:20:55Z INFO Waiting for automatic snapd restart... 17:20:58 snapd 2.48.2 from Canonical* installed 17:20:59 "snapd" switched to the "latest/stable" channel 17:20:59 17:21:01 core18 20201210 from Canonical* installed 17:21:02 "core18" switched to the "latest/stable" channel 17:21:02 17:21:05 snapcraft 4.4.4 from Canonical* installed 17:21:05 "snapcraft" switched to the "latest/stable" channel 17:21:05 17:21:09 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: 17:21:09 - README.md 17:21:09 - snapcraft.yaml.orig 17:21:09 17:21:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:21:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:21:15 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:21:15 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:21:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:21:16 Reading package lists... 17:21:16 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 17:21:20 gofmt -l . 17:21:20 [ "`gofmt -l .`" = "" ] 17:21:20 ./bin/test-go-mod-tidy.sh 17:21:21 ./bin/test-attribution-txt.sh [Pipeline] sh 17:21:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:21:23 Reading package lists... 17:21:23 Building dependency tree... 17:21:23 Reading state information... 17:21:23 Suggested packages: 17:21:23 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:21:23 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:21:23 Recommended packages: 17:21:23 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:21:23 The following NEW packages will be installed: 17:21:23 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:21:23 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:21:23 pkg-config zip 17:21:23 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:21:23 Need to get 7655 kB of archives. 17:21:23 After this operation, 43.7 MB of additional disk space will be used. 17:21:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 17:21:23 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:21:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:21:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:21:23 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:21:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:21:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:21:23 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:21:23 + ls -al . 17:21:23 total 684 17:21:23 drwxrwxr-x 9 1001 1001 4096 Jan 19 17:21 . 17:21:23 drwxr-xr-x 4 root root 4096 Jan 19 17:17 .. 17:21:23 -rw-rw-r-- 1 1001 1001 11 Jan 19 17:16 .dockerignore 17:21:23 drwxrwxr-x 8 1001 1001 4096 Jan 19 17:16 .git 17:21:23 drwxrwxr-x 3 1001 1001 4096 Jan 19 17:16 .github 17:21:23 -rw-rw-r-- 1 1001 1001 824 Jan 19 17:16 .gitignore 17:21:23 -rw-rw-r-- 1 1001 1001 166 Jan 19 17:16 .sonarcloud.properties 17:21:23 -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:16 Attribution.txt 17:21:23 -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:16 CONTRIBUTING.md 17:21:23 -rw-rw-r-- 1 1001 1001 931 Jan 19 17:16 Dockerfile.build 17:21:23 -rw-rw-r-- 1 1001 1001 863 Jan 19 17:16 Jenkinsfile 17:21:23 -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:16 LICENSE 17:21:23 -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:16 Makefile 17:21:23 -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:16 README.md 17:21:23 -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:16 SECURITY.md 17:21:23 -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION 17:21:23 -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:16 ZMQWindows.md 17:21:23 drwxrwxr-x 2 1001 1001 4096 Jan 19 17:16 bin 17:21:23 drwxrwxr-x 14 1001 1001 4096 Jan 19 17:16 cmd 17:21:23 -rw-r--r-- 1 root root 550280 Jan 19 17:20 coverage.out 17:21:23 -rw-r--r-- 1 root root 981 Jan 19 17:21 go.mod 17:21:23 -rw-r--r-- 1 root root 19416 Jan 19 17:21 go.sum 17:21:23 drwxrwxr-x 8 1001 1001 4096 Jan 19 17:16 internal 17:21:23 drwxrwxr-x 4 1001 1001 4096 Jan 19 17:16 openapi 17:21:23 drwxrwxr-x 4 1001 1001 4096 Jan 19 17:16 snap 17:21:23 -rw-rw-r-- 1 1001 1001 168 Jan 19 17:16 version.go [Pipeline] sh 17:21:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:21:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:21:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:21:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:21:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:21:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:21:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:21:24 debconf: delaying package configuration, since apt-utils is not installed 17:21:24 Fetched 7655 kB in 1s (8591 kB/s) 17:21:24 Selecting previously unselected package libglib2.0-0:amd64. 17:21:24 (Reading database ... 13933 files and directories currently installed.) 17:21:24 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 17:21:24 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:21:24 + '[' -e coverage.out ] 17:21:24 + chown 1001:1001 coverage.out [Pipeline] stash 17:21:24 Warning: overwriting stash ‘coverage-report’ 17:21:24 Selecting previously unselected package libpsl5:amd64. 17:21:24 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:21:24 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:21:24 Selecting previously unselected package libnghttp2-14:amd64. 17:21:24 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:21:24 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:21:24 Selecting previously unselected package librtmp1:amd64. 17:21:24 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:21:24 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:21:24 Selecting previously unselected package libcurl3-gnutls:amd64. 17:21:24 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:21:24 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:21:24 Selecting previously unselected package liberror-perl. 17:21:24 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:21:24 Unpacking liberror-perl (0.17025-1) ... 17:21:25 Selecting previously unselected package git-man. 17:21:25 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:21:25 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:21:25 Selecting previously unselected package git. 17:21:25 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:21:25 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:21:25 Stashed 1 file(s) [Pipeline] sh 17:21:25 Selecting previously unselected package libnorm1:amd64. 17:21:25 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:21:25 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:21:25 Selecting previously unselected package libpgm-5.2-0:amd64. 17:21:25 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:21:25 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:21:25 Selecting previously unselected package libsodium23:amd64. 17:21:25 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:21:25 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:21:26 Selecting previously unselected package libzmq5:amd64. 17:21:26 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:21:26 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:21:26 Selecting previously unselected package libzmq3-dev:amd64. 17:21:26 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:21:26 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:21:26 + make build 17:21:26 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 17:21:26 Selecting previously unselected package pkg-config. 17:21:26 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:21:26 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:21:26 Selecting previously unselected package zip. 17:21:26 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:21:26 Unpacking zip (3.0-11build1) ... 17:21:26 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:21:26 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:21:26 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:21:26 Setting up liberror-perl (0.17025-1) ... 17:21:26 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:21:26 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 17:21:26 No schema files found: doing nothing. 17:21:26 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:21:26 Setting up zip (3.0-11build1) ... 17:21:26 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:21:26 Setting up libsodium23:amd64 (1.0.16-2) ... 17:21:26 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:21:26 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:21:26 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:21:26 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:21:26 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:21:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:21:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:21:33 git set to automatically installed. 17:21:33 git-man set to automatically installed. 17:21:33 libcurl3-gnutls set to automatically installed. 17:21:33 liberror-perl set to automatically installed. 17:21:33 libglib2.0-0 set to automatically installed. 17:21:33 libnghttp2-14 set to automatically installed. 17:21:33 libnorm1 set to automatically installed. 17:21:33 libpgm-5.2-0 set to automatically installed. 17:21:33 libpsl5 set to automatically installed. 17:21:33 librtmp1 set to automatically installed. 17:21:33 libsodium23 set to automatically installed. 17:21:33 libzmq3-dev set to automatically installed. 17:21:33 libzmq5 set to automatically installed. 17:21:33 pkg-config set to automatically installed. 17:21:33 zip set to automatically installed. 17:21:35 snapd is not logged in, snap install commands will use sudo 17:21: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 17:21:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:21:42 snap "core18" has no updates available 17:21:43 Pulling config-common 17:21:43 Pulling go-build-helper 17:21:58 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 17:22:02 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 17:22:07 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 17:22:08 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 17:22:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:22:10 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:22:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] 17:22:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] 17:22:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 17:22:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 17:22:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 17:22:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 17:22:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] 17:22:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] 17:22:10 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:22:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:22:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:22:10 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:22:10 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:22:10 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:22:10 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:22:10 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:22:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:22:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] 17:22:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 17:22:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 17:22:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 17:22:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 17:22:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 17:22:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] 17:22:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] 17:22:10 Fetched 23.8 MB in 0s (0 B/s) 17:22:10 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:22:10 Fetched 96.5 kB in 0s (0 B/s) 17:22:10 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:22:10 Fetched 279 kB in 0s (0 B/s) 17:22:10 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:22:10 Fetched 122 kB in 0s (0 B/s) 17:22:10 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:22:10 Fetched 77.8 kB in 0s (0 B/s) 17:22:10 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:22:10 Fetched 8848 B in 0s (0 B/s) 17:22:10 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:22:10 Fetched 47.8 kB in 0s (0 B/s) 17:22:10 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:22:10 Fetched 45.6 kB in 0s (0 B/s) 17:22:10 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:22:10 Fetched 15.0 kB in 0s (0 B/s) 17:22:10 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:22:10 Fetched 214 kB in 0s (0 B/s) 17:22:10 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 17:22:10 Fetched 155 kB in 0s (0 B/s) 17:22:10 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:22:10 Fetched 50.6 kB in 0s (0 B/s) 17:22:10 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:22:10 Fetched 14.8 kB in 0s (0 B/s) 17:22:10 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:22:10 Fetched 41.8 kB in 0s (0 B/s) 17:22:10 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:22:10 Fetched 499 kB in 0s (0 B/s) 17:22:10 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:22:10 Fetched 111 kB in 0s (0 B/s) 17:22:10 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:22:10 Fetched 240 kB in 0s (0 B/s) 17:22:10 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:22:10 Fetched 29.3 kB in 0s (0 B/s) 17:22:10 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:22:10 Fetched 85.5 kB in 0s (0 B/s) 17:22:10 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:22:10 Fetched 24.5 kB in 0s (0 B/s) 17:22:10 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:22:10 Fetched 49.2 kB in 0s (0 B/s) 17:22:10 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:22:10 Fetched 54.2 kB in 0s (0 B/s) 17:22:10 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:22:10 Fetched 30.8 kB in 0s (0 B/s) 17:22:10 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 17:22:10 Fetched 17.0 kB in 0s (0 B/s) 17:22:10 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:22:10 Fetched 85.9 kB in 0s (0 B/s) 17:22:10 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:22:10 Fetched 8720 B in 0s (0 B/s) 17:22:10 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:22:10 Fetched 137 kB in 0s (0 B/s) 17:22:10 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:22:10 Fetched 119 kB in 0s (0 B/s) 17:22:10 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:22:10 Fetched 109 kB in 0s (0 B/s) 17:22:10 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:22:10 Fetched 11.1 kB in 0s (0 B/s) 17:22:10 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:22:10 Fetched 645 kB in 0s (0 B/s) 17:22:10 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:22:10 Fetched 41.3 kB in 0s (0 B/s) 17:22:10 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:22:10 Fetched 17.9 kB in 0s (0 B/s) 17:22:10 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:22:10 Fetched 368 kB in 0s (0 B/s) 17:22:10 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:22:10 Fetched 187 kB in 0s (0 B/s) 17:22:10 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:22:10 Fetched 175 kB in 0s (0 B/s) 17:22:10 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:22:10 Fetched 206 kB in 0s (0 B/s) 17:22:10 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 17:22:10 Fetched 1301 kB in 0s (0 B/s) 17:22:10 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:22:10 Fetched 36.2 kB in 0s (0 B/s) 17:22:10 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:22:10 Fetched 159 kB in 0s (0 B/s) 17:22:10 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:22:10 Fetched 107 kB in 0s (0 B/s) 17:22:10 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:22:10 Fetched 48.7 kB in 0s (0 B/s) 17:22:10 Pulling static-packages 17:22:11 'go115' has dependencies that need to be staged: go-build-helper static-packages 17:22:11 Skipping pull go-build-helper (already ran) 17:22:11 Skipping pull static-packages (already ran) 17:22:11 Building go-build-helper 17:22:14 Building static-packages 17:22:15 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 17:22:16 Staging go-build-helper 17:22:17 Staging static-packages 17:22:18 Pulling go115 17:22:19 'edgex-go' has dependencies that need to be staged: go115 17:22:19 Skipping pull go115 (already ran) 17:22:19 Building go115 17:22:19 % Total % Received % Xferd Average Speed Time Time Time Current 17:22:19 Dload Upload Total Spent Left Speed 17:22:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:22:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4495k 0 0 7957k 0 0:00:14 --:--:-- 0:00:14 7943k 33 115M 33 38.9M 0 0 25.3M 0 0:00:04 0:00:01 0:00:03 25.2M 62 115M 62 71.9M 0 0 28.3M 0 0:00:04 0:00:02 0:00:02 28.3M 90 115M 90 104M 0 0 29.4M 0 0:00:03 0:00:03 --:--:-- 29.4M 100 115M 100 115M 0 0 29.8M 0 0:00:03 0:00:03 --:--:-- 29.8M 17:22:23 go1.15.2.linux-amd64.tar.gz: OK 17:22:23 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 17:22:27 Staging go115 17:22:28 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 17:22:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:22:33 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:22:33 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:22:33 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:22:33 Fetched 0 B in 0s (0 B/s) 17:22:33 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:22:33 Fetched 224 kB in 0s (0 B/s) 17:22:33 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:22:33 Fetched 157 kB in 0s (0 B/s) 17:22:33 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:22:33 Fetched 221 kB in 0s (0 B/s) 17:22:33 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:22:33 Fetched 143 kB in 0s (0 B/s) 17:22:33 Pulling edgex-go 17:22:34 Pulling version 17:22:34 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 17:22:35 Building config-common 17:22:37 Skipping build go-build-helper (already ran) 17:22:37 Skipping build static-packages (already ran) 17:22:37 Skipping build go115 (already ran) 17:22:37 Building edgex-go 17:22:37 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 17:22:38 go: downloading github.com/gorilla/mux v1.8.0 17:22:38 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 17:22:38 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 17:22:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 17:22:38 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:22:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 17:22:38 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 17:22:38 go: downloading github.com/google/uuid v1.1.5 17:22:38 go: downloading github.com/imdario/mergo v0.3.11 17:22:38 go: downloading github.com/x448/float16 v0.8.4 17:22:38 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 17:22:38 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:22:38 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 17:22:38 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:22:38 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:22:38 go: downloading github.com/go-kit/kit v0.8.0 17:22:38 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:22:38 go: downloading github.com/hashicorp/consul/api v1.1.0 17:22:38 go: downloading github.com/pebbe/zmq4 v1.2.2 17:22:38 go: downloading github.com/BurntSushi/toml v0.3.1 17:22:38 go: downloading github.com/pelletier/go-toml v1.2.0 17:22:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:22:38 go: downloading github.com/pkg/errors v0.8.1 17:22:38 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:22:38 go: downloading gopkg.in/yaml.v2 v2.4.0 17:22:38 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:22:39 go: downloading github.com/hashicorp/serf v0.8.2 17:22:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:22:39 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:22:39 go: downloading github.com/go-playground/universal-translator v0.17.0 17:22:39 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:22:39 go: downloading github.com/leodido/go-urn v1.2.0 17:22:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:22:39 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:22:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:22:39 go: downloading github.com/mitchellh/copystructure v1.0.0 17:22:39 go: downloading github.com/go-playground/locales v0.13.0 17:22:39 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:22:39 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:22:39 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:22:39 go: downloading github.com/hashicorp/golang-lru v0.5.0 [Pipeline] } 17:22:40 $ docker stop --time=1 ad5eba333dff7107c745c2f5d94676086a93ce1dcecd082b510fd91cf4c0b37d 17:22:42 $ docker rm -f ad5eba333dff7107c745c2f5d94676086a93ce1dcecd082b510fd91cf4c0b37d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:22:44 17:22:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:22:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:22:45 latest: Pulling from edgex-devops/edgex-compose-arm64 17:22:45 29e5d40040c1: Pulling fs layer 17:22:45 1ce36da41761: Pulling fs layer 17:22:45 25b303627fd3: Pulling fs layer 17:22:45 29e5d40040c1: Verifying Checksum 17:22:45 29e5d40040c1: Download complete 17:22:46 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 17:22:46 1ce36da41761: Verifying Checksum 17:22:46 1ce36da41761: Download complete 17:22:46 29e5d40040c1: Pull complete 17:22:47 1ce36da41761: Pull complete 17:22:47 25b303627fd3: Verifying Checksum 17:22:47 25b303627fd3: Download complete 17:22:51 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 17:22: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 17:22:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:22:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 17:22:53 go: downloading github.com/stretchr/testify v1.7.0 17:22:53 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:22:53 go: downloading github.com/pmezard/go-difflib v1.0.0 17:22:53 go: downloading github.com/davecgh/go-spew v1.1.1 17:22:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:22:55 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:22:55 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:22:56 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 17:22:57 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 17:22:57 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:22:58 25b303627fd3: Pull complete 17:22:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:22:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:22:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:22:58 prd-ubuntu18.04-docker-arm64-4c-16g-21234 does not seem to be running inside a container 17:22:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 17:22:58 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 17:22:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:23:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 17:23:00 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:23:01 $ docker top 553167e8db8223a6436bf3f0d190bd6c0b74d652405764841a2c6b99e3af32f9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:02 + docker-compose build --help 17:23:02 + grep parallel 17:23:03 Building version 17:23:05 Staging config-common 17:23:05 --parallel Build images in parallel. [Pipeline] } 17:23:05 $ docker stop --time=1 553167e8db8223a6436bf3f0d190bd6c0b74d652405764841a2c6b99e3af32f9 17:23:06 Skipping stage go-build-helper (already ran) 17:23:06 Skipping stage static-packages (already ran) 17:23:06 Skipping stage go115 (already ran) 17:23:06 Staging edgex-go 17:23:07 Staging version 17:23:07 $ docker rm -f 553167e8db8223a6436bf3f0d190bd6c0b74d652405764841a2c6b99e3af32f9 17:23:07 Priming config-common [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:23:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:23:08 . [Pipeline] withDockerContainer 17:23:08 Priming go-build-helper 17:23:09 prd-ubuntu18.04-docker-arm64-4c-16g-21234 does not seem to be running inside a container 17:23:09 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 17:23:09 Priming static-packages 17:23:10 $ docker top a6ceca9e74d5f75430c8d46cc600987a8e1a8ffd94ab4204d476d12e20b98279 -eo pid,comm [Pipeline] { [Pipeline] sh 17:23:11 + docker-compose -f ./docker-compose-build.yml build --parallel 17:23:12 Priming go115 17:23:13 Priming edgex-go 17:23:14 Priming version 17:23:15 Building docker-core-command-go ... 17:23:15 Building docker-core-data-go ... 17:23:15 Building docker-core-metadata-go ... 17:23:15 Building docker-security-bootstrap-redis-go ... 17:23:15 Building docker-security-proxy-setup-go ... 17:23:15 Building docker-security-secretstore-setup-go ... 17:23:15 Building docker-support-notifications-go ... 17:23:15 Building docker-support-scheduler-go ... 17:23:15 Building docker-sys-mgmt-agent-go ... 17:23:15 Building docker-security-bootstrap-redis-go 17:23:15 Building docker-core-metadata-go 17:23:15 Building docker-core-command-go 17:23:15 Building docker-security-secretstore-setup-go 17:23:15 Building docker-sys-mgmt-agent-go 17:23:15 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] } 17:24:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:24:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:24:23 ---> eb4e08fa3843 17:24:23 Step 3/22 : WORKDIR /edgex-go 17:24:23 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:24:23 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:24:23 ---> eb4e08fa3843 17:24:23 Step 3/26 : WORKDIR /edgex-go 17:24:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:24:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:24:23 ---> eb4e08fa3843 17:24:23 Step 3/22 : WORKDIR /edgex-go 17:24:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:24:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:24:23 ---> eb4e08fa3843 17:24:23 Step 3/22 : WORKDIR /edgex-go 17:24:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:24:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:24:23 ---> eb4e08fa3843 17:24:23 Step 3/24 : WORKDIR /edgex-go 17:24:24 ---> Running in b2b6a834a6fe 17:24:24 ---> Running in 58a345d9ab06 17:24:24 ---> Running in 34416a6e2d0f 17:24:24 ---> Running in 8af066a8ca01 17:24:24 ---> Running in ab16124e1a49 17:24:24 Removing intermediate container b2b6a834a6fe 17:24:24 ---> cd9006ec0a85 17:24:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:24 Removing intermediate container 8af066a8ca01 17:24:24 ---> 38f8a70413d6 17:24:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:24 Removing intermediate container 58a345d9ab06 17:24:24 ---> e6656f693316 17:24:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:24 Removing intermediate container ab16124e1a49 17:24:24 ---> dd1cd0a64210 17:24:24 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:24 Removing intermediate container 34416a6e2d0f 17:24:24 ---> 23d42c917323 17:24:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:24:24 ---> Running in 211ed0eb058e 17:24:24 ---> Running in 1c6cc346434d 17:24:24 ---> Running in 2ade6a78f102 17:24:25 ---> Running in 209001e3db89 17:24:25 ---> Running in 052d89598ece 17:24:28 Removing intermediate container 1c6cc346434d 17:24:28 ---> 05ad1f313dce 17:24:28 Step 5/24 : RUN apk add --update --no-cache make git 17:24:28 ---> Running in a069fbf0e28d 17:24:29 Removing intermediate container 211ed0eb058e 17:24:29 ---> 4c0ef52f4189 17:24:29 Step 5/22 : RUN apk add --update --no-cache make git 17:24:29 Removing intermediate container 209001e3db89 17:24:29 ---> 7c09c5388824 17:24:29 Step 5/26 : RUN apk add --update --no-cache make bash git 17:24:29 ---> Running in 8d3cd9a3bd57 17:24:29 Removing intermediate container 2ade6a78f102 17:24:29 ---> 29faba7176fd 17:24:29 Step 5/22 : RUN apk add --update --no-cache make git 17:24:29 ---> Running in a9d6d25aab6e 17:24:29 ---> Running in 93bc4b33a0f4 17:24:30 Removing intermediate container 052d89598ece 17:24:30 ---> f137310bcdb5 17:24:30 Step 5/22 : RUN apk add --update --no-cache make git 17:24:30 ---> Running in 2d56a7c5520f 17:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:24:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:32 OK: 217 MiB in 51 packages 17:24:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:24:32 OK: 217 MiB in 51 packages 17:24:33 OK: 217 MiB in 51 packages 17:24:33 OK: 217 MiB in 51 packages 17:24:33 OK: 217 MiB in 51 packages 17:24:34 Removing intermediate container a069fbf0e28d 17:24:34 ---> 9f0c08e08046 17:24:34 Step 6/24 : COPY go.mod . 17:24:35 Removing intermediate container 8d3cd9a3bd57 17:24:35 ---> e3733b85bc25 17:24:35 Step 6/22 : COPY go.mod . 17:24:35 ---> 36cbcc2eb352 17:24:35 Step 7/24 : RUN go mod download 17:24:35 Removing intermediate container a9d6d25aab6e 17:24:35 ---> ed3e9f3aeab5 17:24:35 Step 6/26 : COPY go.mod . 17:24:35 ---> Running in c3f83ec772f3 17:24:35 Removing intermediate container 2d56a7c5520f 17:24:35 ---> 5cc6e910359c 17:24:35 Step 6/22 : COPY go.mod . 17:24:35 Removing intermediate container 93bc4b33a0f4 17:24:35 ---> 419948575a55 17:24:35 Step 6/22 : COPY go.mod . 17:24:35 ---> 2c054e30e1b7 17:24:35 Step 7/22 : RUN go mod download 17:24:36 ---> Running in ec51a68af90c 17:24:36 ---> dbe182501516 17:24:36 Step 7/26 : RUN go mod download 17:24:36 ---> Running in 5922da9c90cd 17:24:36 ---> 400b59f0ae5e 17:24:36 Step 7/22 : RUN go mod download 17:24:37 ---> 8a8000fbf117 17:24:37 Step 7/22 : RUN go mod download 17:24:37 ---> Running in b37721d77bd5 17:24:37 ---> Running in 4293f4fd220f 17:24:39 Removing intermediate container c3f83ec772f3 17:24:39 ---> 9b6502697ab7 17:24:39 Step 8/24 : COPY . . 17:24:41 Removing intermediate container ec51a68af90c 17:24:41 ---> 51e60c56d33c 17:24:41 Step 8/22 : COPY . . 17:24:41 Removing intermediate container 5922da9c90cd 17:24:41 ---> 9ee6bfe09ec6 17:24:41 Step 8/26 : COPY . . 17:24:43 Removing intermediate container b37721d77bd5 17:24:43 ---> 68bb4bfe8e67 17:24:43 Step 8/22 : COPY . . 17:24:43 Removing intermediate container 4293f4fd220f 17:24:43 ---> 1a2ea7966dc2 17:24:43 Step 8/22 : COPY . . 17:25:05 ---> 359bd6a7488c 17:25:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:25:05 ---> c7bccdc519ce 17:25:05 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:25:05 ---> e58c81e7b856 17:25:05 Step 9/22 : RUN make cmd/core-command/core-command 17:25:05 ---> 5ff169f00389 17:25:05 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:25:05 ---> 9ffd8f6fa4db 17:25:05 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:25:06 ---> Running in 729bfe54e97f 17:25:06 ---> Running in c19ab6172d59 17:25:06 ---> Running in 2b77699ad8f4 17:25:06 ---> Running in 1088fd807e18 17:25:06 ---> Running in 25ae280ce7f4 17:25:08 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 17:25:08 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 17:25:08 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 17:25:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 17:25:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:26:30 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 17:26:40 Removing intermediate container c19ab6172d59 17:26:40 ---> cc1c1a1d2659 17:26:40 17:26:40 Step 10/24 : FROM alpine:3.12 17:26:40 Removing intermediate container 729bfe54e97f 17:26:40 ---> 82e0af3eda35 17:26:40 17:26:40 Step 10/22 : FROM alpine:3.12 17:26:40 3.12: Pulling from library/alpine 17:26:40 3.12: Pulling from library/alpine 17:26:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:26:42 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 17:26:42 Status: Downloaded newer image for alpine:3.12 17:26:42 Status: Downloaded newer image for alpine:3.12 17:26:42 ---> afeebe901d6b 17:26:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:26:42 ---> afeebe901d6b 17:26:42 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:26:44 ---> Running in 7dab1c70bced 17:26:44 ---> Running in a25b0d07848f 17:26:44 Removing intermediate container 25ae280ce7f4 17:26:44 ---> 6f77188345e4 17:26:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:26:44 Removing intermediate container 1088fd807e18 17:26:44 ---> ffcfff38391f 17:26:44 17:26:44 Step 10/22 : FROM scratch 17:26:44 ---> 17:26:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:26:45 ---> Running in 1df796ae3ef3 17:26:45 ---> Running in 23f5bec056c6 17:26:45 Removing intermediate container 23f5bec056c6 17:26:45 ---> 3bfd33524c90 17:26:45 Step 12/22 : ENV APP_PORT=48082 17:26:46 ---> Running in e76b6b54306f 17:26:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:26:46 Removing intermediate container e76b6b54306f 17:26:46 ---> 8adbae21f582 17:26:46 Step 13/22 : EXPOSE $APP_PORT 17:26:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:46 ---> Running in f0adb23a65c8 17:26:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:26:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:26:47 Removing intermediate container f0adb23a65c8 17:26:47 ---> 4ea6022f1d8f 17:26:47 Step 14/22 : WORKDIR / 17:26:47 (1/5) Installing ca-certificates (20191127-r4) 17:26:47 ---> Running in 63dcccf82164 17:26:47 (1/5) Installing ca-certificates (20191127-r4) 17:26:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:26:48 (3/5) Installing libcurl (7.69.1-r3) 17:26:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:26:48 (3/5) Installing libcurl (7.69.1-r3) 17:26:48 (4/5) Installing curl (7.69.1-r3) 17:26:48 (5/5) Installing dumb-init (1.2.2-r1) 17:26:48 (4/5) Installing curl (7.69.1-r3) 17:26:48 Executing busybox-1.31.1-r19.trigger 17:26:48 (5/5) Installing dumb-init (1.2.2-r1) 17:26:48 Executing busybox-1.31.1-r19.trigger 17:26:48 Executing ca-certificates-20191127-r4.trigger 17:26:48 Executing ca-certificates-20191127-r4.trigger 17:26:48 OK: 7 MiB in 19 packages 17:26:48 OK: 7 MiB in 19 packages 17:26:48 Removing intermediate container 63dcccf82164 17:26:48 ---> 28b9b5c7d5b0 17:26:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:26:50 ---> 6bb99b4455d6 17:26:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:26:51 Removing intermediate container 7dab1c70bced 17:26:51 ---> ea7c908a297d 17:26:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:26:52 ---> Running in 2ca1311099db 17:26:52 Removing intermediate container a25b0d07848f 17:26:52 ---> 880799d09f86 17:26:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:26:52 ---> 052c040fe61b 17:26:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:26:52 ---> Running in 721452ce3b96 17:26:53 Removing intermediate container 2ca1311099db 17:26:53 ---> 1250cc0731ef 17:26:53 Step 13/22 : WORKDIR / 17:26:53 Removing intermediate container 1df796ae3ef3 17:26:53 ---> b32dfad2895f 17:26:53 17:26:53 Step 11/26 : FROM docker:20.10.0 17:26:53 20.10.0: Pulling from library/docker 17:26:53 ---> Running in a9f14d26fc46 17:26:53 Removing intermediate container 721452ce3b96 17:26:53 ---> 653bf7844637 17:26:53 Step 13/24 : WORKDIR / 17:26:53 ---> 4057aadf7ec3 17:26:53 Step 18/22 : ENTRYPOINT ["/core-command"] 17:26:53 ---> Running in dab44aa67c03 17:26:54 ---> Running in d34f7533040b 17:26:54 Removing intermediate container a9f14d26fc46 17:26:54 ---> 2f22a75c6d09 17:26:54 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:26:55 Removing intermediate container d34f7533040b 17:26:55 ---> 65e1df882cc0 17:26:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:26:55 Removing intermediate container dab44aa67c03 17:26:55 ---> fc49240af346 17:26:55 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:26:55 ---> Running in aa44612b916c 17:26:55 Removing intermediate container 2b77699ad8f4 17:26:55 ---> f05c9cb94def 17:26:55 17:26:55 Step 10/22 : FROM scratch 17:26:55 ---> 17:26:55 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:26:56 ---> 125375052dd8 17:26:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:26:56 ---> Using cache 17:26:56 ---> 3bfd33524c90 17:26:56 Step 12/22 : ENV APP_PORT=48081 17:26:56 ---> Running in a1216075da5c 17:26:56 ---> 73e284e5aaab 17:26:56 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:26:56 Removing intermediate container aa44612b916c 17:26:56 ---> 07d305d5344d 17:26:56 Step 20/22 : LABEL arch=arm64 17:26:57 ---> Running in 6eb1f46a29bc 17:26:57 Removing intermediate container a1216075da5c 17:26:57 ---> a5bd5fca2f42 17:26:57 Step 13/22 : EXPOSE $APP_PORT 17:26:57 ---> Running in 593253d68664 17:26:58 ---> f5e83eb3e1bc 17:26:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:26:58 ---> eaad9bd1bb2d 17:26:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 17:26:58 Removing intermediate container 6eb1f46a29bc 17:26:58 ---> 6fa85bae22d2 17:26:58 Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:26:58 Removing intermediate container 593253d68664 17:26:58 ---> e73758fc69dd 17:26:58 Step 14/22 : WORKDIR / 17:26:58 ---> Running in 6ba9edca9710 17:26:58 ---> Running in d9689f6a30cc 17:26:58 ---> e1fbb95d289c 17:26:58 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:26:59 ---> eb73daab5f0b 17:26:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:26:59 Removing intermediate container 6ba9edca9710 17:26:59 ---> e79e7705eedd 17:26:59 Step 22/22 : LABEL version=0.0.0 17:26:59 Removing intermediate container d9689f6a30cc 17:26:59 ---> f6569191086a 17:26:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:27:00 ---> Running in 5df16dfa6a5d 17:27:01 ---> 44f28fe46dcd 17:27:01 Step 18/22 : RUN chmod +x entrypoint.sh 17:27:01 ---> Running in 898e15ef3646 17:27:01 ---> 46891fc3192d 17:27:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:27:01 Removing intermediate container 5df16dfa6a5d 17:27:01 ---> fb6f48cd0713 17:27:01 17:27:01 ---> 67411f27b4bb 17:27:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:27:02 Successfully built fb6f48cd0713 17:27:02 Successfully tagged docker-core-command-go-arm64:latest 17:27:02 Building docker-core-data-go 17:27:05  Building docker-core-command-go ... done  ---> b7e94c07b8c9 17:27:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:27:05 ---> 3183fa174953 17:27:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:27:06 Removing intermediate container 898e15ef3646 17:27:06 ---> 28ca20afe99b 17:27:06 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 17:27:06 ---> db56515a2a86 17:27:06 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/ 17:27:07 ---> Running in ac502e4de74a 17:27:07 ---> 4c90dcc74344 17:27:07 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:27:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:27:07 ---> Running in 4b9f5a32fca7 17:27:07 Status: Downloaded newer image for docker:20.10.0 17:27:07 ---> eeaf43b92773 17:27:07 Step 12/26 : RUN apk add --no-cache bash 17:27:07 ---> Running in adf2d23bafda 17:27:07 ---> Running in 2aef0382c364 17:27:08 Removing intermediate container ac502e4de74a 17:27:08 ---> 5cb2b03b396f 17:27:08 Step 20/22 : LABEL arch=arm64 17:27:08 ---> Running in 05fa7fa8cdaf 17:27:08 Removing intermediate container adf2d23bafda 17:27:08 ---> a68fb28f4d8a 17:27:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:08 ---> Running in 5be8a2b10bc2 17:27:08 Removing intermediate container 05fa7fa8cdaf 17:27:08 ---> 6381e5b0bfd0 17:27:08 Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:27:09 ---> Running in c9535fccf99b 17:27:09 Removing intermediate container 5be8a2b10bc2 17:27:09 ---> dcd5fa7be9a5 17:27:09 Step 20/22 : LABEL arch=arm64 17:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:09 ---> Running in 377dc5675968 17:27:09 Removing intermediate container c9535fccf99b 17:27:09 ---> 5efc11f842f6 17:27:09 Step 22/22 : LABEL version=0.0.0 17:27:10 (1/2) Installing readline (8.0.4-r0) 17:27:10 (2/2) Installing bash (5.0.17-r0) 17:27:10 Executing bash-5.0.17-r0.post-install 17:27:10 ---> Running in e3082f5d81d1 17:27:10 Executing busybox-1.31.1-r19.trigger 17:27:10 OK: 12 MiB in 22 packages 17:27:11 Removing intermediate container 377dc5675968 17:27:11 ---> 71401b15725c 17:27:11 Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:27:11 Removing intermediate container e3082f5d81d1 17:27:11 ---> 05d0cc9a0c6f 17:27:11 17:27:11 ---> Running in 3522b5fadf4f 17:27:12 Removing intermediate container 4b9f5a32fca7 17:27:12 ---> cd2cb417a7d6 17:27:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:27:12 Successfully built 05d0cc9a0c6f 17:27:12 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 17:27:12  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 17:27:12 ---> Running in 062638102dcd 17:27:12 Removing intermediate container 3522b5fadf4f 17:27:12 ---> f864b0c61609 17:27:12 Step 22/22 : LABEL version=0.0.0 17:27:12 Removing intermediate container 2aef0382c364 17:27:12 ---> bb8e2732ebce 17:27:12 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:27:13 ---> Running in a2c9bedf8f3d 17:27:13 ---> Running in 7365c7f67418 17:27:13 Removing intermediate container 062638102dcd 17:27:13 ---> 587007f78af1 17:27:13 Step 22/24 : LABEL arch=arm64 17:27:13 ---> Running in 486583e6b8a2 17:27:13 Removing intermediate container a2c9bedf8f3d 17:27:13 ---> 2cb1f968b344 17:27:13 Step 14/26 : ENV APP_PORT=48090 17:27:13 Removing intermediate container 7365c7f67418 17:27:13 ---> 0c20e3237827 17:27:13 17:27:14 Successfully built 0c20e3237827 17:27:14 Successfully tagged docker-core-metadata-go-arm64:latest 17:27:14 Building docker-security-proxy-setup-go 17:27:14  Building docker-core-metadata-go ... done Removing intermediate container 486583e6b8a2 17:27:14 ---> 200d95c0d12d 17:27:14 Step 23/24 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:27:14 ---> Running in 262b26cad35a 17:27:15 ---> Running in 9a8fa3159b5d 17:27:15 Removing intermediate container 262b26cad35a 17:27:15 ---> 0a1c80ed7b54 17:27:15 Step 15/26 : EXPOSE $APP_PORT 17:27:15 ---> Running in 1c1d034575a8 17:27:15 Removing intermediate container 9a8fa3159b5d 17:27:15 ---> 5d45097b64ab 17:27:15 Step 24/24 : LABEL version=0.0.0 17:27:15 ---> Running in ed2de2d8005b 17:27:16 Removing intermediate container 1c1d034575a8 17:27:16 ---> 5c80da57ffa9 17:27:16 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:27:16 Removing intermediate container ed2de2d8005b 17:27:16 ---> 6444a0d97870 17:27:16 17:27:17 Successfully built 6444a0d97870 17:27:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:27:17 Building docker-support-scheduler-go 17:27:18  Building docker-security-secretstore-setup-go ... done  ---> d8837e2cf735 17:27:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:27:19 ---> 9be31c27f97b 17:27:19 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:27:20 ---> 6d750ed064a9 17:27:20 Step 19/26 : RUN apk --no-cache add py3-pip 17:27:21 ---> Running in 3e830bc9e710 17:27:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:22 (1/33) Installing libbz2 (1.0.8-r1) 17:27:22 (2/33) Installing expat (2.2.9-r1) 17:27:22 (3/33) Installing libffi (3.3-r2) 17:27:22 (4/33) Installing gdbm (1.13-r1) 17:27:22 (5/33) Installing xz-libs (5.2.5-r0) 17:27:22 (6/33) Installing sqlite-libs (3.32.1-r0) 17:27:22 (7/33) Installing python3 (3.8.5-r0) 17:27:24 (8/33) Installing py3-appdirs (1.4.4-r1) 17:27:24 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:27:24 (10/33) Installing py3-parsing (2.4.7-r0) 17:27:24 (11/33) Installing py3-six (1.15.0-r0) 17:27:24 (12/33) Installing py3-packaging (20.4-r0) 17:27:24 (13/33) Installing py3-setuptools (47.0.0-r0) 17:27:24 (14/33) Installing py3-chardet (3.0.4-r4) 17:27:24 (15/33) Installing py3-idna (2.9-r0) 17:27:24 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:27:24 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:27:25 (18/33) Installing py3-requests (2.23.0-r0) 17:27:25 (19/33) Installing py3-msgpack (1.0.0-r0) 17:27:25 (20/33) Installing py3-lockfile (0.12.2-r3) 17:27:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:27:25 (22/33) Installing py3-colorama (0.4.3-r0) 17:27:25 (23/33) Installing py3-distlib (0.3.0-r0) 17:27:25 (24/33) Installing py3-distro (1.5.0-r1) 17:27:25 (25/33) Installing py3-webencodings (0.5.1-r3) 17:27:25 (26/33) Installing py3-html5lib (1.0.1-r4) 17:27:25 (27/33) Installing py3-pytoml (0.1.21-r0) 17:27:25 (28/33) Installing py3-pep517 (0.8.2-r0) 17:27:25 (29/33) Installing py3-progress (1.5-r0) 17:27:25 (30/33) Installing py3-toml (0.10.1-r0) 17:27:25 (31/33) Installing py3-retrying (1.3.3-r0) 17:27:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:27:25 (33/33) Installing py3-pip (20.1.1-r0) 17:27:25 Executing busybox-1.31.1-r19.trigger 17:27:25 OK: 71 MiB in 55 packages 17:27:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:27:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:27:29 ---> eb4e08fa3843 17:27:29 Step 3/23 : WORKDIR /edgex-go 17:27:29 ---> Using cache 17:27:29 ---> e6656f693316 17:27:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:29 ---> Using cache 17:27:29 ---> 29faba7176fd 17:27:29 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:27:29 ---> Running in 2e2ab7691838 17:27:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:32 OK: 217 MiB in 51 packages 17:27:36 Removing intermediate container 2e2ab7691838 17:27:36 ---> 7d18ebb53433 17:27:36 Step 6/23 : COPY go.mod . 17:27:36 Removing intermediate container 3e830bc9e710 17:27:36 ---> e33c246ae43b 17:27:36 Step 20/26 : RUN pip install docker-compose==1.23.2 17:27:36 ---> Running in 752a6cead6ca 17:27:37 ---> b0d2c3bb140d 17:27:37 Step 7/23 : RUN go mod download 17:27:37 ---> Running in 05fc41d70ce8 17:27:41 Removing intermediate container 05fc41d70ce8 17:27:41 ---> 56d8bd153908 17:27:41 Step 8/23 : COPY . . 17:27:43 Collecting docker-compose==1.23.2 17:27:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:27:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:27:45 Collecting docker<4.0,>=3.6.0 17:27:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:27:45 Collecting texttable<0.10,>=0.9.0 17:27:45 Downloading texttable-0.9.1.tar.gz (11 kB) 17:27:48 Collecting jsonschema<3,>=2.5.1 17:27:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:27:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:27:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:27:50 Collecting cached-property<2,>=1.2.0 17:27:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:27:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:27:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:27:51 ---> eb4e08fa3843 17:27:51 Step 3/24 : WORKDIR /edgex-go 17:27:51 ---> Using cache 17:27:51 ---> e6656f693316 17:27:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:51 ---> Using cache 17:27:51 ---> 29faba7176fd 17:27:51 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 17:27:52 Collecting websocket-client<1.0,>=0.32.0 17:27:52 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:27:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:27:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:27:53 ---> eb4e08fa3843 17:27:53 Step 3/21 : WORKDIR /edgex-go 17:27:53 ---> Using cache 17:27:53 ---> e6656f693316 17:27:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:53 ---> Using cache 17:27:53 ---> 29faba7176fd 17:27:53 Step 5/21 : RUN apk add --update --no-cache make git 17:27:53 ---> Using cache 17:27:53 ---> 419948575a55 17:27:53 Step 6/21 : COPY go.mod . 17:27:53 ---> Using cache 17:27:53 ---> 8a8000fbf117 17:27:53 Step 7/21 : RUN go mod download 17:27:53 ---> Using cache 17:27:53 ---> 1a2ea7966dc2 17:27:53 Step 8/21 : COPY . . 17:27:53 ---> Using cache 17:27:53 ---> 359bd6a7488c 17:27:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:27:53 Collecting dockerpty<0.5,>=0.4.1 17:27:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:27:53 ---> Running in e8bdd9a90961 17:27:54 ---> Running in a33479e483f9 17:27:55 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:27:55 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:27:55 ---> eb4e08fa3843 17:27:55 Step 3/21 : WORKDIR /edgex-go 17:27:55 ---> Using cache 17:27:55 ---> e6656f693316 17:27:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:55 ---> Using cache 17:27:55 ---> 29faba7176fd 17:27:55 Step 5/21 : RUN apk add --update --no-cache make git 17:27:55 ---> Using cache 17:27:55 ---> 419948575a55 17:27:55 Step 6/21 : COPY go.mod . 17:27:55 ---> Using cache 17:27:55 ---> 8a8000fbf117 17:27:55 Step 7/21 : RUN go mod download 17:27:55 ---> Using cache 17:27:55 ---> 1a2ea7966dc2 17:27:55 Step 8/21 : COPY . . 17:27:55 ---> Using cache 17:27:55 ---> 359bd6a7488c 17:27:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:27:56 ---> Running in f45911840c63 17:27:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:27:56 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 17:27:57 Collecting docopt<0.7,>=0.6.1 17:27:57 Downloading docopt-0.6.2.tar.gz (25 kB) 17:27:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:27:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:27:57 OK: 217 MiB in 51 packages 17:28:01 Collecting PyYAML<4,>=3.10 17:28:01 Downloading PyYAML-3.13.tar.gz (270 kB) 17:28:01 Removing intermediate container e8bdd9a90961 17:28:01 ---> 302beb80d92e 17:28:01 Step 6/24 : COPY go.mod . 17:28:02 ---> 74f86fd425fc 17:28:02 Step 7/24 : RUN go mod download 17:28:03 ---> Running in 42377970e459 17:28:04 ---> 56d889d9e104 17:28:04 Step 9/23 : RUN make cmd/core-data/core-data 17:28:05 ---> Running in 83d78f82afa9 17:28:06 Collecting docker-pycreds>=0.4.0 17:28:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:28:06 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) 17:28:06 Collecting idna<2.8,>=2.5 17:28:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:28:07 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 17:28:07 Collecting urllib3<1.25,>=1.21.1 17:28:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:28:07 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) 17:28:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:28:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:28:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:28:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:28:08 Removing intermediate container 42377970e459 17:28:08 ---> 91b501e268da 17:28:08 Step 8/24 : COPY . . 17:28:09 Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, cached-property, dockerpty, docopt, PyYAML, docker-compose 17:28:09 Attempting uninstall: idna 17:28:09 Found existing installation: idna 2.9 17:28:09 Uninstalling idna-2.9: 17:28:09 Successfully uninstalled idna-2.9 17:28:10 Attempting uninstall: urllib3 17:28:10 Found existing installation: urllib3 1.25.9 17:28:10 Uninstalling urllib3-1.25.9: 17:28:10 Successfully uninstalled urllib3-1.25.9 17:28:11 Attempting uninstall: requests 17:28:11 Found existing installation: requests 2.23.0 17:28:11 Uninstalling requests-2.23.0: 17:28:12 Successfully uninstalled requests-2.23.0 17:28:14 Running setup.py install for texttable: started 17:28:18 Running setup.py install for texttable: finished with status 'done' 17:28:19 Running setup.py install for dockerpty: started 17:28:22 Running setup.py install for dockerpty: finished with status 'done' 17:28:22 Running setup.py install for docopt: started 17:28:26 ---> 2d422165f513 17:28:26 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:28:26 Running setup.py install for docopt: finished with status 'done' 17:28:26 ---> Running in 28b8fb7bdbf8 17:28:26 Running setup.py install for PyYAML: started 17:28:28 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 17:28:29 Running setup.py install for PyYAML: finished with status 'done' 17:28:30 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.57.0 17:28:35 Removing intermediate container 752a6cead6ca 17:28:35 ---> 0cc44e48c593 17:28:35 Step 21/26 : RUN apk --no-cache add curl 17:28:36 ---> Running in 937b4171309a 17:28:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:28:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:28:39 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:28:39 (2/3) Installing libcurl (7.69.1-r3) 17:28:39 (3/3) Installing curl (7.69.1-r3) 17:28:39 Executing busybox-1.31.1-r19.trigger 17:28:39 OK: 71 MiB in 58 packages 17:28:41 Removing intermediate container 937b4171309a 17:28:41 ---> 9bc758cbdb20 17:28:41 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:28:41 ---> Running in 8a4a30939a2d 17:28:42 Removing intermediate container 8a4a30939a2d 17:28:42 ---> a48d867169ee 17:28:42 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:28:42 ---> Running in 1880fec50440 17:28:42 Removing intermediate container 1880fec50440 17:28:42 ---> 30a6451b26c4 17:28:42 Step 24/26 : LABEL arch=arm64 17:28:43 ---> Running in e338e709f84e 17:28:43 Removing intermediate container e338e709f84e 17:28:43 ---> ef68bd1349d3 17:28:43 Step 25/26 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:28:44 ---> Running in 987e4c37990b 17:28:44 Removing intermediate container 987e4c37990b 17:28:44 ---> c6ef53b1991e 17:28:44 Step 26/26 : LABEL version=0.0.0 17:28:45 ---> Running in 4135a2a97ee1 17:28:45 Removing intermediate container 4135a2a97ee1 17:28:45 ---> b472929bf7b8 17:28:45 17:28:46 Successfully built b472929bf7b8 17:28:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:29:08  Building docker-sys-mgmt-agent-go ... done 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 17:29:26 Removing intermediate container a33479e483f9 17:29:26 ---> 3967d20abccf 17:29:26 17:29:26 Step 10/21 : FROM alpine:3.12 17:29:26 ---> afeebe901d6b 17:29:26 Step 11/21 : RUN apk add --update --no-cache curl 17:29:26 ---> Running in 7b05a7140037 17:29:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:29:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:29:28 (1/4) Installing ca-certificates (20191127-r4) 17:29:28 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:29:28 (3/4) Installing libcurl (7.69.1-r3) 17:29:28 (4/4) Installing curl (7.69.1-r3) 17:29:28 Executing busybox-1.31.1-r19.trigger 17:29:28 Executing ca-certificates-20191127-r4.trigger 17:29:28 OK: 7 MiB in 18 packages 17:29:29 Removing intermediate container f45911840c63 17:29:29 ---> 08dac328298e 17:29:29 17:29:29 Step 10/21 : FROM scratch 17:29:29 ---> 17:29:29 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:29:29 ---> Using cache 17:29:29 ---> 3bfd33524c90 17:29:29 Step 12/21 : ENV APP_PORT=48085 17:29:30 ---> Running in 663d45120767 17:29:31 Removing intermediate container 663d45120767 17:29:31 ---> 72fc0441a720 17:29:31 Step 13/21 : EXPOSE $APP_PORT 17:29:31 ---> Running in 2d1b45c7ea82 17:29:31 Removing intermediate container 7b05a7140037 17:29:31 ---> ac9de98f5802 17:29:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:29:31 ---> Running in 059c87ed7f2d 17:29:32 Removing intermediate container 2d1b45c7ea82 17:29:32 ---> d4fa236c68a9 17:29:32 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 17:29:32 Removing intermediate container 059c87ed7f2d 17:29:32 ---> 4ae28ad816e3 17:29:32 Step 13/21 : WORKDIR /edgex 17:29:32 ---> Running in 38782a07db22 17:29:33 ---> eb539f082e7f 17:29:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:29:33 Removing intermediate container 38782a07db22 17:29:33 ---> a3e64788a377 17:29:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:29:35 ---> 5a83e5578a9b 17:29:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:29:35 ---> 660ce5272be9 17:29:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:29:37 ---> 4e3307a0e274 17:29:37 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:29:37 ---> ee934105ae7f 17:29:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:29:37 ---> Running in cde4871ca437 17:29:38 Removing intermediate container cde4871ca437 17:29:38 ---> 0561c6b76c6c 17:29:38 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:29:38 ---> Running in d1e9b2ff32f4 17:29:39 ---> f95808c434da 17:29:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:29:39 ---> Running in bf392416b93f 17:29:39 Removing intermediate container d1e9b2ff32f4 17:29:39 ---> 4fe4163c2dd8 17:29:39 Step 19/21 : LABEL arch=arm64 17:29:40 ---> Running in e327c5935a5d 17:29:40 Removing intermediate container bf392416b93f 17:29:40 ---> 5bfc96157eeb 17:29:40 Step 18/21 : CMD ["--init=true"] 17:29:40 ---> Running in 281f5429786e 17:29:40 Removing intermediate container e327c5935a5d 17:29:40 ---> 7ee53127e659 17:29:40 Step 20/21 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:29:40 ---> Running in 375c5da7b5e2 17:29:41 Removing intermediate container 281f5429786e 17:29:41 ---> 4a8ce1f7cfc8 17:29:41 Step 19/21 : LABEL arch=arm64 17:29:41 ---> Running in 20f216c9d618 17:29:41 Removing intermediate container 375c5da7b5e2 17:29:41 ---> 588f99c5c5e6 17:29:41 Step 21/21 : LABEL version=0.0.0 17:29:41 ---> Running in 9d935b8ddb37 17:29:41 Removing intermediate container 20f216c9d618 17:29:41 ---> 10f13ac8c579 17:29:41 Step 20/21 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:29:42 ---> Running in 1300a6439dfc 17:29:42 Removing intermediate container 9d935b8ddb37 17:29:42 ---> bf4c4ec74c87 17:29:42 17:29:42 Successfully built bf4c4ec74c87 17:29:43 Successfully tagged docker-support-scheduler-go-arm64:latest 17:29:43  Building docker-support-scheduler-go ... done Removing intermediate container 1300a6439dfc 17:29:43 ---> ed99beba74fc 17:29:43 Step 21/21 : LABEL version=0.0.0 17:29:43 ---> Running in b29f2e3f5dd2 17:29:43 Removing intermediate container b29f2e3f5dd2 17:29:43 ---> 2433d199ad96 17:29:43 17:29:44 Successfully built 2433d199ad96 17:29:44 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:29:45  Building docker-security-proxy-setup-go ... done Removing intermediate container 28b8fb7bdbf8 17:29:45 ---> 5a1e74f253f4 17:29:45 17:29:45 Step 10/24 : FROM scratch 17:29:45 ---> 17:29:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:29:45 ---> Running in f1f43efc0668 17:29:46 Removing intermediate container f1f43efc0668 17:29:46 ---> 04a2e838352b 17:29:46 Step 12/24 : ENV APP_PORT=48060 17:29:46 ---> Running in 703bd31c1441 17:29:47 Removing intermediate container 703bd31c1441 17:29:47 ---> bf351be43a57 17:29:47 Step 13/24 : EXPOSE $APP_PORT 17:29:47 ---> Running in e586adf0924e 17:29:48 Removing intermediate container e586adf0924e 17:29:48 ---> 6ab32b7f9c6a 17:29:48 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:29:49 ---> 9857cf4c2971 17:29:49 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:29:50 ---> 1015d32f70e4 17:29:50 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:29:51 ---> 00bff8e008e4 17:29:51 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 17:29:52 ---> 39b8ae37d1b4 17:29:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:29:53 ---> 13418cb011b7 17:29:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:29:54 ---> 06ae497d31bf 17:29:54 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:29:54 ---> Running in 23801be6bb21 17:29:54 Removing intermediate container 83d78f82afa9 17:29:54 ---> 79c547901830 17:29:54 17:29:54 Step 10/23 : FROM alpine:3.12 17:29:54 ---> afeebe901d6b 17:29:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:29:55 ---> Running in 9a3e9b5e500b 17:29:55 Removing intermediate container 23801be6bb21 17:29:55 ---> c052a0fc2f7e 17:29:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:29:55 ---> Running in ef8f02e380b4 17:29:55 Removing intermediate container 9a3e9b5e500b 17:29:55 ---> 3d059fb39e8d 17:29:55 Step 12/23 : ENV APP_PORT=48080 17:29:55 ---> Running in 09b78873cd65 17:29:55 Removing intermediate container ef8f02e380b4 17:29:55 ---> 79671477a035 17:29:55 Step 22/24 : LABEL arch=arm64 17:29:55 ---> Running in 0b1270b868b7 17:29:56 Removing intermediate container 09b78873cd65 17:29:56 ---> 1ad7230ba562 17:29:56 Step 13/23 : EXPOSE $APP_PORT 17:29:56 ---> Running in b1bc0e82cb62 17:29:56 Removing intermediate container 0b1270b868b7 17:29:56 ---> f9db8ba3be70 17:29:56 Step 23/24 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:29:56 ---> Running in 21e257614317 17:29:56 Removing intermediate container b1bc0e82cb62 17:29:56 ---> 12d6c0750849 17:29:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:29:56 ---> Running in a169e1aa27ca 17:29:57 Removing intermediate container 21e257614317 17:29:57 ---> 3fce3016a1d3 17:29:57 Step 24/24 : LABEL version=0.0.0 17:29:57 ---> Running in 15c5bba385ae 17:29:57 Removing intermediate container 15c5bba385ae 17:29:57 ---> b8db7f71d2e4 17:29:57 17:29:58 Successfully built b8db7f71d2e4 17:29:58 Successfully tagged docker-support-notifications-go-arm64:latest 17:29:59  Building docker-support-notifications-go ... done Removing intermediate container a169e1aa27ca 17:29:59 ---> 7bf2d88ca9ec 17:29:59 Step 15/23 : RUN apk add --update --no-cache zeromq 17:29:59 ---> Running in 5d8b862dded5 17:30:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:30:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:30:02 (1/5) Installing libgcc (9.3.0-r2) 17:30:02 (2/5) Installing libsodium (1.0.18-r0) 17:30:02 (3/5) Installing libstdc++ (9.3.0-r2) 17:30:02 (4/5) Installing libzmq (4.3.3-r0) 17:30:02 (5/5) Installing zeromq (4.3.3-r0) 17:30:02 Executing busybox-1.31.1-r19.trigger 17:30:02 OK: 8 MiB in 19 packages 17:30:04 Removing intermediate container 5d8b862dded5 17:30:04 ---> 6ee3963dc506 17:30:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:30:04 ---> d8da4d57a560 17:30:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:30:06 ---> d3b06987efdc 17:30:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:30:06 ---> d491c7cc6444 17:30:06 Step 19/23 : ENTRYPOINT ["/core-data"] 17:30:06 ---> Running in 93b61a170d1a 17:30:07 Removing intermediate container 93b61a170d1a 17:30:07 ---> 866340e1530e 17:30:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:30:07 ---> Running in 0f451bc436ed 17:30:08 Removing intermediate container 0f451bc436ed 17:30:08 ---> b6c9b3db318f 17:30:08 Step 21/23 : LABEL arch=arm64 17:30:08 ---> Running in 5465a803b5f0 17:30:08 Removing intermediate container 5465a803b5f0 17:30:08 ---> 0264acdf28a0 17:30:08 Step 22/23 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 17:30:09 ---> Running in 900a7ad2f572 17:30:09 Removing intermediate container 900a7ad2f572 17:30:09 ---> 905a4b46322c 17:30:09 Step 23/23 : LABEL version=0.0.0 17:30:09 ---> Running in a05654fea75a 17:30:10 Removing intermediate container a05654fea75a 17:30:10 ---> a02682ddb91c 17:30:10 17:30:10 Successfully built a02682ddb91c 17:30:10 Successfully tagged docker-core-data-go-arm64:latest 17:30:10  Building docker-core-data-go ... done  [Pipeline] } 17:30:10 $ docker stop --time=1 a6ceca9e74d5f75430c8d46cc600987a8e1a8ffd94ab4204d476d12e20b98279 17:30:12 $ docker rm -f a6ceca9e74d5f75430c8d46cc600987a8e1a8ffd94ab4204d476d12e20b98279 [Pipeline] // withDockerContainer [Pipeline] sh 17:30:13 + docker images 17:30:13 + grep docker 17:30:13 docker-core-data-go-arm64 latest a02682ddb91c 4 seconds ago 21MB 17:30:13 docker-support-notifications-go-arm64 latest b8db7f71d2e4 16 seconds ago 11.4MB 17:30:13 docker-security-proxy-setup-go-arm64 latest 2433d199ad96 30 seconds ago 23.2MB 17:30:13 docker-support-scheduler-go-arm64 latest bf4c4ec74c87 31 seconds ago 10MB 17:30:13 docker-sys-mgmt-agent-go-arm64 latest b472929bf7b8 About a minute ago 300MB 17:30:13 docker-security-secretstore-setup-go-arm64 latest 6444a0d97870 2 minutes ago 23.4MB 17:30:13 docker-core-metadata-go-arm64 latest 0c20e3237827 3 minutes ago 12.3MB 17:30:13 docker-security-bootstrap-redis-go-arm64 latest 05d0cc9a0c6f 3 minutes ago 15.1MB 17:30:13 docker-core-command-go-arm64 latest fb6f48cd0713 3 minutes ago 9.98MB 17:30:13 docker 20.10.0 eeaf43b92773 5 weeks 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:30:15 provisioning config files... 17:30:15 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config9142064431409659397tmp [Pipeline] { [Pipeline] sh 17:30:15 + set +x 17:30:15 + curl -s https://codecov.io/bash 17:30:15 + bash -s -- 17:30:15 17:30:15 _____ _ 17:30:15 / ____| | | 17:30:15 | | ___ __| | ___ ___ _____ __ 17:30:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:30:15 | |___| (_) | (_| | __/ (_| (_) \ V / 17:30:15 \_____\___/ \__,_|\___|\___\___/ \_/ 17:30:15 Bash-20210115-cec3c92 17:30:15 17:30:15 17:30:15 ==> git version 2.24.3 found 17:30:15 ==> 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 17:30:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:30:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:30:15 ==> Jenkins CI detected. 17:30:15 project root: . 17:30:15 --> token set from env 17:30:16 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:30:16 ==> Running gcov in . (disable via -X gcov) 17:30:16 ==> Python coveragepy not found 17:30:16 ==> Searching for coverage reports in: 17:30:16 + . 17:30:16 -> Found 1 reports 17:30:16 ==> Detecting git/mercurial file structure 17:30:16 ==> Reading reports 17:30:16 + ./coverage.out bytes=550280 17:30:16 ==> Appending adjustments 17:30:16 https://docs.codecov.io/docs/fixing-reports 17:30:19 + Found adjustments 17:30:19 ==> Gzipping contents 17:30:19 84K /tmp/codecov.exou6a.gz 17:30:19 ==> Uploading reports 17:30:19 url: https://codecov.io 17:30:19 query: branch=PR-3027&commit=bfa6a58f8926f2bd31488a3be92923c4164c0bd6&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 17:30:19 -> Pinging Codecov 17:30:19 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=bfa6a58f8926f2bd31488a3be92923c4164c0bd6&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= 17:30:19 -> Uploading to 17:30:19 https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/bfa6a58f8926f2bd31488a3be92923c4164c0bd6/032bd675-9113-4dec-8bdf-268854289715.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T173019Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3e870e821c93bfd5a7b1268af99641e3d280907b79c649a42aafacab7411535e 17:30:19 % Total % Received % Xferd Average Speed Time Time Time Current 17:30:19 Dload Upload Total Spent Left Speed 17:30:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83276 0 0 100 83276 0 166k --:--:-- --:--:-- --:--:-- 166k 17:30:20 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [Pipeline] } 17:30:20 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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 17:30:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:30:23 ---> package-listing.sh 17:30:23 ++ facter osfamily 17:30:23 ++ tr '[:upper:]' '[:lower:]' 17:30:23 + OS_FAMILY=redhat 17:30:23 + workspace=/w/workspace/edgex-go/10 17:30:23 + START_PACKAGES=/tmp/packages_start.txt 17:30:23 + END_PACKAGES=/tmp/packages_end.txt 17:30:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:30:23 + PACKAGES=/tmp/packages_start.txt 17:30:23 + '[' /w/workspace/edgex-go/10 ']' 17:30:23 + PACKAGES=/tmp/packages_end.txt 17:30:23 + case "${OS_FAMILY}" in 17:30:23 + rpm -qa 17:30:23 + sort 17:30:28 + '[' -f /tmp/packages_start.txt ']' 17:30:28 + '[' -f /tmp/packages_end.txt ']' 17:30:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:30:28 + '[' /w/workspace/edgex-go/10 ']' 17:30:28 + mkdir -p /w/workspace/edgex-go/10/archives/ 17:30:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 17:30:28 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:30:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:30:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:29 17:30:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:30:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:29 alpine: Pulling from edgex-lftools-log-publisher 17:30:29 df20fa9351a1: Pulling fs layer 17:30:29 36b3adc4ff6f: Pulling fs layer 17:30:29 8ad3a11d3b57: Pulling fs layer 17:30:29 46f8f816bc3b: Pulling fs layer 17:30:29 93b61091891f: Pulling fs layer 17:30:29 93b9cdb0e59b: Pulling fs layer 17:30:29 5e14af77c1be: Pulling fs layer 17:30:29 01666e4c0597: Pulling fs layer 17:30:29 aa168da1d23b: Pulling fs layer 17:30:29 5e14af77c1be: Waiting 17:30:29 93b61091891f: Waiting 17:30:29 01666e4c0597: Waiting 17:30:29 93b9cdb0e59b: Waiting 17:30:29 46f8f816bc3b: Waiting 17:30:29 aa168da1d23b: Waiting 17:30:29 36b3adc4ff6f: Download complete 17:30:29 46f8f816bc3b: Verifying Checksum 17:30:29 46f8f816bc3b: Download complete 17:30:29 df20fa9351a1: Verifying Checksum 17:30:29 df20fa9351a1: Download complete 17:30:29 93b61091891f: Download complete 17:30:29 5e14af77c1be: Verifying Checksum 17:30:29 5e14af77c1be: Download complete 17:30:29 01666e4c0597: Verifying Checksum 17:30:29 01666e4c0597: Download complete 17:30:29 8ad3a11d3b57: Verifying Checksum 17:30:29 8ad3a11d3b57: Download complete 17:30:30 df20fa9351a1: Pull complete 17:30:30 93b9cdb0e59b: Verifying Checksum 17:30:30 93b9cdb0e59b: Download complete 17:30:30 36b3adc4ff6f: Pull complete 17:30:30 8ad3a11d3b57: Pull complete 17:30:31 aa168da1d23b: Verifying Checksum 17:30:31 aa168da1d23b: Download complete 17:30:32 46f8f816bc3b: Pull complete 17:30:33 93b61091891f: Pull complete 17:30:33 93b9cdb0e59b: Pull complete 17:30:33 5e14af77c1be: Pull complete 17:30:33 01666e4c0597: Pull complete 17:30:41 aa168da1d23b: Pull complete 17:30:41 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:30:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:30:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:30:43 prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container 17:30:43 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:30:46 $ docker top 63a829453b157f0873e3d81a84296674a3ac1514b0a8566ebdf9aaadf67130d7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:30:46 + touch /tmp/pre-build-complete [Pipeline] sh 17:30:46 + mkdir -p /var/log/sa [Pipeline] sh 17:30:47 + ls /var/log/sa-host 17:30:47 + sadf -c /var/log/sa-host/sa19 17:30:47 file_magic: OK 17:30:47 HZ: Using current value: 100 17:30:47 file_header: OK 17:30:47 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 17:30:47 Statistics: 17:30:47 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... 17:30:47 File successfully converted to sysstat format version 12.2.1 17:30:47 + sadf -c /var/log/sa-host/sa23 17:30:47 file_magic: OK 17:30:47 HZ: Using current value: 100 17:30:47 file_header: OK 17:30:47 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 17:30:47 Statistics: 17:30:47 Hnuu...uuuununununu... 17:30:47 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:30:47 provisioning config files... 17:30:47 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config7442615644235905598tmp [Pipeline] { [Pipeline] echo 17:30:47 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:30:47 ---> create-netrc.sh [Pipeline] } 17:30:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:30:47 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:30:48 ---> python-tools-install.sh [Pipeline] echo 17:30:48 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:30:48 ---> sudo-logs.sh 17:30:48 Archiving 'sudo' log.. [Pipeline] echo 17:30:48 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:30:48 ---> job-cost.sh 17:30:48 lf-activate-venv: SKIPPING 17:30:48 INFO: No Stack... 17:30:49 INFO: Retrieving Pricing Info for: v1-standard-2 17:30:50 INFO: Archiving Costs [Pipeline] echo 17:30:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:30:50 ---> logs-deploy.sh 17:30:50 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/10 17:30:50 INFO: archiving workspace using pattern(s): 17:30:52 Archives upload complete. 17:30:52 INFO: archiving logs to Nexus