Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1fe9c57595a4564b38ed3255b61c8dcb89657231+5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 (9ac3fa24b54ee611c531da984719d5f46c7b00af) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19838 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 1fe9c57595a4564b38ed3255b61c8dcb89657231 Merge succeeded, producing 1fe9c57595a4564b38ed3255b61c8dcb89657231 Checking out Revision 1fe9c57595a4564b38ed3255b61c8dcb89657231 (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # 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 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 Commit message: "feat(security): run security-bootstrapper executeable as $$EDGEX_USER" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:23:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:23:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:23:28 ========================================================= 22:23:28 EdgeX Global Pipelines Version Info 22:23:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 # timeout=10 22:23:29 ------------------- 22:23:29 stable info: 22:23:29 ------------------- 22:23:29 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:23:29 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:23:29 Message: update stable to v1.0.173 22:23:30 ------------------- 22:23:30 experimental info: 22:23:30 ------------------- 22:23:30 Commited By: **** collab-it+edgex@linuxfoundation.org 22:23:30 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:23:30 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:23:30 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:23:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:23:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:23:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 22:23:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 22:23:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 22:23:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1fe9c57595a4564b38ed3255b61c8dcb89657231 [Pipeline] echo 22:23:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1fe9c57 [Pipeline] echo 22:23:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:23:33 provisioning config files... 22:23:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config6856066483733983605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:23:33 ---> docker-login.sh 22:23:33 nexus3.edgexfoundry.org:10001 22:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:23:34 Configure a credential helper to remove this warning. See 22:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:23:34 22:23:34 Login Succeeded 22:23:34 nexus3.edgexfoundry.org:10002 22:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:23:34 Configure a credential helper to remove this warning. See 22:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:23:34 22:23:34 Login Succeeded 22:23:34 nexus3.edgexfoundry.org:10003 22:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:23:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:23:34 Configure a credential helper to remove this warning. See 22:23:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:23:34 22:23:34 Login Succeeded 22:23:34 nexus3.edgexfoundry.org:10004 22:23:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:23:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:23:35 Configure a credential helper to remove this warning. See 22:23:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:23:35 22:23:35 Login Succeeded 22:23:35 docker.io 22:23:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:23:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:23:35 Configure a credential helper to remove this warning. See 22:23:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:23:35 22:23:35 Login Succeeded 22:23:35 ---> docker-login.sh ends [Pipeline] } 22:23:35 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:23:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/core-command/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo core-command,cmd/core-command/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/core-data/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo core-data,cmd/core-data/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/core-metadata/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo core-metadata,cmd/core-metadata/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/security-bootstrapper/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/security-proxy-setup/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/support-notifications/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo support-notifications,cmd/support-notifications/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/support-scheduler/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:23:35 + for file in '`ls cmd/**/Dockerfile`' 22:23:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:23:35 ++ cut -d/ -f2 22:23:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:23:35 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:23:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:23:36 22:23:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:23:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:23:37 latest: Pulling from edgex-devops/git-semver 22:23:37 31603596830f: Pulling fs layer 22:23:37 2a8b12db71e7: Pulling fs layer 22:23:37 6ca5941a6612: Pulling fs layer 22:23:37 ecc8261a40a4: Pulling fs layer 22:23:37 ecc8261a40a4: Waiting 22:23:37 2a8b12db71e7: Verifying Checksum 22:23:37 2a8b12db71e7: Download complete 22:23:37 31603596830f: Download complete 22:23:37 ecc8261a40a4: Verifying Checksum 22:23:37 ecc8261a40a4: Download complete 22:23:37 6ca5941a6612: Verifying Checksum 22:23:37 6ca5941a6612: Download complete 22:23:37 31603596830f: Pull complete 22:23:37 2a8b12db71e7: Pull complete 22:23:38 6ca5941a6612: Pull complete 22:23:38 ecc8261a40a4: Pull complete 22:23:38 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:23:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:23:38 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:23:38 prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container 22:23:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:23:41 $ docker top 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:23:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:23:42 [ssh-agent] Looking for ssh-agent implementation... 22:23:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:23:42 $ docker exec 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 ssh-agent 22:23:42 SSH_AUTH_SOCK=/tmp/ssh-uqDSetM2wvhh/agent.12 22:23:42 SSH_AGENT_PID=17 22:23:42 Running ssh-add (command line suppressed) 22:23:42 Identity added: /w/workspace/edgex-go/21@tmp/private_key_7616358997448095116.key (/w/workspace/edgex-go/21@tmp/private_key_7616358997448095116.key) 22:23:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:23:43 + git tag --points-at HEAD [Pipeline] } 22:23:43 $ docker exec --env ******** --env ******** 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 ssh-agent -k 22:23:43 unset SSH_AUTH_SOCK; 22:23:43 unset SSH_AGENT_PID; 22:23:43 echo Agent pid 17 killed; 22:23:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:23:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:23:43 [ssh-agent] Looking for ssh-agent implementation... 22:23:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:23:43 $ docker exec 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 ssh-agent 22:23:44 SSH_AUTH_SOCK=/tmp/ssh-CGdDBKiPhexl/agent.45 22:23:44 SSH_AGENT_PID=50 22:23:44 Running ssh-add (command line suppressed) 22:23:44 Identity added: /w/workspace/edgex-go/21@tmp/private_key_3282276922123904361.key (/w/workspace/edgex-go/21@tmp/private_key_3282276922123904361.key) 22:23:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:23:44 + git semver init 22:23:44 # -> Open(): unable to determine branch for HEAD 22:23:44 # $GIT_DIR = /w/workspace/edgex-go/21/.git 22:23:44 # $GIT_WORK_TREE = /w/workspace/edgex-go/21 22:23:44 # $SEMVER_REMOTE_NAME = origin 22:23:44 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:23:44 # $SEMVER_USER_NAME = edgex-jenkins 22:23:44 # $SEMVER_BRANCH = PR-2970 22:23:44 # $SEMVER_TEMP = /tmp/semver-108269139 22:23:44 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:24:04 # '/tmp/semver-108269139' -> '/w/workspace/edgex-go/21/.semver' 22:24:04 # -> Force: false 22:24:04 # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } 22:24:04 $ docker exec --env ******** --env ******** 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 ssh-agent -k 22:24:05 unset SSH_AUTH_SOCK; 22:24:05 unset SSH_AGENT_PID; 22:24:05 echo Agent pid 50 killed; 22:24:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:24:05 + git semver [Pipeline] } 22:24:05 $ docker stop --time=1 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 22:24:07 $ docker rm -f 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 [Pipeline] // withDockerContainer [Pipeline] sh 22:24:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:24:08 Stashed 1 file(s) [Pipeline] echo 22:24:08 [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 22:24:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:24:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:24:10 + sudo service docker restart 22:24:10 + true 22:24:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:24:10 ========================================================= 22:24:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:24:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:24: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 . 22:24:15 Sending build context to Docker daemon 326.6MB 22:24:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:24:15 Step 2/6 : FROM ${BASE} 22:24:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:24:15 188c0c94c7c5: Pulling fs layer 22:24:15 0ef7d3d256c8: Pulling fs layer 22:24:15 de9db76c5a1d: Pulling fs layer 22:24:15 bca2f99d35d6: Pulling fs layer 22:24:15 93359f2a8cfa: Pulling fs layer 22:24:15 7c6f9722023f: Pulling fs layer 22:24:15 a35cf1a2eb13: Pulling fs layer 22:24:15 bca2f99d35d6: Waiting 22:24:15 a35cf1a2eb13: Waiting 22:24:15 7c6f9722023f: Waiting 22:24:15 de9db76c5a1d: Verifying Checksum 22:24:15 de9db76c5a1d: Download complete 22:24:15 0ef7d3d256c8: Verifying Checksum 22:24:15 0ef7d3d256c8: Download complete 22:24:15 93359f2a8cfa: Verifying Checksum 22:24:15 93359f2a8cfa: Download complete 22:24:15 188c0c94c7c5: Verifying Checksum 22:24:15 188c0c94c7c5: Download complete 22:24:15 7c6f9722023f: Verifying Checksum 22:24:15 7c6f9722023f: Download complete 22:24:15 188c0c94c7c5: Pull complete 22:24:16 0ef7d3d256c8: Pull complete 22:24:16 de9db76c5a1d: Pull complete 22:24:17 a35cf1a2eb13: Verifying Checksum 22:24:17 a35cf1a2eb13: Download complete 22:24:17 bca2f99d35d6: Verifying Checksum 22:24:17 bca2f99d35d6: Download complete 22:24:24 Still waiting to schedule task 22:24:24 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:24:24 bca2f99d35d6: Pull complete 22:24:24 93359f2a8cfa: Pull complete 22:24:24 7c6f9722023f: Pull complete 22:24:28 a35cf1a2eb13: Pull complete 22:24:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:24:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:24:28 ---> a62c8e92a672 22:24:28 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 22:24:29 ---> Running in fcb43df85de4 22:24:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:24:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:24:30 (1/12) Installing libmagic (5.38-r0) 22:24:31 (2/12) Installing file (5.38-r0) 22:24:31 (3/12) Installing libc-dev (0.7.2-r3) 22:24:31 (4/12) Installing g++ (9.3.0-r2) 22:24:38 (5/12) Installing fortify-headers (1.1-r0) 22:24:38 (6/12) Installing patch (2.7.6-r6) 22:24:38 (7/12) Installing build-base (0.5-r2) 22:24:38 (8/12) Installing libsodium (1.0.18-r0) 22:24:38 (9/12) Installing pkgconf (1.7.2-r0) 22:24:38 (10/12) Installing libsodium-dev (1.0.18-r0) 22:24:38 (11/12) Installing libzmq (4.3.3-r0) 22:24:38 (12/12) Installing zeromq-dev (4.3.3-r0) 22:24:38 Executing busybox-1.31.1-r19.trigger 22:24:38 OK: 233 MiB in 51 packages 22:24:42 Removing intermediate container fcb43df85de4 22:24:42 ---> 47f2d471ece8 22:24:42 Step 4/6 : WORKDIR /edgex-go 22:24:42 ---> Running in 0f04a806e61c 22:24:42 Removing intermediate container 0f04a806e61c 22:24:42 ---> bbf14bc9cae1 22:24:42 Step 5/6 : COPY go.mod . 22:24:42 ---> 393c369d0067 22:24:42 Step 6/6 : RUN go mod download 22:24:42 ---> Running in 8376cdb340a5 22:25:04 Removing intermediate container 8376cdb340a5 22:25:04 ---> 5b0524eebb9f 22:25:04 Successfully built 5b0524eebb9f 22:25:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:25:05 + docker inspect -f . ci-base-image-x86_64 22:25:05 . [Pipeline] withDockerContainer 22:25:05 prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container 22:25:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:25:06 $ docker top 6cc82ed78ea0ae3aeea50e6d0b2f9a0553beb36cf210214e020f82fb892aa4b5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:25:06 + go version 22:25:06 go version go1.15.5 linux/amd64 [Pipeline] } 22:25:06 $ docker stop --time=1 6cc82ed78ea0ae3aeea50e6d0b2f9a0553beb36cf210214e020f82fb892aa4b5 22:25:08 $ docker rm -f 6cc82ed78ea0ae3aeea50e6d0b2f9a0553beb36cf210214e020f82fb892aa4b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:25:09 + docker inspect -f . ci-base-image-x86_64 22:25:09 . [Pipeline] withDockerContainer 22:25:09 prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container 22:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:25:09 $ docker top 353ccf07a23987f2c28eebdd0f20d8f27ec924eb028597d624066d39d32dbf4e -eo pid,comm [Pipeline] { [Pipeline] echo 22:25:10 ========================================================= 22:25:10 [edgeXBuildGoParallel] Running Tests and Build... 22:25:10 ========================================================= [Pipeline] sh 22:25:10 + make test 22:25:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:25:20 ? github.com/edgexfoundry/edgex-go [no test files] 22:25:35 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:25:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:25:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:25:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:25:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:25:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:25:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:25:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:25:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:25:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:25:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:25:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:25:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:25:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:25:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.082s coverage: 46.6% of statements 22:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:25:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.0% of statements 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.420s coverage: 77.8% of statements 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:25:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.121s coverage: 82.4% of statements 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:25:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:25:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:25:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:25:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.314s coverage: 93.1% of statements 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:25:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:25:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 43.8% of statements 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 22:25:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:25:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.041s coverage: 82.7% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.071s coverage: 91.4% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.163s coverage: 63.5% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 55.9% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.0% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 47.1% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.662s coverage: 29.1% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:26:18 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 22:26:18 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:26:18 GO111MODULE=on go vet ./... 22:26:45 gofmt -l . 22:26:45 [ "`gofmt -l .`" = "" ] 22:26:45 ./bin/test-go-mod-tidy.sh 22:26:45 ./bin/test-attribution-txt.sh [Pipeline] sh 22:26:45 + ls -al . 22:26:45 total 664 22:26:45 drwxrwxr-x 10 1001 1001 4096 Jan 12 22:26 . 22:26:45 drwxr-xr-x 4 root root 30 Jan 12 22:25 .. 22:26:45 -rw-rw-r-- 1 1001 1001 11 Jan 12 22:23 .dockerignore 22:26:45 drwxrwxr-x 8 1001 1001 179 Jan 12 22:23 .git 22:26:45 drwxrwxr-x 3 1001 1001 125 Jan 12 22:23 .github 22:26:45 -rw-rw-r-- 1 1001 1001 872 Jan 12 22:23 .gitignore 22:26:45 drwx------ 3 1001 1001 47 Jan 12 22:24 .semver 22:26:45 -rw-rw-r-- 1 1001 1001 166 Jan 12 22:23 .sonarcloud.properties 22:26:45 -rw-rw-r-- 1 1001 1001 7841 Jan 12 22:23 Attribution.txt 22:26:45 -rw-rw-r-- 1 1001 1001 3804 Jan 12 22:23 CONTRIBUTING.md 22:26:45 -rw-rw-r-- 1 1001 1001 931 Jan 12 22:23 Dockerfile.build 22:26:45 -rw-rw-r-- 1 1001 1001 863 Jan 12 22:23 Jenkinsfile 22:26:45 -rw-rw-r-- 1 1001 1001 10775 Jan 12 22:23 LICENSE 22:26:45 -rw-rw-r-- 1 1001 1001 6001 Jan 12 22:23 Makefile 22:26:45 -rw-rw-r-- 1 1001 1001 6524 Jan 12 22:23 README.md 22:26:45 -rw-rw-r-- 1 1001 1001 6744 Jan 12 22:23 SECURITY.md 22:26:45 -rw-rw-r-- 1 1001 1001 5 Jan 12 22:24 VERSION 22:26:45 -rw-rw-r-- 1 1001 1001 4131 Jan 12 22:23 ZMQWindows.md 22:26:45 drwxrwxr-x 2 1001 1001 117 Jan 12 22:23 bin 22:26:45 drwxrwxr-x 15 1001 1001 4096 Jan 12 22:23 cmd 22:26:45 -rw-r--r-- 1 root root 558011 Jan 12 22:26 coverage.out 22:26:45 -rw-r--r-- 1 root root 1005 Jan 12 22:26 go.mod 22:26:45 -rw-r--r-- 1 root root 19172 Jan 12 22:26 go.sum 22:26:45 drwxrwxr-x 8 1001 1001 127 Jan 12 22:23 internal 22:26:45 drwxrwxr-x 4 1001 1001 26 Jan 12 22:23 openapi 22:26:45 drwxrwxr-x 4 1001 1001 71 Jan 12 22:23 snap 22:26:45 -rw-rw-r-- 1 1001 1001 168 Jan 12 22:23 version.go [Pipeline] sh 22:26:45 + '[' -e coverage.out ] 22:26:45 + chown 1001:1001 coverage.out [Pipeline] stash 22:26:46 Stashed 1 file(s) [Pipeline] sh 22:26:46 + make build 22:26:46 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 22:26:49 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 22:26: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 22:26:58 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 22:26:59 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 22:27:00 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 22:27:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:27:03 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 22:27:04 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 22:27:05 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 22:27:06 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 22:27:07 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 22:27:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:27:10 $ docker stop --time=1 353ccf07a23987f2c28eebdd0f20d8f27ec924eb028597d624066d39d32dbf4e 22:27:11 $ docker rm -f 353ccf07a23987f2c28eebdd0f20d8f27ec924eb028597d624066d39d32dbf4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:27:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:27:13 22:27:13 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:27:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:27:14 latest: Pulling from edgex-devops/edgex-compose 22:27:14 cbdbe7a5bc2a: Pulling fs layer 22:27:14 ca9280d653b3: Pulling fs layer 22:27:14 7e9c9ca2126c: Pulling fs layer 22:27:14 cbdbe7a5bc2a: Verifying Checksum 22:27:14 cbdbe7a5bc2a: Download complete 22:27:14 cbdbe7a5bc2a: Pull complete 22:27:14 ca9280d653b3: Download complete 22:27:15 7e9c9ca2126c: Verifying Checksum 22:27:15 7e9c9ca2126c: Download complete 22:27:15 ca9280d653b3: Pull complete 22:27:22 7e9c9ca2126c: Pull complete 22:27:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:27:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:27:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:27:22 prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container 22:27:22 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:27:25 $ docker top c60a929374c8a0c6df6ad63b600830489027661cf6d48f1f9e46b916f04f8a12 -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:26 + docker-compose build --help 22:27:26 + grep parallel 22:27:27 --parallel Build images in parallel. [Pipeline] } 22:27:27 $ docker stop --time=1 c60a929374c8a0c6df6ad63b600830489027661cf6d48f1f9e46b916f04f8a12 22:27:28 $ docker rm -f c60a929374c8a0c6df6ad63b600830489027661cf6d48f1f9e46b916f04f8a12 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:27:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:27:29 . [Pipeline] withDockerContainer 22:27:29 prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container 22:27:29 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:27:29 $ docker top 5f1839ba501799bd8ef2b89d7df19db3c0f8900e71eabc551ec85439fe45ac3c -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:30 + docker-compose -f ./docker-compose-build.yml build --parallel 22:27:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19843 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 22:27:30 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 22:27:31 Building docker-core-command-go ... 22:27:31 Building docker-core-data-go ... 22:27:31 Building docker-core-metadata-go ... 22:27:31 Building docker-security-bootstrapper-go ... 22:27:31 Building docker-security-proxy-setup-go ... 22:27:31 Building docker-security-secretstore-setup-go ... 22:27:31 Building docker-support-notifications-go ... 22:27:31 Building docker-support-scheduler-go ... 22:27:31 Building docker-sys-mgmt-agent-go ... 22:27:31 Building docker-support-notifications-go 22:27:31 Building docker-security-bootstrapper-go 22:27:31 Building docker-security-proxy-setup-go 22:27:31 Building docker-core-command-go 22:27:31 Building docker-core-metadata-go 22:27:36 using credential edgex-jenkins-ssh 22:27:36 Cloning the remote Git repository 22:27:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:27:36 > git init /w/workspace/edgex-go/21 # timeout=10 22:27:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:27:36 > git --version # timeout=10 22:27:36 > git --version # 'git version 2.17.1' 22:27:36 using GIT_SSH to set credentials SSH Credentials for GitHub 22:27:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:27:52 Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 1fe9c57595a4564b38ed3255b61c8dcb89657231 22:27:52 Merge succeeded, producing 1fe9c57595a4564b38ed3255b61c8dcb89657231 22:27:52 Checking out Revision 1fe9c57595a4564b38ed3255b61c8dcb89657231 (PR-2970) 22:27:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:27:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:27:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:27:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:27:51 using GIT_SSH to set credentials SSH Credentials for GitHub 22:27:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:27:52 > git config core.sparsecheckout # timeout=10 22:27:52 > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 22:27:52 > git remote # timeout=10 22:27:52 > git config --get remote.origin.url # timeout=10 22:27:52 using GIT_SSH to set credentials SSH Credentials for GitHub 22:27:52 > git merge 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 22:27:52 > git rev-parse HEAD^{commit} # timeout=10 22:27:52 > git config core.sparsecheckout # timeout=10 22:27:52 > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 22:27:57 Commit message: "feat(security): run security-bootstrapper executeable as $$EDGEX_USER" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:27:58 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:27:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:27:59 + sudo service docker restart 22:27:59 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:28:01 provisioning config files... 22:28:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config7604516834204996242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:28:01 ---> docker-login.sh 22:28:01 nexus3.edgexfoundry.org:10001 22:28:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:03 Configure a credential helper to remove this warning. See 22:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:03 22:28:03 Login Succeeded 22:28:03 nexus3.edgexfoundry.org:10002 22:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:03 Configure a credential helper to remove this warning. See 22:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:03 22:28:03 Login Succeeded 22:28:03 nexus3.edgexfoundry.org:10003 22:28:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:28:03 ---> 5b0524eebb9f 22:28:03 Step 3/22 : WORKDIR /edgex-go 22:28:03 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:03 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:28:03 ---> 5b0524eebb9f 22:28:03 Step 3/33 : WORKDIR /edgex-go 22:28:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:03 ---> 5b0524eebb9f 22:28:03 Step 3/23 : WORKDIR /edgex-go 22:28:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:28:03 ---> 5b0524eebb9f 22:28:03 Step 3/21 : WORKDIR /edgex-go 22:28:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:28:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:28:03 ---> 5b0524eebb9f 22:28:03 Step 3/23 : WORKDIR /edgex-go 22:28:03 ---> Running in 7d35981efaa3 22:28:03 ---> Running in 690a7da96122 22:28:03 ---> Running in 3a55e6f1b589 22:28:03 ---> Running in 2b92f510c668 22:28:03 ---> Running in ca59c8fd2a13 22:28:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:03 Configure a credential helper to remove this warning. See 22:28:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:03 22:28:03 Login Succeeded 22:28:04 nexus3.edgexfoundry.org:10004 22:28:04 Removing intermediate container 7d35981efaa3 22:28:04 ---> 5ad8cb3f93f6 22:28:04 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:04 Removing intermediate container 690a7da96122 22:28:04 ---> 3c7044688515 22:28:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:04 Removing intermediate container 3a55e6f1b589 22:28:04 ---> 7db7b568422f 22:28:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:04 Removing intermediate container 2b92f510c668 22:28:04 ---> f3a71024c7a8 22:28:04 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:04 Removing intermediate container ca59c8fd2a13 22:28:04 ---> 30c606908937 22:28:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:28:04 ---> Running in f7f2b6ac2337 22:28:04 ---> Running in 04eff3f8b106 22:28:04 ---> Running in 69faaf7bad48 22:28:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:04 Configure a credential helper to remove this warning. See 22:28:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:04 22:28:04 Login Succeeded 22:28:04 docker.io 22:28:04 ---> Running in e3cb8054d058 22:28:04 ---> Running in ebd64b8f1de3 22:28:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:28:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:28:05 Configure a credential helper to remove this warning. See 22:28:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:28:05 22:28:05 Login Succeeded 22:28:05 ---> docker-login.sh ends [Pipeline] } 22:28:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:28:05 ========================================================= 22:28:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:28:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:28:06 + 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 . 22:28:06 Removing intermediate container 04eff3f8b106 22:28:06 ---> 1800a8eb3ea9 22:28:06 Step 5/23 : RUN apk add --update --no-cache make git 22:28:06 ---> Running in 75499ff2ec78 22:28:06 Removing intermediate container f7f2b6ac2337 22:28:06 ---> 38876bd7ca11 22:28:06 Step 5/23 : RUN apk add --update --no-cache make git 22:28:06 Removing intermediate container 69faaf7bad48 22:28:06 ---> 586592b62cbf 22:28:06 Step 5/33 : RUN apk add --update --no-cache make git 22:28:07 ---> Running in 81e03cddae6a 22:28:07 ---> Running in 0bfedec698d9 22:28:07 Removing intermediate container e3cb8054d058 22:28:07 ---> c31681704bdb 22:28:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:28:07 Removing intermediate container ebd64b8f1de3 22:28:07 ---> fb05911c39e9 22:28:07 Step 5/21 : RUN apk add --update --no-cache make git 22:28:07 ---> Running in 0a39f62d8ea6 22:28:07 ---> Running in f64147400da7 22:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:08 OK: 233 MiB in 51 packages 22:28:08 Sending build context to Docker daemon 165.7MB 22:28:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:28:08 Step 2/6 : FROM ${BASE} 22:28:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:28:08 5f621e34cdf4: Pulling fs layer 22:28:08 a4357932f1b6: Pulling fs layer 22:28:08 18c013af1878: Pulling fs layer 22:28:08 00ac8860ef70: Pulling fs layer 22:28:08 63d7cb157983: Pulling fs layer 22:28:08 b116817d02f9: Pulling fs layer 22:28:08 00ac8860ef70: Waiting 22:28:08 745a02a5169b: Pulling fs layer 22:28:08 63d7cb157983: Waiting 22:28:08 b116817d02f9: Waiting 22:28:08 18c013af1878: Verifying Checksum 22:28:08 18c013af1878: Download complete 22:28:08 a4357932f1b6: Verifying Checksum 22:28:08 a4357932f1b6: Download complete 22:28:08 63d7cb157983: Download complete 22:28:08 b116817d02f9: Verifying Checksum 22:28:08 b116817d02f9: Download complete 22:28:08 5f621e34cdf4: Verifying Checksum 22:28:08 5f621e34cdf4: Download complete 22:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:09 Removing intermediate container 75499ff2ec78 22:28:09 ---> c65866d04712 22:28:09 Step 6/23 : COPY go.mod . 22:28:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:09 5f621e34cdf4: Pull complete 22:28:09 ---> 7707329c6a04 22:28:09 Step 7/23 : RUN go mod download 22:28:09 ---> Running in 1be6dce7c12d 22:28:09 OK: 233 MiB in 51 packages 22:28:09 OK: 233 MiB in 51 packages 22:28:10 a4357932f1b6: Pull complete 22:28:10 OK: 233 MiB in 51 packages 22:28:10 OK: 233 MiB in 51 packages 22:28:10 18c013af1878: Pull complete 22:28:10 Removing intermediate container 81e03cddae6a 22:28:10 ---> f6e741a95492 22:28:10 Step 6/23 : COPY go.mod . 22:28:10 Removing intermediate container f64147400da7 22:28:10 ---> 3213ecb47685 22:28:10 Step 6/21 : COPY go.mod . 22:28:10 Removing intermediate container 0a39f62d8ea6 22:28:10 ---> 1ab2ac3ed2da 22:28:10 Step 6/22 : COPY go.mod . 22:28:10 Removing intermediate container 0bfedec698d9 22:28:10 ---> eff50635fcba 22:28:10 Step 6/33 : COPY go.mod . 22:28:10 ---> 1fe7d6333896 22:28:10 Step 7/23 : RUN go mod download 22:28:10 ---> e71192207800 22:28:10 Step 7/21 : RUN go mod download 22:28:10 ---> Running in f412cbf89a53 22:28:11 ---> Running in 254446bbd0d6 22:28:11 ---> dfd582420ea1 22:28:11 Step 7/22 : RUN go mod download 22:28:11 745a02a5169b: Verifying Checksum 22:28:11 745a02a5169b: Download complete 22:28:11 ---> a871ec400a74 22:28:11 Step 7/33 : RUN go mod download 22:28:11 ---> Running in 9cc564f91f58 22:28:11 ---> Running in 043fbc342539 22:28:11 Removing intermediate container 1be6dce7c12d 22:28:11 ---> 7a5f0e599fe9 22:28:11 Step 8/23 : COPY . . 22:28:12 00ac8860ef70: Verifying Checksum 22:28:12 00ac8860ef70: Download complete 22:28:17 Removing intermediate container f412cbf89a53 22:28:17 ---> 9dc249301323 22:28:17 Step 8/23 : COPY . . 22:28:17 Removing intermediate container 254446bbd0d6 22:28:17 ---> 2ce23978afae 22:28:17 Step 8/21 : COPY . . 22:28:20 Removing intermediate container 043fbc342539 22:28:20 ---> 8ab99f1576e0 22:28:20 Step 8/33 : COPY . . 22:28:21 Removing intermediate container 9cc564f91f58 22:28:21 ---> f69d06f382cb 22:28:21 Step 8/22 : COPY . . 22:28:22 00ac8860ef70: Pull complete 22:28:22 63d7cb157983: Pull complete 22:28:23 b116817d02f9: Pull complete 22:28:27 745a02a5169b: Pull complete 22:28:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:28:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:28:27 ---> b7e6874047d6 22:28:27 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 22:28:30 ---> Running in e6bf1b9f2931 22:28:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:33 (1/12) Installing libmagic (5.38-r0) 22:28:33 (2/12) Installing file (5.38-r0) 22:28:33 (3/12) Installing libc-dev (0.7.2-r3) 22:28:33 (4/12) Installing g++ (9.3.0-r2) 22:28:41 (5/12) Installing fortify-headers (1.1-r0) 22:28:41 (6/12) Installing patch (2.7.6-r6) 22:28:41 (7/12) Installing build-base (0.5-r2) 22:28:41 (8/12) Installing libsodium (1.0.18-r0) 22:28:42 (9/12) Installing pkgconf (1.7.2-r0) 22:28:42 (10/12) Installing libsodium-dev (1.0.18-r0) 22:28:42 (11/12) Installing libzmq (4.3.3-r0) 22:28:42 (12/12) Installing zeromq-dev (4.3.3-r0) 22:28:42 Executing busybox-1.31.1-r19.trigger 22:28:42 OK: 217 MiB in 51 packages 22:28:46 Removing intermediate container e6bf1b9f2931 22:28:46 ---> de5abbbbed95 22:28:46 Step 4/6 : WORKDIR /edgex-go 22:28:46 ---> Running in 8f694e04a559 22:28:46 Removing intermediate container 8f694e04a559 22:28:46 ---> ebb28ab8343e 22:28:46 Step 5/6 : COPY go.mod . 22:28:47 ---> 00c3f5b94ddc 22:28:47 Step 6/6 : RUN go mod download 22:28:47 ---> Running in fb240ec29ad5 22:28:48 ---> 26e0f30ee5a8 22:28:48 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:28:48 ---> Running in ac28a9656410 22:28:50 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 22:28:54 ---> 41e6712a6fd9 22:28:54 Step 9/23 : RUN make cmd/core-command/core-command 22:28:54 ---> 4dcd8006d774 22:28:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:28:55 ---> Running in 30d50e07fa58 22:28:55 ---> Running in e2739d0f82eb 22:28:55 ---> d0580b43ab88 22:28:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:28:55 ---> 87f3c7295b10 22:28:55 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 22:28:55 ---> Running in 5ea149551649 22:28:55 ---> Running in b6ff8dda077a 22:28:56 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 22:28: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 22:28:56 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 22:28:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:29:14 Removing intermediate container fb240ec29ad5 22:29:14 ---> 1928d3c263ba 22:29:14 Successfully built 1928d3c263ba 22:29:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:29:15 + docker inspect -f . ci-base-image-arm64 22:29:15 . [Pipeline] withDockerContainer 22:29:15 prd-ubuntu18.04-docker-arm64-4c-16g-19843 does not seem to be running inside a container 22:29:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:29:16 $ docker top 1d34e0d1d5785713e75c9122b99ffbca5d466ec75b786e5bcd1bac85e6304ef0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:29:17 + go version 22:29:17 go version go1.15.5 linux/arm64 [Pipeline] } 22:29:18 $ docker stop --time=1 1d34e0d1d5785713e75c9122b99ffbca5d466ec75b786e5bcd1bac85e6304ef0 22:29:19 $ docker rm -f 1d34e0d1d5785713e75c9122b99ffbca5d466ec75b786e5bcd1bac85e6304ef0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:29:21 + docker inspect -f . ci-base-image-arm64 22:29:21 . [Pipeline] withDockerContainer 22:29:21 prd-ubuntu18.04-docker-arm64-4c-16g-19843 does not seem to be running inside a container 22:29:21 $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:29:22 $ docker top 48335136c337f517f05bde85d3d6f84993686b665d5f686cf4c4fd5d4788a623 -eo pid,comm [Pipeline] { [Pipeline] echo 22:29:23 ========================================================= 22:29:23 [edgeXBuildGoParallel] Running Tests and Build... 22:29:23 ========================================================= [Pipeline] sh 22:29:23 + make test 22:29:23 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:29:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:29:24 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 22:29:26 Removing intermediate container ac28a9656410 22:29:26 ---> 24f711152bac 22:29:26 22:29:26 Step 10/23 : FROM alpine:3.12 22:29:26 3.12: Pulling from library/alpine 22:29:27 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:29:27 Status: Downloaded newer image for alpine:3.12 22:29:27 ---> 389fef711851 22:29:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:29:30 Removing intermediate container 5ea149551649 22:29:30 ---> 80245737dc21 22:29:30 22:29:30 Step 10/22 : FROM alpine:3.12 22:29:30 ---> Running in f25cfe018f20 22:29:30 ---> 389fef711851 22:29:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:29:30 Removing intermediate container 30d50e07fa58 22:29:30 ---> df59450ad1f4 22:29:30 22:29:30 Step 10/23 : FROM alpine:3.12 22:29:30 ---> 389fef711851 22:29:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:29:30 ---> Running in 6ae9c1a9c9e5 22:29:31 ---> Running in 0cc21fbaa752 22:29:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:32 (1/1) Installing dumb-init (1.2.2-r1) 22:29:32 Executing busybox-1.31.1-r19.trigger 22:29:32 OK: 6 MiB in 15 packages 22:29:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:32 (1/2) Installing ca-certificates (20191127-r4) 22:29:32 (1/1) Installing dumb-init (1.2.2-r1) 22:29:32 Executing busybox-1.31.1-r19.trigger 22:29:32 OK: 6 MiB in 15 packages 22:29:33 (2/2) Installing dumb-init (1.2.2-r1) 22:29:33 Executing busybox-1.31.1-r19.trigger 22:29:33 Executing ca-certificates-20191127-r4.trigger 22:29:33 OK: 6 MiB in 16 packages 22:29:35 Removing intermediate container e2739d0f82eb 22:29:35 ---> 4499f0b81b09 22:29:35 22:29:35 Step 10/21 : FROM alpine:3.12 22:29:35 ---> 389fef711851 22:29:35 Step 11/21 : RUN apk add --update --no-cache curl 22:29:35 Removing intermediate container b6ff8dda077a 22:29:35 ---> 62e4bbe7f90d 22:29:35 22:29:35 Step 10/33 : FROM alpine:3.12 22:29:35 ---> 389fef711851 22:29:35 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 22:29:35 ---> Running in 761be0bf0d09 22:29:36 ---> Running in 043c710d9b78 22:29:37 Removing intermediate container 0cc21fbaa752 22:29:37 ---> a2d19247431a 22:29:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:29:37 Removing intermediate container f25cfe018f20 22:29:37 ---> 446b57ea8236 22:29:37 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:29:37 ---> Running in f71b7d39a297 22:29:37 Removing intermediate container 6ae9c1a9c9e5 22:29:37 ---> 9b2ec67988f9 22:29:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:29:37 ---> Running in 8ce08e3ded9a 22:29:37 ---> Running in 386416d2c494 22:29:37 Removing intermediate container f71b7d39a297 22:29:37 ---> 91cbde04401c 22:29:37 Step 13/23 : ENV APP_PORT=48082 22:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:37 Removing intermediate container 8ce08e3ded9a 22:29:37 ---> bbe35d231561 22:29:37 Step 13/23 : ENV APP_PORT=48081 22:29:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:37 Removing intermediate container 386416d2c494 22:29:37 ---> 0ba62b781469 22:29:37 Step 13/22 : ENV APP_PORT=48060 22:29:37 ---> Running in 5cdd2b00bf25 22:29:37 ---> Running in 59a6466c96fd 22:29:37 ---> Running in c48473ad3c09 22:29:37 (1/3) Installing dumb-init (1.2.2-r1) 22:29:37 (1/4) Installing ca-certificates (20191127-r4) 22:29:37 (2/3) Installing openssl (1.1.1i-r0) 22:29:37 (3/3) Installing su-exec (0.2-r1) 22:29:37 Executing busybox-1.31.1-r19.trigger 22:29:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:29:37 OK: 6 MiB in 17 packages 22:29:37 (3/4) Installing libcurl (7.69.1-r3) 22:29:37 (4/4) Installing curl (7.69.1-r3) 22:29:37 Executing busybox-1.31.1-r19.trigger 22:29:37 Executing ca-certificates-20191127-r4.trigger 22:29:38 OK: 7 MiB in 18 packages 22:29:38 Removing intermediate container 5cdd2b00bf25 22:29:38 ---> 3c15a98b4ac0 22:29:38 Step 14/23 : EXPOSE $APP_PORT 22:29:38 Removing intermediate container 59a6466c96fd 22:29:38 ---> 59815baed162 22:29:38 Step 14/23 : EXPOSE $APP_PORT 22:29:38 Removing intermediate container c48473ad3c09 22:29:38 ---> c9004cfa8c79 22:29:38 Step 14/22 : EXPOSE $APP_PORT 22:29:38 ---> Running in b94c1d818e45 22:29:38 ---> Running in 5fb037aa72b4 22:29:38 ---> Running in d113c385b690 22:29:39 Removing intermediate container b94c1d818e45 22:29:39 ---> 8d6f5dc826a9 22:29:39 Step 15/23 : WORKDIR / 22:29:39 Removing intermediate container 5fb037aa72b4 22:29:39 ---> 92341466a0fc 22:29:39 Step 15/23 : WORKDIR / 22:29:39 Removing intermediate container 043c710d9b78 22:29:39 ---> f5330a20e82b 22:29:39 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:29:39 Removing intermediate container d113c385b690 22:29:39 ---> 7f4f96446cb6 22:29:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:39 ---> Running in 0813ee214a7c 22:29:39 ---> Running in 941920a4eb55 22:29:39 ---> Running in 552eca08fadb 22:29:39 Removing intermediate container 761be0bf0d09 22:29:39 ---> 9058fe34c2c8 22:29:39 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:29:39 ---> 67adb907fcc2 22:29:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:29:39 ---> Running in 34a4ae8397b5 22:29:40 Removing intermediate container 941920a4eb55 22:29:40 ---> c412204a422e 22:29:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:40 Removing intermediate container 552eca08fadb 22:29:40 ---> 2af586d5495e 22:29:40 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 22:29:40 Removing intermediate container 0813ee214a7c 22:29:40 ---> 76b80c1fc1fa 22:29:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:40 ---> Running in 70dde14a30b9 22:29:40 Removing intermediate container 34a4ae8397b5 22:29:40 ---> 23947e8cc09a 22:29:40 Step 13/21 : WORKDIR /edgex 22:29:40 ---> eb4a44e69a42 22:29:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:29:40 ---> 8a7b3c54ccf9 22:29:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:29:40 ---> 29786f17ac56 22:29:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:29:41 ---> Running in 39bbbb2b7bc0 22:29:41 Removing intermediate container 70dde14a30b9 22:29:41 ---> ea856a0a1472 22:29:41 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 22:29:41 ---> 057a73018a5c 22:29:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:29:41 ---> Running in fdc9c7bd4558 22:29:41 ---> 4948f3d6a95c 22:29:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:29:41 ---> Running in a8af87e56b75 22:29:41 Removing intermediate container 39bbbb2b7bc0 22:29:41 ---> e770519254cc 22:29:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:29:42 ---> b142b6e34970 22:29:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:29:42 ---> e98403b17895 22:29:42 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:29:42 Removing intermediate container a8af87e56b75 22:29:42 ---> 133665177e25 22:29:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:42 ---> 7c439546963f 22:29:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:29:42 ---> Running in 6e1c3088a19a 22:29:42 ---> Running in 3ea047d13749 22:29:42 ---> e15aa313a3e4 22:29:42 Step 19/23 : ENTRYPOINT ["/core-command"] 22:29:42 Connecting to github.com (140.82.114.4:443) 22:29:42  ---> Running in a56bfe66db2b 22:29:42 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.130.115:443) 22:29:42 Removing intermediate container 3ea047d13749 22:29:42 ---> 3021d12356ee 22:29:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:42 Removing intermediate container 6e1c3088a19a 22:29:42 ---> d9c530dc41cd 22:29:42 Step 20/22 : LABEL arch=x86_64 22:29:42 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 22:29:42  ---> Running in 83287306228f 22:29:42 ---> Running in 9b9609affa30 22:29:42 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 22:29:42 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 22:29:42 dockerize 22:29:42 ---> 74c66493a4a3 22:29:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:29:42 Removing intermediate container a56bfe66db2b 22:29:42 ---> f1bdf8516114 22:29:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:29:43 ---> Running in 8a48710c1471 22:29:43 Removing intermediate container 83287306228f 22:29:43 ---> 63a24e42a798 22:29:43 Step 21/23 : LABEL arch=x86_64 22:29:43 Removing intermediate container 9b9609affa30 22:29:43 ---> cd8d4cd15c1a 22:29:43 Step 21/22 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:29:43 ---> Running in 69b841d172d2 22:29:43 ---> Running in 915fb4b6fdb7 22:29:43 Removing intermediate container 8a48710c1471 22:29:43 ---> fbff3c20eebd 22:29:43 Step 21/23 : LABEL arch=x86_64 22:29:43 ---> a1179227ca7d 22:29:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:29:43 ---> Running in d1e8b251fb2e 22:29:43 ---> Running in 06603158624e 22:29:43 Removing intermediate container 69b841d172d2 22:29:43 ---> 6ef5801ba2f0 22:29:43 Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:29:43 Removing intermediate container 915fb4b6fdb7 22:29:43 ---> 7a663836fff5 22:29:43 Step 22/22 : LABEL version=0.0.0 22:29:44 Removing intermediate container fdc9c7bd4558 22:29:44 ---> b3d70a9fffc2 22:29:44 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 22:29:44 ---> Running in 23ae338f1a4a 22:29:44 ---> Running in 853c4246d236 22:29:44 ---> Running in 949f5775ddcb 22:29:44 Removing intermediate container d1e8b251fb2e 22:29:44 ---> 2adc4afd9e74 22:29:44 Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:29:44 Removing intermediate container 06603158624e 22:29:44 ---> 99ce0c645318 22:29:44 Step 18/21 : CMD ["--init=true"] 22:29:44 ---> Running in 9fbca4571f44 22:29:44 ---> Running in 11ff6e7e4557 22:29:44 Removing intermediate container 23ae338f1a4a 22:29:44 ---> e4772e7ba096 22:29:44 22:29:44 Removing intermediate container 853c4246d236 22:29:44 ---> 6e4bb6cfb086 22:29:44 Step 23/23 : LABEL version=0.0.0 22:29:44 Removing intermediate container 949f5775ddcb 22:29:44 ---> 9a84dfff79f9 22:29:44 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:29:44 ---> Running in 6972274d52b1 22:29:44 Successfully built e4772e7ba096 22:29:45 ---> Running in 9362529f1704 22:29:45 Successfully tagged docker-support-notifications-go:latest 22:29:45 Building docker-security-secretstore-setup-go 22:29:45  Building docker-support-notifications-go ... done Removing intermediate container 9fbca4571f44 22:29:45 ---> e14f5f5205b8 22:29:45 Step 23/23 : LABEL version=0.0.0 22:29:45 Removing intermediate container 11ff6e7e4557 22:29:45 ---> 0867e68d4c9b 22:29:45 Step 19/21 : LABEL arch=x86_64 22:29:45 ---> Running in 0804ad01e299 22:29:45 Removing intermediate container 6972274d52b1 22:29:45 ---> 17527ec58387 22:29:45 22:29:45 ---> Running in 8665effa1681 22:29:45 Removing intermediate container 9362529f1704 22:29:45 ---> f1f58d82966c 22:29:45 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 22:29:45 Successfully built 17527ec58387 22:29:45 ---> Running in 4ac8dc7495a8 22:29:45 Successfully tagged docker-core-metadata-go:latest 22:29:45 Building docker-sys-mgmt-agent-go 22:29:45 Removing intermediate container 0804ad01e299 22:29:45 ---> 5931f075b246 22:29:45 22:29:45  Building docker-core-metadata-go ... done Removing intermediate container 8665effa1681 22:29:45 ---> 13447931df4a 22:29:45 Step 20/21 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:29:46 Successfully built 5931f075b246 22:29:46 Successfully tagged docker-core-command-go:latest 22:29:46 Building docker-core-data-go 22:29:46  Building docker-core-command-go ... done  ---> Running in 30789c6cc72b 22:29:46 ? github.com/edgexfoundry/edgex-go [no test files] 22:29:46 Removing intermediate container 30789c6cc72b 22:29:46 ---> 945f09d65334 22:29:46 Step 21/21 : LABEL version=0.0.0 22:29:46 Move dockerize executable 22:29:46 ---> Running in 848adb450cad 22:29:52 Removing intermediate container 848adb450cad 22:29:52 ---> 2f5220e1ee32 22:29:52 22:29:52 Successfully built 2f5220e1ee32 22:29:53 Successfully tagged docker-security-proxy-setup-go:latest 22:29:53 Building docker-support-scheduler-go 22:29:56  Building docker-security-proxy-setup-go ... done Removing intermediate container 4ac8dc7495a8 22:29:56 ---> 24863a5daa8d 22:29:56 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 22:29:56 ---> Running in c85d947c0966 22:29:56 Removing intermediate container c85d947c0966 22:29:56 ---> 8a8b0116fa6f 22:29:56 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:29:56 ---> 208c41986bb3 22:29:56 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:29:56 ---> Running in bcb682b1f20f 22:30:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:30:09 ---> 5b0524eebb9f 22:30:09 Step 3/24 : WORKDIR /edgex-go 22:30:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:30:09 ---> 5b0524eebb9f 22:30:09 Step 3/26 : WORKDIR /edgex-go 22:30:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:30:09 ---> 5b0524eebb9f 22:30:09 Step 3/23 : WORKDIR /edgex-go 22:30:09 ---> Using cache 22:30:09 ---> f3a71024c7a8 22:30:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:09 ---> Using cache 22:30:09 ---> f3a71024c7a8 22:30:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:09 ---> Using cache 22:30:09 ---> f3a71024c7a8 22:30:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:09 ---> Using cache 22:30:09 ---> Using cache 22:30:09 ---> c31681704bdb 22:30:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> c31681704bdb 22:30:09 ---> Using cache 22:30:09 Step 5/26 : RUN apk add --update --no-cache make bash git 22:30:09 22:30:09 ---> c31681704bdb 22:30:09 Step 5/24 : RUN apk add --update --no-cache make git 22:30:11 ---> Running in 693b26dbf392 22:30:11 ---> Running in ed00fed9c1e0 22:30:11 ---> Running in 16327be0044d 22:30:11 Removing intermediate container bcb682b1f20f 22:30:11 ---> bf3d639c97ea 22:30:11 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:13 ---> 7ce560ffdcd1 22:30:13 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:30:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:15 ---> 4799656c9d5b 22:30:15 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:30:15 OK: 233 MiB in 51 packages 22:30:15 OK: 233 MiB in 51 packages 22:30:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:30:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:30:15 ---> 5b0524eebb9f 22:30:15 Step 3/22 : WORKDIR /edgex-go 22:30:15 ---> Using cache 22:30:15 ---> f3a71024c7a8 22:30:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:15 ---> Using cache 22:30:15 ---> c31681704bdb 22:30:15 Step 5/22 : RUN apk add --update --no-cache make git 22:30:16 OK: 233 MiB in 51 packages 22:30:16 ---> 661165add65a 22:30:16 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 22:30:16 ---> Running in 57b43757c36b 22:30:17 Removing intermediate container 693b26dbf392 22:30:17 ---> c0941f9bd9e5 22:30:17 Step 6/23 : COPY go.mod . 22:30:17 ---> 0d373b9b514e 22:30:17 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:30:17 Removing intermediate container 16327be0044d 22:30:17 ---> efb342d841af 22:30:17 Step 6/26 : COPY go.mod . 22:30:17 ---> bd20c97b50b0 22:30:17 Step 7/23 : RUN go mod download 22:30:17 ---> Running in cb98671563d7 22:30:17 Removing intermediate container ed00fed9c1e0 22:30:17 ---> f35a912569d2 22:30:17 Step 6/24 : COPY go.mod . 22:30:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:17 ---> 0c31ff1baf9a 22:30:17 Step 7/26 : RUN go mod download 22:30:17 ---> 1eb23d51229c 22:30:17 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 22:30:18 ---> Running in 4d1efef06187 22:30:18 ---> 3ff0f177d805 22:30:18 Step 7/24 : RUN go mod download 22:30:18 ---> Running in 92e1b2bbf03b 22:30:18 ---> Running in bb4c23a0019c 22:30:18 Removing intermediate container 92e1b2bbf03b 22:30:18 ---> de3711c3cda1 22:30:18 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:30:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:19 ---> 3f66e4564854 22:30:19 Step 28/33 : RUN chmod +x /entrypoint.sh 22:30:19 Removing intermediate container cb98671563d7 22:30:19 ---> 2b902c1c8ad2 22:30:19 Step 8/23 : COPY . . 22:30:19 ---> Running in b5e567e9ffa7 22:30:19 OK: 233 MiB in 51 packages 22:30:21 Removing intermediate container 4d1efef06187 22:30:21 ---> ce99febd2bce 22:30:21 Step 8/26 : COPY . . 22:30:22 Removing intermediate container bb4c23a0019c 22:30:22 ---> f34d41becdb7 22:30:22 Step 8/24 : COPY . . 22:30:28 Removing intermediate container 57b43757c36b 22:30:28 ---> 5cc4bd16862d 22:30:28 Step 6/22 : COPY go.mod . 22:30:30 Removing intermediate container b5e567e9ffa7 22:30:30 ---> 87887c66459d 22:30:30 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:30:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:30:33 ---> 29c85214181d 22:30:33 Step 7/22 : RUN go mod download 22:30:36 ---> Running in 83d96effa82d 22:30:37 ---> Running in 4d624970c8c4 22:30:38 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:30:39 Removing intermediate container 83d96effa82d 22:30:39 ---> 06bcad1964e1 22:30:39 Step 30/33 : CMD ["install"] 22:30:40 ---> Running in 95b9da073c30 22:30:41 Removing intermediate container 95b9da073c30 22:30:41 ---> d127302f9b0d 22:30:41 Step 31/33 : LABEL arch=x86_64 22:30:41 ---> Running in 71e4ead500b1 22:30:42 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:30:42 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:30:42 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:30:45 Removing intermediate container 71e4ead500b1 22:30:45 ---> 2ec6d4766a7d 22:30:45 Step 32/33 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:30:47 Removing intermediate container 4d624970c8c4 22:30:47 ---> 4055a66af7aa 22:30:47 Step 8/22 : COPY . . 22:30:47 ---> Running in 7f479034ff9e 22:30:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:30:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:30:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:30:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:30:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:30:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:30:51 ---> 3ad2941138f7 22:30:51 Step 9/23 : RUN make cmd/core-data/core-data 22:30:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:30:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:30:55 Removing intermediate container 7f479034ff9e 22:30:55 ---> 72346ca30c35 22:30:55 Step 33/33 : LABEL version=0.0.0 22:30:55 ---> a5893d0aa911 22:30:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:30:55 ---> 02e0e48f1b32 22:30:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:30:55 ---> Running in bc094321644d 22:30:57 ---> Running in b67ad1c75f16 22:30:57 ---> Running in ed310b807c0a 22:30:57 ---> Running in edde89df7cae 22:30:58 Removing intermediate container edde89df7cae 22:30:58 ---> 430ecb43be90 22:30:58 22:30:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:31:00 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 22:31:00 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 22:31:00 Successfully built 430ecb43be90 22:31:00 Successfully tagged docker-security-bootstrapper-go:latest 22:31:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.266s coverage: 46.6% of statements 22:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:31:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:31:06  Building docker-security-bootstrapper-go ... done  ---> 0f325eee22a1 22:31:06 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:31:07 ---> Running in 1bcb64f8cab7 22:31:08 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 22:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.569s coverage: 27.0% of statements 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.546s coverage: 77.8% of statements 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:31:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.673s coverage: 82.4% of statements 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:31:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.108s coverage: 28.6% of statements 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.313s coverage: 97.5% of statements 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:31:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:31:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:31: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 22:31:24 Removing intermediate container ed310b807c0a 22:31:24 ---> db8170c4e2ac 22:31:24 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:31:24 ---> Running in 945d10d7117c 22:31:25 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 22:31:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.034s coverage: 93.1% of statements 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:31:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:31:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:31:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 43.8% of statements 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 22:31:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:31:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:31:27 Removing intermediate container b67ad1c75f16 22:31:27 ---> bb70c9938469 22:31:27 22:31:27 Step 10/24 : FROM alpine:3.12 22:31:27 ---> 389fef711851 22:31:27 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:31:27 Removing intermediate container 945d10d7117c 22:31:27 ---> b32d3c698168 22:31:27 22:31:27 Step 11/26 : FROM docker:20.10.0 22:31:27 20.10.0: Pulling from library/docker 22:31:28 ---> Running in 4e1d649f22e2 22:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:29 (1/5) Installing ca-certificates (20191127-r4) 22:31:29 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:31:29 (3/5) Installing libcurl (7.69.1-r3) 22:31:29 (4/5) Installing curl (7.69.1-r3) 22:31:29 (5/5) Installing dumb-init (1.2.2-r1) 22:31:29 Executing busybox-1.31.1-r19.trigger 22:31:29 Executing ca-certificates-20191127-r4.trigger 22:31:29 OK: 7 MiB in 19 packages 22:31:32 Removing intermediate container 1bcb64f8cab7 22:31:32 ---> 9d1577da0c96 22:31:32 22:31:32 Step 10/22 : FROM alpine:3.12 22:31:32 ---> 389fef711851 22:31:32 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:31:32 ---> Using cache 22:31:32 ---> 446b57ea8236 22:31:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:31:32 ---> Using cache 22:31:32 ---> bbe35d231561 22:31:32 Step 13/22 : ENV APP_PORT=48085 22:31:33 Removing intermediate container 4e1d649f22e2 22:31:33 ---> 88fd65730c9b 22:31:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:31:34 ---> Running in d7528c126e44 22:31:36 ---> Running in 0ce1c796d231 22:31:36 Removing intermediate container d7528c126e44 22:31:36 ---> dde5d117d1e6 22:31:36 Step 14/22 : EXPOSE $APP_PORT 22:31:36 Removing intermediate container 0ce1c796d231 22:31:36 ---> bb587b73f49d 22:31:36 Step 13/24 : WORKDIR / 22:31:36 Removing intermediate container bc094321644d 22:31:36 ---> 4738b5be2c90 22:31:36 22:31:36 Step 10/23 : FROM alpine:3.12 22:31:36 ---> 389fef711851 22:31:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:31:36 ---> Running in e88c69fa15d8 22:31:37 ---> Running in 787880443b57 22:31:37 ---> Running in 24f48b579fe5 22:31:37 Removing intermediate container e88c69fa15d8 22:31:37 ---> 59c1c172a0c0 22:31:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:37 Removing intermediate container 24f48b579fe5 22:31:37 ---> 08e41d2ed5d6 22:31:37 Step 12/23 : ENV APP_PORT=48080 22:31:37 Removing intermediate container 787880443b57 22:31:37 ---> 25f50452d6b9 22:31:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:31:37 ---> Running in 2a9df5a60270 22:31:37 ---> 733f6d64f1ef 22:31:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:31:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:31:37 Status: Downloaded newer image for docker:20.10.0 22:31:37 ---> aefe523efa57 22:31:37 Step 12/26 : RUN apk add --no-cache bash 22:31:37 ---> Running in 14f554913ee3 22:31:37 Removing intermediate container 2a9df5a60270 22:31:37 ---> c1b304cd02d4 22:31:37 Step 13/23 : EXPOSE $APP_PORT 22:31:37 ---> 9565a1764824 22:31:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:31:38 ---> Running in 47c4e5ec3fcb 22:31:38 ---> 3cf1d39f7eca 22:31:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:31:38 ---> de8cf2f7c929 22:31:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:31:38 Removing intermediate container 47c4e5ec3fcb 22:31:38 ---> 3ea252f5e296 22:31:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:31:38 ---> Running in 807566b93549 22:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:38 ---> 77897a6a8493 22:31:38 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:31:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:38 ---> Running in 1d8d5510c8a8 22:31:38 ---> ef739a0a7914 22:31:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:31:38 (1/2) Installing readline (8.0.4-r0) 22:31:38 (2/2) Installing bash (5.0.17-r0) 22:31:38 Executing bash-5.0.17-r0.post-install 22:31:38 Executing busybox-1.31.1-r19.trigger 22:31:38 OK: 12 MiB in 22 packages 22:31:39 Removing intermediate container 1d8d5510c8a8 22:31:39 ---> 17ac689ecfbc 22:31:39 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:39 ---> Running in f327e1209ec0 22:31:39 ---> a6c00e7ca5fe 22:31:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:31:39 Removing intermediate container f327e1209ec0 22:31:39 ---> 7816cc328914 22:31:39 Step 20/22 : LABEL arch=x86_64 22:31:40 ---> Running in a07b30edbd27 22:31:40 Removing intermediate container 14f554913ee3 22:31:40 ---> 98435898b53c 22:31:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:31:40 ---> c6cf7df99e2c 22:31:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:31:40 ---> Running in 937e0be43820 22:31:40 Removing intermediate container 807566b93549 22:31:40 ---> 879b87fb09d5 22:31:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:31:40 Removing intermediate container a07b30edbd27 22:31:40 ---> 333f7cde860c 22:31:40 Step 21/22 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:31:40 ---> Running in deda779b6591 22:31:40 ---> Running in 7e057a24de6e 22:31:40 Removing intermediate container 937e0be43820 22:31:40 ---> 80d2d71a7f41 22:31:40 Step 14/26 : ENV APP_PORT=48090 22:31:40 ---> 9167cb5da284 22:31:40 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/ 22:31:40 ---> Running in 5f777cd127ea 22:31:40 ---> Running in 648c90f7aaa2 22:31:41 Removing intermediate container 7e057a24de6e 22:31:41 ---> 9462250f3680 22:31:41 Step 22/22 : LABEL version=0.0.0 22:31:41 ---> Running in ac4b4302d9b3 22:31:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:41 Removing intermediate container 648c90f7aaa2 22:31:41 ---> 0542198509b2 22:31:41 Step 15/26 : EXPOSE $APP_PORT 22:31:41 ---> Running in 527cbf6e8b46 22:31:41 Removing intermediate container ac4b4302d9b3 22:31:41 ---> b9a2897eb9fc 22:31:41 22:31:41 Successfully built b9a2897eb9fc 22:31:41 Removing intermediate container 527cbf6e8b46 22:31:41 ---> 934e93a4fd27 22:31:41 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:31:41 Successfully tagged docker-support-scheduler-go:latest 22:31:41  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:42 ---> ac870caf542b 22:31:42 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:31:42 Removing intermediate container 5f777cd127ea 22:31:42 ---> d5cb46e0055b 22:31:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:31:42 ---> Running in de876690a0c0 22:31:42 ---> b45be715650e 22:31:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:31:43 Removing intermediate container de876690a0c0 22:31:43 ---> 02fbd7b2f6a7 22:31:43 Step 22/24 : LABEL arch=x86_64 22:31:43 ---> Running in fce5e098f9f8 22:31:43 (1/6) Installing dumb-init (1.2.2-r1) 22:31:43 ---> eca8defe8a18 22:31:43 Step 19/26 : RUN apk --no-cache add py3-pip 22:31:43 (2/6) Installing libgcc (9.3.0-r2) 22:31:43 ---> Running in 763cd2255c02 22:31:43 Removing intermediate container fce5e098f9f8 22:31:43 ---> a824df8818df 22:31:43 Step 23/24 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:31:43 ---> Running in 4dd2e4ca2979 22:31:43 Removing intermediate container 4dd2e4ca2979 22:31:43 ---> 5e3791248e51 22:31:43 Step 24/24 : LABEL version=0.0.0 22:31:43 ---> Running in 28989ceb91c0 22:31:43 (3/6) Installing libsodium (1.0.18-r0) 22:31:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:44 Removing intermediate container 28989ceb91c0 22:31:44 ---> c041049b8cf6 22:31:44 22:31:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:44 (4/6) Installing libstdc++ (9.3.0-r2) 22:31:44 Successfully built c041049b8cf6 22:31:44 (1/33) Installing libbz2 (1.0.8-r1) 22:31:44 (2/33) Installing expat (2.2.9-r1) 22:31:44 (3/33) Installing libffi (3.3-r2) 22:31:44 (4/33) Installing gdbm (1.13-r1) 22:31:44 Successfully tagged docker-security-secretstore-setup-go:latest 22:31:44  Building docker-security-secretstore-setup-go ... done (5/33) Installing xz-libs (5.2.5-r0) 22:31:44 (6/33) Installing sqlite-libs (3.32.1-r0) 22:31:44 (7/33) Installing python3 (3.8.5-r0) 22:31:45 (5/6) Installing libzmq (4.3.3-r0) 22:31:45 (8/33) Installing py3-appdirs (1.4.4-r1) 22:31:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:31:45 (10/33) Installing py3-parsing (2.4.7-r0) 22:31:45 (11/33) Installing py3-six (1.15.0-r0) 22:31:45 (12/33) Installing py3-packaging (20.4-r0) 22:31:45 (13/33) Installing py3-setuptools (47.0.0-r0) 22:31:45 (14/33) Installing py3-chardet (3.0.4-r4) 22:31:45 (15/33) Installing py3-idna (2.9-r0) 22:31:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:31:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:31:45 (18/33) Installing py3-requests (2.23.0-r0) 22:31:45 (19/33) Installing py3-msgpack (1.0.0-r0) 22:31:45 (20/33) Installing py3-lockfile (0.12.2-r3) 22:31:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:31:45 (22/33) Installing py3-colorama (0.4.3-r0) 22:31:45 (23/33) Installing py3-distlib (0.3.0-r0) 22:31:45 (6/6) Installing zeromq (4.3.3-r0) 22:31:45 (24/33) Installing py3-distro (1.5.0-r1) 22:31:45 (25/33) Installing py3-webencodings (0.5.1-r3) 22:31:45 (26/33) Installing py3-html5lib (1.0.1-r4) 22:31:45 Executing busybox-1.31.1-r19.trigger 22:31:45 OK: 8 MiB in 20 packages 22:31:45 (27/33) Installing py3-pytoml (0.1.21-r0) 22:31:45 (28/33) Installing py3-pep517 (0.8.2-r0) 22:31:45 (29/33) Installing py3-progress (1.5-r0) 22:31:45 (30/33) Installing py3-toml (0.10.1-r0) 22:31:45 (31/33) Installing py3-retrying (1.3.3-r0) 22:31:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:31:45 (33/33) Installing py3-pip (20.1.1-r0) 22:31:46 Executing busybox-1.31.1-r19.trigger 22:31:46 OK: 71 MiB in 55 packages 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.069s coverage: 82.7% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.4% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.476s coverage: 63.5% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.754s coverage: 55.9% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.354s coverage: 37.0% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.448s coverage: 84.0% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.1% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:31:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements 22:31:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:31:50 Removing intermediate container deda779b6591 22:31:50 ---> 9aff9fa7a133 22:31:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:54 ---> 40b01bf5991b 22:31:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:31:55 ---> be4eee5d0e04 22:31:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:31:55 Removing intermediate container 763cd2255c02 22:31:55 ---> cea87186e84c 22:31:55 Step 20/26 : RUN pip install docker-compose==1.23.2 22:31:55 ---> Running in 2c84a322332b 22:31:55 ---> 1cba84902106 22:31:55 Step 19/23 : ENTRYPOINT ["/core-data"] 22:31:55 ---> Running in 729b88eb7fe7 22:31:55 Removing intermediate container 729b88eb7fe7 22:31:55 ---> f333b33aacc1 22:31:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:55 ---> Running in 9fd738c17263 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.633s coverage: 29.1% of statements 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:31:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements 22:31:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 22:31:56 Removing intermediate container 9fd738c17263 22:31:56 ---> 2329b62252f1 22:31:56 Step 21/23 : LABEL arch=x86_64 22:31:56 ---> Running in 14ce10e2ab48 22:31:56 Removing intermediate container 14ce10e2ab48 22:31:56 ---> 1f21b4bce7b7 22:31:56 Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:31:56 ---> Running in d4844e6fe76b 22:31:56 GO111MODULE=on go vet ./... 22:31:56 Removing intermediate container d4844e6fe76b 22:31:56 ---> 0cf80f647ac9 22:31:56 Step 23/23 : LABEL version=0.0.0 22:31:56 ---> Running in 9599f0aa90db 22:31:56 Removing intermediate container 9599f0aa90db 22:31:56 ---> e77dccdda1c0 22:31:56 22:31:57 Collecting docker-compose==1.23.2 22:31:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:31:57 Successfully built e77dccdda1c0 22:31:57 Successfully tagged docker-core-data-go:latest 22:31:57  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 22:31:57 Downloading docopt-0.6.2.tar.gz (25 kB) 22:31:57 Collecting texttable<0.10,>=0.9.0 22:31:57 Downloading texttable-0.9.1.tar.gz (11 kB) 22:31:58 Collecting websocket-client<1.0,>=0.32.0 22:31:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:31:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:31:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:31:58 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:31:58 Collecting jsonschema<3,>=2.5.1 22:31:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:31:58 Collecting docker<4.0,>=3.6.0 22:31:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:31:58 Collecting cached-property<2,>=1.2.0 22:31:58 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:31:59 Collecting dockerpty<0.5,>=0.4.1 22:31:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:31:59 Collecting PyYAML<4,>=3.10 22:31:59 Downloading PyYAML-3.13.tar.gz (270 kB) 22:32:00 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) 22:32:00 Collecting urllib3<1.25,>=1.21.1 22:32:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:32:00 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) 22:32:00 Collecting idna<2.8,>=2.5 22:32:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:32:00 Collecting docker-pycreds>=0.4.0 22:32:00 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:32:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:32:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:32:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:32:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:32:00 Installing collected packages: docopt, texttable, websocket-client, urllib3, idna, requests, jsonschema, docker-pycreds, docker, cached-property, dockerpty, PyYAML, docker-compose 22:32:00 Running setup.py install for docopt: started 22:32:01 Running setup.py install for docopt: finished with status 'done' 22:32:01 Running setup.py install for texttable: started 22:32:02 Running setup.py install for texttable: finished with status 'done' 22:32:02 Attempting uninstall: urllib3 22:32:02 Found existing installation: urllib3 1.25.9 22:32:02 Uninstalling urllib3-1.25.9: 22:32:02 Successfully uninstalled urllib3-1.25.9 22:32:02 Attempting uninstall: idna 22:32:02 Found existing installation: idna 2.9 22:32:02 Uninstalling idna-2.9: 22:32:02 Successfully uninstalled idna-2.9 22:32:02 Attempting uninstall: requests 22:32:02 Found existing installation: requests 2.23.0 22:32:02 Uninstalling requests-2.23.0: 22:32:02 Successfully uninstalled requests-2.23.0 22:32:03 Running setup.py install for dockerpty: started 22:32:03 Running setup.py install for dockerpty: finished with status 'done' 22:32:03 Running setup.py install for PyYAML: started 22:32:04 Running setup.py install for PyYAML: finished with status 'done' 22:32:04 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 22:32:08 Removing intermediate container 2c84a322332b 22:32:08 ---> 34d07fda0bd4 22:32:08 Step 21/26 : RUN apk --no-cache add curl 22:32:08 ---> Running in 2dc8d73c628d 22:32:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:32:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:32:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:32:08 (2/3) Installing libcurl (7.69.1-r3) 22:32:08 (3/3) Installing curl (7.69.1-r3) 22:32:08 Executing busybox-1.31.1-r19.trigger 22:32:08 OK: 72 MiB in 58 packages 22:32:09 Removing intermediate container 2dc8d73c628d 22:32:09 ---> ea5095c7abd7 22:32:09 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:32:09 ---> Running in a7b666ddf118 22:32:09 Removing intermediate container a7b666ddf118 22:32:09 ---> 44345b7edd39 22:32:09 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:32:09 ---> Running in 6699eba77baf 22:32:09 Removing intermediate container 6699eba77baf 22:32:09 ---> 56a1f13d2e3e 22:32:09 Step 24/26 : LABEL arch=x86_64 22:32:09 ---> Running in f2cfed56a657 22:32:09 Removing intermediate container f2cfed56a657 22:32:09 ---> 9ac7e0a0536b 22:32:09 Step 25/26 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:32:09 ---> Running in a299116ba4a7 22:32:10 Removing intermediate container a299116ba4a7 22:32:10 ---> 16dc6a99d7f9 22:32:10 Step 26/26 : LABEL version=0.0.0 22:32:10 ---> Running in 0470009a2036 22:32:10 Removing intermediate container 0470009a2036 22:32:10 ---> 38ffae922f18 22:32:10 22:32:10 Successfully built 38ffae922f18 22:32:10 Successfully tagged docker-sys-mgmt-agent-go:latest 22:32:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:32:10 $ docker stop --time=1 5f1839ba501799bd8ef2b89d7df19db3c0f8900e71eabc551ec85439fe45ac3c 22:32:12 $ docker rm -f 5f1839ba501799bd8ef2b89d7df19db3c0f8900e71eabc551ec85439fe45ac3c [Pipeline] // withDockerContainer [Pipeline] sh 22:32:13 + docker images 22:32:13 + grep docker 22:32:13 docker-sys-mgmt-agent-go latest 38ffae922f18 3 seconds ago 313MB 22:32:13 docker-core-data-go latest e77dccdda1c0 17 seconds ago 22.3MB 22:32:13 docker-security-secretstore-setup-go latest c041049b8cf6 30 seconds ago 24.6MB 22:32:13 docker-support-scheduler-go latest b9a2897eb9fc 32 seconds ago 16.4MB 22:32:13 docker-security-bootstrapper-go latest 430ecb43be90 About a minute ago 41.5MB 22:32:13 docker-security-proxy-setup-go latest 2f5220e1ee32 2 minutes ago 24.5MB 22:32:13 docker-core-command-go latest 5931f075b246 2 minutes ago 16.2MB 22:32:13 docker-core-metadata-go latest 17527ec58387 2 minutes ago 18.7MB 22:32:13 docker-support-notifications-go latest e4772e7ba096 2 minutes ago 16.9MB 22:32:13 docker 20.10.0 aefe523efa57 4 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 22:32:29 Still waiting to schedule task 22:32:29 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 22:33:04 gofmt -l . 22:33:05 [ "`gofmt -l .`" = "" ] 22:33:08 ./bin/test-go-mod-tidy.sh 22:33:08 ./bin/test-attribution-txt.sh [Pipeline] sh 22:33:10 + ls -al . 22:33:10 total 692 22:33:10 drwxrwxr-x 9 1001 1001 4096 Jan 12 22:33 . 22:33:10 drwxr-xr-x 4 root root 4096 Jan 12 22:29 .. 22:33:10 -rw-rw-r-- 1 1001 1001 11 Jan 12 22:27 .dockerignore 22:33:10 drwxrwxr-x 8 1001 1001 4096 Jan 12 22:27 .git 22:33:10 drwxrwxr-x 3 1001 1001 4096 Jan 12 22:27 .github 22:33:10 -rw-rw-r-- 1 1001 1001 872 Jan 12 22:27 .gitignore 22:33:10 -rw-rw-r-- 1 1001 1001 166 Jan 12 22:27 .sonarcloud.properties 22:33:10 -rw-rw-r-- 1 1001 1001 7841 Jan 12 22:27 Attribution.txt 22:33:10 -rw-rw-r-- 1 1001 1001 3804 Jan 12 22:27 CONTRIBUTING.md 22:33:10 -rw-rw-r-- 1 1001 1001 931 Jan 12 22:27 Dockerfile.build 22:33:10 -rw-rw-r-- 1 1001 1001 863 Jan 12 22:27 Jenkinsfile 22:33:10 -rw-rw-r-- 1 1001 1001 10775 Jan 12 22:27 LICENSE 22:33:10 -rw-rw-r-- 1 1001 1001 6001 Jan 12 22:27 Makefile 22:33:10 -rw-rw-r-- 1 1001 1001 6524 Jan 12 22:27 README.md 22:33:10 -rw-rw-r-- 1 1001 1001 6744 Jan 12 22:27 SECURITY.md 22:33:10 -rw-rw-r-- 1 1001 1001 5 Jan 12 22:24 VERSION 22:33:10 -rw-rw-r-- 1 1001 1001 4131 Jan 12 22:27 ZMQWindows.md 22:33:10 drwxrwxr-x 2 1001 1001 4096 Jan 12 22:27 bin 22:33:10 drwxrwxr-x 15 1001 1001 4096 Jan 12 22:27 cmd 22:33:10 -rw-r--r-- 1 root root 558011 Jan 12 22:31 coverage.out 22:33:10 -rw-r--r-- 1 root root 1005 Jan 12 22:33 go.mod 22:33:10 -rw-r--r-- 1 root root 19172 Jan 12 22:33 go.sum 22:33:10 drwxrwxr-x 8 1001 1001 4096 Jan 12 22:27 internal 22:33:10 drwxrwxr-x 4 1001 1001 4096 Jan 12 22:27 openapi 22:33:10 drwxrwxr-x 4 1001 1001 4096 Jan 12 22:27 snap 22:33:10 -rw-rw-r-- 1 1001 1001 168 Jan 12 22:27 version.go [Pipeline] sh 22:33:10 + '[' -e coverage.out ] 22:33:10 + chown 1001:1001 coverage.out [Pipeline] stash 22:33:10 Warning: overwriting stash ‘coverage-report’ 22:33:12 Stashed 1 file(s) [Pipeline] sh 22:33:12 + make build 22:33:12 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 22:33:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:33:45 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 22:33:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:33:54 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 22:33:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:33:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:34:04 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 22:34:05 Running on prd-ubuntu18.04-docker-8c-8g-19849 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 22:34:05 Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout 22:34:08 using credential edgex-jenkins-ssh 22:34:08 Cloning the remote Git repository 22:34:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:34:08 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:34:08 > git init /w/workspace/edgex-go/21 # timeout=10 22:34:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:34:08 > git --version # timeout=10 22:34:08 > git --version # 'git version 2.17.1' 22:34:08 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:34:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:34:15 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 22:34:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:34:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:34:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:34:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:34:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:34:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:34:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:34:26 Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 1fe9c57595a4564b38ed3255b61c8dcb89657231 22:34:26 Merge succeeded, producing 1fe9c57595a4564b38ed3255b61c8dcb89657231 22:34:26 Checking out Revision 1fe9c57595a4564b38ed3255b61c8dcb89657231 (PR-2970) 22:34:26 > git config core.sparsecheckout # timeout=10 22:34:26 > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 22:34:26 > git remote # timeout=10 22:34:26 > git config --get remote.origin.url # timeout=10 22:34:26 using GIT_SSH to set credentials SSH Credentials for GitHub 22:34:26 > git merge 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 22:34:26 > git rev-parse HEAD^{commit} # timeout=10 22:34:26 > git config core.sparsecheckout # timeout=10 22:34:26 > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 [Pipeline] } 22:34:28 $ docker stop --time=1 48335136c337f517f05bde85d3d6f84993686b665d5f686cf4c4fd5d4788a623 22:34:30 Commit message: "feat(security): run security-bootstrapper executeable as $$EDGEX_USER" 22:34:31 $ docker rm -f 48335136c337f517f05bde85d3d6f84993686b665d5f686cf4c4fd5d4788a623 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:34:33 + echo snap-build.sh 22:34:33 snap-build.sh 22:34:33 + SNAP_BASE_DIR=. 22:34:33 + '[' '!' -z /w/workspace/edgex-go/21 ']' 22:34:33 + SNAP_BASE_DIR=/w/workspace/edgex-go/21 22:34:33 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' 22:34:33 [snap-build] Building snap in dir [/w/workspace/edgex-go/21] 22:34:33 + cd /w/workspace/edgex-go/21 22:34:33 + sudo apt-get remove -qy --purge lxd lxd-client 22:34:33 Reading package lists... 22:34:33 Building dependency tree... 22:34:33 Reading state information... 22:34:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:34:33 22:34:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:34:33 The following packages were automatically installed and are no longer required: 22:34:33 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:34:33 uidmap xdelta3 22:34:33 Use 'sudo apt autoremove' to remove them. 22:34:33 The following packages will be REMOVED: 22:34:33 lxd* lxd-client* [Pipeline] isUnix [Pipeline] sh 22:34:33 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:34:33 After this operation, 31.7 MB disk space will be freed. 22:34:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:34:33 latest: Pulling from edgex-devops/edgex-compose-arm64 22:34:33 29e5d40040c1: Pulling fs layer 22:34:33 1ce36da41761: Pulling fs layer 22:34:33 25b303627fd3: Pulling fs layer 22:34:34 29e5d40040c1: Verifying Checksum 22:34:34 29e5d40040c1: Download complete 22:34:34 (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.) 22:34:34 1ce36da41761: Verifying Checksum 22:34:34 1ce36da41761: Download complete 22:34:34 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:34:35 29e5d40040c1: Pull complete 22:34:35 Removing lxd dnsmasq configuration 22:34:35 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:34:35 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:34:36 1ce36da41761: Pull complete 22:34:36 25b303627fd3: Verifying Checksum 22:34:36 25b303627fd3: Download complete 22:34:36 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:34:36 (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.) 22:34:36 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:34:37 Processing triggers for systemd (237-3ubuntu10.42) ... 22:34:38 Processing triggers for ureadahead (0.100.0-21) ... 22:34:39 + sudo snap remove --purge lxd 22:34:39 snap "lxd" is not installed 22:34:39 + sudo groupadd --force --system lxd 22:34:39 ++ whoami 22:34:39 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:34:39 + newgrp - lxd 22:34:39 + sudo snap install lxd 22:34:46 25b303627fd3: Pull complete 22:34:46 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:34:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:34:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:34:46 prd-ubuntu18.04-docker-arm64-4c-16g-19843 does not seem to be running inside a container 22:34:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:34:47 2021-01-12T22:34:45Z INFO Waiting for automatic snapd restart... 22:34:50 $ docker top 28ea75764ace42f684fed01515beb3567c2c0847d73b76a85636c46d6e73ad44 -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:51 + docker-compose build --help 22:34:51 + grep parallel 22:34:54 --parallel Build images in parallel. [Pipeline] } 22:34:54 $ docker stop --time=1 28ea75764ace42f684fed01515beb3567c2c0847d73b76a85636c46d6e73ad44 22:34:56 $ docker rm -f 28ea75764ace42f684fed01515beb3567c2c0847d73b76a85636c46d6e73ad44 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:34:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:34:57 . [Pipeline] withDockerContainer 22:34:57 prd-ubuntu18.04-docker-arm64-4c-16g-19843 does not seem to be running inside a container 22:34:57 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:34:58 $ docker top ad6957cfdebaf9f0bacd004b97fd0c26736038a954fc706f7945b5429cc1124a -eo pid,comm [Pipeline] { [Pipeline] sh 22:34:59 + docker-compose -f ./docker-compose-build.yml build --parallel 22:34:59 lxd 4.10 from Canonical* installed 22:34:59 + sudo lxd init --auto 22:35:03 Building docker-core-command-go ... 22:35:03 Building docker-core-data-go ... 22:35:03 Building docker-core-metadata-go ... 22:35:03 Building docker-security-bootstrapper-go ... 22:35:03 Building docker-security-proxy-setup-go ... 22:35:03 Building docker-security-secretstore-setup-go ... 22:35:03 Building docker-support-notifications-go ... 22:35:03 Building docker-support-scheduler-go ... 22:35:03 Building docker-sys-mgmt-agent-go ... 22:35:03 Building docker-support-scheduler-go 22:35:03 Building docker-core-metadata-go 22:35:03 Building docker-core-command-go 22:35:03 Building docker-security-secretstore-setup-go 22:35:03 Building docker-security-bootstrapper-go 22:35:08 + sudo snap install --classic snapcraft 22:35:16 snapcraft 4.4.4 from Canonical* installed 22:35:16 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:35:16 + patch --verbose -p1 22:35:16 Hmm... Looks like a unified diff to me... 22:35:16 The text leading up to this was: 22:35:16 -------------------------- 22:35:16 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:35:16 |From: Tony Espy 22:35:16 |Date: Wed, 16 Dec 2020 16:34:55 -0500 22:35:16 |Subject: [PATCH] optimize snap build for pipeline CI check 22:35:16 | 22:35:16 |This patch is used by the EdgeX CI pipeline builds to 22:35:16 |optimize the snap CI check run for pull requests. When 22:35:16 |applied, it essentially strips out everything (apps and 22:35:16 |parts) from the snapcraft.yaml file except those required 22:35:16 |to build edgex-go, as the whole idea of the CI check is to 22:35:16 |catch changes to edgex-go that break the snap build. 22:35:16 | 22:35:16 |In general, anyone updating snapcraft.yaml will also need 22:35:16 |to update this patch file, otherwise it may fail to apply, 22:35:16 |resulting in a failed snap build CI check in the associated 22:35:16 |pull request. 22:35:16 | 22:35:16 |Note - in addition to applying this patch, the pipeline also 22:35:16 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:35:16 |need to build the finally binary .snap file (and it won't 22:35:16 |work with the patch applied). This further reduces the build 22:35:16 |time. 22:35:16 |--- 22:35:16 | snap/snapcraft.yaml | 461 +------------------------------------------- 22:35:16 | 1 file changed, 2 insertions(+), 459 deletions(-) 22:35:16 | 22:35:16 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:35:16 |index 1e537489..faf42425 100644 22:35:16 |--- a/snap/snapcraft.yaml 22:35:16 |+++ b/snap/snapcraft.yaml 22:35:16 -------------------------- 22:35:16 patching file snap/snapcraft.yaml 22:35:16 Using Plan A... 22:35:16 Hunk #1 succeeded at 73. 22:35:16 Hunk #2 succeeded at 202 with fuzz 1. 22:35:16 Hunk #3 succeeded at 214. 22:35:16 Hunk #4 succeeded at 222. 22:35:16 Hunk #5 succeeded at 229. 22:35:16 Hunk #6 succeeded at 256. 22:35:16 Hunk #7 succeeded at 290. 22:35:16 Hunk #8 succeeded at 342 (offset 1 line). 22:35:16 Hmm... Ignoring the trailing garbage. 22:35:16 done 22:35:16 + sudo snapcraft prime --use-lxd 22:35:17 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:35:17 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: 22:35:17 - README.md 22:35:17 - snapcraft.yaml.orig 22:35:17 22:35:17 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:35:18 Launching a container. 22:35:30 Waiting for container to be ready 22:35:30 To start your first instance, try: lxc launch ubuntu:18.04 22:35:30 22:35:33 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:35:33 Waiting for network to be ready... 22:35:33 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:35:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:35:34 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:35:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 22:35:34 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:35:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:35:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:35:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:35:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:35:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:35:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:35:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 22:35:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 22:35:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 22:35:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 22:35:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 22:35:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 22:35:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 22:35:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:35:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 22:35:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 22:35:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 22:35:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 22:35:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 22:35:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 22:35:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 22:35:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 22:35:37 Fetched 23.7 MB in 4s (5583 kB/s) 22:35:38 Reading package lists... 22:35:38 Reading package lists... 22:35:39 Building dependency tree... 22:35:39 Reading state information... 22:35:39 The following additional packages will be installed: 22:35:39 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:35:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:35:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:35:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:35:39 Suggested packages: 22:35:39 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:35:39 Recommended packages: 22:35:39 gnupg libsasl2-modules 22:35:39 The following NEW packages will be installed: 22:35:39 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:35:39 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:35:39 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:35:39 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:35:39 The following packages will be upgraded: 22:35:39 gpg gpg-agent gpgconf libudev1 22:35:39 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 22:35:39 Need to get 3532 kB of archives. 22:35:39 After this operation, 13.3 MB of additional disk space will be used. 22:35:39 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 22:35:39 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 22:35:39 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 22:35:39 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 22:35:39 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 22:35:39 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 22:35:39 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 22:35:39 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 22:35:39 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:35:39 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:35:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:35:40 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:35:40 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:35:40 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:35:40 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:35:40 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:35:40 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:35:40 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:35:40 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:35:40 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:35:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:35:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:35:40 debconf: delaying package configuration, since apt-utils is not installed 22:35:40 Fetched 3532 kB in 1s (3469 kB/s) 22:35:40 (Reading database ... 12511 files and directories currently installed.) 22:35:40 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 22:35:40 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:35:40 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 22:35:40 Selecting previously unselected package udev. 22:35:40 (Reading database ... 12511 files and directories currently installed.) 22:35:40 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 22:35:40 Unpacking udev (237-3ubuntu10.43) ... 22:35:40 Selecting previously unselected package libfuse2:amd64. 22:35:40 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:35:40 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:35:40 Selecting previously unselected package fuse. 22:35:40 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:35:40 Unpacking fuse (2.9.7-1ubuntu1) ... 22:35:40 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 22:35:41 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:35:41 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 22:35:41 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:35:41 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 22:35:41 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:35:41 Selecting previously unselected package libksba8:amd64. 22:35:41 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:35:41 Unpacking libksba8:amd64 (1.3.5-2) ... 22:35:41 Selecting previously unselected package libroken18-heimdal:amd64. 22:35:41 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:41 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:41 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:35:41 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:41 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:41 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:35:41 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:41 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:41 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:35:41 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:41 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:41 Selecting previously unselected package libwind0-heimdal:amd64. 22:35:41 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:41 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:42 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:35:42 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:42 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:42 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:35:42 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:42 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:42 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:35:42 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:42 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:42 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:35:42 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:35:42 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:42 Selecting previously unselected package libsasl2-modules-db:amd64. 22:35:42 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:35:42 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:35:42 Selecting previously unselected package libsasl2-2:amd64. 22:35:42 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:35:42 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:35:42 Selecting previously unselected package libldap-common. 22:35:42 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 22:35:42 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:35:42 Selecting previously unselected package libldap-2.4-2:amd64. 22:35:42 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 22:35:42 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:35:42 Selecting previously unselected package dirmngr. 22:35:42 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 22:35:43 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 22:35:43 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 22:35:43 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 22:35:43 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:35:43 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:35:43 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:35:43 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 22:35:43 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:43 Setting up libksba8:amd64 (1.3.5-2) ... 22:35:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:35:43 Setting up udev (237-3ubuntu10.43) ... 22:35:44 invoke-rc.d: policy-rc.d denied execution of start. 22:35:44 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:44 Processing triggers for systemd (237-3ubuntu10) ... 22:35:44 Setting up fuse (2.9.7-1ubuntu1) ... 22:35:44 Setting up gpg (2.2.4-1ubuntu1.3) ... 22:35:44 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:44 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:44 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:44 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:44 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:44 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:44 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:35:44 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 22:35:44 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 22:35:44 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:35:44 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:35:44 settings in the [Install] section, and DefaultInstance for template units). 22:35:44 This means they are not meant to be enabled using systemctl. 22:35:44 Possible reasons for having this kind of units are: 22:35:44 1) A unit may be statically enabled by being symlinked from another unit's 22:35:44 .wants/ or .requires/ directory. 22:35:44 2) A unit's purpose may be to act as a helper for some other unit which has 22:35:44 a requirement dependency on it. 22:35:44 3) A unit may be started when needed via activation (socket, path, timer, 22:35:44 D-Bus, udev, scripted systemctl call, ...). 22:35:44 4) In case of template units, the unit is meant to be enabled with some 22:35:44 instance name specified. 22:35:45 Reading package lists... 22:35:45 Building dependency tree... 22:35:45 Reading state information... 22:35:45 The following additional packages will be installed: 22:35:45 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:35:45 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:35:45 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:35:45 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:35:45 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:35:45 Suggested packages: 22:35:45 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:35:45 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:35:45 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:35:45 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:35:45 systemd-container policykit-1 22:35:45 Recommended packages: 22:35:45 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:35:45 The following NEW packages will be installed: 22:35:45 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:35:45 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:35:45 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:35:45 multiarch-support openssh-client python3 python3-minimal python3.6 22:35:45 python3.6-minimal snapd squashfs-tools sudo 22:35:45 The following packages will be upgraded: 22:35:45 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:35:45 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 22:35:45 Need to get 35.2 MB of archives. 22:35:45 After this operation, 141 MB of additional disk space will be used. 22:35:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:35:45 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 22:35:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:35:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 22:35:46 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 22:35:46 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:35:46 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:35:46 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:35:46 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:35:46 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:35:46 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:35:46 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:35:46 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 22:35:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 22:35:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:35:46 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 22:35:46 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:35:46 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:35:46 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:35:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 22:35:46 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 22:35:46 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 22:35:46 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:35:46 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:35:46 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:35:46 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:35:46 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:35:46 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:35:46 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 22:35:46 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:35:47 debconf: delaying package configuration, since apt-utils is not installed 22:35:47 Fetched 35.2 MB in 2s (15.8 MB/s) 22:35:48 (Reading database ... 12757 files and directories currently installed.) 22:35:48 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 22:35:48 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:35:48 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 22:35:48 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:35:48 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 22:35:48 (Reading database ... 12757 files and directories currently installed.) 22:35:48 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:35:48 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:35:49 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:35:49 (Reading database ... 12757 files and directories currently installed.) 22:35:49 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:35:49 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:35:49 Setting up apt (1.6.12ubuntu0.2) ... 22:35:49 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:35:50 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:35:50 (Reading database ... 12764 files and directories currently installed.) 22:35:50 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:35:50 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:35:50 Selecting previously unselected package libpython3.6-minimal:amd64. 22:35:50 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:35:50 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:35:50 Selecting previously unselected package libexpat1:amd64. 22:35:50 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:35:50 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:35:50 Selecting previously unselected package python3.6-minimal. 22:35:50 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:35:50 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:35:51 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 22:35:51 Checking for services that may need to be restarted...done. 22:35:51 Checking for services that may need to be restarted...done. 22:35:51 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:35:51 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:35:51 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 22:35:51 Selecting previously unselected package python3-minimal. 22:35:51 (Reading database ... 13012 files and directories currently installed.) 22:35:51 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:35:51 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:35:51 Selecting previously unselected package mime-support. 22:35:51 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:35:51 Unpacking mime-support (3.60ubuntu1) ... 22:35:51 Selecting previously unselected package libmpdec2:amd64. 22:35:51 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:35:51 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:35:51 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:35:51 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:35:51 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:35:52 Selecting previously unselected package python3.6. 22:35:52 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 22:35:52 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:35:52 Selecting previously unselected package libpython3-stdlib:amd64. 22:35:52 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:35:52 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:35:52 Setting up python3-minimal (3.6.7-1~18.04) ... 22:35:52 Selecting previously unselected package python3. 22:35:52 (Reading database ... 13442 files and directories currently installed.) 22:35:52 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:35:52 Unpacking python3 (3.6.7-1~18.04) ... 22:35:52 Selecting previously unselected package multiarch-support. 22:35:52 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:35:52 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:35:52 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:35:52 Selecting previously unselected package liblzo2-2:amd64. 22:35:53 (Reading database ... 13479 files and directories currently installed.) 22:35:53 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:35:53 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:35:53 Selecting previously unselected package libbsd0:amd64. 22:35:53 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:35:53 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:35:53 Selecting previously unselected package sudo. 22:35:53 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 22:35:53 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 22:35:53 Selecting previously unselected package apparmor. 22:35:53 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:35:53 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:35:53 Selecting previously unselected package libedit2:amd64. 22:35:53 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:35:53 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:35:53 Selecting previously unselected package libkrb5support0:amd64. 22:35:53 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:35:53 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:35:53 Selecting previously unselected package libk5crypto3:amd64. 22:35:53 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:35:53 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:35:53 Selecting previously unselected package libkeyutils1:amd64. 22:35:53 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:35:53 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:35:53 Selecting previously unselected package libkrb5-3:amd64. 22:35:53 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:35:53 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:35:54 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:35:54 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:35:54 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:35:54 Selecting previously unselected package libssl1.0.0:amd64. 22:35:54 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 22:35:54 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:35:54 Selecting previously unselected package openssh-client. 22:35:54 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:35:54 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:35:54 Selecting previously unselected package squashfs-tools. 22:35:54 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:35:54 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:35:54 Selecting previously unselected package snapd. 22:35:54 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 22:35:54 Unpacking snapd (2.48+18.04) ... 22:35:56 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:35:56 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 22:35:56 Setting up mime-support (3.60ubuntu1) ... 22:35:56 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 22:35:56 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:35:56 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:35:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:35:56 Setting up systemd (237-3ubuntu10.43) ... 22:35:56 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:35:57 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:35:57 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:35:57 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:35:57 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 22:35:57 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:35:57 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 22:35:58 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:35:58 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:35:58 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:35:58 Setting up python3 (3.6.7-1~18.04) ... 22:35:58 running python rtupdate hooks for python3.6... 22:35:58 running python post-rtupdate hooks for python3.6... 22:35:59 Setting up apparmor (2.12-4ubuntu5.1) ... 22:36:00 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:36:00 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:36:00 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:36:00 Setting up snapd (2.48+18.04) ... 22:36:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:36:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:36:01 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:36:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:36:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:36:02 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:36:02 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:36:02 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:36:02 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:36:02 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:36:02 /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' 22:36:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:36:03 Processing triggers for systemd (237-3ubuntu10.43) ... 22:36:04 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:36:04 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:36:04 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:36:05 Reading package lists... 22:36:05 Reading package lists... 22:36:05 Building dependency tree... 22:36:05 Reading state information... 22:36:05 Calculating upgrade... 22:36:05 The following packages will be upgraded: 22:36:05 advancecomp base-files bash binutils binutils-common 22:36:05 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:36:05 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:36:05 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 22:36:05 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 22:36:05 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 22:36:05 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 22:36:05 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 22:36:05 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 22:36:05 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 22:36:05 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 22:36:05 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 22:36:05 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 22:36:05 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 22:36:05 ubuntu-keyring util-linux 22:36:06 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:36:06 Need to get 63.7 MB of archives. 22:36:06 After this operation, 5203 kB of additional disk space will be used. 22:36:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] 22:36:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:36:06 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:36:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:36:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:36:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:36:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:36:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:36:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:36:06 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:36:06 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:36:06 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:36:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:36:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:36:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:36:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:36:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:36:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:36:06 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:36:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:36:06 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:36:06 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:36:06 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:36:06 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:36:06 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:36:06 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:36:06 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:36:06 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:36:06 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:36:06 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:36:06 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:36:06 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:36:06 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:36:06 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:36:06 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 22:36:06 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 22:36:06 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:36:06 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:36:06 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:36:06 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 22:36:06 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 22:36:06 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:36:06 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:36:06 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:36:06 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 22:36:06 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:36:06 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:36:06 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 22:36:06 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 22:36:06 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 22:36:06 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 22:36:06 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:36:06 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:36:06 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:36:06 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:36:06 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:36:06 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:36:06 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:36:06 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:36:07 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:36:07 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:36:07 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:36:07 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:36:07 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:36:07 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:36:07 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:36:07 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:36:07 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:36:07 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] 22:36:07 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:36:07 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:36:07 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:36:07 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:36:07 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:36:07 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:36:07 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:36:07 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:36:07 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:36:07 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:36:07 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:36:07 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] 22:36:07 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:36:07 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 22:36:07 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] 22:36:07 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:36:07 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:36:07 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:36:07 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:36:07 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:36:07 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:36:07 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] 22:36:07 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:36:07 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:36:07 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:36:07 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:36:07 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:36:07 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:36:08 debconf: delaying package configuration, since apt-utils is not installed 22:36:08 Fetched 63.7 MB in 2s (31.9 MB/s) 22:36:08 (Reading database ... 13912 files and directories currently installed.) 22:36:08 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:36:08 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:36:08 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:36:08 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:36:08 Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... 22:36:08 Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... 22:36:09 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:09 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:10 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:10 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:10 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:10 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:10 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:10 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:10 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:10 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:10 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:10 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:10 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:10 (Reading database ... 13911 files and directories currently installed.) 22:36:10 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:10 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:36:10 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:36:11 (Reading database ... 13911 files and directories currently installed.) 22:36:11 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:11 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:11 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:11 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:11 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:36:11 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:36:11 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:12 (Reading database ... 13911 files and directories currently installed.) 22:36:12 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:36:12 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:36:12 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:36:12 (Reading database ... 13911 files and directories currently installed.) 22:36:12 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:36:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:36:12 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:36:12 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:36:13 Setting up base-files (10.1ubuntu2.10) ... 22:36:13 Installing new version of config file /etc/issue ... 22:36:13 Installing new version of config file /etc/issue.net ... 22:36:13 Installing new version of config file /etc/lsb-release ... 22:36:13 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:36:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:36:13 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:36:13 Removing obsolete conffile /etc/default/motd-news ... 22:36:13 (Reading database ... 13912 files and directories currently installed.) 22:36:13 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:36:13 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:36:13 Setting up bash (4.4.18-2ubuntu1.2) ... 22:36:13 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 22:36:13 (Reading database ... 13912 files and directories currently installed.) 22:36:13 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:13 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:36:14 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:36:14 (Reading database ... 13912 files and directories currently installed.) 22:36:14 Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... 22:36:14 Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... 22:36:14 Setting up tar (1.29b-2ubuntu0.1) ... 22:36:14 (Reading database ... 13912 files and directories currently installed.) 22:36:14 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:36:14 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:36:14 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:36:14 (Reading database ... 13912 files and directories currently installed.) 22:36:14 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:36:14 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:36:14 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:36:14 (Reading database ... 13912 files and directories currently installed.) 22:36:14 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:36:14 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:36:15 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:36:15 (Reading database ... 13912 files and directories currently installed.) 22:36:15 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:36:15 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:36:15 Setting up grep (3.1-2build1) ... 22:36:15 (Reading database ... 13912 files and directories currently installed.) 22:36:15 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:36:15 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:36:15 Setting up login (1:4.5-1ubuntu2) ... 22:36:15 (Reading database ... 13912 files and directories currently installed.) 22:36:15 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:36:15 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:36:15 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:36:15 (Reading database ... 13912 files and directories currently installed.) 22:36:15 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:36:15 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:36:16 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:36:16 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:36:16 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:36:16 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:36:17 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:36:17 (Reading database ... 13912 files and directories currently installed.) 22:36:17 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:36:17 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:36:18 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:36:18 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:36:18 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:36:18 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:36:18 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:36:18 (Reading database ... 13912 files and directories currently installed.) 22:36:18 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:36:18 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:36:18 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:36:18 (Reading database ... 13912 files and directories currently installed.) 22:36:18 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:18 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:36:18 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:36:19 (Reading database ... 13912 files and directories currently installed.) 22:36:19 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:19 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:36:19 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:36:19 (Reading database ... 13912 files and directories currently installed.) 22:36:19 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:19 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:36:19 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:36:19 (Reading database ... 13912 files and directories currently installed.) 22:36:19 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:19 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:36:19 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:36:19 (Reading database ... 13912 files and directories currently installed.) 22:36:19 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:36:19 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:36:19 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:36:19 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:36:19 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:36:20 (Reading database ... 13912 files and directories currently installed.) 22:36:20 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:36:20 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:36:20 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:36:20 (Reading database ... 13912 files and directories currently installed.) 22:36:20 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:20 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:36:20 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:36:20 (Reading database ... 13912 files and directories currently installed.) 22:36:20 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:20 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:36:20 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:36:20 (Reading database ... 13912 files and directories currently installed.) 22:36:20 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:20 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:36:21 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:36:21 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:36:21 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:36:22 (Reading database ... 13912 files and directories currently installed.) 22:36:22 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:36:22 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:36:22 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:36:22 (Reading database ... 13912 files and directories currently installed.) 22:36:22 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:36:22 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:36:22 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:36:22 (Reading database ... 13914 files and directories currently installed.) 22:36:22 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:36:22 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:36:22 Setting up debconf (1.5.66ubuntu1) ... 22:36:23 (Reading database ... 13914 files and directories currently installed.) 22:36:23 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:36:23 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:36:23 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:36:23 (Reading database ... 13914 files and directories currently installed.) 22:36:23 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:36:23 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:36:23 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:36:23 (Reading database ... 13914 files and directories currently installed.) 22:36:23 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:36:23 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:36:23 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:36:24 (Reading database ... 13914 files and directories currently installed.) 22:36:24 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:36:24 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:36:24 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 22:36:24 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 22:36:24 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:36:24 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:36:24 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:36:24 (Reading database ... 13914 files and directories currently installed.) 22:36:24 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:36:24 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:36:24 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:36:24 (Reading database ... 13914 files and directories currently installed.) 22:36:24 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:36:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:36:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:36:24 ---> 1928d3c263ba 22:36:24 Step 3/23 : WORKDIR /edgex-go 22:36:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:36:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:36:24 ---> 1928d3c263ba 22:36:24 Step 3/22 : WORKDIR /edgex-go 22:36:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:36:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:36:24 ---> 1928d3c263ba 22:36:24 Step 3/23 : WORKDIR /edgex-go 22:36:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:36:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:36:24 ---> 1928d3c263ba 22:36:24 Step 3/24 : WORKDIR /edgex-go 22:36:24 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:36:24 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:36:24 ---> 1928d3c263ba 22:36:24 Step 3/33 : WORKDIR /edgex-go 22:36:24 ---> Running in a6fea056bbad 22:36:24 ---> Running in a0991e64d846 22:36:24 ---> Running in f43a47107a63 22:36:24 ---> Running in 3d98bd9c3daa 22:36:24 ---> Running in 13ca51e8d2b3 22:36:24 Removing intermediate container a0991e64d846 22:36:24 ---> 8b6a80805a4d 22:36:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:36:24 Removing intermediate container 13ca51e8d2b3 22:36:24 ---> a8b3c174cc52 22:36:24 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:36:24 Removing intermediate container f43a47107a63 22:36:24 ---> aae0682f42b5 22:36:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:36:24 Removing intermediate container 3d98bd9c3daa 22:36:24 ---> 8a785b1919d1 22:36:24 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:36:24 Removing intermediate container a6fea056bbad 22:36:24 ---> 7e40e4c205dd 22:36:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:36:24 ---> Running in 85d570928793 22:36:24 ---> Running in 14839349dfff 22:36:24 ---> Running in 1493157fb0e1 22:36:24 ---> Running in 00742e107091 22:36:24 ---> Running in 30c46c7cc9bf 22:36:24 Removing intermediate container 85d570928793 22:36:24 ---> db9adc1179c6 22:36:24 Step 5/24 : RUN apk add --update --no-cache make git 22:36:24 ---> Running in 1d0a549e416c 22:36:24 Removing intermediate container 14839349dfff 22:36:24 ---> ea0d7f5e8a23 22:36:24 Step 5/22 : RUN apk add --update --no-cache make git 22:36:24 ---> Running in 9e8bdeace06e 22:36:24 Removing intermediate container 00742e107091 22:36:24 ---> 2e13440b2373 22:36:24 Step 5/23 : RUN apk add --update --no-cache make git 22:36:24 Removing intermediate container 1493157fb0e1 22:36:24 ---> 4193827e10f2 22:36:24 Step 5/23 : RUN apk add --update --no-cache make git 22:36:24 ---> Running in 574f9e76d2ab 22:36:24 Removing intermediate container 30c46c7cc9bf 22:36:24 ---> 3cfadbbf275b 22:36:24 Step 5/33 : RUN apk add --update --no-cache make git 22:36:24 ---> Running in 9ca3c93ff4c1 22:36:24 ---> Running in 456fe9ade4b7 22:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:36:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:25 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:36:25 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:36:25 (Reading database ... 13914 files and directories currently installed.) 22:36:25 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:36:25 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:36:25 OK: 217 MiB in 51 packages 22:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:25 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:36:25 (Reading database ... 13914 files and directories currently installed.) 22:36:25 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 22:36:25 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 22:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:36:25 OK: 217 MiB in 51 packages 22:36:25 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 22:36:25 (Reading database ... 13914 files and directories currently installed.) 22:36:25 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:36:25 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:36:26 OK: 217 MiB in 51 packages 22:36:26 Setting up passwd (1:4.5-1ubuntu2) ... 22:36:26 (Reading database ... 13914 files and directories currently installed.) 22:36:26 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 22:36:26 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 22:36:26 OK: 217 MiB in 51 packages 22:36:26 Setting up gpgv (2.2.4-1ubuntu1.3) ... 22:36:26 (Reading database ... 13914 files and directories currently installed.) 22:36:26 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:36:26 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:36:27 Removing intermediate container 1d0a549e416c 22:36:27 ---> a56e1794152f 22:36:27 Step 6/24 : COPY go.mod . 22:36:27 OK: 217 MiB in 51 packages 22:36:27 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:36:27 (Reading database ... 13914 files and directories currently installed.) 22:36:27 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:36:27 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:36:27 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:36:27 (Reading database ... 13914 files and directories currently installed.) 22:36:27 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:36:27 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:36:27 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:36:27 (Reading database ... 13914 files and directories currently installed.) 22:36:27 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:36:27 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:36:27 Removing intermediate container 9e8bdeace06e 22:36:27 ---> e29c445c8dbe 22:36:27 Step 6/22 : COPY go.mod . 22:36:27 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:36:27 (Reading database ... 13914 files and directories currently installed.) 22:36:27 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:36:27 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:36:28 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:36:28 (Reading database ... 13914 files and directories currently installed.) 22:36:28 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:36:28 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:36:28 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:36:28 ---> 9b8ce5838fba 22:36:28 Step 7/24 : RUN go mod download 22:36:28 Removing intermediate container 574f9e76d2ab 22:36:28 ---> 8723772e1496 22:36:28 Step 6/23 : COPY go.mod . 22:36:28 (Reading database ... 13915 files and directories currently installed.) 22:36:28 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:36:28 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:36:28 ---> Running in ad1910b17b1c 22:36:28 Removing intermediate container 9ca3c93ff4c1 22:36:28 ---> 69af335cb489 22:36:28 Step 6/23 : COPY go.mod . 22:36:28 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:36:28 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:36:28 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 22:36:28 ---> 8da4db7609c9 22:36:28 Step 7/22 : RUN go mod download 22:36:28 Removing intermediate container 456fe9ade4b7 22:36:28 ---> e4df43d772b6 22:36:28 Step 6/33 : COPY go.mod . 22:36:28 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 22:36:28 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 22:36:28 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 22:36:29 ---> Running in c662a3a97f61 22:36:29 ---> c9244628a84e 22:36:29 Step 7/23 : RUN go mod download 22:36:29 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:36:29 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:36:29 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:36:29 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:36:29 ---> Running in 72d3faa962ac 22:36:29 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:36:29 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:36:29 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:36:29 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:36:29 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:36:29 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:36:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:36:29 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:36:29 ---> 610b8b595081 22:36:29 Step 7/33 : RUN go mod download 22:36:29 ---> 79926fe9397d 22:36:29 Step 7/23 : RUN go mod download 22:36:30 ---> Running in 269449dd406e 22:36:30 ---> Running in 409e11ffb2ce 22:36:30 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:36:30 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:36:30 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 22:36:30 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 22:36:31 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:36:31 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:36:31 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:36:31 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:36:31 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:36:31 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:36:31 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:36:31 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:36:31 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:36:31 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:36:31 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 22:36:32 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 22:36:32 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:32 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:32 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:32 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:32 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:32 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:32 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:32 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:32 Removing intermediate container ad1910b17b1c 22:36:32 ---> ed82fcbd2a09 22:36:32 Step 8/24 : COPY . . 22:36:33 Removing intermediate container 72d3faa962ac 22:36:33 ---> 9a9d992d1dc4 22:36:33 Step 8/23 : COPY . . 22:36:33 Removing intermediate container c662a3a97f61 22:36:33 ---> c9295964d5d7 22:36:33 Step 8/22 : COPY . . 22:36:33 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:33 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:34 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:34 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:35 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:35 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:35 Removing intermediate container 409e11ffb2ce 22:36:35 ---> ee507e156ec1 22:36:35 Step 8/33 : COPY . . 22:36:35 Removing intermediate container 269449dd406e 22:36:35 ---> 3bc446b872b0 22:36:35 Step 8/23 : COPY . . 22:36:35 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:35 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:36 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:36:36 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:36:36 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:36:36 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:36:36 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:36:36 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:36:36 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:36:36 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:36:37 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:36:37 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:36:37 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:36:37 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:36:37 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:36:37 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:36:37 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:36:37 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:36:37 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:37 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:36:37 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:37 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:37 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:37 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:36:37 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:36:37 Setting up tzdata (2020f-0ubuntu0.18.04) ... 22:36:38 22:36:38 Current default time zone: 'Etc/UTC' 22:36:38 Local time is now: Tue Jan 12 22:36:37 UTC 2021. 22:36:38 Universal Time is now: Tue Jan 12 22:36:37 UTC 2021. 22:36:38 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:36:38 22:36:38 Setting up systemd-sysv (237-3ubuntu10.43) ... 22:36:38 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:38 Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... 22:36:38 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:36:38 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:36:38 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:36:38 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:36:38 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:36:38 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:36:38 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:36:38 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:38 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:36:38 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:36:38 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 22:36:38 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:38 Setting up patch (2.7.6-2ubuntu1.1) ... 22:36:38 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:36:38 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:36:38 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 22:36:38 Installing new version of config file /etc/ssl/openssl.cnf ... 22:36:38 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:36:38 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:36:38 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 22:36:40 Updating certificates in /etc/ssl/certs... 22:36:41 22 added, 17 removed; done. 22:36:41 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:36:41 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:36:41 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:36:41 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:36:41 Setting up pkgbinarymangler (138.18.04.1) ... 22:36:42 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:36:42 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 22:36:42 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:36:42 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:36:42 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:36:42 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:36:42 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:36:42 Setting up perl (5.26.1-6ubuntu0.5) ... 22:36:42 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 22:36:42 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:36:42 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:36:42 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 22:36:42 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:36:42 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:36:42 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:36:42 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:36:42 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:36:42 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:36:42 Processing triggers for systemd (237-3ubuntu10.43) ... 22:36:42 Processing triggers for mime-support (3.60ubuntu1) ... 22:36:42 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 22:36:42 Updating certificates in /etc/ssl/certs... 22:36:43 0 added, 0 removed; done. 22:36:43 Running hooks in /etc/ca-certificates/update.d... 22:36:43 done. 22:36:43 Reading package lists... 22:36:43 Building dependency tree... 22:36:43 Reading state information... 22:36:44 The following NEW packages will be installed: 22:36:44 apt-transport-https 22:36:44 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:36:44 Need to get 1696 B of archives. 22:36:44 After this operation, 153 kB of additional disk space will be used. 22:36:44 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:36:44 debconf: delaying package configuration, since apt-utils is not installed 22:36:44 Fetched 1696 B in 0s (29.5 kB/s) 22:36:44 Selecting previously unselected package apt-transport-https. 22:36:44 (Reading database ... 13929 files and directories currently installed.) 22:36:44 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:36:44 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:36:44 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:36:44 Waiting for network to be ready... 22:36:51 2021-01-12T22:36:48Z INFO Waiting for automatic snapd restart... 22:36:51 snapd 2.48.2 from Canonical* installed 22:36:52 "snapd" switched to the "latest/stable" channel 22:36:52 22:36:55 core18 20201210 from Canonical* installed 22:36:55 "core18" switched to the "latest/stable" channel 22:36:55 22:36:59 snapcraft 4.4.4 from Canonical* installed 22:36:59 "snapcraft" switched to the "latest/stable" channel 22:36:59 22:37:02 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: 22:37:02 - README.md 22:37:02 - snapcraft.yaml.orig 22:37:02 22:37:02 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:37:02 ---> 2ae231d41e9b 22:37:02 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:37:02 ---> 31e1137b36d0 22:37:02 Step 9/23 : RUN make cmd/core-command/core-command 22:37:02 ---> 2fa64b201cda 22:37:02 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 22:37:02 ---> abade2c98a6e 22:37:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:37:02 ---> 3fd86af8d818 22:37:02 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:37:02 ---> Running in 89d763d13bae 22:37:02 ---> Running in 617995aa169a 22:37:02 ---> Running in d5e3fcc9c309 22:37:02 ---> Running in acdead463525 22:37:02 ---> Running in 691af7f844fc 22:37:02 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 22:37:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:37:02 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 22:37:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:37:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:37:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:37:08 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:37:08 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:37:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:37:10 Reading package lists... 22:37:10 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 22:37:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:37:16 Reading package lists... 22:37:16 Building dependency tree... 22:37:16 Reading state information... 22:37:16 Suggested packages: 22:37:16 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:37:16 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:37:16 Recommended packages: 22:37:16 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:37:16 The following NEW packages will be installed: 22:37:16 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:37:16 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:37:16 pkg-config zip 22:37:16 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:37:16 Need to get 7655 kB of archives. 22:37:16 After this operation, 43.7 MB of additional disk space will be used. 22:37:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 22:37:17 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:37:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:37:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 22:37:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 22:37:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:37:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:37:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:37:17 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:37:17 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:37:17 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:37:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:37:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:37:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:37:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:37:18 debconf: delaying package configuration, since apt-utils is not installed 22:37:18 Fetched 7655 kB in 1s (8084 kB/s) 22:37:18 Selecting previously unselected package libglib2.0-0:amd64. 22:37:18 (Reading database ... 13933 files and directories currently installed.) 22:37:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 22:37:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:37:18 Selecting previously unselected package libpsl5:amd64. 22:37:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:37:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:37:18 Selecting previously unselected package libnghttp2-14:amd64. 22:37:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:37:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:37:18 Selecting previously unselected package librtmp1:amd64. 22:37:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:37:18 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:37:18 Selecting previously unselected package libcurl3-gnutls:amd64. 22:37:18 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:37:18 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:37:18 Selecting previously unselected package liberror-perl. 22:37:18 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:37:18 Unpacking liberror-perl (0.17025-1) ... 22:37:18 Selecting previously unselected package git-man. 22:37:18 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 22:37:18 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 22:37:18 Selecting previously unselected package git. 22:37:18 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 22:37:18 Unpacking git (1:2.17.1-1ubuntu0.7) ... 22:37:19 Selecting previously unselected package libnorm1:amd64. 22:37:19 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:37:19 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:37:19 Selecting previously unselected package libpgm-5.2-0:amd64. 22:37:19 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:37:19 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:37:19 Selecting previously unselected package libsodium23:amd64. 22:37:19 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:37:19 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:37:20 Selecting previously unselected package libzmq5:amd64. 22:37:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:37:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:37:20 Selecting previously unselected package libzmq3-dev:amd64. 22:37:20 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:37:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:37:20 Selecting previously unselected package pkg-config. 22:37:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:37:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:37:20 Selecting previously unselected package zip. 22:37:20 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:37:20 Unpacking zip (3.0-11build1) ... 22:37:20 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:37:20 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 22:37:20 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:37:20 Setting up liberror-perl (0.17025-1) ... 22:37:20 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:37:20 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 22:37:20 No schema files found: doing nothing. 22:37:20 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:37:20 Setting up zip (3.0-11build1) ... 22:37:20 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:37:20 Setting up libsodium23:amd64 (1.0.16-2) ... 22:37:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:37:20 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:37:20 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:37:20 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:37:20 Setting up git (1:2.17.1-1ubuntu0.7) ... 22:37:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:37:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:37:27 git set to automatically installed. 22:37:27 git-man set to automatically installed. 22:37:27 libcurl3-gnutls set to automatically installed. 22:37:27 liberror-perl set to automatically installed. 22:37:27 libglib2.0-0 set to automatically installed. 22:37:27 libnghttp2-14 set to automatically installed. 22:37:27 libnorm1 set to automatically installed. 22:37:27 libpgm-5.2-0 set to automatically installed. 22:37:27 libpsl5 set to automatically installed. 22:37:27 librtmp1 set to automatically installed. 22:37:27 libsodium23 set to automatically installed. 22:37:27 libzmq3-dev set to automatically installed. 22:37:27 libzmq5 set to automatically installed. 22:37:27 pkg-config set to automatically installed. 22:37:27 zip set to automatically installed. 22:37:28 snapd is not logged in, snap install commands will use sudo 22:37:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:37:35 snap "core18" has no updates available 22:37:35 Pulling config-common 22:37:36 Pulling go-build-helper 22:37:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:37:58 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:37:58 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:37:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] 22:37:58 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:37:58 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:37:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:37:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:37:58 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:37:58 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:37:58 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:37:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] 22:37:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 22:37:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 22:37:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] 22:37:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] 22:37:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] 22:37:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 22:37:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:37:58 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] 22:37:58 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] 22:37:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 22:37:58 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 22:37:58 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] 22:37:58 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] 22:37:58 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 22:37:58 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 22:37:58 Fetched 23.7 MB in 0s (0 B/s) 22:37:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:37:58 Fetched 96.5 kB in 0s (0 B/s) 22:37:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:37:58 Fetched 279 kB in 0s (0 B/s) 22:37:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:37:58 Fetched 122 kB in 0s (0 B/s) 22:37:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:37:58 Fetched 77.8 kB in 0s (0 B/s) 22:37:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:37:58 Fetched 8848 B in 0s (0 B/s) 22:37:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:37:58 Fetched 47.8 kB in 0s (0 B/s) 22:37:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:37:58 Fetched 45.6 kB in 0s (0 B/s) 22:37:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:37:58 Fetched 15.0 kB in 0s (0 B/s) 22:37:58 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:37:58 Fetched 214 kB in 0s (0 B/s) 22:37:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 22:37:58 Fetched 155 kB in 0s (0 B/s) 22:37:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:37:58 Fetched 50.6 kB in 0s (0 B/s) 22:37:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:37:58 Fetched 14.8 kB in 0s (0 B/s) 22:37:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:37:58 Fetched 41.8 kB in 0s (0 B/s) 22:37:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:37:58 Fetched 499 kB in 0s (0 B/s) 22:37:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:37:58 Fetched 111 kB in 0s (0 B/s) 22:37:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:37:58 Fetched 240 kB in 0s (0 B/s) 22:37:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:37:58 Fetched 29.3 kB in 0s (0 B/s) 22:37:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:37:58 Fetched 85.5 kB in 0s (0 B/s) 22:37:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:37:58 Fetched 24.5 kB in 0s (0 B/s) 22:37:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:37:58 Fetched 49.2 kB in 0s (0 B/s) 22:37:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:37:58 Fetched 54.2 kB in 0s (0 B/s) 22:37:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:37:58 Fetched 30.8 kB in 0s (0 B/s) 22:37:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 22:37:58 Fetched 17.0 kB in 0s (0 B/s) 22:37:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:37:58 Fetched 85.9 kB in 0s (0 B/s) 22:37:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:37:58 Fetched 8720 B in 0s (0 B/s) 22:37:58 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:37:58 Fetched 137 kB in 0s (0 B/s) 22:37:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:37:58 Fetched 119 kB in 0s (0 B/s) 22:37:58 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:37:58 Fetched 109 kB in 0s (0 B/s) 22:37:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:37:58 Fetched 11.1 kB in 0s (0 B/s) 22:37:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:37:58 Fetched 645 kB in 0s (0 B/s) 22:37:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:37:58 Fetched 41.3 kB in 0s (0 B/s) 22:37:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:37:58 Fetched 17.9 kB in 0s (0 B/s) 22:37:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:37:58 Fetched 368 kB in 0s (0 B/s) 22:37:58 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:37:58 Fetched 187 kB in 0s (0 B/s) 22:37:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:37:58 Fetched 175 kB in 0s (0 B/s) 22:37:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:38:02 Fetched 206 kB in 0s (0 B/s) 22:38:02 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 22:38:02 Fetched 1301 kB in 0s (0 B/s) 22:38:02 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:38:02 Fetched 36.2 kB in 0s (0 B/s) 22:38:02 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:38:02 Fetched 159 kB in 0s (0 B/s) 22:38:02 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:38:02 Fetched 107 kB in 0s (0 B/s) 22:38:02 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:38:02 Fetched 48.7 kB in 0s (0 B/s) 22:38:02 Pulling static-packages 22:38:03 'go115' has dependencies that need to be staged: go-build-helper static-packages 22:38:03 Skipping pull go-build-helper (already ran) 22:38:03 Skipping pull static-packages (already ran) 22:38:03 Building go-build-helper 22:38:07 Building static-packages 22:38:08 Staging go-build-helper 22:38:09 Staging static-packages 22:38:10 Pulling go115 22:38:11 'edgex-go' has dependencies that need to be staged: go115 22:38:11 Skipping pull go115 (already ran) 22:38:11 Building go115 22:38:11 % Total % Received % Xferd Average Speed Time Time Time Current 22:38:11 Dload Upload Total Spent Left Speed 22:38:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 33.1M 0 0 39.7M 0 0:00:02 --:--:-- 0:00:02 39.7M 74 115M 74 86.2M 0 0 47.1M 0 0:00:02 0:00:01 0:00:01 47.1M 100 115M 100 115M 0 0 46.5M 0 0:00:02 0:00:02 --:--:-- 46.5M 22:38:14 go1.15.2.linux-amd64.tar.gz: OK 22:38:18 Staging go115 22:38:24 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:38:24 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:38:24 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:38:24 Fetched 0 B in 0s (0 B/s) 22:38:24 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:38:24 Fetched 224 kB in 0s (0 B/s) 22:38:24 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:38:24 Fetched 157 kB in 0s (0 B/s) 22:38:24 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:38:24 Fetched 221 kB in 0s (0 B/s) 22:38:24 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:38:24 Fetched 143 kB in 0s (0 B/s) 22:38:24 Pulling edgex-go 22:38:24 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 22:38:24 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 22:38:24 Pulling version 22:38:25 Building config-common 22:38:27 Skipping build go-build-helper (already ran) 22:38:27 Skipping build static-packages (already ran) 22:38:27 Skipping build go115 (already ran) 22:38:28 Building edgex-go 22:38:28 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 22:38:29 go: downloading github.com/gorilla/mux v1.8.0 22:38:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 22:38:29 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 22:38:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 22:38:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:38:29 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 22:38:29 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 22:38:29 go: downloading github.com/pelletier/go-toml v1.2.0 22:38:29 go: downloading github.com/x448/float16 v0.8.4 22:38:29 go: downloading github.com/google/uuid v1.1.4 22:38:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:38:29 go: downloading github.com/pebbe/zmq4 v1.2.2 22:38:29 go: downloading github.com/go-kit/kit v0.8.0 22:38:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:38:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:38:29 go: downloading github.com/BurntSushi/toml v0.3.1 22:38:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:38:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:38:29 go: downloading gopkg.in/yaml.v2 v2.4.0 22:38:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 22:38:29 go: downloading github.com/hashicorp/consul/api v1.1.0 22:38:29 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 22:38:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:38:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:38:29 go: downloading github.com/mitchellh/copystructure v1.0.0 22:38:29 go: downloading github.com/imdario/mergo v0.3.11 22:38:29 go: downloading github.com/pkg/errors v0.8.1 22:38:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:38:29 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 22:38:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:38:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:38:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 22:38:29 go: downloading github.com/hashicorp/serf v0.8.2 22:38:29 go: downloading github.com/go-playground/universal-translator v0.17.0 22:38:29 go: downloading github.com/leodido/go-urn v1.2.0 22:38:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:38:29 go: downloading github.com/go-playground/locales v0.13.0 22:38:29 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:38:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:38:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:38: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 22:38:36 Removing intermediate container acdead463525 22:38:36 ---> 9e12dcf2827c 22:38:36 22:38:36 Step 10/24 : FROM alpine:3.12 22:38:36 3.12: Pulling from library/alpine 22:38:36 Removing intermediate container 89d763d13bae 22:38:36 ---> 0b9e12f628ff 22:38:36 22:38:36 Step 10/22 : FROM alpine:3.12 22:38:36 3.12: Pulling from library/alpine 22:38:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:38:37 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:38:37 Status: Downloaded newer image for alpine:3.12 22:38:37 ---> afeebe901d6b 22:38:37 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:38:37 Status: Image is up to date for alpine:3.12 22:38:37 ---> afeebe901d6b 22:38:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:38:37 ---> Running in 7d84258a1c99 22:38:37 ---> Running in 52238ed21dcf 22:38:38 Removing intermediate container d5e3fcc9c309 22:38:38 ---> 5571d953ade7 22:38:38 22:38:38 Step 10/23 : FROM alpine:3.12 22:38:38 ---> afeebe901d6b 22:38:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:38:38 ---> Running in 00ccf965474c 22:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:38:40 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 22:38:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:38:41 (1/5) Installing ca-certificates (20191127-r4) 22:38:41 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 22:38:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:38:41 (3/5) Installing libcurl (7.69.1-r3) 22:38:41 (1/1) Installing dumb-init (1.2.2-r1) 22:38:41 Executing busybox-1.31.1-r19.trigger 22:38:41 (4/5) Installing curl (7.69.1-r3) 22:38:41 (5/5) Installing dumb-init (1.2.2-r1) 22:38:41 Executing busybox-1.31.1-r19.trigger 22:38:41 OK: 5 MiB in 15 packages 22:38:41 Executing ca-certificates-20191127-r4.trigger 22:38:41 (1/1) Installing dumb-init (1.2.2-r1) 22:38:41 Executing busybox-1.31.1-r19.trigger 22:38:41 OK: 5 MiB in 15 packages 22:38:41 OK: 7 MiB in 19 packages 22:38:42 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 22:38:42 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 22:38:42 go: downloading github.com/stretchr/testify v1.6.1 22:38:42 go: downloading github.com/davecgh/go-spew v1.1.1 22:38:42 go: downloading github.com/pmezard/go-difflib v1.0.0 22:38:42 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:38:44 Removing intermediate container 52238ed21dcf 22:38:44 ---> a9c96b4adb98 22:38:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:38:44 ---> Running in 01ea82238486 22:38:44 Removing intermediate container 00ccf965474c 22:38:44 ---> 2d0565f354aa 22:38:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:38:44 Removing intermediate container 617995aa169a 22:38:44 ---> 52ade369ceae 22:38:44 22:38:44 Step 10/33 : FROM alpine:3.12 22:38:44 ---> afeebe901d6b 22:38:44 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 22:38:44 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 22:38:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:38:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:38:45 ---> Running in d8ab25d73be8 22:38:45 Removing intermediate container 7d84258a1c99 22:38:45 ---> be1e4c9ea1bb 22:38:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:38:45 ---> Running in d2edf4701247 22:38:45 Removing intermediate container 01ea82238486 22:38:45 ---> e0c9f6612e24 22:38:45 Step 13/22 : ENV APP_PORT=48085 22:38:45 ---> Running in 4fb7eb05e2b8 22:38:45 ---> Running in 8580c1bc5665 22:38:45 Removing intermediate container d8ab25d73be8 22:38:45 ---> a16e0d682aef 22:38:45 Step 13/23 : ENV APP_PORT=48082 22:38:45 ---> Running in d57d042a20d9 22:38:46 Removing intermediate container 4fb7eb05e2b8 22:38:46 ---> b2487692141f 22:38:46 Removing intermediate container 8580c1bc5665 22:38:46 ---> ddc98af8e289 22:38:46 Step 13/24 : WORKDIR /Step 14/22 : EXPOSE $APP_PORT 22:38:46 22:38:46 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 22:38:46 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:38:46 ---> Running in 1db72397b3f7 22:38:46 ---> Running in 1d95a822888b 22:38:47 Removing intermediate container d57d042a20d9 22:38:47 ---> 4fb5a93e2f35 22:38:47 Step 14/23 : EXPOSE $APP_PORT 22:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:38:47 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 22:38:47 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 22:38:47 Removing intermediate container 1db72397b3f7 22:38:47 ---> a1d34d7dacc0 22:38:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:38:47 ---> Running in f5a78596fe9c 22:38:47 Removing intermediate container 1d95a822888b 22:38:47 ---> 5fd11414cfe7 22:38:47 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:38:47 (1/3) Installing dumb-init (1.2.2-r1) 22:38:47 (2/3) Installing openssl (1.1.1i-r0) 22:38:47 (3/3) Installing su-exec (0.2-r1) 22:38:47 Executing busybox-1.31.1-r19.trigger 22:38:47 OK: 6 MiB in 17 packages 22:38:48 Removing intermediate container f5a78596fe9c 22:38:48 ---> c00a21323191 22:38:48 Step 15/23 : WORKDIR / 22:38:48 ---> Running in e65638713612 22:38:48 ---> 284f9aec08af 22:38:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:38:48 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 22:38:49 ---> 741049f08c75 22:38:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:38:49 Removing intermediate container e65638713612 22:38:49 ---> bad68fb2deed 22:38:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:38:49 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 22:38:49 Removing intermediate container d2edf4701247 22:38:49 ---> d24e5e3dbb5e 22:38:49 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:38:50 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 22:38:50 ---> Running in 04d4ce427ba2 22:38:50 ---> 4e57aeb801f7 22:38:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:38:50 ---> db82ff10ed68 22:38:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:38:50 ---> 6f918274973e 22:38:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:38:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:38:50 go: downloading github.com/lib/pq v1.9.0 22:38:51 Removing intermediate container 04d4ce427ba2 22:38:51 ---> 848871f419dc 22:38:51 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 22:38:51 ---> Running in febb0390cd42 22:38:51 Removing intermediate container 691af7f844fc 22:38:51 ---> 2cab5d89a3e5 22:38:51 22:38:51 Step 10/23 : FROM alpine:3.12 22:38:51 ---> afeebe901d6b 22:38:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:38:51 ---> Using cache 22:38:51 ---> 2d0565f354aa 22:38:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:38:51 ---> Using cache 22:38:51 ---> a16e0d682aef 22:38:51 Step 13/23 : ENV APP_PORT=48081 22:38:51 ---> 7a778cbaace7 22:38:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:38:52 ---> 2ee16696d562 22:38:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:38:52 ---> Running in 956a02ee7ae9 22:38:52 ---> Running in 14ed27b432b6 22:38:52 Removing intermediate container febb0390cd42 22:38:52 ---> 8f10b8fa144a 22:38:52 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 22:38:52 ---> 63b157b17a16 22:38:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:38:52 ---> Running in bd677e8606f8 22:38:53 Removing intermediate container 14ed27b432b6 22:38:53 ---> cd7a06ccb2b6 22:38:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:38:53 Removing intermediate container 956a02ee7ae9 22:38:53 ---> 42ddedafe269 22:38:53 Step 14/23 : EXPOSE $APP_PORT 22:38:53 ---> Running in 4d0807188b85 22:38:53 ---> Running in 09410a6c8f99 22:38:54 ---> 7123e121fe1d 22:38:54 Step 19/23 : ENTRYPOINT ["/core-command"] 22:38:54 ---> 2f25b1f72f5f 22:38:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:38:54 Removing intermediate container 4d0807188b85 22:38:54 ---> 3b85c22ce429 22:38:54 Step 20/22 : LABEL arch=arm64 22:38:54 Building version 22:38:54 ---> Running in eca8f1becf52 22:38:54 Connecting to github.com (140.82.114.3:443) 22:38:54 Removing intermediate container 09410a6c8f99 22:38:54 ---> 5dbca55b904e 22:38:54 Step 15/23 : WORKDIR / 22:38:54 ---> Running in 9077e8a192f1 22:38:54 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (54.231.33.147:443) 22:38:54  ---> Running in 980baae9e4a1 22:38:54 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 22:38:55 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 22:38:55 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 22:38:55 dockerize 22:38:55 Removing intermediate container eca8f1becf52 22:38:55 ---> d53584bee9a0 22:38:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:38:55 Removing intermediate container 980baae9e4a1 22:38:55 ---> 33a8d7d576ee 22:38:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:38:55 Staging config-common 22:38:55 ---> Running in 7e1bf1d48803 22:38:55 Removing intermediate container 9077e8a192f1 22:38:55 ---> 56d17c2b8226 22:38:55 Step 21/22 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:38:56 ---> 8f4c6c041b83 22:38:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:38:56 ---> Running in 4f004024c8c0 22:38:56 Removing intermediate container 7e1bf1d48803 22:38:56 ---> 418a98891baa 22:38:56 Step 21/23 : LABEL arch=arm64 22:38:56 Skipping stage go-build-helper (already ran) 22:38:56 Skipping stage static-packages (already ran) 22:38:56 Skipping stage go115 (already ran) 22:38:56 Staging edgex-go 22:38:56 ---> Running in 74e51c707317 22:38:56 ---> 4bdb967d231f 22:38:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:38:57 Removing intermediate container 4f004024c8c0 22:38:57 ---> 9bd12a0f3237 22:38:57 Step 22/22 : LABEL version=0.0.0 22:38:57 Removing intermediate container 74e51c707317 22:38:57 ---> 1b49752348a0 22:38:57 Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:38:57 ---> a64cbdd57bc9 22:38:57 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/ 22:38:57 Removing intermediate container bd677e8606f8 22:38:57 ---> dee6486da751 22:38:57 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 22:38:57 Staging version 22:38:57 ---> Running in 693b4ef9ddf7 22:38:57 ---> Running in 4c1077cfd535 22:38:57 ---> Running in 03fdfbed4669 22:38:57 ---> Running in d421b75f63ae 22:38:58 Removing intermediate container 693b4ef9ddf7 22:38:58 ---> 1160710eb8ae 22:38:58 22:38:58 Priming config-common 22:38:58 Removing intermediate container 03fdfbed4669 22:38:58 ---> 7db5188c728e 22:38:58 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:38:58 ---> 4b876d870505 22:38:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:38:58 Removing intermediate container 4c1077cfd535 22:38:58 ---> 66f35959742e 22:38:58 Step 23/23 : LABEL version=0.0.0 22:38:58 ---> Running in b6873adeaf48 22:38:58 Successfully built 1160710eb8ae 22:38:58 Successfully tagged docker-support-scheduler-go-arm64:latest 22:38:58 Building docker-security-proxy-setup-go 22:38:58  Building docker-support-scheduler-go ... done  ---> Running in 95712e71cc26 22:38:59 Priming go-build-helper 22:38:59 Removing intermediate container b6873adeaf48 22:38:59 ---> 51a940fdf390 22:38:59 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 22:38:59 ---> Running in 114eab2c46f7 22:38:59 ---> 06fcf5fa16c0 22:38:59 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:38:59 Removing intermediate container 95712e71cc26 22:38:59 ---> b6916afa2c5b 22:38:59 22:39:00 Priming static-packages 22:39:00 ---> Running in bf24b5aaa1c4 22:39:00 Successfully built b6916afa2c5b 22:39:00 Successfully tagged docker-core-command-go-arm64:latest 22:39:00  Building docker-core-command-go ... done Building docker-support-notifications-go 22:39:00 Removing intermediate container bf24b5aaa1c4 22:39:00 ---> 3923ee5667dc 22:39:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:39:01 Removing intermediate container d421b75f63ae 22:39:01 ---> 6de0f59c65ae 22:39:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:39:01 Move dockerize executable 22:39:01 ---> Running in 7fb67029bfa1 22:39:01 ---> Running in 702a5801c33e 22:39:02 Removing intermediate container 7fb67029bfa1 22:39:02 ---> 70a8733cb963 22:39:02 Step 21/23 : LABEL arch=arm64 22:39:02 Priming go115 22:39:03 Removing intermediate container 702a5801c33e 22:39:03 ---> 9133edf8a372 22:39:03 Step 22/24 : LABEL arch=arm64 22:39:03 ---> Running in 8181450d7b5c 22:39:03 Priming edgex-go 22:39:03 ---> Running in bb66be02a75c 22:39:04 Removing intermediate container 8181450d7b5c 22:39:04 ---> 9f67bc675d1b 22:39:04 Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:39:04 Removing intermediate container 114eab2c46f7 22:39:04 ---> fd82da9701fd 22:39:04 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 22:39:04 Priming version 22:39:04 ---> Running in 1aff1a2d9683 22:39:04 Removing intermediate container bb66be02a75c 22:39:04 ---> 814e81f81706 22:39:04 Step 23/24 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:39:04 ---> Running in 6e9413551070 22:39:05 ---> Running in b8aa9544bbf6 22:39:05 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 22:39:05 Removing intermediate container 1aff1a2d9683 22:39:05 ---> 52ca00d3827b 22:39:05 Step 23/23 : LABEL version=0.0.0 22:39:05 Removing intermediate container 6e9413551070 22:39:05 ---> 37b9a536a44a 22:39:05 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:39:05 ---> Running in e73310479275 22:39:05 Removing intermediate container b8aa9544bbf6 22:39:05 ---> 7f3ee40d8181 22:39:05 Step 24/24 : LABEL version=0.0.0 22:39:06 ---> Running in 9aaf4a69035e 22:39:06 Removing intermediate container e73310479275 22:39:06 ---> 49efaaa383f6 22:39:06 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 22:39:07 Successfully built 49efaaa383f6 22:39:07 ---> 56abe2c9057f 22:39:07 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:39:07 Successfully tagged docker-core-metadata-go-arm64:latest 22:39:07 Building docker-sys-mgmt-agent-go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:39:08  Building docker-core-metadata-go ... done Removing intermediate container 9aaf4a69035e 22:39:08 ---> 1ef4226c17cd 22:39:08 22:39:08 ---> Running in cfa27b3711f9 22:39:08 Successfully built 1ef4226c17cd 22:39:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:39:08  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 22:39:10 Removing intermediate container cfa27b3711f9 22:39:10 ---> 8e0618579afe 22:39:10 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:39:11 ---> 27389671212f 22:39:11 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:39:13 ---> 295e2c165b6d 22:39:13 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:39:14 ---> b43261b113b5 22:39:14 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 22:39:15 ---> 37b172c62e83 22:39:15 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:39:17 ---> 18e349f3d21e 22:39:17 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 22:39:17 ---> Running in d1db79b2089c 22:39:18 Removing intermediate container d1db79b2089c 22:39:18 ---> 3c340d46e565 22:39:18 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:39:20 ---> 095e9b816033 22:39:20 Step 28/33 : RUN chmod +x /entrypoint.sh 22:39:21 ---> Running in 91aab2614eda 22:39:24 Removing intermediate container 91aab2614eda 22:39:24 ---> 41fb5d34ada9 22:39:24 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:39:25 ---> Running in b30a7dee40ef 22:39:26 Removing intermediate container b30a7dee40ef 22:39:26 ---> 6805cf614d9d 22:39:26 Step 30/33 : CMD ["install"] 22:39:27 ---> Running in 094bc9c715cd 22:39:28 Removing intermediate container 094bc9c715cd 22:39:28 ---> f6645ad008dc 22:39:28 Step 31/33 : LABEL arch=arm64 22:39:29 ---> Running in 4283c0969764 22:39:30 Removing intermediate container 4283c0969764 22:39:30 ---> 064e1a3e9e2a 22:39:30 Step 32/33 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:39:30 ---> Running in 81afe38a8a4d 22:39:31 Removing intermediate container 81afe38a8a4d 22:39:31 ---> c789d51dafe0 22:39:31 Step 33/33 : LABEL version=0.0.0 22:39:32 ---> Running in 8225d0fd99fa 22:39:32 Removing intermediate container 8225d0fd99fa 22:39:32 ---> 47421d0b0ccd 22:39:32 22:39:32 Successfully built 47421d0b0ccd 22:39:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:39:45  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:39:45 ---> 1928d3c263ba 22:39:45 Step 3/21 : WORKDIR /edgex-go 22:39:45 ---> Using cache 22:39:45 ---> 8a785b1919d1 22:39:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:45 ---> Using cache 22:39:45 ---> 3cfadbbf275b 22:39:45 Step 5/21 : RUN apk add --update --no-cache make git 22:39:45 ---> Using cache 22:39:45 ---> e4df43d772b6 22:39:45 Step 6/21 : COPY go.mod . 22:39:45 ---> Using cache 22:39:45 ---> 610b8b595081 22:39:45 Step 7/21 : RUN go mod download 22:39:45 ---> Using cache 22:39:45 ---> ee507e156ec1 22:39:45 Step 8/21 : COPY . . 22:39:45 ---> Using cache 22:39:45 ---> 2fa64b201cda 22:39:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:39:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:39:48 ---> 1928d3c263ba 22:39:48 Step 3/22 : WORKDIR /edgex-go 22:39:48 ---> Using cache 22:39:48 ---> 8a785b1919d1 22:39:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:48 ---> Using cache 22:39:48 ---> 3cfadbbf275b 22:39:48 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:39:49 ---> Running in 9bfbc69cbd39 22:39:49 ---> Running in d5f6d59f9944 22:39:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:50 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 22:39:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:39:52 OK: 217 MiB in 51 packages 22:39:56 Removing intermediate container d5f6d59f9944 22:39:56 ---> ef9bbb9f032e 22:39:56 Step 6/22 : COPY go.mod . 22:39:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:39:56 ---> 1928d3c263ba 22:39:56 Step 3/26 : WORKDIR /edgex-go 22:39:56 ---> Using cache 22:39:56 ---> 8a785b1919d1 22:39:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:56 ---> Using cache 22:39:56 ---> 3cfadbbf275b 22:39:56 Step 5/26 : RUN apk add --update --no-cache make bash git 22:39:56 ---> Running in 6ab89406da95 22:39:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:39:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:39:56 ---> 1928d3c263ba 22:39:56 Step 3/23 : WORKDIR /edgex-go 22:39:56 ---> Using cache 22:39:56 ---> 8a785b1919d1 22:39:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:39:56 ---> Using cache 22:39:56 ---> 3cfadbbf275b 22:39:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:39:56 ---> Running in 99fa76ce79d4 22:39:57 ---> 3a3de2db06f3 22:39:57 Step 7/22 : RUN go mod download 22:39:57 ---> Running in 31dfffc802df 22:39:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:39:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:01 OK: 217 MiB in 51 packages 22:40:01 OK: 217 MiB in 51 packages 22:40:02 Removing intermediate container 31dfffc802df 22:40:02 ---> 71dff380fd2c 22:40:02 Step 8/22 : COPY . . 22:40:03 Removing intermediate container 6ab89406da95 22:40:03 ---> 1191e9045d29 22:40:03 Step 6/26 : COPY go.mod . 22:40:03 Removing intermediate container 99fa76ce79d4 22:40:03 ---> 52e22d72d82f 22:40:03 Step 6/23 : COPY go.mod . 22:40:05 ---> 8a970c708426 22:40:05 Step 7/26 : RUN go mod download 22:40:05 ---> 5a1a313583db 22:40:05 Step 7/23 : RUN go mod download 22:40:05 ---> Running in 2776861479a7 22:40:05 ---> Running in 2b25a12d84ca 22:40:12 Removing intermediate container 2776861479a7 22:40:12 ---> ea2aeb705ef2 22:40:12 Step 8/26 : COPY . . 22:40:12 Removing intermediate container 2b25a12d84ca 22:40:12 ---> 5709c73e066d 22:40:12 Step 8/23 : COPY . . 22:40:27 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 22:40:27 ---> 1779b00d44b8 22:40:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:40:29 ---> Running in 8b434e412c62 22:40:30 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 22:40:34 ---> 972919a7bd6f 22:40:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:40:34 ---> a43a5c2376a4 22:40:34 Step 9/23 : RUN make cmd/core-data/core-data 22:40:34 ---> Running in 95b7e592bec5 22:40:35 ---> Running in eab3a140a7d6 22:40:37 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 22:40:37 Removing intermediate container 9bfbc69cbd39 22:40:37 ---> 3bc1b56a10aa 22:40:37 22:40:37 Step 10/21 : FROM alpine:3.12 22:40:37 ---> afeebe901d6b 22:40:37 Step 11/21 : RUN apk add --update --no-cache curl 22:40: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 22:40:37 ---> Running in f849719f35a9 22:40:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:40:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:40:40 (1/4) Installing ca-certificates (20191127-r4) 22:40:40 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:40:40 (3/4) Installing libcurl (7.69.1-r3) 22:40:40 (4/4) Installing curl (7.69.1-r3) 22:40:40 Executing busybox-1.31.1-r19.trigger 22:40:40 Executing ca-certificates-20191127-r4.trigger 22:40:40 OK: 7 MiB in 18 packages 22:40:43 Removing intermediate container f849719f35a9 22:40:43 ---> 0eec062fba11 22:40:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:40:43 ---> Running in 84041c9fa212 22:40:44 Removing intermediate container 84041c9fa212 22:40:44 ---> b04eb144fcc7 22:40:44 Step 13/21 : WORKDIR /edgex 22:40:44 ---> Running in 18a30576494a 22:40:45 Removing intermediate container 18a30576494a 22:40:45 ---> 75982cfd302c 22:40:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:40:46 ---> e85cd3a8f144 22:40:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:40:47 ---> a2b5869251b5 22:40:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:40:49 ---> 70fc6da16ba1 22:40:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:40:49 ---> Running in b88efbe0dbae 22:40:50 Removing intermediate container b88efbe0dbae 22:40:50 ---> af1389adc2c6 22:40:50 Step 18/21 : CMD ["--init=true"] 22:40:50 ---> Running in d2ecee181519 22:40:51 Removing intermediate container d2ecee181519 22:40:51 ---> d20ba5799eb5 22:40:51 Step 19/21 : LABEL arch=arm64 22:40:51 ---> Running in b13bde09ac4d 22:40:52 Removing intermediate container b13bde09ac4d 22:40:52 ---> 9c4bcd2506ea 22:40:52 Step 20/21 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:40:52 ---> Running in afb1ee452408 22:40:52 Removing intermediate container afb1ee452408 22:40:52 ---> 2bdcbc82e84b 22:40:52 Step 21/21 : LABEL version=0.0.0 22:40:52 ---> Running in 107cc2ef0032 22:40:53 Removing intermediate container 107cc2ef0032 22:40:53 ---> 2a67de344e5b 22:40:53 22:40:54 Successfully built 2a67de344e5b 22:40:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:41:33  Building docker-security-proxy-setup-go ... done Removing intermediate container 8b434e412c62 22:41:33 ---> cdce0e8c52dc 22:41:33 22:41:33 Step 10/22 : FROM alpine:3.12 22:41:33 ---> afeebe901d6b 22:41:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:41:33 ---> Running in 9f60b700bc8a 22:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:35 (1/2) Installing ca-certificates (20191127-r4) 22:41:35 (2/2) Installing dumb-init (1.2.2-r1) 22:41:35 Executing busybox-1.31.1-r19.trigger 22:41:35 Executing ca-certificates-20191127-r4.trigger 22:41:36 OK: 6 MiB in 16 packages 22:41:39 Removing intermediate container 9f60b700bc8a 22:41:39 ---> bdfc72249371 22:41:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:41:39 ---> Running in 9ff41bc833aa 22:41:39 Removing intermediate container 95b7e592bec5 22:41:39 ---> b397db7db0ca 22:41:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:41:39 ---> Running in cd65a8e0ab82 22:41:40 Removing intermediate container 9ff41bc833aa 22:41:40 ---> 05be23b96bc5 22:41:40 Step 13/22 : ENV APP_PORT=48060 22:41:40 ---> Running in d72cdc562cef 22:41:40 Removing intermediate container d72cdc562cef 22:41:40 ---> 9bc886d1f56c 22:41:40 Step 14/22 : EXPOSE $APP_PORT 22:41:40 ---> Running in 7096470a864f 22:41:41 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 22:41:41 Removing intermediate container 7096470a864f 22:41:41 ---> a6d570e7dad1 22:41:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:41:42 ---> ff3643775a3a 22:41:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:41:43 ---> 23539a8dfba2 22:41:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:41:44 Removing intermediate container cd65a8e0ab82 22:41:44 ---> a83c54ef99c8 22:41:44 22:41:44 Step 11/26 : FROM docker:20.10.0 22:41:44 20.10.0: Pulling from library/docker 22:41:44 ---> 2a91be5d0437 22:41:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:41:45 ---> Running in a1b5e81619a5 22:41:46 Removing intermediate container a1b5e81619a5 22:41:46 ---> 6f6a869f61d1 22:41:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:41:46 ---> Running in 6cbb4be9fed4 22:41:47 Removing intermediate container 6cbb4be9fed4 22:41:47 ---> d4e38bc5a67f 22:41:47 Step 20/22 : LABEL arch=arm64 22:41:47 ---> Running in 838510ff3eb3 22:41:48 Removing intermediate container 838510ff3eb3 22:41:48 ---> e36ffe23a328 22:41:48 Step 21/22 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:41:48 ---> Running in 415f5c4c5f22 22:41:49 Removing intermediate container 415f5c4c5f22 22:41:49 ---> aa4243aefee2 22:41:49 Step 22/22 : LABEL version=0.0.0 22:41:49 ---> Running in b36ecb448029 22:41:50 Removing intermediate container b36ecb448029 22:41:50 ---> 67e4c1d4102f 22:41:50 22:41:50 Successfully built 67e4c1d4102f 22:41:50 Successfully tagged docker-support-notifications-go-arm64:latest 22:41:55  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:41:55 Status: Downloaded newer image for docker:20.10.0 22:41:55 ---> eeaf43b92773 22:41:55 Step 12/26 : RUN apk add --no-cache bash 22:41:55 ---> Running in 206db357fcdf 22:41:55 Removing intermediate container eab3a140a7d6 22:41:55 ---> 6355ddbf35bb 22:41:55 22:41:55 Step 10/23 : FROM alpine:3.12 22:41:55 ---> afeebe901d6b 22:41:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:41:55 ---> Running in e31c19296c52 22:41:56 Removing intermediate container e31c19296c52 22:41:56 ---> 2750aa0257dc 22:41:56 Step 12/23 : ENV APP_PORT=48080 22:41:56 ---> Running in f7c130cdffba 22:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:41:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:41:57 Removing intermediate container f7c130cdffba 22:41:57 ---> a8248d56dbeb 22:41:57 Step 13/23 : EXPOSE $APP_PORT 22:41:57 ---> Running in 0db3b2db2bb9 22:41:57 (1/2) Installing readline (8.0.4-r0) 22:41:57 (2/2) Installing bash (5.0.17-r0) 22:41:57 Executing bash-5.0.17-r0.post-install 22:41:57 Executing busybox-1.31.1-r19.trigger 22:41:57 OK: 12 MiB in 22 packages 22:41:57 Removing intermediate container 0db3b2db2bb9 22:41:57 ---> caeb35f718c7 22:41:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:41:57 ---> Running in 613a38503f47 22:41:59 Removing intermediate container 206db357fcdf 22:41:59 ---> 64fef7b9f2f0 22:41:59 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:41:59 ---> Running in a2027966fa10 22:41:59 Removing intermediate container a2027966fa10 22:41:59 ---> 09a5d6dd8d70 22:41:59 Step 14/26 : ENV APP_PORT=48090 22:41:59 ---> Running in cd6de707ab0d 22:42:00 Removing intermediate container 613a38503f47 22:42:00 ---> fa4947690de1 22:42:00 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:42:00 ---> Running in ac621209f692 22:42:00 Removing intermediate container cd6de707ab0d 22:42:00 ---> 6a92dacd225b 22:42:00 Step 15/26 : EXPOSE $APP_PORT 22:42:00 ---> Running in 9cf8949fd50b 22:42:01 Removing intermediate container 9cf8949fd50b 22:42:01 ---> 5618bb58be45 22:42:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:42:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:02 ---> ac4492dd506d 22:42:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:42:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:03 ---> 64a535df7625 22:42:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:42:03 (1/6) Installing dumb-init (1.2.2-r1) 22:42:03 (2/6) Installing libgcc (9.3.0-r2) 22:42:03 (3/6) Installing libsodium (1.0.18-r0) 22:42:03 (4/6) Installing libstdc++ (9.3.0-r2) 22:42:03 (5/6) Installing libzmq (4.3.3-r0) 22:42:03 (6/6) Installing zeromq (4.3.3-r0) 22:42:03 Executing busybox-1.31.1-r19.trigger 22:42:03 OK: 8 MiB in 20 packages 22:42:03 ---> f76dc825e6b9 22:42:03 Step 19/26 : RUN apk --no-cache add py3-pip 22:42:04 ---> Running in 7cc5b695ee81 22:42:05 Removing intermediate container ac621209f692 22:42:05 ---> 808166065061 22:42:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:06 (1/33) Installing libbz2 (1.0.8-r1) 22:42:06 ---> 5777e6793e82 22:42:06 (2/33) Installing expat (2.2.9-r1) 22:42:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:42:06 (3/33) Installing libffi (3.3-r2) 22:42:06 (4/33) Installing gdbm (1.13-r1) 22:42:06 (5/33) Installing xz-libs (5.2.5-r0) 22:42:06 (6/33) Installing sqlite-libs (3.32.1-r0) 22:42:06 (7/33) Installing python3 (3.8.5-r0) 22:42:08 ---> c6dda12b2348 22:42:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:42:08 (8/33) Installing py3-appdirs (1.4.4-r1) 22:42:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:42:08 (10/33) Installing py3-parsing (2.4.7-r0) 22:42:08 (11/33) Installing py3-six (1.15.0-r0) 22:42:08 (12/33) Installing py3-packaging (20.4-r0) 22:42:08 (13/33) Installing py3-setuptools (47.0.0-r0) 22:42:08 (14/33) Installing py3-chardet (3.0.4-r4) 22:42:08 ---> eda3c1d32b84 22:42:08 Step 19/23 : ENTRYPOINT ["/core-data"] 22:42:08 (15/33) Installing py3-idna (2.9-r0) 22:42:08 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:42:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:42:08 ---> Running in 769694a640ca 22:42:08 (18/33) Installing py3-requests (2.23.0-r0) 22:42:08 (19/33) Installing py3-msgpack (1.0.0-r0) 22:42:08 (20/33) Installing py3-lockfile (0.12.2-r3) 22:42:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:42:08 (22/33) Installing py3-colorama (0.4.3-r0) 22:42:08 (23/33) Installing py3-distlib (0.3.0-r0) 22:42:09 (24/33) Installing py3-distro (1.5.0-r1) 22:42:09 (25/33) Installing py3-webencodings (0.5.1-r3) 22:42:09 (26/33) Installing py3-html5lib (1.0.1-r4) 22:42:09 (27/33) Installing py3-pytoml (0.1.21-r0) 22:42:09 Removing intermediate container 769694a640ca 22:42:09 ---> 1da760b983ef 22:42:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:42:09 (28/33) Installing py3-pep517 (0.8.2-r0) 22:42:09 (29/33) Installing py3-progress (1.5-r0) 22:42:09 (30/33) Installing py3-toml (0.10.1-r0) 22:42:09 (31/33) Installing py3-retrying (1.3.3-r0) 22:42:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:42:09 (33/33) Installing py3-pip (20.1.1-r0) 22:42:09 ---> Running in eef55f4d267e 22:42:09 Executing busybox-1.31.1-r19.trigger 22:42:09 OK: 71 MiB in 55 packages 22:42:10 Removing intermediate container eef55f4d267e 22:42:10 ---> 21826d6e0eed 22:42:10 Step 21/23 : LABEL arch=arm64 22:42:10 ---> Running in df599b4bc2cb 22:42:10 Removing intermediate container df599b4bc2cb 22:42:10 ---> ae59e83ef46d 22:42:10 Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:42:10 ---> Running in be29559a1f58 22:42:11 Removing intermediate container be29559a1f58 22:42:11 ---> 13e6e76654a5 22:42:11 Step 23/23 : LABEL version=0.0.0 22:42:11 ---> Running in d855e001fcbd 22:42:12 Removing intermediate container d855e001fcbd 22:42:12 ---> c5932a28505b 22:42:12 22:42:12 Successfully built c5932a28505b 22:42:12 Successfully tagged docker-core-data-go-arm64:latest 22:42:16  Building docker-core-data-go ... done Removing intermediate container 7cc5b695ee81 22:42:16 ---> fd6db42952d4 22:42:16 Step 20/26 : RUN pip install docker-compose==1.23.2 22:42:16 ---> Running in adb1c7f1e2c3 22:42:20 Collecting docker-compose==1.23.2 22:42:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:42:21 Collecting PyYAML<4,>=3.10 22:42:21 Downloading PyYAML-3.13.tar.gz (270 kB) 22:42:24 Collecting docker<4.0,>=3.6.0 22:42:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:42:26 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:42:26 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:42:26 Collecting jsonschema<3,>=2.5.1 22:42:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:42:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:42:26 Collecting docopt<0.7,>=0.6.1 22:42:26 Downloading docopt-0.6.2.tar.gz (25 kB) 22:42:28 Collecting websocket-client<1.0,>=0.32.0 22:42:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:42:29 Collecting texttable<0.10,>=0.9.0 22:42:29 Downloading texttable-0.9.1.tar.gz (11 kB) 22:42:31 Collecting cached-property<2,>=1.2.0 22:42:31 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:42:31 Collecting dockerpty<0.5,>=0.4.1 22:42:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:42:33 Collecting docker-pycreds>=0.4.0 22:42:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:42:33 Collecting urllib3<1.25,>=1.21.1 22:42:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:42:34 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) 22:42:34 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) 22:42:34 Collecting idna<2.8,>=2.5 22:42:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:42:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:42:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:42:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:42:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:42:35 Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, texttable, cached-property, dockerpty, docker-compose 22:42:35 Running setup.py install for PyYAML: started 22:42:37 Running setup.py install for PyYAML: finished with status 'done' 22:42:37 Attempting uninstall: urllib3 22:42:37 Found existing installation: urllib3 1.25.9 22:42:37 Uninstalling urllib3-1.25.9: 22:42:37 Successfully uninstalled urllib3-1.25.9 22:42:38 Attempting uninstall: idna 22:42:38 Found existing installation: idna 2.9 22:42:38 Uninstalling idna-2.9: 22:42:38 Successfully uninstalled idna-2.9 22:42:39 Attempting uninstall: requests 22:42:39 Found existing installation: requests 2.23.0 22:42:39 Uninstalling requests-2.23.0: 22:42:39 Successfully uninstalled requests-2.23.0 22:42:40 Running setup.py install for docopt: started 22:42:42 Running setup.py install for docopt: finished with status 'done' 22:42:42 Running setup.py install for texttable: started 22:42:44 Running setup.py install for texttable: finished with status 'done' 22:42:44 Running setup.py install for dockerpty: started 22:42:45 Running setup.py install for dockerpty: finished with status 'done' 22:42:46 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 22:42:50 Removing intermediate container adb1c7f1e2c3 22:42:50 ---> 39f5f40ad079 22:42:50 Step 21/26 : RUN apk --no-cache add curl 22:42:50 ---> Running in a07c206fe42c 22:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:42:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:42:52 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:42:52 (2/3) Installing libcurl (7.69.1-r3) 22:42:52 (3/3) Installing curl (7.69.1-r3) 22:42:52 Executing busybox-1.31.1-r19.trigger 22:42:52 OK: 71 MiB in 58 packages 22:42:53 Removing intermediate container a07c206fe42c 22:42:53 ---> 161d3d34e00c 22:42:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:42:53 ---> Running in be911fab3cac 22:42:54 Removing intermediate container be911fab3cac 22:42:54 ---> fcb74baa4b79 22:42:54 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:42:54 ---> Running in c936a18a7926 22:42:55 Removing intermediate container c936a18a7926 22:42:55 ---> 354f7a13ed39 22:42:55 Step 24/26 : LABEL arch=arm64 22:42:55 ---> Running in 1d5c726005f3 22:42:55 Removing intermediate container 1d5c726005f3 22:42:55 ---> 9d2ae908f561 22:42:55 Step 25/26 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 22:42:55 ---> Running in 4cadf21799d5 22:42:56 Removing intermediate container 4cadf21799d5 22:42:56 ---> 9f20cb9b7334 22:42:56 Step 26/26 : LABEL version=0.0.0 22:42:56 ---> Running in fbcf11820667 22:42:56 Removing intermediate container fbcf11820667 22:42:56 ---> ec75f73594a2 22:42:56 22:42:57 Successfully built ec75f73594a2 22:42:57 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:42:57  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:42:57 $ docker stop --time=1 ad6957cfdebaf9f0bacd004b97fd0c26736038a954fc706f7945b5429cc1124a 22:42:59 $ docker rm -f ad6957cfdebaf9f0bacd004b97fd0c26736038a954fc706f7945b5429cc1124a [Pipeline] // withDockerContainer [Pipeline] sh 22:43:00 + + grep dockerdocker 22:43:00 images 22:43:00 docker-sys-mgmt-agent-go-arm64 latest ec75f73594a2 4 seconds ago 300MB 22:43:00 docker-core-data-go-arm64 latest c5932a28505b 48 seconds ago 21MB 22:43:00 docker-support-notifications-go-arm64 latest 67e4c1d4102f About a minute ago 15.9MB 22:43:00 docker-security-proxy-setup-go-arm64 latest 2a67de344e5b 2 minutes ago 23.3MB 22:43:00 docker-security-bootstrapper-go-arm64 latest 47421d0b0ccd 3 minutes ago 40.3MB 22:43:00 docker-security-secretstore-setup-go-arm64 latest 1ef4226c17cd 3 minutes ago 23.4MB 22:43:00 docker-core-metadata-go-arm64 latest 49efaaa383f6 3 minutes ago 17.7MB 22:43:00 docker-core-command-go-arm64 latest b6916afa2c5b 4 minutes ago 15.4MB 22:43:00 docker-support-scheduler-go-arm64 latest 1160710eb8ae 4 minutes ago 15.5MB 22:43:00 docker 20.10.0 eeaf43b92773 4 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 22:43:02 provisioning config files... 22:43:02 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config5046289508405105240tmp [Pipeline] { [Pipeline] sh 22:43:02 + set +x 22:43:02 + curl -s https://codecov.io/bash 22:43:02 + bash -s -- 22:43:03 22:43:03 _____ _ 22:43:03 / ____| | | 22:43:03 | | ___ __| | ___ ___ _____ __ 22:43:03 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:43:03 | |___| (_) | (_| | __/ (_| (_) \ V / 22:43:03 \_____\___/ \__,_|\___|\___\___/ \_/ 22:43:03 Bash-20201231-23d4836 22:43:03 22:43:03 22:43:03 ==> git version 2.24.3 found 22:43:03 ==> 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 22:43:03 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:43:03 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:43:03 ==> Jenkins CI detected. 22:43:03 project root: . 22:43:03 --> token set from env 22:43:03 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:43:03 ==> Running gcov in . (disable via -X gcov) 22:43:03 ==> Python coveragepy not found 22:43:03 ==> Searching for coverage reports in: 22:43:03 + . 22:43:03 -> Found 1 reports 22:43:03 ==> Detecting git/mercurial file structure 22:43:03 ==> Reading reports 22:43:03 + ./coverage.out bytes=558011 22:43:03 ==> Appending adjustments 22:43:03 https://docs.codecov.io/docs/fixing-reports 22:43:06 + Found adjustments 22:43:06 ==> Gzipping contents 22:43:06 84K /tmp/codecov.rXDXYq.gz 22:43:06 ==> Uploading reports 22:43:06 url: https://codecov.io 22:43:06 query: branch=PR-2970&commit=1fe9c57595a4564b38ed3255b61c8dcb89657231&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 22:43:06 -> Pinging Codecov 22:43:06 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=1fe9c57595a4564b38ed3255b61c8dcb89657231&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= 22:43:07 -> Uploading to 22:43:07 https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/1fe9c57595a4564b38ed3255b61c8dcb89657231/eeb17efa-eed1-4671-a221-1ac634788442.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T224306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70ea9995157298016d511b2f7509168b5e6fb688ba8e465b7e611a85133bc27d 22:43:07 % Total % Received % Xferd Average Speed Time Time Time Current 22:43:07 Dload Upload Total Spent Left Speed 22:43:07 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84859 0 0 100 84859 0 156k --:--:-- --:--:-- --:--:-- 156k 22:43:07 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1fe9c57595a4564b38ed3255b61c8dcb89657231 [Pipeline] } 22:43:07 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 22:43:09 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:43:10 ---> package-listing.sh 22:43:10 ++ facter osfamily 22:43:10 ++ tr '[:upper:]' '[:lower:]' 22:43:10 + OS_FAMILY=redhat 22:43:10 + workspace=/w/workspace/edgex-go/21 22:43:10 + START_PACKAGES=/tmp/packages_start.txt 22:43:10 + END_PACKAGES=/tmp/packages_end.txt 22:43:10 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:43:10 + PACKAGES=/tmp/packages_start.txt 22:43:10 + '[' /w/workspace/edgex-go/21 ']' 22:43:10 + PACKAGES=/tmp/packages_end.txt 22:43:10 + case "${OS_FAMILY}" in 22:43:10 + rpm -qa 22:43:10 + sort 22:43:15 + '[' -f /tmp/packages_start.txt ']' 22:43:15 + '[' -f /tmp/packages_end.txt ']' 22:43:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:43:15 + '[' /w/workspace/edgex-go/21 ']' 22:43:15 + mkdir -p /w/workspace/edgex-go/21/archives/ 22:43:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo 22:43:15 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:43:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:43:16 22:43:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:43:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:43:16 alpine: Pulling from edgex-lftools-log-publisher 22:43:16 df20fa9351a1: Pulling fs layer 22:43:16 36b3adc4ff6f: Pulling fs layer 22:43:16 8ad3a11d3b57: Pulling fs layer 22:43:16 46f8f816bc3b: Pulling fs layer 22:43:16 93b61091891f: Pulling fs layer 22:43:16 93b9cdb0e59b: Pulling fs layer 22:43:16 5e14af77c1be: Pulling fs layer 22:43:16 01666e4c0597: Pulling fs layer 22:43:16 aa168da1d23b: Pulling fs layer 22:43:16 93b9cdb0e59b: Waiting 22:43:16 5e14af77c1be: Waiting 22:43:16 46f8f816bc3b: Waiting 22:43:16 01666e4c0597: Waiting 22:43:16 aa168da1d23b: Waiting 22:43:16 36b3adc4ff6f: Verifying Checksum 22:43:16 36b3adc4ff6f: Download complete 22:43:17 46f8f816bc3b: Verifying Checksum 22:43:17 46f8f816bc3b: Download complete 22:43:17 df20fa9351a1: Verifying Checksum 22:43:17 93b9cdb0e59b: Verifying Checksum 22:43:17 93b9cdb0e59b: Download complete 22:43:17 5e14af77c1be: Verifying Checksum 22:43:17 5e14af77c1be: Download complete 22:43:17 01666e4c0597: Verifying Checksum 22:43:17 01666e4c0597: Download complete 22:43:17 93b61091891f: Verifying Checksum 22:43:17 93b61091891f: Download complete 22:43:17 df20fa9351a1: Pull complete 22:43:17 36b3adc4ff6f: Pull complete 22:43:17 8ad3a11d3b57: Verifying Checksum 22:43:17 8ad3a11d3b57: Download complete 22:43:19 aa168da1d23b: Verifying Checksum 22:43:19 aa168da1d23b: Download complete 22:43:21 8ad3a11d3b57: Pull complete 22:43:21 46f8f816bc3b: Pull complete 22:43:22 93b61091891f: Pull complete 22:43:22 93b9cdb0e59b: Pull complete 22:43:22 5e14af77c1be: Pull complete 22:43:22 01666e4c0597: Pull complete 22:43:29 aa168da1d23b: Pull complete 22:43:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:43:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:43:29 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:43:29 prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container 22:43:29 $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:43:37 $ docker top 4b48d4cc0632d7f535711114bafeac239054d813de4a66744b28c675e52fb5b0 -eo pid,comm [Pipeline] { [Pipeline] sh 22:43:38 + touch /tmp/pre-build-complete [Pipeline] sh 22:43:38 + mkdir -p /var/log/sa [Pipeline] sh 22:43:38 + ls /var/log/sa-host 22:43:38 + sadf -c /var/log/sa-host/sa12 22:43:38 file_magic: OK 22:43:38 HZ: Using current value: 100 22:43:38 file_header: OK 22:43:38 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 22:43:38 Statistics: 22:43:38 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... 22:43:38 File successfully converted to sysstat format version 12.2.1 22:43:38 + sadf -c /var/log/sa-host/sa23 22:43:38 file_magic: OK 22:43:38 HZ: Using current value: 100 22:43:38 file_header: OK 22:43:38 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 22:43:38 Statistics: 22:43:38 Hnuu...uuuununununu... 22:43:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:43:38 provisioning config files... 22:43:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config1584481283633055597tmp [Pipeline] { [Pipeline] echo 22:43:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:43:39 ---> create-netrc.sh [Pipeline] } 22:43:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:43:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:43:39 ---> python-tools-install.sh [Pipeline] echo 22:43:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:43:40 ---> sudo-logs.sh 22:43:40 Archiving 'sudo' log.. [Pipeline] echo 22:43:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:43:40 ---> job-cost.sh 22:43:40 lf-activate-venv: SKIPPING 22:43:40 INFO: No Stack... 22:43:41 INFO: Retrieving Pricing Info for: v1-standard-2 22:43:42 INFO: Archiving Costs [Pipeline] echo 22:43:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:43:42 ---> logs-deploy.sh 22:43:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/21 22:43:42 INFO: archiving workspace using pattern(s): 22:43:44 Archives upload complete. 22:43:44 INFO: archiving logs to Nexus 22:43:45 ---> uname -a: 22:43:45 Linux prd-centos7-docker-4c-2g-19838.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:43:45 22:43:45 22:43:45 ---> lscpu: 22:43:45 Architecture: x86_64 22:43:45 CPU op-mode(s): 32-bit, 64-bit 22:43:45 Byte Order: Little Endian 22:43:45 Address sizes: 40 bits physical, 48 bits virtual 22:43:45 CPU(s): 4 22:43:45 On-line CPU(s) list: 0-3 22:43:45 Thread(s) per core: 1 22:43:45 Core(s) per socket: 1 22:43:45 Socket(s): 4 22:43:45 NUMA node(s): 1 22:43:45 Vendor ID: GenuineIntel 22:43:45 CPU family: 6 22:43:45 Model: 44 22:43:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:43:45 Stepping: 1 22:43:45 CPU MHz: 2933.442 22:43:45 BogoMIPS: 5866.88 22:43:45 Virtualization: VT-x 22:43:45 Hypervisor vendor: KVM 22:43:45 Virtualization type: full 22:43:45 L1d cache: 128 KiB 22:43:45 L1i cache: 128 KiB 22:43:45 L2 cache: 16 MiB 22:43:45 L3 cache: 64 MiB 22:43:45 NUMA node0 CPU(s): 0-3 22:43:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:43:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:43:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:43:45 Vulnerability Meltdown: Mitigation; PTI 22:43:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:43:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:43:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:43:45 Vulnerability Srbds: Not affected 22:43:45 Vulnerability Tsx async abort: Not affected 22:43:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:43:45 22:43:45 22:43:45 ---> nproc: 22:43:45 4 22:43:45 22:43:45 22:43:45 ---> df -h: 22:43:45 Filesystem Size Used Available Use% Mounted on 22:43:45 overlay 50.0G 13.0G 37.0G 26% / 22:43:45 tmpfs 64.0M 0 64.0M 0% /dev 22:43:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:43:45 shm 64.0M 0 64.0M 0% /dev/shm 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/21 22:43:45 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/21@tmp 22:43:45 22:43:45 22:43:45 ---> free -m: 22:43:45 total used free shared buff/cache available 22:43:45 Mem: 1837 715 291 0 831 1038 22:43:45 Swap: 1023 62 961 22:43:45 22:43:45 22:43:45 ---> ip addr: 22:43:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:43:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:43:45 inet 127.0.0.1/8 scope host lo 22:43:45 valid_lft forever preferred_lft forever 22:43:45 inet6 ::1/128 scope host 22:43:45 valid_lft forever preferred_lft forever 22:43:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:43:45 link/ether fa:16:3e:c0:06:30 brd ff:ff:ff:ff:ff:ff 22:43:45 inet 10.30.122.151/23 brd 10.30.123.255 scope global dynamic eth0 22:43:45 valid_lft 85137sec preferred_lft 85137sec 22:43:45 inet6 fe80::f816:3eff:fec0:630/64 scope link 22:43:45 valid_lft forever preferred_lft forever 22:43:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:43:45 link/ether 02:42:59:5b:82:bc brd ff:ff:ff:ff:ff:ff 22:43:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:43:45 valid_lft forever preferred_lft forever 22:43:45 inet6 fe80::42:59ff:fe5b:82bc/64 scope link 22:43:45 valid_lft forever preferred_lft forever 22:43:45 22:43:45 22:43:45 ---> sar -b -r -n DEV: 22:43:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 22:43:45 22:43:45 22:22:31 LINUX RESTART (4 CPU) 22:43:45 22:43:45 22:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:43:45 22:24:01 77.80 23.38 54.42 0.00 5602.44 14176.84 0.00 22:43:45 22:25:01 317.23 120.10 197.13 0.00 7673.37 55919.14 0.00 22:43:45 22:26:02 202.31 102.31 100.00 0.00 3629.92 10979.72 0.00 22:43:45 22:27:01 133.67 77.18 56.48 0.00 3584.56 7200.39 0.00 22:43:45 22:28:02 1081.72 830.27 251.46 0.00 86609.65 163838.49 0.00 22:43:45 22:29:01 2679.52 2339.42 340.11 0.00 149346.14 154233.99 0.00 22:43:45 22:30:02 479.01 200.41 278.60 0.00 59334.62 103880.23 0.00 22:43:45 22:31:02 2457.81 2090.13 367.68 0.00 156245.57 167685.90 0.00 22:43:45 22:32:01 323.85 87.38 236.47 0.00 8854.68 43245.61 0.00 22:43:45 22:33:01 45.12 14.68 30.44 0.00 2962.05 1112.18 0.00 22:43:45 22:34:01 1.73 0.15 1.58 0.00 4.53 24.23 0.00 22:43:45 22:35:01 0.30 0.07 0.23 0.00 0.67 2.88 0.00 22:43:45 22:36:01 0.32 0.00 0.32 0.00 0.00 3.58 0.00 22:43:45 22:37:01 0.43 0.17 0.27 0.00 2.53 2.85 0.00 22:43:45 22:38:01 2.25 1.62 0.63 0.00 53.28 6.96 0.00 22:43:45 22:39:01 0.87 0.03 0.83 0.00 1.07 16.51 0.00 22:43:45 22:40:01 0.18 0.02 0.17 0.00 0.40 1.33 0.00 22:43:45 22:41:01 0.23 0.00 0.23 0.00 0.00 3.25 0.00 22:43:45 22:42:01 0.27 0.02 0.25 0.00 0.53 2.48 0.00 22:43:45 22:43:01 0.45 0.03 0.42 0.00 0.40 5.48 0.00 22:43:45 Average: 389.27 293.38 95.89 0.00 24192.42 36214.05 0.00 22:43:45 22:43:45 22:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:43:45 22:24:01 71120 0 817996 43.47 2620 989808 1439108 49.11 666616 941244 20 22:43:45 22:25:01 113232 0 753416 40.04 1520 1013376 1307604 44.63 636476 843312 8 22:43:45 22:26:02 290288 0 814512 43.29 628 776116 1759112 60.04 659536 651728 60072 22:43:45 22:27:01 201644 0 799636 42.50 628 879636 1438316 49.09 637504 750792 43012 22:43:45 22:28:02 524468 0 672640 35.75 28 684408 1276428 43.56 461952 683620 0 22:43:45 22:29:01 100840 0 1182096 62.83 28 598580 3999720 136.50 829456 688044 37424 22:43:45 22:30:02 52996 0 764924 40.65 28 1063596 2058224 70.24 724736 894396 28108 22:43:45 22:31:02 78092 0 919148 48.85 28 884276 3262964 111.36 726956 829888 78220 22:43:45 22:32:01 129212 0 727312 38.66 28 1024992 1482856 50.61 512864 981144 9024 22:43:45 22:33:01 131076 0 640568 34.04 28 1109872 1189544 40.60 476612 1023472 12 22:43:45 22:34:01 131924 0 639708 34.00 28 1109884 1180304 40.28 476072 1023368 8 22:43:45 22:35:01 131948 0 639680 34.00 28 1109888 1180328 40.28 476220 1023388 8 22:43:45 22:36:01 133104 0 638516 33.94 28 1109896 1171028 39.97 475380 1023252 8 22:43:45 22:37:01 132292 0 639320 33.98 28 1109904 1171232 39.97 476476 1023324 20 22:43:45 22:38:01 131480 0 639184 33.97 28 1110852 1171028 39.97 475304 1024240 8 22:43:45 22:39:01 131812 0 638824 33.95 28 1110880 1171088 39.97 475272 1024256 8 22:43:45 22:40:01 131756 0 638880 33.96 28 1110880 1171028 39.97 475440 1024268 8 22:43:45 22:41:01 131376 0 639248 33.97 28 1110892 1171028 39.97 475412 1024268 8 22:43:45 22:42:01 131856 0 638776 33.95 28 1110884 1171028 39.97 475312 1024268 12 22:43:45 22:43:01 131208 0 639408 33.98 28 1110900 1171148 39.97 475704 1024284 12 22:43:45 Average: 150586 0 724190 38.49 292 1006476 1547156 52.80 554465 926328 12800 22:43:45 22:43:45 22:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:43:45 22:24:01 eth0 1790.59 1480.29 6258.13 175.85 0.00 0.00 0.00 0.00 22:43:45 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:24:01 vethb101793 889.51 825.99 84.04 2720.21 0.00 0.00 0.00 0.00 22:43:45 22:24:01 docker0 889.51 825.85 71.88 2720.20 0.00 0.00 0.00 0.00 22:43:45 22:25:01 eth0 535.74 437.93 3666.66 72.00 0.00 0.00 0.00 0.00 22:43:45 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:25:01 docker0 148.82 193.57 10.50 828.48 0.00 0.00 0.00 0.00 22:43:45 22:26:02 veth5054fa3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:26:02 eth0 39.73 22.34 35.86 15.13 0.00 0.00 0.00 0.00 22:43:45 22:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:27:01 veth5054fa3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:27:01 eth0 45.02 37.29 18.52 75.00 0.00 0.00 0.00 0.00 22:43:45 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:28:02 eth0 212.66 179.15 1662.99 68.08 0.00 0.00 0.00 0.00 22:43:45 22:28:02 veth36611c3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:29:01 eth0 54.47 30.38 170.96 13.07 0.00 0.00 0.00 0.00 22:43:45 22:29:01 veth36611c3 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:29:01 veth3352c4f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:30:02 vethb472ec3 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:30:02 eth0 78.06 44.23 283.17 15.52 0.00 0.00 0.00 0.00 22:43:45 22:30:02 veth36611c3 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:31:02 veth673b841 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:31:02 eth0 79.00 52.34 150.30 89.11 0.00 0.00 0.00 0.00 22:43:45 22:31:02 veth36611c3 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:32:01 veth2394b47 5.41 5.85 0.62 20.58 0.00 0.00 0.00 0.00 22:43:45 22:32:01 eth0 249.82 168.08 1726.23 82.94 0.00 0.00 0.00 0.00 22:43:45 22:32:01 veth36611c3 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 22:43:45 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:33:01 eth0 19.69 10.24 47.00 5.34 0.00 0.00 0.00 0.00 22:43:45 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:33:01 docker0 1115.45 1178.45 86.63 4470.65 0.00 0.00 0.00 0.00 22:43:45 22:34:01 eth0 1.80 0.47 0.53 0.27 0.00 0.00 0.00 0.00 22:43:45 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:35:01 eth0 1.55 0.38 0.34 0.20 0.00 0.00 0.00 0.00 22:43:45 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:36:01 eth0 0.48 0.03 0.02 0.00 0.00 0.00 0.00 0.00 22:43:45 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:37:01 eth0 1.00 0.37 0.32 0.20 0.00 0.00 0.00 0.00 22:43:45 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:38:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:43:45 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:39:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 22:43:45 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:43:45 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:41:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:42:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:43:45 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:43:01 eth0 0.47 0.25 0.27 0.16 0.00 0.00 0.00 0.00 22:43:45 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 Average: eth0 154.46 122.34 698.46 30.48 0.00 0.00 0.00 0.00 22:43:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:43:45 Average: docker0 55.88 59.03 4.34 223.94 0.00 0.00 0.00 0.00 22:43:45 22:43:45 22:43:45 ---> sar -P ALL: 22:43:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) 22:43:45 22:43:45 22:22:31 LINUX RESTART (4 CPU) 22:43:45 22:43:45 22:23:02 CPU %user %nice %system %iowait %steal %idle 22:43:45 22:24:01 all 17.00 0.00 6.32 1.86 0.03 74.79 22:43:45 22:24:01 0 16.44 0.00 8.85 0.11 0.04 74.57 22:43:45 22:24:01 1 12.61 0.00 5.19 2.33 0.03 79.84 22:43:45 22:24:01 2 18.86 0.00 5.53 1.23 0.03 74.35 22:43:45 22:24:01 3 20.08 0.00 5.75 3.75 0.03 70.39 22:43:45 22:25:01 all 12.27 0.00 9.71 4.84 0.05 73.14 22:43:45 22:25:01 0 11.97 0.00 10.36 2.41 0.03 75.22 22:43:45 22:25:01 1 12.82 0.00 10.11 5.56 0.05 71.46 22:43:45 22:25:01 2 10.96 0.00 9.17 3.99 0.03 75.85 22:43:45 22:25:01 3 13.32 0.00 9.19 7.39 0.09 70.02 22:43:45 22:26:02 all 51.20 0.00 13.60 5.42 0.05 29.73 22:43:45 22:26:02 0 49.76 0.00 13.79 8.20 0.07 28.17 22:43:45 22:26:02 1 52.34 0.00 12.69 3.94 0.03 30.99 22:43:45 22:26:02 2 51.53 0.00 13.94 4.56 0.05 29.92 22:43:45 22:26:02 3 51.15 0.00 13.99 4.98 0.03 29.85 22:43:45 22:27:01 all 39.03 0.00 11.85 3.23 0.02 45.86 22:43:45 22:27:01 0 39.96 0.00 12.61 2.22 0.02 45.19 22:43:45 22:27:01 1 39.13 0.00 11.37 2.50 0.04 46.96 22:43:45 22:27:01 2 38.34 0.00 11.35 4.89 0.00 45.42 22:43:45 22:27:01 3 38.72 0.00 12.09 3.30 0.02 45.87 22:43:45 22:28:02 all 23.49 0.00 22.06 7.87 0.06 46.52 22:43:45 22:28:02 0 23.01 0.00 22.36 8.77 0.05 45.80 22:43:45 22:28:02 1 23.49 0.00 22.00 7.58 0.05 46.88 22:43:45 22:28:02 2 23.71 0.00 21.89 8.03 0.07 46.30 22:43:45 22:28:02 3 23.75 0.00 21.99 7.11 0.05 47.10 22:43:45 22:29:01 all 26.23 0.00 26.09 25.96 0.04 21.67 22:43:45 22:29:01 0 26.69 0.00 25.81 27.28 0.04 20.18 22:43:45 22:29:01 1 26.06 0.00 25.01 27.12 0.05 21.76 22:43:45 22:29:01 2 25.79 0.00 26.27 25.72 0.04 22.18 22:43:45 22:29:01 3 26.38 0.00 27.30 23.68 0.05 22.58 22:43:45 22:30:02 all 42.08 0.00 18.95 20.82 0.04 18.11 22:43:45 22:30:02 0 42.97 0.00 18.08 22.54 0.03 16.38 22:43:45 22:30:02 1 41.60 0.00 19.70 19.63 0.03 19.03 22:43:45 22:30:02 2 41.78 0.00 18.97 17.33 0.03 21.88 22:43:45 22:30:02 3 41.96 0.00 19.06 23.81 0.05 15.12 22:43:45 22:31:02 all 20.08 0.00 25.97 27.02 0.08 26.85 22:43:45 22:31:02 0 19.87 0.00 26.02 22.51 0.07 31.52 22:43:45 22:31:02 1 19.15 0.00 25.47 31.92 0.09 23.36 22:43:45 22:31:02 2 19.88 0.00 25.64 28.26 0.09 26.14 22:43:45 22:31:02 3 21.45 0.00 26.74 25.37 0.07 26.36 22:43:45 22:32:01 all 42.93 0.00 15.03 10.02 0.04 31.98 22:43:45 22:32:01 0 42.39 0.00 16.48 7.85 0.04 33.24 22:43:45 22:32:01 1 43.16 0.00 15.18 13.39 0.05 28.21 22:43:45 22:32:01 2 42.35 0.00 13.31 9.27 0.04 35.03 22:43:45 22:32:01 3 43.81 0.00 15.13 9.61 0.04 31.42 22:43:45 22:33:01 all 1.88 0.00 1.23 1.25 0.00 95.64 22:43:45 22:33:01 0 2.39 0.00 1.81 2.33 0.02 93.46 22:43:45 22:33:01 1 2.74 0.00 1.29 1.76 0.00 94.22 22:43:45 22:33:01 2 1.04 0.00 0.94 0.77 0.00 97.26 22:43:45 22:33:01 3 1.37 0.00 0.89 0.13 0.00 97.61 22:43:45 22:34:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:43:45 22:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:34:01 1 0.03 0.00 0.05 0.02 0.00 99.90 22:43:45 22:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:34:01 3 0.50 0.00 0.03 0.00 0.02 99.45 22:43:45 22:43:45 22:34:01 CPU %user %nice %system %iowait %steal %idle 22:43:45 22:35:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:43:45 22:35:01 0 0.05 0.00 0.03 0.02 0.00 99.90 22:43:45 22:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:35:01 2 0.02 0.00 0.05 0.00 0.00 99.93 22:43:45 22:35:01 3 0.52 0.00 0.02 0.00 0.00 99.47 22:43:45 22:36:01 all 0.14 0.00 0.03 0.00 0.00 99.83 22:43:45 22:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:43:45 22:36:01 1 0.00 0.00 0.03 0.00 0.00 99.97 22:43:45 22:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:43:45 22:36:01 3 0.50 0.00 0.02 0.00 0.00 99.48 22:43:45 22:37:01 all 0.17 0.00 0.04 0.00 0.00 99.79 22:43:45 22:37:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:43:45 22:37:01 1 0.05 0.00 0.02 0.00 0.00 99.93 22:43:45 22:37:01 2 0.07 0.00 0.05 0.02 0.00 99.87 22:43:45 22:37:01 3 0.53 0.00 0.03 0.00 0.00 99.43 22:43:45 22:38:01 all 0.15 0.00 0.07 0.02 0.00 99.75 22:43:45 22:38:01 0 0.05 0.00 0.05 0.02 0.00 99.88 22:43:45 22:38:01 1 0.02 0.00 0.08 0.00 0.00 99.90 22:43:45 22:38:01 2 0.03 0.00 0.10 0.07 0.00 99.80 22:43:45 22:38:01 3 0.52 0.00 0.07 0.00 0.00 99.42 22:43:45 22:39:01 all 0.16 0.00 0.02 0.00 0.00 99.82 22:43:45 22:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:43:45 22:39:01 3 0.55 0.00 0.03 0.00 0.00 99.42 22:43:45 22:40:01 all 0.15 0.00 0.01 0.00 0.00 99.84 22:43:45 22:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:43:45 22:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:40:01 3 0.50 0.00 0.00 0.00 0.00 99.50 22:43:45 22:41:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:43:45 22:41:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:43:45 22:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:43:45 22:41:01 3 0.48 0.00 0.02 0.00 0.00 99.50 22:43:45 22:42:01 all 0.15 0.00 0.03 0.00 0.00 99.83 22:43:45 22:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:43:45 22:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:43:45 22:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:43:45 22:42:01 3 0.50 0.00 0.02 0.00 0.00 99.48 22:43:45 22:43:01 all 0.16 0.00 0.02 0.00 0.00 99.81 22:43:45 22:43:01 0 0.05 0.00 0.00 0.00 0.00 99.95 22:43:45 22:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 22:43:45 22:43:01 2 0.13 0.00 0.05 0.00 0.00 99.82 22:43:45 22:43:01 3 0.43 0.00 0.03 0.00 0.00 99.53 22:43:45 Average: all 13.55 0.00 7.35 5.25 0.02 73.83 22:43:45 Average: 0 13.46 0.00 7.62 5.08 0.02 73.82 22:43:45 Average: 1 13.32 0.00 7.22 5.61 0.02 73.82 22:43:45 Average: 2 13.42 0.00 7.18 5.04 0.02 74.34 22:43:45 Average: 3 14.00 0.00 7.39 5.26 0.02 73.33 22:43:45 22:43:45 22:43:45